-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
39 lines (39 loc) · 1.17 KB
/
.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
31
32
33
34
35
36
37
38
39
{
"title": "Electronic Notebook: Github Template for Scientific Datasets to be Deposited on Zenodo.org",
"description": "This repository contains electronic notebooks (Jupyter) for reproducing the simulation results presented in ...",
"creators": [
{
"name": "Jane Doe",
"affiliation": "Some university...",
"orcid": "0000-0000-0000-0000"
}
],
"contributors": [
{
"name": "Alfons Åberg",
"affiliation": "Department of ...",
"orcid": "0000-0000-0000-0000",
"type": "Researcher"
}
],
"keywords": [
"reproducible science",
"electronic notebook"
],
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/mlund/template-for-supporting-information",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "doi-goes-here",
"relation": "isSupplementTo",
"resource_type": "publication-article"
}
],
"license": "CC-BY-4.0",
"access_right": "open",
"upload_type": "workflow"
}