forked from INCF/HAWG-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
neuromorphometrics.json
114 lines (114 loc) · 3.62 KB
/
neuromorphometrics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"@type": "header",
"@id": "NeuromorphometricsAtlas",
"species" : "human",
"hawgVersion" : "1.0",
"license" : "CC BY-NC",
"comment" : "Maximum probability tissue labels derived from the ‘MICCAI 2012 Grand Challenge and Workshop on Multi-Atlas Labeling’ (https://masi.vuse.vanderbilt.edu/workshop2012/index.php/Challenge_Details). These data were released under the Creative Commons Attribution-NonCommercial (CC BY-NC) with no end date. Users should credit the MRI scans as originating from the OASIS project (http://www.oasis-brains.org/) and the labeled data as 'provided by Neuromorphometrics, Inc. (http://Neuromorphometrics.com/) under academic subscription'. These references should be included in all workshop and final publications",
"contact" : "mailto:[email protected]",
"coordinateSystem" : "MNI",
"name" : "Neuromorphometrics",
"sourceData" : "labels_Neuromorphometrics.nii",
"citation" : "doi:10.1016/j.neuroimage.2015.07.075;doi:10.1006/nimg.2001.0978",
"version" : "2",
"organ" : "brain",
"boogahboogah" : "http://braincolor.mindboggle.info/docs/BrainCOLOR_cortical_parcellation_protocol.pdf"
},
{
"@id" : "atlasDataSourceRef1",
"@type" : "datasource",
"source" : "labels_Neuromorphometrics.nii",
"mimeType" : "",
"comment" : ""
},
{
"@id" : "_3rdVentricle",
"sourceSelector" : {
"dataKey" : "4",
"dataSource" : "atlasDataSourceRef1"
},
"annotation" : {
"shortName" : "3rdVen",
"description" : "Something about the structure",
"name" : "Third Ventricle"
},
"@type" : "structure"
},
{
"@id" : "_4thVentricle",
"sourceSelector" : {
"dataSource" : "atlasDataSourceRef1",
"dataKey" : "11"
},
"annotation" : {
"description" : "Something about the structure",
"name" : "Fourth Ventricle",
"shortName" : "4thVen"
},
"@type" : "structure"
},
{
"@type" : "structure",
"annotation" : {
"shortName" : "BStem",
"name" : "Brain Stem"
},
"sourceSelector" : {
"dataKey" : "35",
"dataSource" : "atlasDataSourceRef1"
},
"@id" : "BStem"
},
{
"@type" : "structure",
"annotation" : {
"description" : "Something about the structure",
"name" : "Left Hippocampus",
"shortName" : "LHipp"
},
"sourceSelector" : {
"dataSource" : "atlasDataSourceRef1",
"dataKey" : "48"
},
"@id" : "LHipp"
},
{
"sourceSelector" : {
"dataSource" : "atlasDataSourceRef1",
"dataKey" : "47"
},
"@id" : "RHipp",
"@type" : "structure",
"annotation" : {
"shortName" : "RHipp",
"name" : "Right Hippocampus",
"description" : "Something about the structure"
}
},
{
"annotation" : {
"name" : "Ventricles",
"description" : "We intentionally group all ventricles together just to show how it would be done. This level of structure does not exist in the original atlas",
"shortName" : "Ventricles"
},
"members" : [
"_4thVentricle",
"_3rdVentricle"
],
"@type" : "group",
"@id" : "Ventricles"
},
{
"@id" : "Left",
"@type" : "group",
"members" : [
"LHipp"
],
"annotation" : {
"shortName" : "Left",
"description" : "This group contains all groups on the left of the brain.",
"name" : "Left brain structures."
}
}
]