Skip to content

Commit 899a16a

Browse files
authored
add type property (required) to all contributors in .zenodo.json [skip ci]
1 parent 8706b75 commit 899a16a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.zenodo.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,20 @@
3232
{
3333
"affiliation": "Dartmouth College: Hanover, NH, United States",
3434
"name": "Halchenko, Yaroslav O.",
35-
"orcid": "0000-0003-3456-2493"
35+
"orcid": "0000-0003-3456-2493",
36+
"type": "Researcher"
3637
},
3738
{
3839
"affiliation": "MIT",
3940
"name": "Goncalves, Mathias",
40-
"orcid": "0000-0002-7252-7771"
41+
"orcid": "0000-0002-7252-7771",
42+
"type": "Researcher"
4143
},
4244
{
4345
"affiliation": "MIT, HMS",
4446
"name": "Ghosh, Satrajit",
45-
"orcid": "0000-0002-5312-6729"
47+
"orcid": "0000-0002-5312-6729",
48+
"type": "Researcher"
4649
}
4750
],
4851
"keywords": [
@@ -53,6 +56,6 @@
5356
"fMRI",
5457
"BIDS"
5558
],
56-
"license": "BSD-3-Clause",
59+
"license": "Apache-2",
5760
"upload_type": "software"
5861
}

0 commit comments

Comments
 (0)