Skip to content

Commit b03768d

Browse files
authored
Merge pull request #22 from common-workflow-language/zenodo
Zenodo customization
2 parents db58d70 + 17e05d9 commit b03768d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.zenodo.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"description": "Common Workflow Language User Guide",
3+
"license": "CC-BY-4.0",
4+
"title": "Common Workflow Language User Guide",
5+
"upload_type": "publication",
6+
"publication_type": "softwaredocumentation",
7+
"creators": [
8+
{
9+
"affiliation": "European Molecular Biology Laboratory",
10+
"orcid": "http://orcid.org/0000-0003-1766-456X",
11+
"name": "Toby Hodges"
12+
},
13+
{
14+
"affiliation": "Common Workflow Language project",
15+
"orcid": "http://orcid.org/0000-0002-2961-9670",
16+
"name": "Michael R. Crusoe"
17+
},
18+
],
19+
"access_right": "open",
20+
"notes": "Based off of the excellent Software/Data Carpentry templates: https://github.com/swcarpentry/styles/",
21+
"related_identifiers": [
22+
{
23+
"scheme": "url",
24+
"identifier": "https://github.com/common-workflow-language/user_guide",
25+
"relation": "isSupplementTo"
26+
},
27+
{
28+
"scheme": "doi",
29+
"identifier": "10.5281/zenodo.840129",
30+
"relation": "isPartOf"
31+
}
32+
]
33+
}

CITATION

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Citation
22

3+
Our preferred DOI is http://doi.org/10.5281/zenodo.840129
4+
5+
The latest DOI is:
36
[![DOI](https://zenodo.org/badge/89621457.svg)](https://zenodo.org/badge/latestdoi/89621457)

0 commit comments

Comments
 (0)