Skip to content

Latest commit

 

History

History

README.md

Exercises in reproducibility

After going through the slides on how to make our research projects reproducible, it is time to go through a practice scenario!

The code in problem/ is an example of a research project which has not taken reproducibility into account.

Data

If you are trying to work through these exercises, you will need the data that the scripts rely on, which can be found here: https://www.metoffice.gov.uk/hadobs/hadcrut5/data/HadCRUT.5.0.0.0/download.html.

Instructions:

  1. Create a new repository on your local machine with git init repro-examples
  2. Copy the files in the problem directory into the new repository
  3. Download the data needed for the analysis from https://doi.org/10.5281/zenodo.7014332
  4. Try to complete the tasks in the files named *_exercises.qmd. Some of these are achievable during the session, others are tasks that could be worked on in your own time.