Skip to content

Commit da599e1

Browse files
committed
Keep only parts related to late tasks
1 parent 4b92374 commit da599e1

File tree

10 files changed

+10
-2375
lines changed

10 files changed

+10
-2375
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ community listed at <https://github.com/epiverse-trace/> including via social
222222
media, slack, newsletters, and email lists. You can also [reach us by
223223
email][contact].
224224

225-
[repo]: https://github.com/epiverse-trace/tutorials
226-
[repo-issues]: https://github.com/epiverse-trace/tutorials/issues
225+
[repo]: https://github.com/epiverse-trace/tutorials-late
226+
[repo-issues]: https://github.com/epiverse-trace/tutorials-late/issues
227227
[contact]: mailto:andree.valle-campos@lshtm.ac.uk
228228
[cp-site]: https://epiverse-trace.github.io/
229229
[dc-issues]: https://github.com/issues?q=user%3Adatacarpentry

README.Rmd

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ knitr::opts_chunk$set(
1818
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
1919
<!-- badges: end -->
2020

21-
The goal of `tutorials` is to host tutorials for Outbreak analytics with R.
21+
The goal of this repository is to host tutorials for Scenario modelling for outbreak analytics with R.
2222

2323
## Usage
2424

2525
> NOTE: The expected date for the deployment of the first set of tutorials is mid-November 2023.
2626
27-
Visualize this content as a webpage at <https://epiverse-trace.github.io/tutorials/>
27+
Visualize this content as a webpage at <https://epiverse-trace.github.io/tutorials-late/>
2828

2929
To build the website locally, please refer to [the contributing guidelines](CONTRIBUTING.md).
3030

@@ -48,7 +48,3 @@ Read the [License](LICENSE.md) of this tutorial.
4848

4949
- [@amanda-minter](https://github.com/amanda-minter/)
5050
- [@avallecam](https://github.com/avallecam/)
51-
52-
```{r,eval=FALSE,echo=FALSE}
53-
readCitationFile(file = "inst/CITATION")
54-
```

config.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
carpentry: 'incubator'
1212

1313
# Overall title for pages.
14-
title: 'Outbreak analytics with R'
14+
title: 'Scenario modelling for outbreak analytics with R'
1515

1616
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
1717
created:
1818

1919
# Comma-separated list of keywords for the lesson
20-
keywords: 'forecasts, epidemic models, interventions'
20+
keywords: 'epidemic models, interventions'
2121

2222
# Life cycle stage of the lesson
2323
# possible values: pre-alpha, alpha, beta, stable
@@ -27,7 +27,7 @@ life_cycle: 'pre-alpha'
2727
license: 'CC-BY 4.0'
2828

2929
# Link to the source repository for this lesson
30-
source: 'https://github.com/epiverse-trace/tutorials'
30+
source: 'https://github.com/epiverse-trace/tutorials-late'
3131

3232
# Default branch of your lesson
3333
branch: 'main'
@@ -60,9 +60,6 @@ contact: 'andree.valle-campos@lshtm.ac.uk'
6060
# Order of episodes in your lesson
6161
episodes:
6262
- introduction.Rmd
63-
- read-delays.Rmd
64-
- quantify-transmissibility.Rmd
65-
- create-forecast.Rmd
6663
- simulating-transmission.Rmd
6764
- model-choices.Rmd
6865
- modelling-interventions.Rmd
@@ -84,4 +81,4 @@ profiles:
8481

8582
varnish: epiverse-trace/varnish@epiversetheme
8683
# this is carpentries/sandpaper#533 in our fork so we can keep it up to date with main
87-
sandpaper: epiverse-trace/sandpaper@patch-renv-github-bug
84+
sandpaper: epiverse-trace/sandpaper@patch-renv-github-bug

0 commit comments

Comments
 (0)