https://github.com/carpentries-incubator/fair-research-data-coursebook
♻️ FAIR Research Data Coursebook repository. Created and maintained by the Maastricht University Library based on the Library Carpentries lesson template
https://github.com/carpentries-incubator/fair-research-data-coursebook
coursebook fair-data open-science research research-data-management
Last synced: 6 months ago
JSON representation
♻️ FAIR Research Data Coursebook repository. Created and maintained by the Maastricht University Library based on the Library Carpentries lesson template
- Host: GitHub
- URL: https://github.com/carpentries-incubator/fair-research-data-coursebook
- Owner: carpentries-incubator
- License: other
- Created: 2022-07-09T10:39:48.000Z (over 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-03-07T17:25:33.000Z (8 months ago)
- Last Synced: 2025-03-07T18:25:50.593Z (8 months ago)
- Topics: coursebook, fair-data, open-science, research, research-data-management
- Language: HTML
- Homepage: https://carpentries-incubator.github.io/FAIR-research-data-coursebook/
- Size: 5.63 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAIR Research Data Coursebook
This repository generates the corresponding lesson website from [The Carpentries](https://carpentries.org/) repertoire of lessons.
## Authors
- Hernández Serrano, Pedro: p.hernandezserrano@maastrichtuniversity.nl
- Vivas Romero, Maria: m.vivasromero@maastrichtuniversity.nl
## Citation
Hernandez Serrano, P. V., & Vivas Romero, M. (2022, August 8). FAIR Research Data Coursebook. Zenodo. https://doi.org/10.5281/zenodo.6974103
## Metadata JSON-LD
The following Rich Metadata snippet is embedded in each landing page of the coursebook.
```json
{
"@context": "https://schema.org",
"@type": "Course",
"name": "FAIR Research Data Coursebook",
"description": "Welcome to the FAIR Research Data Coursebook. This resource is an Open Educational Resource designed in accordance with FAIR and Open Science guidelines. Traditional training materials on FAIR principles often come across as dense and heavily theoretical. Our approach, inspired by Library Carpentries, aims for a different learning experience. This coursebook offers accessible, entry-level content and practical examples to enable researchers to easily grasp and apply FAIR principles in their work.",
"version": "v1.3",
"url": "https://doi.org/10.5281/zenodo.6974103",
"license": "https://creativecommons.org/licenses/by/4.0/legalcode",
"dateCreated": {
"@type": "Date",
"@value": "2022-08-01"
},
"inLanguage": {
"@type": "Language",
"name": "EN",
"alternateName": "EN"
},
"keywords": [
"Research Data Management",
"Research Data Reuse",
"FAIR",
"FAIR Digital Objects",
"FAIR Data"
],
"creator": {
"@type": "Person",
"name": "concat @givenName @familyName",
"givenName": "Pedro",
"familyName": "Hernandez Serrano",
"image": "https://avatars.githubusercontent.com/u/12054964?v=4",
"jobTitle": "Data Steward",
"email": "p.hernandezserrano@maastrichtuniversity.nl",
"affiliation": {
"@type": "Organization",
"name": "Maastricht University",
"url": {
"@type": "URL",
"@value": "https://maastrichtuniversity.nl"
}
}
},
"contributor": [
{
"@type": "Person",
"givenName": "Maria",
"familyName": "Vivas Romero",
"jobTitle": "Data Steward",
"email": "m.vivasromero@maastrichtuniversity.nl",
"affiliation": {
"@type": "Organization",
"name": "Maastricht University",
"url": {
"@type": "URL",
"@value": "https://maastrichtuniversity.nl"
}
}
}
],
"publisher": {
"@type": "Person",
"name": "Pedro Hernandez Serrano",
"givenName": "Pedro",
"familyName": "Hernandez Serrano",
"jobTitle": "Data Steward",
"email": "p.hernandezserrano@maastrichtuniversity.nl"
},
"citation": {
"@type": "CreativeWork",
"name": "FAIR Research Data Coursebook",
"creator": [
{
"@type": "Person",
"name": "Pedro Hernandez Serrano"
},
{
"@type": "Person",
"name": "Maria Vivas Romero"
}
]
},
"learningResourceType": "Coursebook",
"dateModified": {
"@type": "Date",
"@value": "2024-02-24"
}
}
```