generated from nfidd/nfidd
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.Rmd
75 lines (28 loc) · 1.57 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
output: github_document
---
# Understanding, evaluating, and improving forecasts of infectious disease burden,
This repository contains the material to create the course page.
All the raw material is in the folder `sessions/` and is written in
`quarto`. Any changes to the quarto files are automatically
updated on the web site once committed to the `main` branch.
To add a lesson, add a `.qmd` file in the `sessions` folder with a YAML field `order:` corresponding to where it fits in, and edit `sessions.qmd` to add it to the schedule.
## Local testing
The `html` pages can be generated locally using the function
```{r render, eval = FALSE}
quarto::quarto_render()
```
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
All contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropensci/allcontributors) following the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!
### Code
<a href="https://github.com/nfidd/ueifid/commits?author=seabbs">seabbs</a>,
<a href="https://github.com/nfidd/ueifid/commits?author=sbfnk">sbfnk</a>,
<a href="https://github.com/nfidd/ueifid/commits?author=github-merge-queue[bot]">github-merge-queue[bot]</a>
### Issues
<a href="https://github.com/nfidd/ueifid/issues?q=is%3Aissue+author%3Ajamesmbaazam">jamesmbaazam</a>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->