Skip to content

Notebooks and support documents for epidemiological modelling training

Notifications You must be signed in to change notification settings

monash-emu/WPROEpiModellingTraining

Repository files navigation

EMU 2023 Agreement for Performance of Work with WHO Western Pacific Regional Office

Notebooks illustrate various epidemiological processes using the summer2 platform.

To run these over Google Colab, follow the links below and the instructions in the first cell.

Colab notebook links

  1. Simple SEIR model

  2. Stratification

  3. Calibration

  4. Heterogeneous mixing

  5. Serial latent compartments

  6. Tracking model outputs

  7. Multiple strains

  8. Post-immunity dynamics

  9. Renewal introduction

  10. Renewal implementation

  11. Tuberculosis

Local installation

To interact with the code from this repository on your local computer, you would need to undertake the following steps:

git clone https://github.com/monash-emu/WPROEpiModellingTraining.git
  • Install conda, and set up an environment
conda create -n summertraining python=3.10
conda activate summertraining
  • Install the requirements into the active environment (this can take several minutes)
pip install -r requirements.txt

Other resources

The notebooks listed above provide a brief introduction to participants in the 2023/2024 capacity building program.

Further resources are available through the Monash EMU homepage. In particular, we draw your attention to:

Notes on the manual

The PDF of the training manual is generated from the supplied notebook file using Quarto

quarto render .\WPRO_WHO_Capacity_Training_Manual.ipynb --to pdf --toc

About

Notebooks and support documents for epidemiological modelling training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published