-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmodel.yaml
More file actions
195 lines (195 loc) · 4.11 KB
/
model.yaml
File metadata and controls
195 lines (195 loc) · 4.11 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
name: TrainingProductsSchema
description: A schema for tagged training products
id: https://example.org/TrainingProductsSchema
types:
string:
base: str
uri: xsd:string
integer:
base: int
uri: xsd:integer
float:
base: float
uri: xsd:float
boolean:
base: bool
uri: xsd:boolean
enums:
Level_enum:
permissible_values:
Beginner:
Intermediate:
Advanced:
NA:
Platform_enum:
permissible_values:
Mac:
Windows:
Linux:
Docker:
Jupyter:
NA:
Course_Length_enum:
permissible_values:
<1_hr:
1_4_hrs:
1_day:
1_3_days:
1_week:
1+_weeks:
NA:
Content_format_enum:
permissible_values:
Hands_on_tutorial_notebooks:
lecture:
video:
notes:
blog_post:
reference:
slides:
website:
outline:
meta_resource:
Hybrid:
NA:
Language_enum:
permissible_values:
English:
French:
Spanish:
Chinese:
Other:
German:
NA:
Programming_language_enum:
permissible_values:
Python:
R:
shell_scripting:
Matlab:
Git:
NA:
Neuroimaging_Software_enum:
permissible_values:
AFNI:
SPM:
FSL:
Freesurfer:
NA:
Imaging_Modality_enum:
permissible_values:
DWI:
Structural:
Functional:
Task_based:
Resting_State:
EEG:
Behavioral:
MEG:
MRI:
NA:
Open_dataset_enum:
permissible_values:
"true":
"false":
Assessment_enum:
permissible_values:
"true":
"false":
Exclude_from_ReproInventory_enum:
permissible_values:
Yes:
No:
NA:
Delivery_enum:
permissible_values:
self_paced:
instructor:
Discussion_needed:
NA:
Quadrants_enum:
permissible_values:
information_oriented_reference:
understanding_oriented_explanation:
learning_oriented_tutorials:
problem_oriented_how_to_guides:
NA:
classes:
TrainingProduct:
description: A training product with various attributes
attributes:
ID:
description: ID
range: string
Tag_Team:
description: Tag Team
range: string
Course_Name:
description: Course Name
range: string
URL:
description: URL
range: string
Level:
description: Level
range: Level_enum
Platform:
description: Platform
range: Platform_enum
Keywords:
description: Keywords
range: string
Course_Length:
description: Course Length
range: Course_Length_enum
Instruction_Medium:
description: Instruction Medium
range: Content_format_enum
Delivery:
description: Delivery
range: Delivery_enum
Language:
description: Language
range: Language_enum
Programming_Language:
description: Programming Language
range: Programming_language_enum
Neuroimaging_Software:
description: Neuroimaging Software
range: Neuroimaging_Software_enum
Imaging_Modality:
description: Imaging Modality
range: Imaging_Modality_enum
Open_Dataset:
description: Open Dataset
range: Open_dataset_enum
Last_Updated:
description: Last Updated
range: string
Functionality:
description: Functionality
range: string
Assessment:
description: Assessment
range: Assessment_enum
Prerequisite:
description: Prerequisite
range: string
Source:
description: Source
range: string
Description:
description: Public description of the course
range: string
Exclude_from_ReproInventory:
description: Exclude from ReproInventory
range: Exclude_from_ReproInventory_enum
Alias_Links:
description: Alias Links
range: string
Notes:
description: Notes
range: string
Quadrants:
description: Quadrants
range: Quadrants_enum