forked from lnnrtwttkhn/version-control-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
30 lines (30 loc) · 925 Bytes
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
}