Skip to content

Commit 9792bb0

Browse files
committed
maint: update .zenodo.json using script (see below)
Updates the zenodo file using the appropriate script: ``` $ python .maint/update_authors.py zenodo Running git-line-summary on repo Some people made commits, but are missing in .maint/ files: Ruben Dörfel, Eric Ceballos Dominguez ``` As the output indicates, @eric2302 and @RDoerfel should add their names to the appropriate file (``.maint/CONTRIBUTORS.md`` or ``.maint/MAINTAINERS.md``).
1 parent 45a5b04 commit 9792bb0

File tree

1 file changed

+35
-19
lines changed

1 file changed

+35
-19
lines changed

.zenodo.json

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,49 @@
11
{
22
"title": "PETPrep: a robust preprocessing pipeline for PET Data",
33
"description": "<p>PETPrep is a robust and easy-to-use pipeline for preprocessing of diverse PET data. The transparent workflow dispenses of manual intervention, thereby ensuring the reproducibility of the results.</p>",
4-
"contributors": [
5-
],
6-
"creators": [
7-
{
8-
"affiliation": "Department of Computer Science, University of Copenhagen",
9-
"name": "Norgaard, Martin",
10-
"orcid": "0000-0003-2131-5688"
4+
"contributors": [
5+
{
6+
"orcid": "0000-0002-6533-164X",
7+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
8+
"name": "Christopher J. Markiewicz",
9+
"type": "Researcher"
10+
},
11+
{
12+
"orcid": "0000-0002-9661-1396",
13+
"affiliation": "Brigham and Women's Hospital, Mass General Brigham, Harvard Medical School, MA, USA",
14+
"name": "Jon Haitz Legarreta Gorro\u00f1o",
15+
"type": "Researcher"
1116
},
1217
{
13-
"affiliation": "Lausanne University Hospital and University of Lausanne, Lausanne, Switzerland",
14-
"name": "Esteban, Oscar",
15-
"orcid": "0000-0001-8435-6191"
18+
"orcid": "0000-0001-8435-6191",
19+
"affiliation": "School of Engineering, HES-SO University of Applied Sciences and Arts Western Switzerland, Sion, Switzerland",
20+
"name": "Oscar Esteban",
21+
"type": "Researcher"
1622
},
17-
{
23+
{
24+
"orcid": "0009-0006-4844-2088",
1825
"affiliation": "Neurobiology Research Unit, Rigshospitalet, Copenhagen and Department of Computer Science, University of Copenhagen",
19-
"name": "Schiavone, Alice",
20-
"orcid": "0009-0006-4844-2088"
26+
"name": "Alice Schiavone",
27+
"type": "Researcher"
2128
},
2229
{
23-
"affiliation": "Department of Psychology, Stanford University",
24-
"name": "Markiewicz, Christopher J.",
25-
"orcid": "0000-0002-6533-164X"
30+
"orcid": "0000-0002-7252-7771",
31+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
32+
"name": "Mathias Goncalves",
33+
"type": "Researcher"
2634
},
2735
{
28-
"affiliation": "Department of Psychology, Stanford University",
29-
"name": "Poldrack, Russell A.",
30-
"orcid": "0000-0001-6755-0259"
36+
"orcid": "0000-0001-6755-0259",
37+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
38+
"name": "Russell A. Poldrack",
39+
"type": "Researcher"
40+
}
41+
],
42+
"creators": [
43+
{
44+
"orcid": "0000-0003-2131-5688",
45+
"affiliation": "Department of Computer Science, University of Copenhagen",
46+
"name": "Martin N\u00f8rgaard"
3147
}
3248
],
3349
"keywords": [

0 commit comments

Comments
 (0)