You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/Project/Curation.md
+120Lines changed: 120 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,126 @@ If a study meets inclusion critera (for the current phase), click **PROMOTE** to
160
160
For the first column (especially in a PRISMA workflow) it can be tedious to promote non-duplicates to the next column. If all duplicates have been resolved, you can exit the dialog and click **PROMOTE ALL UNCATEGORIZED STUDIES** to advance all non-duplicate studies to the next column.
161
161
:::
162
162
163
+
## AI Extracted Features
164
+
165
+
Using artificial intelligence, various task and participant metadata have been extracted from the paper's full text. To view these extracted features, click on the "+ - Columns" button and check the checkbox for any options under a group header with an AI Icon.
166
+
167
+
### Task Details
168
+
169
+
#### count
170
+
171
+
Number of participants in this group
172
+
173
+
#### diagnosis
174
+
175
+
Diagnosis of the group, if any
176
+
177
+
#### group_name
178
+
179
+
Group name, healthy or patients
180
+
181
+
#### subgroup_name
182
+
183
+
Subgroup name
184
+
185
+
#### male_count
186
+
187
+
Number of male participants in this group
188
+
189
+
#### female_count
190
+
191
+
Number of female participants in this group
192
+
193
+
#### age_mean
194
+
195
+
Mean age of participants in this group
196
+
197
+
#### age_range
198
+
199
+
Age range of participants in this group, separated by a dash
200
+
201
+
#### age_minimum
202
+
203
+
Minimum age of participants in this group
204
+
205
+
#### age_maximum
206
+
207
+
Maximum age of participants in this group
208
+
209
+
#### age_median
210
+
211
+
Median age of participants in this group
212
+
213
+
#### imaging_sample
214
+
215
+
Whether this subgroup underwent fMRI, MRI or neuroimaging (yes or no)
216
+
217
+
### Participant Demographics
218
+
219
+
#### TaskName
220
+
221
+
Name of the task, e.g., 'Stroop Task' or 'Go/No-Go Task'. The name is as it appears in the paper or a descriptive name is given if unspecified.
222
+
223
+
#### TaskDescription
224
+
225
+
The key features of the task, such as its purpose or what it measures.
226
+
227
+
#### DesignDetails
228
+
229
+
Detailed description of the task design. Includes information on the number of conditions, the number of trials per condition, the length of trials, and the length of inter-trial intervals.
230
+
231
+
#### Conditions
232
+
233
+
Conditions of task performed by the subjects.
234
+
235
+
#### TaskMetrics
236
+
237
+
Key metrics or outcomes measured during the task, e.g., 'response time', 'accuracy', 'fMRI BOLD signal'.
238
+
239
+
#### Concepts
240
+
241
+
List of mental concepts associated with the task, such as cognitive processes or representations it engages. Examples include 'working memory', 'response inhibition', 'visual perception'.
242
+
243
+
#### Domain
244
+
245
+
Cognitive domain(s) the concept(s) belong to
246
+
247
+
#### RestingState
248
+
249
+
Whether or not this task was a resting state task
250
+
251
+
#### RestingStateMetadata
252
+
253
+
Additional details about the resting-state task, such as duration and instructions provided to participants, if applicable.
254
+
255
+
#### TaskDesign
256
+
257
+
Design(s) of the task
258
+
259
+
#### TaskDuration
260
+
261
+
Total duration of the task, e.g., '10 minutes' or '600 seconds'.
262
+
263
+
#### Modality
264
+
265
+
Modality of the neuroimaging data
266
+
267
+
#### StudyObjective
268
+
269
+
A brief summary of the primary research question or objective of the study.
270
+
271
+
#### Exclude
272
+
273
+
Whether the study was primarily either a meta-analysis or a review. (Only studies that conduct primary data collection are to be included, exclude = true would indicate that the study in question was either a meta-analysis or a review)
274
+
275
+
#### fMRITasks
276
+
277
+
List of fMRI tasks performed by the subjects inside the scanner and their metadata. If the study did not include fMRI tasks, this field will be empty.
278
+
279
+
#### BehavioralTasks
280
+
281
+
List of behavioral tasks performed by the subjects outside the scanner and their metadata. If the study did not include behavioral tasks, this field will be empty.
282
+
163
283
## Downloading included studies
164
284
165
285
In order to download the studies that you have included in Curation, you can utilize our download feature. Go to curation and click "Download Included as CSV". Alternatively, you can click the dropdown and download the included studies in BibTeX format instead.
0 commit comments