-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
86 lines (54 loc) · 3.32 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# Epiverse-TRACE Tutorials Late
<!-- badges: start -->
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://www.repostatus.org/#active)
<!-- badges: end -->
Tutorials on scenario modelling for outbreak analytics with R developed by the Epiverse-TRACE initiative. These tutorials are visible at: <https://epiverse-trace.github.io/tutorials-late/>.
More information about Epiverse-TRACE learning material is available at: <https://epiverse-trace.github.io/learn.html>
## Contributing
Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for contributing guidelines and details on how to get involved with this project. Please adhere to this project's [Code of Conduct](CODE_OF_CONDUCT.md).
Also see the current list of [issues](https://github.com/epiverse-trace/tutorials-late/issues) for ideas on how to contribute to this training curriculum.
To learn more about how this lesson site is built and how you can edit the pages, see the [Introduction to The Carpentries Workbench](https://carpentries.github.io/sandpaper-docs/).
<!-- ## Support -->
<!-- Please see our [Getting help guide](/.github/SUPPORT.md) for support. -->
## License
Lesson content is published with a [CC-BY license](LICENSE.md).
## Maintainer(s)
Current maintainers of these tutorials are:
- [Andree Valle-Campos](https://github.com/avallecam/) (Content)
- [Hugo Gruson](https://github.com/Bisaloo/) (Infrastructure)
<!--
Former maintainers:
- [Andree Valle-Campos](https://github.com/avallecam/)
-->
<!--## Acknowledgements-->
## Related
Epiverse-TRACE documentation:
+ [How-to guides](https://epiverse-trace.github.io/howto/): Reproducible recipes with concrete steps to solve specific Outbreak Analysis questions using multiple packages.
+ [Reference manuals and vignettes](https://epiverse-trace.github.io/getting-started.html#epiverse-trace-packages): Package-specific usage guides and function examples, along with explanatory articles.
Preliminary learning materials:
+ [Introductory R tutorials](https://appliedepi.org/resources/tutorials.html): Refresh your R knowledge with interactive online self-paced tutorials from the Applied Epi organization.
+ [The Epidemiologist R Handbook](https://www.epirhandbook.com/en/index.html): Online book on basics, data management, epidemiological analysis, visualization, and reporting from the Applied Epi organization.
## Citation
See [CITATION.cff](CITATION.cff) for citation information, including a list of authors.
([Read more about the Citation File Format and how to use it](https://citation-file-format.github.io/).)
To cite these tutorials in publications use:
```{r,eval=TRUE,echo=FALSE,comment=""}
cffr::as_bibentry(x = "CITATION.cff")
```
A BibTeX entry for LaTeX users is:
```{r,eval=TRUE,echo=FALSE,comment=""}
utils::toBibtex(cffr::as_bibentry(x = "CITATION.cff"))
```
## Contact
Please contact [Andree Valle-Campos](mailto:[email protected]) with any questions about this tutorial.