Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Book

Foundations of Open Science, Reproducibility and Replicability

Open in Google Slides

Why This Course Exists

Modern research increasingly depends on code, data pipelines, and computational analyses. Yet a large fraction of published results cannot be reproduced or replicated, even by the original authors. This lecture introduces the vocabulary, motivation, and guiding principles that the rest of the course builds on: open science, reproducibility, and replicability.

The Reproducibility and Replicability Crisis

Concerns about the reliability of published research are not new. Ioannidis argued that, under common statistical and publication practices, a surprising share of published findings are likely to be false Ioannidis, 2005. A decade later, a large-scale effort to replicate 100 studies in psychology succeeded in reproducing the original results for well under half of them Open Science Collaboration, 2015. These findings, echoed across other fields, motivated a 2019 consensus report from the U.S. National Academies of Sciences, Engineering, and Medicine that examined the scope of the problem and proposed concrete recommendations for researchers, institutions, and funders National Academies of Sciences, Engineering, and Medicine, 2019.

Reproducibility vs. Replicability

These two terms are often used interchangeably, but this course follows the distinction adopted by the National Academies report National Academies of Sciences, Engineering, and Medicine, 2019:

TermDefinitionSame data?Same methods?
ReproducibilityObtaining consistent results using the same input data, code, and analysisYesYes
ReplicabilityObtaining consistent results on new data collected following the same methodologyNoYes

In other words, reproducibility is about computational transparency — can someone else re-run your pipeline and get your numbers? Replicability is about scientific robustness — does the underlying effect hold up when the study is repeated independently?

Open Science

Open science is the broader movement to make the entire research lifecycle — data, code, materials, and publications — transparent and accessible. Munafò et al. propose a manifesto of concrete practices that address the reproducibility crisis directly, including pre-registration, sharing of data and code, and reporting guidelines Munafò et al., 2017.

A widely adopted framework for making research outputs usable by others is the FAIR principles Wilkinson et al., 2016:

Note that FAIR does not require data to be open — it is possible for data to be FAIR yet access-restricted (e.g., for privacy reasons). This is an important nuance: open science and open data are related but distinct from FAIRness.

What This Course Will Cover

Over the following lectures and labs, we will move from these foundational concepts to hands-on practice:

  1. Version control and collaborative workflows (Git/GitHub)

  2. Structuring reproducible computational environments

  3. Data and code sharing practices, licensing, and persistent identifiers

  4. Reporting standards and pre-registration

  5. Building a fully reproducible research artifact from end to end

Further Resources

References
  1. Ioannidis, J. P. A. (2005). Why Most Published Research Findings Are False. PLOS Medicine, 2(8), e124. 10.1371/journal.pmed.0020124
  2. Open Science Collaboration. (2015). Estimating the Reproducibility of Psychological Science. Science, 349(6251), aac4716. 10.1126/science.aac4716
  3. National Academies of Sciences, Engineering, and Medicine. (2019). Reproducibility and Replicability in Science. The National Academies Press. 10.17226/25303
  4. Munafò, M. R., Nosek, B. A., Bishop, D. V. M., Button, K. S., Chambers, C. D., Percie du Sert, N., Simonsohn, U., Wagenmakers, E.-J., Ware, J. J., & Ioannidis, J. P. A. (2017). A Manifesto for Reproducible Science. Nature Human Behaviour, 1, 0021. 10.1038/s41562-016-0021
  5. Wilkinson, M. D., Dumontier, M., Aalbersberg, Ij. J., Appleton, G., Axton, M., Baak, A., Blomberg, N., Boiten, J.-W., da Silva Santos, L. B., Bourne, P. E., & others. (2016). The FAIR Guiding Principles for Scientific Data Management and Stewardship. Scientific Data, 3, 160018. 10.1038/sdata.2016.18