Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrc-ide/wodin-shortcourse-2024

Introduction to Mathematical Models of the Epidemiology & Control of Infectious Diseases - 2024
https://github.com/mrc-ide/wodin-shortcourse-2024

Last synced: 10 days ago
JSON representation

Introduction to Mathematical Models of the Epidemiology & Control of Infectious Diseases - 2024

Awesome Lists containing this project

README

        

## Introduction to Mathematical Models of the Epidemiology & Control of Infectious Diseases

For more information, see [infectiousdiseasemodels.org](http://www.infectiousdiseasemodels.org/) or [to the applications]()

Automated screenshots are generated in a github workflow named `screenshots` which runs a suite of Playwright tests. To
run these locally:
1. Run WODIN with config: `./scripts/run-wodin`
1. Make playwright suite the local folder: `cd screenshot`
1. Install Playwright: `npm install -D @playwright/test && npx playwright install`
1. Run the tests: `npx playwright test`