Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrc-ide/wodin-shortcourse-2024
- Owner: mrc-ide
- Created: 2024-04-15T10:46:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:05:47.000Z (4 months ago)
- Last Synced: 2024-11-06T02:30:31.081Z (about 2 months ago)
- Language: R
- Homepage: https://mrc-ide.github.io/wodin-shortcourse-2024
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`