Skip to content

Commit 2a2586f

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents db62316 + 599089e commit 2a2586f

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

.zenodo.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
2+
{
3+
"title": "NIWorkflows: NeuroImaging Workflows",
4+
"description": "<p>A collection of Nipype interfaces, patches and workflows for reuse in NIPreps (NeuroImaging PREProcesssing tools) such as fMRIPrep.</p>",
5+
"creators": [
6+
{
7+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
8+
"name": "Esteban, Oscar",
9+
"orcid": "0000-0001-8435-6191"
10+
},
11+
{
12+
"name": "Blair, Ross",
13+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
14+
"orcid": "0000-0003-3007-1056"
15+
},
16+
{
17+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
18+
"name": "Markiewicz, Christopher J.",
19+
"orcid": "0000-0002-6533-164X"
20+
},
21+
{
22+
"name": "Berleant, Shoshana L.",
23+
"affiliation": "Department of Psychology, Stanford University, CA, USA"
24+
},
25+
{
26+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
27+
"name": "Poldrack, Russell A.",
28+
"orcid": "0000-0001-6755-0259"
29+
},
30+
{
31+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
32+
"name": "Gorgolewski, Krzysztof J.",
33+
"orcid": "0000-0003-3321-7583"
34+
}
35+
],
36+
"contributors": [
37+
{
38+
"name": "Lurie, Daniel J.",
39+
"affiliation": "Department of Psychology, University of California, Berkeley, CA, USA",
40+
"orcid": "0000-0001-8012-6399",
41+
"type": "Researcher"
42+
},
43+
{
44+
"name": "Kent, James D.",
45+
"affiliation": "Neuroscience Program, University of Iowa, IA, USA",
46+
"orcid": "0000-0002-4892-2659",
47+
"type": "Researcher"
48+
},
49+
{
50+
"name": "Ye, Zhifang",
51+
"affiliation": "State Key Laboratory of Cognitive Neuroscience and Learning, Beijing Normal University",
52+
"orcid": "0000-0003-0489-2619",
53+
"type": "Researcher"
54+
},
55+
{
56+
"affiliation": "McGovern Institute for Brain Research, MIT, MA, USA",
57+
"name": "Goncalves, Mathias",
58+
"orcid": "0000-0002-7252-7771",
59+
"type": "Researcher"
60+
},
61+
{
62+
"affiliation": "McGovern Institute for Brain Research (MIT), and Department of Otolaryngology (Harvard Medical School), MA, USA",
63+
"name": "Ghosh, Satrajit",
64+
"orcid": "0000-0002-5312-6729",
65+
"type": "Researcher"
66+
},
67+
{
68+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
69+
"name": "Thompson, William H.",
70+
"orcid": "0000-0002-0533-6035",
71+
"type": "Researcher"
72+
}
73+
],
74+
"keywords": [
75+
"neuroimaging",
76+
"workflow",
77+
"pipeline",
78+
"preprocessing",
79+
"MRI",
80+
"BIDS"
81+
],
82+
"license": "BSD-3-Clause",
83+
"related_identifiers": [
84+
{
85+
"identifier": "https://fmriprep.org",
86+
"relation": "isPartOf",
87+
"scheme": "url"
88+
},
89+
{
90+
"identifier": "10.1038/s41592-018-0235-4",
91+
"relation": "isPartOf",
92+
"scheme": "doi"
93+
}
94+
],
95+
"upload_type": "software"
96+
}

0 commit comments

Comments
 (0)