Skip to content

Commit e025160

Browse files
authored
Add DOI
1 parent 18d9462 commit e025160

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# EpiGen: generator of epidemic cascades on synthetic graphs
22

3+
[![DOI](https://zenodo.org/badge/405091892.svg)](https://zenodo.org/badge/latestdoi/405091892)
4+
5+
36
This Python package can be used to generate discrete time epidemic cascades with either the SIR Model or the SIS Model.
47
It can also reduce to the SI model, by setting the probability of recovery to 0.
58
The software then can generate observations on the epidemic cascades.
69

710
As for contact graphs, either static (fixed) contact graphs or dynamical contact graphs can be used. The package can generate static graph on its own (available for Random Regular Graphs, Erdős–Rényi (gnp), Barabasi-Albert, Watts-Strogatz, and more), or it can be provided with a NetworkX graph
811
For dynamical graph, the contacts can be provided with a `npz` file containing a list of contacts, or the software can create a dynamical contact network in which a new graph is generated for each day of contacts.
912

10-
Graph generation is made with the NetworkX package, while epidemic generation requires the Numba package. The Pandas package is used for the handling of observations.
13+
Graph generation is made with the NetworkX package, while epidemic generation requires the Numba package. The Pandas package is used for the handling of observations.

0 commit comments

Comments
 (0)