Skip to content

Commit e85b822

Browse files
authored
Merge pull request #155 from Remi-Gau/remi-add_zenodo_json
Add .zenodo.json
2 parents 74b1c30 + a902bee commit e85b822

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.zenodo.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"title": "CPP_BIDS",
3+
"description": "A lightweight Octave/MATLAB toolbox to help create BIDS data sets from source.",
4+
"creators": [
5+
{
6+
"affiliation": "Université Catholique de Louvain",
7+
"name": "Gau, Rémi",
8+
"orcid": "0000-0002-1535-9767"
9+
},
10+
{
11+
"affiliation": "Université Catholique de Louvain",
12+
"name": "Barilari, Marco",
13+
"orcid": "0000-0002-3313-3120"
14+
},
15+
{
16+
"affiliation": "Université Catholique de Louvain",
17+
"name": "Battal, Ceren",
18+
"orcid": "0000-0002-9844-7630"
19+
},
20+
{
21+
"affiliation": "Université Catholique de Louvain",
22+
"name": "Lenc, Thomas",
23+
"orcid": "0000-0001-5796-1388"
24+
}
25+
],
26+
"keywords": [
27+
"BIDS",
28+
"brain imaging data structure",
29+
"neuroscience",
30+
"MATLAB",
31+
"Octave"
32+
],
33+
"license": "MIT license",
34+
"upload_type": "software"
35+
}

0 commit comments

Comments
 (0)