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
+88Lines changed: 88 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,94 @@ 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
+
#### Modality
220
+
221
+
Modality of the neuroimaging data
222
+
223
+
#### StudyObjective
224
+
225
+
A brief summary of the primary research question or objective of the study.
226
+
227
+
#### Exclude
228
+
229
+
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)
230
+
231
+
#### fMRITasks
232
+
233
+
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.
234
+
235
+
##### fMRITasks.RestingState
236
+
237
+
Whether this task wa a resting state task or not
238
+
239
+
##### fMRITasks.RestingStateMetadata
240
+
241
+
Additional details about the resting-state task, such as duration and instructions provided to participants, if applicable
242
+
243
+
##### fMRITasks.TaskDesign
244
+
245
+
Design(s) of the task
246
+
247
+
##### fMRITasks.TaskDuration
248
+
249
+
Total duration of the task, e.g., '10 minutes' or '600 seconds'.
250
+
163
251
## Downloading included studies
164
252
165
253
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