tutorials-early
Tutorials to learn reading, cleaning and validating case data, and converting line list data to incidence for visualizing epidemic curves.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.4%) to scientific vocabulary
Keywords
carpentries-workbench
data-cleaning
data-validation
data-visualization
english-language
epiverse
exploratory-data-analysis
outbreak-analysis
rstats
Last synced: 6 months ago
·
JSON representation
·
Repository
Tutorials to learn reading, cleaning and validating case data, and converting line list data to incidence for visualizing epidemic curves.
Basic Info
- Host: GitHub
- Owner: epiverse-trace
- License: other
- Language: R
- Default Branch: main
- Homepage: https://epiverse-trace.github.io/tutorials-early/
- Size: 20 MB
Statistics
- Stars: 3
- Watchers: 4
- Forks: 8
- Open Issues: 44
- Releases: 0
Topics
carpentries-workbench
data-cleaning
data-validation
data-visualization
english-language
epiverse
exploratory-data-analysis
outbreak-analysis
rstats
Created about 2 years ago
· Last pushed 6 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# Epiverse-TRACE Tutorials Early
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://www.repostatus.org/#active)
Tutorials on read and clean case data, and make line list for outbreak analytics with R developed by the Epiverse-TRACE initiative. These tutorials are visible at: .
More information about Epiverse-TRACE learning material is available at:
## 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-early/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/).
## 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)
## 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:andree.valle-campos@lshtm.ac.uk) with any questions about this tutorial.
Owner
- Name: Epiverse-TRACE
- Login: epiverse-trace
- Kind: organization
- Website: https://epiverse.org
- Repositories: 17
- Profile: https://github.com/epiverse-trace
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Epiverse-TRACE Tutorials Early: Read and clean case data,
and make linelist for outbreak analytics with R
message: >-
Please cite this lesson using the information in this file
when you refer to it in publications, and/or if you
re-use, adapt, or expand on the content in your own
training material.
type: dataset
authors:
- given-names: Abdoelnaser
family-names: Degoot
email: abdoelnaser-mahmood.degoot@lshtm.ac.uk
orcid: 'https://orcid.org/0000-0001-8788-2496'
- given-names: Andree
family-names: Valle-Campos
email: andree.valle-campos@lshtm.ac.uk
orcid: 'https://orcid.org/0000-0002-7779-481X'
repository-code: 'https://github.com/epiverse-trace/tutorials-early'
url: 'https://epiverse-trace.github.io/tutorials-early/'
abstract: >-
The Epiverse-TRACE initiative aims to provide a software
ecosystem for outbreak analytics with integrated,
generalisable and scalable community-driven software. We
support the development of R packages, make the existing
ones interoperable for the user experience, and stimulate
a community of practice. In the outbreak analytics
curriculum, we built three tutorials around an outbreak
analysis pipeline split into three stages: Early, Middle,
and Late tasks. Early tasks include reading, cleaning and
validating case data, and converting line list data to
incidence for visualizing epidemic curves. Middle tasks
host real-time analysis that includes accessing
epidemiological delays, estimating transmission metrics,
forecasting, and severity from incidence data,
superspreading from line list and contact data, and
simulating transmission chains. Late tasks include
accessing and analyzing social contact matrices, scenario
modelling to simulate disease spread and investigate
interventions, and modelling disease burden.
keywords:
- outbreak-analytics
- exploratory-data-analysis
- data-cleaning
- data-validation
- data-visualization
- carpentries
- rstats
- english-language
license: CC-BY-4.0
version: v2025-03-11
date-released: '2025-03-11'
GitHub Events
Total
- Issues event: 22
- Watch event: 1
- Delete event: 51
- Issue comment event: 47
- Push event: 192
- Pull request review comment event: 8
- Pull request review event: 27
- Pull request event: 54
- Fork event: 5
- Create event: 55
Last Year
- Issues event: 22
- Watch event: 1
- Delete event: 51
- Issue comment event: 47
- Push event: 192
- Pull request review comment event: 8
- Pull request review event: 27
- Pull request event: 54
- Fork event: 5
- Create event: 55
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 110
- Total pull requests: 100
- Average time to close issues: about 1 month
- Average time to close pull requests: 8 days
- Total issue authors: 4
- Total pull request authors: 8
- Average comments per issue: 0.35
- Average comments per pull request: 1.28
- Merged pull requests: 70
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 40
- Pull requests: 48
- Average time to close issues: 14 days
- Average time to close pull requests: 4 days
- Issue authors: 2
- Pull request authors: 8
- Average comments per issue: 0.25
- Average comments per pull request: 0.69
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- avallecam (101)
- Degoot-AM (7)
- Bisaloo (1)
- TimTaylor (1)
Pull Request Authors
- avallecam (66)
- Degoot-AM (18)
- Bisaloo (10)
- wiessall (2)
- adamkucharski (1)
- yabellini (1)
- epiverse-trace-bot (1)
- Karim-Mane (1)
Top Labels
Issue Labels
priority (26)
clean-validation (26)
upcoming-training (15)
enhancement (12)
trial-feedback (6)
documentation (4)
epinow2-cran (4)
bug (3)
post-trails (2)
hackathon (1)
question (1)
Pull Request Labels
upcoming-training (9)
clean-validation (5)
type: package cache (5)
priority (3)
documentation (2)
post-trails (2)
type: template and tools (2)
trial-feedback (1)
Dependencies
.github/workflows/lint.yaml
actions
- actions/checkout v3 composite
- carpentries/actions/setup-lesson-deps main composite
- carpentries/actions/setup-sandpaper main composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pr-close-signal.yaml
actions
- actions/upload-artifact v3 composite
.github/workflows/pr-comment.yaml
actions
- actions/checkout v3 composite
- carpentries/actions/check-valid-pr main composite
- carpentries/actions/comment-diff main composite
- carpentries/actions/download-workflow-artifact main composite
.github/workflows/pr-post-remove-branch.yaml
actions
- carpentries/actions/download-workflow-artifact main composite
- carpentries/actions/remove-branch main composite
.github/workflows/pr-preflight.yaml
actions
- carpentries/actions/check-valid-pr main composite
- carpentries/actions/comment-diff main composite
.github/workflows/pr-receive.yaml
actions
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- carpentries/actions/check-valid-pr main composite
- carpentries/actions/setup-lesson-deps main composite
- carpentries/actions/setup-sandpaper main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/sandpaper-main.yaml
actions
- actions/checkout v3 composite
- carpentries/actions/setup-lesson-deps main composite
- carpentries/actions/setup-sandpaper main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/update-cache.yaml
actions
- actions/checkout v3 composite
- carpentries/actions/check-valid-credentials main composite
- carpentries/actions/update-lockfile main composite
- carpentries/create-pull-request main composite
- r-lib/actions/setup-r v2 composite
.github/workflows/update-workflows.yaml
actions
- actions/checkout v3 composite
- carpentries/actions/check-valid-credentials main composite
- carpentries/actions/update-workflows main composite
- carpentries/create-pull-request main composite