What, Why, and How?
Leibniz-Zentrum Allgemeine Sprachwissenschaft (ZAS)
Tue Oct 8, 2024
“Open science” is an umbrella term used to refer to the concepts of openness, transparency, rigor, reproducibility, replicability, and accumulation of knowledge, which are considered fundamental features of science”
— Crüwell et al. (2019), p.3
Figure 1 shows some suggestions from Kathawalla et al. (2021)
Open Science is not all-or-nothing
there are things I consider the bare minimum
the important thing is to do what you can
Which Open Science research practices in Figure 1 do you already practice? Are there any you’d like to start implementing?
Reproducibility
Replication
.xls
files (Excel)access to data and code does not mean analyses are reproducible
what can go wrong? Examples from Laurinavichyute et al. (2022)
CamelCase
, snake case (snake_case
), or skewer case (skewer-case
)-
) to separate chunks, and underscores (_
) to connect words of the same chunkYYYY-MM-DD
01-data_cleaning.R
, 02-data_visualisation.R
)Good coding style is like correct punctuation: you can manage without it, butitsuremakesthingseasiertoread.
Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do.
— Knuth (1984), p. 97
main concepts:
main benefits:
dynamic reports with Markdown syntax
papaja
package for APA-formatted Rmarkdown documents
challenge: collaboration
metadata
README should contain
can be updated as the project develops
README.md files in GitHub/Lab are automatically used as a project description
.md
is a plain text documentREAMD files don’t need to be markdown files, but
ZAS Data Protocol
From the Employee Handbook (p. 37-8):
All data must always be stored on your personal OneDrive or a SharePoint drive of the relevant project.
Make sure this is the case!! This however does not make the data public, which usually happens after publication of a relevant manuscript.
here
packagerenv
(time permitting)Open Science Practicies: Reproducibility