Skip to content

Commit 49e5622

Browse files
Suggestion to add JOSS paper to citations (#160)
1 parent 8d20495 commit 49e5622

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

CITATION.bib

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1+
@article{MoroniMonticone2023,
2+
author = {Moroni, Claudio and Monticone, Pietro},
3+
title = {MultilayerGraphs.jl: Multilayer Network Science in Julia},
4+
abstract = {MultilayerGraphs.jl is a Julia package for the creation, manipulation, and analysis of the structure, dynamics, and functions of multilayer graphs.}
5+
doi = {10.21105/joss.05116},
6+
institution = {University of Turin (UniTO)},
7+
license = {MIT},
8+
organization = {Interdisciplinary Physics Team (InPhyT)},
9+
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},
10+
url = {https://doi.org/10.21105/joss.05116},
11+
year = {2023},
12+
publisher = {The Open Journal},
13+
volume = {8},
14+
number = {83},
15+
pages = {5116},
16+
journal = {Journal of Open Source Software}
17+
}
18+
119
@software{Moroni_Monticone_MultilayerGraphs_2022,
2-
abstract = {A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.},
20+
abstract = {A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.},
321
author = {Moroni, Claudio and Monticone, Pietro},
422
doi = {10.5281/zenodo.7009172},
523
institution = {University of Turin (UniTO)},
@@ -9,4 +27,4 @@ @software{Moroni_Monticone_MultilayerGraphs_2022
927
title = {MultilayerGraphs.jl},
1028
url = {https://doi.org/10.5281/zenodo.7009172},
1129
year = {2022}
12-
}
30+
}

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
message: If you use this software, please cite both the article from preferred-citation and the software itself.
3+
authors:
4+
- family-names: Moroni
5+
given-names: Claudio
6+
- family-names: Monticone
7+
given-names: Pietro
8+
title: 'MultilayerGraphs.jl: Multilayer Network Science in Julia'
9+
version: 1.0.0
10+
url: https://doi.org/10.21105/joss.05116
11+
doi: 10.21105/joss.05116
12+
date-released: '2023-01-07'
13+
preferred-citation:
14+
authors:
15+
- family-names: Moroni
16+
given-names: Claudio
17+
- family-names: Monticone
18+
given-names: Pietro
19+
title: 'MultilayerGraphs.jl: Multilayer Network Science in Julia'
20+
doi: 10.21105/joss.05116
21+
url: https://doi.org/10.21105/joss.05116
22+
type: article-journal
23+
pages: '5116'
24+
year: '2023'
25+
conference: {}
26+
publisher:
27+
name: The Open Journal

0 commit comments

Comments
 (0)