Skip to content

Commit e96797e

Browse files
committed
Check json with validator
1 parent b014156 commit e96797e

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

.zenodo.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
11
{
2-
"description": "<p>Minor update to include an updated zenodo json metadata file and clearer acknowledgement of contributors in the license file.</p><p><b>v0.2.0</b>: This release incorporates plotting surface information for four new annotations for the pysurfer_plot_parcellation_surface_values.py code. It now supports aparc, 500.aparc, economo and HCP annotations. These files are shipped within this package inside the required_data/fsaverageSubP directory.</p>",
3-
"license": "MIT",
4-
"title": "BrainsForPublication",
5-
"version": "v0.2.1",
6-
"upload_type": "software",
7-
"publication_date": "2017-12-01",
2+
"license": "MIT",
3+
"title": "BrainsForPublication",
4+
"upload_type": "software",
85
"creators": [
96
{
10-
"orcid": "0000-0001-8498-4059",
11-
"affiliation": "Alan Turing Institute, University of Cambridge",
7+
"orcid": "0000-0001-8498-4059",
8+
"affiliation": "Alan Turing Institute, University of Cambridge",
129
"name": "Kirstie Whitaker"
13-
},
10+
},
1411
{
1512
"name": "Michael Notter"
16-
},
13+
},
1714
{
18-
"affiliation": "University of Cambridge",
15+
"affiliation": "University of Cambridge",
1916
"name": "Sarah Morgan"
2017
}
21-
],
22-
"access_right": "open",
18+
],
19+
"access_right": "open",
2320
"related_identifiers": [
2421
{
25-
"scheme": "url",
26-
"identifier": "https://github.com/WhitakerLab/BrainsForPublication/tree/v0.2.1",
22+
"scheme": "url",
23+
"identifier": "https://github.com/WhitakerLab/BrainsForPublication/tree/v0.2.1",
2724
"relation": "isSupplementTo"
28-
},
25+
},
2926
{
30-
"scheme": "doi",
31-
"identifier": "10.5281/zenodo.596845",
27+
"scheme": "doi",
28+
"identifier": "10.5281/zenodo.596845",
3229
"relation": "isPartOf"
33-
},
30+
},
31+
{
32+
"scheme": "doi",
33+
"identifier": "10.5281/zenodo.596845",
34+
"relation": "isPartOf"
35+
}
3436
]
3537
}

0 commit comments

Comments
 (0)