Skip to content

Commit ceaa671

Browse files
author
Janneke van der Zwaan
committed
Fix orcid for zenodo
1 parent 2f1055a commit ceaa671

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"affiliation": "Netherlands eScience Center",
55
"name": "van der Zwaan, Janneke M.",
6-
"orcid": "https://orcid.org/0000-0002-8329-7000"
6+
"orcid": "0000-0002-8329-7000"
77
},
88
{
99
"affiliation": "Nederlands eScience Center",

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: 'scriptcwl 0.7.2'
66
doi: 10.5281/zenodo.1160725
77
authors:
88
- given-names: "Janneke M."
9-
orcid: https://orcid.org/0000-0002-8329-7000
9+
orcid: 0000-0002-8329-7000
1010
affiliation: Netherlands eScience Center
1111
family-names: Zwaan
1212
name-particle: "van der"

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@type": "SoftwareSourceCode",
77
"author": [
88
{
9-
"@id": "https://orcid.org/0000-0002-8329-7000",
9+
"@id": "0000-0002-8329-7000",
1010
"@type": "Person",
1111
"affiliation": {
1212
"@type": "Organization",

0 commit comments

Comments
 (0)