Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt website to overview format linking to all tutorial URLs #137

Merged
merged 23 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ Read the [License](LICENSE.md) of this tutorial.
```{r,eval=FALSE,echo=FALSE}
readCitationFile(file = "inst/CITATION")
```

## Related projects

+ R package vignettes: Look at all Epiverse-TRACE packages in [our developer space](https://epiverse-trace.github.io/).
+ [How-to guides](https://epiverse-trace.github.io/howto/): reproducible recipes with concrete steps to solve specific Outbreak Analysis questions.
+ [The Epidemiologist R Handbook](https://www.epirhandbook.com/en/index.html): Quick R code reference manual with task-centered examples that address common epidemiological problems.
+ *COMING SOON* case studies: reproducible case-studies of outbreak data analysis tasks using R packages.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,17 @@ Read the [License](LICENSE.md) of this tutorial.

- [@amanda-minter](https://github.com/amanda-minter/)
- [@avallecam](https://github.com/avallecam/)

## Related projects

- R package vignettes: Look at all Epiverse-TRACE packages in [our
developer space](https://epiverse-trace.github.io/).
- [How-to guides](https://epiverse-trace.github.io/howto/): reproducible
recipes with concrete steps to solve specific Outbreak Analysis
questions.
- [The Epidemiologist R
Handbook](https://www.epirhandbook.com/en/index.html): Quick R code
reference manual with task-centered examples that address common
epidemiological problems.
- *COMING SOON* case studies: reproducible case-studies of outbreak data
analysis tasks using R packages.
10 changes: 2 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,8 @@ contact: '[email protected]'

# Order of episodes in your lesson
episodes:
# - template.Rmd
- introduction.Rmd
- read-delays.Rmd
- quantify-transmissibility.Rmd
- create-forecast.Rmd
- simulating-transmission.Rmd
- model-choices.Rmd
- modelling-interventions.Rmd
- compare-interventions.Rmd

# Information for Learners
learners:
Expand All @@ -84,4 +78,4 @@ profiles:

varnish: epiverse-trace/varnish@epiversetheme
# this is carpentries/sandpaper#533 in our fork so we can keep it up to date with main
sandpaper: epiverse-trace/sandpaper@patch-renv-github-bug
sandpaper: epiverse-trace/sandpaper@patch-renv-github-bug
275 changes: 0 additions & 275 deletions episodes/compare-interventions.Rmd

This file was deleted.

Loading
Loading