A (currently small) collection of my materials on reproducibility and open scholarship.
New to reproducibility and don't know where to start? Here are my two cents...
- first, make sure you use a text-based data format where possible
- next, start using Markdown, e.g. taking notes with a software like Zettlr
- then, get coding with with R (Tidyverse), Python or another languange
- create dynamic analysis document including code in your Quarto document
- create your visualisations using ggplot2, Matplotlib or another library or languange
- finally, explore the use of Git (e.g., GitHub or GitLab) for your own private project
- use use of Git to publish your project publically
- also, keep an eye on licences
This work is licensed under a Creative Commons Attribution 4.0 International License.
Thanks to Santiago Soler for his work on Creative Commons Licenses for GitHub Projects.