MODSIR19
- NodeJS 12 (LTS)
make install to install needed packages
make start to run the frontend
Model initial parameters are stored in a JSON file at src/parameters.json.
Here is the details explanation of its content:
| Key | Type | Description |
|---|---|---|
| population | Integer | Initial exposed population |
| patient0 | Integer | Number of initial infected patients at start |
| initial_start_date | ISO 8601 Date | Start date of the experiment |
| lockdown_start_date | ISO 8601 Date | Start date of the lockdown |
| deconfinement_start_date | ISO 8601 Date | Start date of the deconfinement |
| initial_r0 | Float | Initial R0 before lockdown |
| lockdown_r0 | Float | R0 during the lockdown |
| deconfinement_r0 | Float | R0 after the lockdown |
| initial_tooltip | String | Help text displayed besides the initial period R0 |
| lockdown_tooltip | String | Help text displayed besides the lockdown R0 |
| deconfinement_tooltip | String | Help text displayed besides the deconfinement R0 |