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.
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.
- Create a new repository on your local machine with
git init repro-examples - Copy the files in the
problemdirectory into the new repository - Download the data needed for the analysis from https://doi.org/10.5281/zenodo.7014332
- 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.