Skip to content

feat: features added #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 88 additions & 0 deletions docs/guide/Project/Curation.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,94 @@ If a study meets inclusion critera (for the current phase), click **PROMOTE** to
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.
:::

## AI Extracted Features

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.

### Task Details

#### count

Number of participants in this group

#### diagnosis

Diagnosis of the group, if any

#### group_name

Group name, healthy or patients

#### subgroup_name

Subgroup name

#### male_count

Number of male participants in this group

#### female_count

Number of female participants in this group

#### age_mean

Mean age of participants in this group

#### age_range

Age range of participants in this group, separated by a dash

#### age_minimum

Minimum age of participants in this group

#### age_maximum

Maximum age of participants in this group

#### age_median

Median age of participants in this group

#### imaging_sample

Whether this subgroup underwent fMRI, MRI or neuroimaging (yes or no)

### Participant Demographics

#### Modality

Modality of the neuroimaging data

#### StudyObjective

A brief summary of the primary research question or objective of the study.

#### Exclude

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)

#### fMRITasks

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.

##### fMRITasks.RestingState

Whether this task wa a resting state task or not

##### fMRITasks.RestingStateMetadata

Additional details about the resting-state task, such as duration and instructions provided to participants, if applicable

##### fMRITasks.TaskDesign

Design(s) of the task

##### fMRITasks.TaskDuration

Total duration of the task, e.g., '10 minutes' or '600 seconds'.

## Downloading included studies

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.
Expand Down