Skip to content

Commit 216fbe5

Browse files
katrinleinwebermr-c
authored andcommitted
Hyperlink DOIs to preferred resolver (#1055)
1 parent bef1319 commit 216fbe5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cwltool/schemas/CITATION

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Chilton, John; Heuer, Michael; Kartashov, Andrey; Kern, John; Leehr, Dan;
55
Ménager, Hervé; Nedeljkovich, Maya; Scales, Matt; Soiland-Reyes, Stian;
66
Stojanovic, Luka (2016): Common Workflow Language, v1.0. Specification,
77
Common Workflow Language working group. https://w3id.org/cwl/v1.0/
8-
https://dx.doi.org/10.6084/m9.figshare.3115156.v2
8+
https://doi.org/10.6084/m9.figshare.3115156.v2
99

1010
@data{cwl,
1111
doi = {10.6084/m9.figshare.3115156.v2},
12-
url = {http://dx.doi.org/10.6084/m9.figshare.3115156.v2},
12+
url = {https://doi.org/10.6084/m9.figshare.3115156.v2},
1313
author = {Peter Amstutz; Michael R. Crusoe; Nebojša Tijanić; Brad Chapman;
1414
John Chilton; Michael Heuer; Andrey Kartashov; John Kern; Dan Leehr;
1515
Hervé Ménager; Maya Nedeljkovich; Matt Scales; Stian Soiland-Reyes;

cwltool/schemas/draft-3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ specifies the preprocessing steps that must be applied when loading CWL
2222
documents and the schema language used to write the above specifications.
2323

2424
If you use the CWL specifications or distribute CWL descriptions with a
25-
publication you should [cite the standard](https://dx.doi.org/10.6084/m9.figshare.3115156.v1)
25+
publication you should [cite the standard](https://doi.org/10.6084/m9.figshare.3115156.v1)

tests/bundle-context.jsonld

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"xsd": "http://www.w3.org/2001/XMLSchema#",
1717
"foaf": "http://xmlns.com/foaf/0.1/",
1818
"owl": "http://www.w3.org/2002/07/owl#",
19-
"doi": "http://dx.doi.org/",
19+
"doi": "https://doi.org/",
2020

2121
"uri": "@id",
2222
"id": {

0 commit comments

Comments
 (0)