epidemic-simulator
A computer model that simulates a SIR epidemic model with a quarantine option in a dynamic network.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Repository
A computer model that simulates a SIR epidemic model with a quarantine option in a dynamic network.
Basic Info
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Epidemic-Simulator
A computer model that simulates a SIR epidemic model with quarantine option in a dynamic network.
To use this model you will need python3 and some libraries (networkX, matplotlib and numpy).
You can install those with the command:
pip3 install networkx matplotlib numpy
You can run the model with the following command:
python3 epidemic.py
If you want to change come parameters you just have to open the 'epidemic.py' file and there is a box of the variables you can easily play around. In case you want to do some processing and not just visualing, you can just delete the code inside the 'Animation' ASCII box. There is a 'run()' function that does the simulation without the animation part, you may find it useful.
Owner
- Name: Diogo Barbosa
- Login: barbosa46
- Kind: user
- Repositories: 1
- Profile: https://github.com/barbosa46
Computer Science student at Instituto Superior Técnico
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Barbosa
given-names: Diogo
title: "Epidemic Simulator"
version: 1.0
date-released: 2021-11-08