Skip to content

Commit 9f4ee1b

Browse files
committedOct 12, 2022
reformat citation instructions
1 parent 6835eb7 commit 9f4ee1b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed
 

‎CITATION.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Citation
22

3-
To cite the Common Workflow Language and the CWL project in a scholary work, please use:
3+
To cite the Common Workflow Language project in a scholary work, please use:
44

5-
Michael R. Crusoe, Sanne Abeln, Alexandru Iosup, Peter Amstutz, John Chilton, Nebojša Tijanić, Hervé Ménager, Stian Soiland-Reyes, Bogdan Gavrilović, Carole Goble, and The CWL Community. 2022. Methods included: standardizing computational reuse and portability with the Common Workflow Language. Commun. ACM 65, 6 (June 2022), 54–63. https://doi.org/10.1145/3486897
5+
Michael R. Crusoe, Sanne Abeln, Alexandru Iosup, Peter Amstutz, John Chilton, Nebojša Tijanić,
6+
Hervé Ménager, Stian Soiland-Reyes, Bogdan Gavrilović, Carole Goble, and The CWL Community. 2022.
7+
Methods Included: Standardizing Computational Reuse and Portability with the Common Workflow Language.
8+
Commun. ACM 65, 6 (June 2022), 54–63. https://doi.org/10.1145/3486897
69

10+
```
711
@article{10.1145/3486897,
812
author = {Crusoe, Michael R. and Abeln, Sanne and Iosup, Alexandru and Amstutz, Peter and Chilton, John and Tijani\'{c}, Neboj\v{s}a and M\'{e}nager, Herv\'{e} and Soiland-Reyes, Stian and Gavrilovi\'{c}, Bogdan and Goble, Carole and Community, The CWL},
913
title = {Methods Included: Standardizing Computational Reuse and Portability with the Common Workflow Language},
@@ -22,6 +26,7 @@ month = {may},
2226
pages = {54–63},
2327
numpages = {10}
2428
}
29+
```
2530

2631
To cite just the CWL standards themselves, please use the following inclusive of the DOI:
2732

@@ -32,6 +37,7 @@ Stojanovic, Luka (2016): Common Workflow Language, v1.0. Specification,
3237
Common Workflow Language working group. https://w3id.org/cwl/v1.0/
3338
https://dx.doi.org/10.6084/m9.figshare.3115156.v2
3439

40+
```
3541
@data{cwl,
3642
doi = {10.6084/m9.figshare.3115156.v2},
3743
url = {https://doi.org/10.6084/m9.figshare.3115156.v2},
@@ -45,8 +51,9 @@ Luka Stojanovic
4551
title = {Common Workflow Language, v1.0},
4652
year = {2016}
4753
}
54+
```
4855

49-
# the above is from https://github.com/common-workflow-language/common-workflow-language/blob/main/CITATION
56+
[//]: # (the above is from https://github.com/common-workflow-language/common-workflow-language/blob/main/CITATION.cff)
5057

5158
Our preferred DOI for the "CWL User Guide" is http://doi.org/10.5281/zenodo.840129
5259

0 commit comments

Comments
 (0)
Please sign in to comment.