Skip to content

Commit 495714c

Browse files
committed
enh: seed an initial Zenodo file
1 parent bc6cb22 commit 495714c

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

.zenodo.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"title": "Open source scientific software: MRIQC-learn",
3+
"description": "Automatic prediction of MRI quality using MRIQC's image quality metrics as features",
4+
"creators": [
5+
{
6+
"orcid": "0000-0002-1668-9629",
7+
"affiliation": "Lausanne University Hospital and University of Lausanne, Lausanne, Switzerland",
8+
"name": "Céline Provins"
9+
},
10+
{
11+
"affiliation": "University of Washington, Seattle, WA, USA",
12+
"name": "McKenzie P. Hagen"
13+
},
14+
{
15+
"orcid": "0000-0001-8435-6191",
16+
"affiliation": "Lausanne University Hospital and University of Lausanne, Lausanne, Switzerland",
17+
"name": "Oscar Esteban"
18+
}
19+
],
20+
"contributors": [
21+
{
22+
"orcid": "0000-0003-3321-7583",
23+
"affiliation": "Google LLC",
24+
"name": "Krzysztof J. Gorgolewski",
25+
"type": "Researcher"
26+
},
27+
{
28+
"orcid": "0000-0002-6533-164X",
29+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
30+
"name": "Christopher J. Markiewicz",
31+
"type": "Researcher"
32+
},
33+
{
34+
"orcid": "0000-0002-7252-7771",
35+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
36+
"name": "Mathias Goncalves",
37+
"type": "Researcher"
38+
},
39+
{
40+
"orcid": "0000-0001-6755-0259",
41+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
42+
"name": "Russell A. Poldrack",
43+
"type": "Researcher"
44+
}
45+
],
46+
"keywords": [
47+
"neuroimaging",
48+
"workflow",
49+
"pipeline",
50+
"quality-control",
51+
"fMRI",
52+
"BIDS"
53+
],
54+
"related_identifiers": [
55+
{
56+
"identifier": "http://mriqc.readthedocs.io",
57+
"relation": "documents",
58+
"scheme": "url"
59+
},
60+
{
61+
"identifier": "10.1371/journal.pone.0184661",
62+
"relation": "isPartOf",
63+
"scheme": "doi"
64+
}
65+
],
66+
"license": "Apache-2.0",
67+
"upload_type": "software"
68+
}

0 commit comments

Comments
 (0)