-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HeidiSeibold
committed
Aug 24, 2023
1 parent
23b6242
commit d2d74cd
Showing
8 changed files
with
97 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Hurdles: reproducible research is hard | ||
|
||
From the definition above, reproducible research sounds really easy. It is a minimum standard. But still it is hard! | ||
|
||
Common hurdles that researchers face are: | ||
|
||
- Missing knowledge (What am I allowed to do? How to do it?) | ||
- Shame and fear | ||
- Time pressure | ||
- Data/code that cannot be shared openly | ||
|
||
What are your personal hurdles? What can you do to address them? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
## FAIR principles for reproducible research | ||
|
||
TODO: see also https://data.research.cornell.edu/content/preparing-fair-data-reuse-and-reproducibility | ||
|
||
FAIR stands for Findable, Accessible, Interoperable and Reusable. Implementing the FAIR principles for data can be a challenge though. Let's talk about how to do it in practice. | ||
|
||
The FAIR principles are at the core of many current initiatives in research and beyond. For example the German National Research Data Infrastructure (NFDI) consortia are working on making research data (and sometimes software) FAIR. There is even a special FAIR Data Spaces project. But what does FAIR mean for you? | ||
|
||
|
||
::: captioned-image-container | ||
![FAIR prinicples](images/fair.jpg){fig-alt="F=findable, A=accessible, I=interoperable, R=reusable"} | ||
::: | ||
|
||
This chapter is based on ressources from the University of Mannheim, that I | ||
recommend to check out: https://github.com/UB-Mannheim/FAIR-Data-Week. | ||
In the following I will use these and my own experience to give you a bit of a | ||
guidance on how to get started. | ||
|
||
### Generally for all FAIR principles | ||
|
||
The FAIR principles try to help you answer the most common questions people have about data. | ||
|
||
::: captioned-image-container | ||
![FAIR questions](images/fair-questions.jpg){fig-alt="Where is the data? How can I access it ? How can I read and work with it? Yow can I reuse it?"} | ||
::: | ||
|
||
By the way, "data" in this context can mean many different things. Of course things like regular tabular data sets, but also images and other research materials. | ||
|
||
#### How to get started {.unnumbered} | ||
|
||
Store your data somewhere that makes sense. If you can make your data openly available regular data platforms such as [Zenodo](https://zenodo.org/) or the [Open Science Framework (OSF)](https://osf.io) will do. Of course also field specific or institutional platforms/repositories are good options. | ||
|
||
|
||
[![View the images of this chapter on Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.8070861.svg)](https://doi.org/10.5281/zenodo.8070861) | ||
|
||
If you cannot make them openly available, you can usually still make the metadata available. Metadata is information about your data such as the author(s), how to cite it, what the data set contains, and so on. | ||
|
||
Making your data known in the community increases not only your chance of creating an impact with your work but also your work's FAIRness. You can do so by publishing a data paper or otherwise sharing more info with the community (social media, podcasts, conferences, ...). | ||
|
||
And then additionally... | ||
|
||
#### F for Findable | ||
|
||
(Three ingredients: data, metadata and infrastructure) | ||
|
||
- Attach a DOI to your data. Many data platforms (e.g. Zenodo) make that really easy for you. | ||
- Provide rich machine-readable metadata. If you upload your data to a good data platform, the most relevant metadata will be asked from you anyhow. So it's easy to do things right. | ||
|
||
#### A for Accessible | ||
|
||
(FAIR is not the same as Open 👉 the point is to provide the exact conditions of accessibility) | ||
|
||
- Explain how someone can access your data. May that be via accessing it through a data platform or through an application that is evaluated by a data-use-and-access committee. | ||
|
||
#### I for Interoperable | ||
|
||
- Use common data formats. For tabular data that could for example be csv, for images jpeg. What's best in your community might be decided through a community standard. | ||
- Use words that others will understand or define them. For example if the column names in your table are not self explanatory, explain them. | ||
- Provide context for your data. Is it connected with other data or papers? You can also add your metadata to public knowledge graphs, e.g. [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page). | ||
|
||
#### R for Reusable | ||
|
||
- Include rich machine-readable metadata according to the community standards. | ||
- Attach a license to your data (license is part of the metadata) that makes it clear, what others can do with your data. You can for example use the Creative Commons license [CC-BY](https://creativecommons.org/licenses/by/4.0/) (more on [how to choose a license](https://creativecommons.org/choose/)). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Team work that fosters reproducibility | ||
|
||
TODO: ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters