Schedule

Some self-evident truths

(once you’ve worked in research for a while)

Organisations that care

Defining our terms

Taken from https://the-turing-way.netlify.app/reproducible-research/overview/overview-definitions.html

Reproducibility is just the beginning, but it underpins the goal of generalisable findings within a domain.

An overview of technologies

A diagram showing different aspects of reproducibility

Taken from https://nbis-reproducible-research.readthedocs.io/en/latest/tutorial_intro/

About you

Resources

Git

Environment Management

This is tricky one to cover in details as doing it correctly tends to vary on a language-by-language basis. Conda is the recommended approach here due to its flexibility in covering multiple languages as well as virtual environments.

Containers

Jupyter Notebooks/R Markdown

Workflow Management

Testing and Continuous Integration