Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amari-calipso/visual-sird-simulator
A visual simulator of infection spreading
https://github.com/amari-calipso/visual-sird-simulator
infection infection-simulation infections simulation
Last synced: 14 days ago
JSON representation
A visual simulator of infection spreading
- Host: GitHub
- URL: https://github.com/amari-calipso/visual-sird-simulator
- Owner: amari-calipso
- License: mit
- Created: 2021-04-13T07:40:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:32:55.000Z (25 days ago)
- Last Synced: 2024-12-08T21:30:39.963Z (25 days ago)
- Topics: infection, infection-simulation, infections, simulation
- Language: Opal
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual-SIRD-Simulator
A visual simulator of infection spreadingBased on the SIRD (Susceptibles, Infectious, Removed (immunes), Dead) model. it also simulates the mutability of the infection, based on a customizable probability variable. the charts at the end of most simulations represent the stats of each variation of the original infection, so that we can have a map of what kind of infection infected the simulation's population.
for reference, these are the names used in the chart:
TA = infection rate
RI = infection radius
TM = mortality rate
TI = immunization time (time that passes until an infected person becomes immune or dead)
the charts have a slightly different color depending on the stats of that mutation.In the simulation, green dots are susceptible people, red ones are infectious, blue ones are immunes, and white crosses are deads.
to run, open or compile `GSIR.opal` using the opal compiler.