Skip to content

Commit 3739fe9

Browse files
authored
Merge pull request #60 from common-workflow-language/citation_fix
clarify CWL citation versus user guide citation
2 parents a039f6c + cca771a commit 3739fe9

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CITATION

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
11
# Citation
22

3-
Our preferred DOI is http://doi.org/10.5281/zenodo.840129
3+
To cite CWL as a project, as a language, or as a standard, use:
44

5-
The latest DOI is:
5+
Amstutz, Peter; Crusoe, Michael R; Tijanić, Nebojša; Chapman, Brad;
6+
Chilton, John; Heuer, Michael; Kartashov, Andrey; Kern, John; Leehr, Dan;
7+
Ménager, Hervé; Nedeljkovich, Maya; Scales, Matt; Soiland-Reyes, Stian;
8+
Stojanovic, Luka (2016): Common Workflow Language, v1.0. Specification,
9+
Common Workflow Language working group. https://w3id.org/cwl/v1.0/
10+
https://dx.doi.org/10.6084/m9.figshare.3115156.v2
11+
12+
@data{cwl,
13+
doi = {10.6084/m9.figshare.3115156.v2},
14+
url = {http://dx.doi.org/10.6084/m9.figshare.3115156.v2},
15+
author = {Peter Amstutz; Michael R. Crusoe; Nebojša Tijanić; Brad Chapman;
16+
John Chilton; Michael Heuer; Andrey Kartashov; John Kern; Dan Leehr;
17+
Hervé Ménager; Maya Nedeljkovich; Matt Scales; Stian Soiland-Reyes;
18+
Luka Stojanovic
19+
},
20+
publisher = {Figshare},
21+
institution = {Common Workflow Language working group},
22+
title = {Common Workflow Language, v1.0},
23+
year = {2016}
24+
}
25+
26+
# the above is from https://github.com/common-workflow-language/common-workflow-language/blob/master/CITATION
27+
28+
Our preferred DOI for the "CWL User Guide" is http://doi.org/10.5281/zenodo.840129
29+
30+
The latest DOI for the "CWL User Guide" is:
631
[![DOI](https://zenodo.org/badge/89621457.svg)](https://zenodo.org/badge/latestdoi/89621457)
732

833
The structure and style of this user guide is derived from [the Carpentries](https://github.com/carpentries)

0 commit comments

Comments
 (0)