Skip to content

Commit 5ae7ac4

Browse files
InterdisciplinaryPhysicsTeampitmonticoneClaudMor
committed
Add Zenodo DOI
Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com>
1 parent ad6667a commit 5ae7ac4

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

CITATION.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@software{Moroni_Monticone_MultilayerGraphs_2022,
22
abstract = {A Julia package for the construction, manipulation and analysis of multilayer graphs.},
33
author = {Moroni, Claudio and Monticone, Pietro},
4-
doi = {XX.XXXX/zenodo.XXXXXXX},
4+
doi = {10.5281/zenodo.7009172},
55
institution = {University of Turin (UniTO)},
66
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},
77
license = {MIT},
88
organization = {Interdisciplinary Physics Team (InPhyT)},
99
title = {MultilayerGraphs.jl},
10-
url = {https://doi.org/XX.XXXX/zenodo.XXXXXXX},
10+
url = {https://doi.org/10.5281/zenodo.7009172},
1111
year = {2022}
1212
}

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![codecov](https://codecov.io/gh/InPhyT/MultilayerGraphs.jl/branch/main/graph/badge.svg?token=Z758JuxDJX)](https://codecov.io/gh/InPhyT/MultilayerGraphs.jl)
88
[![Coverage Status](https://coveralls.io/repos/github/InPhyT/MultilayerGraphs.jl/badge.svg?branch=main)](https://coveralls.io/github/InPhyT/MultilayerGraphs.jl?branch=main)
99
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
10-
[![DOI](https://zenodo.org/badge/XXXXXXXXX.svg)](https://zenodo.org/badge/latestdoi/XXXXXXXXX)
10+
[![DOI](https://zenodo.org/badge/490352002.svg)](https://zenodo.org/badge/latestdoi/490352002)
1111

1212
<img align="right" width="215" height="215" src="https://github.com/InPhyT/MultilayerGraphs.jl/blob/main/docs/src/assets/logo.png?raw=true">
1313

@@ -26,11 +26,9 @@ Roughly speaking, a multilayer graph is a collection of ***layers***, i.e. graph
2626
Press `]` in the Julia REPL and then
2727

2828
```julia
29-
pkg> add https://github.com/InPhyT/MultilayerGraphs.jl
29+
pkg> add MultilayerGraphs
3030
```
3131

32-
[Registration](https://github.com/JuliaRegistries/General/pull/66311) is in progress.
33-
3432
## Tutorial
3533

3634
In the package documentation we have prepared a [tutorial](https://inphyt.github.io/MultilayerGraphs.jl/stable/#Tutorial) to illustrate how to define, handle and analyse a [`MultilayerGraph`](@ref) (the directed version is completely analogous).

docs/src/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ Roughly speaking, a multilayer graph is a collection of *layers*, i.e. graphs wh
2929
Press `]` in the Julia REPL and then
3030

3131
```julia
32-
pkg> add https://github.com/InPhyT/MultilayerGraphs.jl
32+
pkg> add MultilayerGraphs
3333
```
3434

35-
[Registration](https://github.com/JuliaRegistries/General/pull/66311) is in progress.
36-
3735
## Tutorial
3836

3937
Here we illustrate how to define, handle and analyse a [`MultilayerGraph`](@ref) (the directed version is completely analogous).

0 commit comments

Comments
 (0)