-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask-event-template.json
More file actions
142 lines (142 loc) · 7.04 KB
/
task-event-template.json
File metadata and controls
142 lines (142 loc) · 7.04 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"Document": {
"id": "2f200cbb-b094-4163-86e9-2a28969043a1",
"version": "1.0",
"author": "Reema Gupta",
"sections": [
{
"id": "fe0a1665-89a3-4a4a-b7e7-82364361771d",
"type": "n.s.",
"name": "task-event",
"definition": "Task-event-template template schema generated by the CEDAR Template Editor 2.6.56",
"sections": [
{
"id": "1327b0fc-eaa8-4fe2-9d34-5c84be87b916",
"type": "n.s.",
"name": "in2pb-header",
"definition": "Header to be used for metadata templates created for In2PB projects.",
"sections": [],
"properties": [
{
"id": "7b221347-aa3b-4d0d-b997-b1a8611f1998",
"name": "in2pb-header",
"value": [],
"definition": "Header to be used for metadata templates created for In2PB projects."
}
]
},
{
"id": "331eb8d6-2e40-4c04-b40c-f17fd53193e3",
"type": "n.s.",
"name": "task-event-header",
"definition": "Header with instructions for the tasks and events metadata.",
"sections": [],
"properties": [
{
"id": "b5098081-970d-4e62-85fe-dca211077451",
"name": "task-event-header",
"value": [],
"definition": "Header with instructions for the tasks and events metadata."
}
]
},
{
"id": "78de8ada-50d0-4d7a-a56c-3b90ac1c91ec",
"type": "n.s.",
"name": "task-element",
"definition": "Task metadata used with the common localizer data.",
"sections": [],
"properties": [
{
"id": "6cb4dd5a-320b-4264-8f1b-c2423c206a98",
"name": "taskType",
"value": [],
"definition": "Human-readable abbreviated task type name."
},
{
"id": "ef15cd7f-56d1-4a04-a666-b1622ea9ccc9",
"name": "otherTaskType",
"value": [],
"definition": "Type of the task if not listed above."
},
{
"id": "1bfc691d-c53a-4bfb-8eba-58661994f1de",
"name": "taskName",
"value": [],
"definition": "Name of the tasks that would be used in naming the files according to the BIDS specification."
},
{
"id": "6ab71fa8-7273-4b05-b5b2-6b2e8b16af57",
"name": "otherTaskName",
"value": [],
"definition": "Name of the task if not listed above and used with the task label in folder organization."
},
{
"id": "8b33db7a-f63e-41ee-83cc-923e0fa93fe9",
"name": "taskConfig",
"value": [],
"definition": "Relative or absolute path to the configuration file used for each of the specified task."
},
{
"id": "c171d663-f526-453f-b90e-a9410bad475a",
"name": "taskDescription",
"value": [],
"definition": "A text based description of the tasks used for the data."
},
{
"id": "9e450545-4713-451f-92f7-98d677841656",
"name": "taskComment",
"value": [],
"definition": "Additional remarks on the tasks being described."
}
]
},
{
"id": "2ff75f87-7385-4c0b-90be-1415c2ed70ba",
"type": "n.s.",
"name": "event-codes-element",
"definition": "Metadata describing the event or behavioural codes associated with the experimental data.",
"sections": [],
"properties": [
{
"id": "38f6bbe2-7602-48f9-96ba-bf4f9f34a71b",
"name": "code",
"value": [],
"definition": "The event/behavioural code used during the experimental run."
},
{
"id": "543705f0-c383-48c1-a66e-feeadb3c4641",
"name": "codeName",
"value": [],
"definition": "The event/behavioural code name, corresponding to the code used during the experimental run."
},
{
"id": "2676960b-a4ca-4492-909d-49745ae0cdda",
"name": "codeDescription",
"value": [],
"definition": "A short human-readable description of the code."
}
]
},
{
"id": "8436600f-09a8-4bd1-8212-fb686728e899",
"type": "n.s.",
"name": "free-text-field",
"definition": "A free text element to allow the user to provide any additional information.",
"sections": [],
"properties": []
}
],
"properties": [
{
"id": "3e7c572e-60df-4474-beec-589051922530",
"name": "free-text-field",
"value": [],
"definition": "A free text element to allow the user to provide any additional information."
}
]
}
]
},
"odml-version": "1.1"
}