From 1112d6079f447be24f5b936c57e588e54d531a0e Mon Sep 17 00:00:00 2001 From: Tom Kelly Date: Tue, 7 Jan 2025 15:57:16 +1300 Subject: [PATCH 1/3] Adds citation for publication --- CITATION.bib | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index 68d719f..db611a4 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,5 +1,23 @@ +@article{MoroniMonticone2023, + author = {Moroni, Claudio and Monticone, Pietro}, + title = {MultilayerGraphs.jl: Multilayer Network Science in Julia}, + abstract = {MultilayerGraphs.jl is a Julia package for the creation, manipulation, and analysis of the structure, dynamics, and functions of multilayer graphs.} + doi = {10.21105/joss.05116}, + institution = {University of Turin (UniTO)}, + license = {MIT}, + organization = {Interdisciplinary Physics Team (InPhyT)}, + keywords = {Julia Language, Julia Package, Graph Theory, Applied Graph Theory, Network Theory, Network Science, Graphs, Multilayer Graphs, Multilevel Graphs, Hierarchical Graphs, Networks, Multilayer Networks, Multilevel Networks, Hierarchical Networks, Complexity, Complex Systems}, + url = {https://doi.org/10.21105/joss.05116}, + year = {2023}, + publisher = {The Open Journal}, + volume = {8}, + number = {83}, + pages = {5116} + journal = {Journal of Open Source Software} +} + @software{Moroni_Monticone_MultilayerGraphs_2022, - abstract = {A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.}, + abstract = {A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.}, author = {Moroni, Claudio and Monticone, Pietro}, doi = {10.5281/zenodo.7009172}, institution = {University of Turin (UniTO)}, @@ -9,4 +27,4 @@ @software{Moroni_Monticone_MultilayerGraphs_2022 title = {MultilayerGraphs.jl}, url = {https://doi.org/10.5281/zenodo.7009172}, year = {2022} - } \ No newline at end of file + } From 9d09142ae40c2921e5ff872d28a0a9525f50e3e8 Mon Sep 17 00:00:00 2001 From: Tom Kelly Date: Tue, 7 Jan 2025 15:59:31 +1300 Subject: [PATCH 2/3] Correct format CITATION.bib --- CITATION.bib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index db611a4..e0707b6 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -12,7 +12,7 @@ @article{MoroniMonticone2023 publisher = {The Open Journal}, volume = {8}, number = {83}, - pages = {5116} + pages = {5116}, journal = {Journal of Open Source Software} } @@ -27,4 +27,4 @@ @software{Moroni_Monticone_MultilayerGraphs_2022 title = {MultilayerGraphs.jl}, url = {https://doi.org/10.5281/zenodo.7009172}, year = {2022} - } +} From 673cfe1b6962f597190835883137b9f6356a61ae Mon Sep 17 00:00:00 2001 From: Tom Kelly Date: Tue, 7 Jan 2025 16:00:55 +1300 Subject: [PATCH 3/3] Create CITATION.cff --- CITATION.cff | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..eaa6611 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,27 @@ +cff-version: 1.2.0 +message: If you use this software, please cite both the article from preferred-citation and the software itself. +authors: + - family-names: Moroni + given-names: Claudio + - family-names: Monticone + given-names: Pietro +title: 'MultilayerGraphs.jl: Multilayer Network Science in Julia' +version: 1.0.0 +url: https://doi.org/10.21105/joss.05116 +doi: 10.21105/joss.05116 +date-released: '2023-01-07' +preferred-citation: + authors: + - family-names: Moroni + given-names: Claudio + - family-names: Monticone + given-names: Pietro + title: 'MultilayerGraphs.jl: Multilayer Network Science in Julia' + doi: 10.21105/joss.05116 + url: https://doi.org/10.21105/joss.05116 + type: article-journal + pages: '5116' + year: '2023' + conference: {} + publisher: + name: The Open Journal