-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep only parts related to early tasks
- Loading branch information
Showing
12 changed files
with
8 additions
and
2,808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,8 +222,8 @@ community listed at <https://github.com/epiverse-trace/> including via social | |
media, slack, newsletters, and email lists. You can also [reach us by | ||
email][contact]. | ||
|
||
[repo]: https://github.com/epiverse-trace/tutorials | ||
[repo-issues]: https://github.com/epiverse-trace/tutorials/issues | ||
[repo]: https://github.com/epiverse-trace/tutorials-early | ||
[repo-issues]: https://github.com/epiverse-trace/tutorials-early/issues | ||
[contact]: mailto:[email protected] | ||
[cp-site]: https://epiverse-trace.github.io/ | ||
[dc-issues]: https://github.com/issues?q=user%3Adatacarpentry | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,13 @@ | |
carpentry: 'incubator' | ||
|
||
# Overall title for pages. | ||
title: 'Outbreak analytics with R' | ||
title: 'Reading and cleaning data for outbreak analytics with R' | ||
|
||
# Date the lesson was created (YYYY-MM-DD, this is empty by default) | ||
created: | ||
|
||
# Comma-separated list of keywords for the lesson | ||
keywords: 'forecasts, epidemic models, interventions' | ||
keywords: | ||
|
||
# Life cycle stage of the lesson | ||
# possible values: pre-alpha, alpha, beta, stable | ||
|
@@ -27,7 +27,7 @@ life_cycle: 'pre-alpha' | |
license: 'CC-BY 4.0' | ||
|
||
# Link to the source repository for this lesson | ||
source: 'https://github.com/epiverse-trace/tutorials' | ||
source: 'https://github.com/epiverse-trace/tutorials-early' | ||
|
||
# Default branch of your lesson | ||
branch: 'main' | ||
|
@@ -59,14 +59,7 @@ contact: '[email protected]' | |
|
||
# Order of episodes in your lesson | ||
episodes: | ||
- 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: | ||
|
@@ -84,4 +77,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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.