Skip to content

Commit

Permalink
add .zenodo.json (#116)
Browse files Browse the repository at this point in the history
* add .zenodo.json

* remove publication_date from .zenodo.json

* change affiliations in .zenodo.json

* remove nicolas schuck from .zenodo.json

* remove konrad's empty DOI

* add additional keywords to zenodo.json
  • Loading branch information
lnnrtwttkhn authored Feb 28, 2024
1 parent f417200 commit 24718a7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"upload_type": "publication",
"publication_type": "book",
"title": "Version Control Book",
"creators": [
{
"name": "Wittkuhn, Lennart",
"affiliation": "Institute of Psychology, University of Hamburg, Germany",
"orcid": "0000-0003-2966-6888"
},
{
"name": "Pagenstedt, Konrad",
"affiliation": "Institute of Psychology, University of Hamburg, Germany"
}
],
"description": "The Version Control Book is a comprehensive educational resource for version control of code and data with Git for scientists.",
"access_right": "open",
"license": "CC-BY-SA-4.0",
"keywords": [
"version control",
"git",
"github",
"reproducibility",
"open science",
"digital literacy",
"data literacy",
"open educational resources"
],
"language": "eng"
}

0 comments on commit 24718a7

Please sign in to comment.