Skip to content

Commit fdc86e6

Browse files
author
Toby Hodges
committed
included mailto protocol in author/contributor email addresses
1 parent 9dacb9c commit fdc86e6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

_includes/cwl/metadata_example2.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ $schemas:
4040
s:author:
4141
- class: s:Person
4242
s:id: https://orcid.org/0000-0002-6130-1021
43-
43+
s:email: mailto:[email protected]
4444
s:name: Denis Yuen
4545

4646
s:contributor:
4747
- class: s:Person
4848
s:id: http://orcid.org/0000-0002-7681-6415
49-
49+
s:email: mailto:[email protected]
5050
s:name: Brian O'Connor
5151
5252
s:citation: https://dx.doi.org/10.6084/m9.figshare.3115156.v2

_includes/cwl/metadata_example3.cwl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,14 @@ $schemas:
4444
s:author:
4545
- class: s:Person
4646
s:id: https://orcid.org/0000-0002-6130-1021
47-
47+
s:email: mailto:[email protected]
4848
s:name: Denis Yuen
4949

5050
s:contributor:
5151
- class: s:Person
5252
s:id: http://orcid.org/0000-0002-7681-6415
53-
53+
s:email: mailto:[email protected]
5454
s:name: Brian O'Connor
55-
- class: s:Person
56-
s:id: https://orcid.org/0000-0002-6130-1021
57-
s:email: dyuen@oicr.on.ca
58-
s:name: Denis Yuen
5955
6056
s:citation: https://dx.doi.org/10.6084/m9.figshare.3115156.v2
6157
s:codeRepository: https://github.com/common-workflow-language/common-workflow-language

0 commit comments

Comments
 (0)