studyset


A collection of studies (e.g., publications).

studysetBase.yml

Type: object

Type: string

Descriptive and human readable name of the studyset.

Type: string

A longform description of the studyset.

Type: string

The journal/source the studyset is connected to if the studyset was published.

Type: string

A DOI connected to the published studyset (may change to being automatically created so each studyset connected to a successful meta-analysis gets a DOI).

Type: string

If the article connected to the studyset was published on PubMed, then link the ID here.

studysetRelationship

Type: object

Type: array

The collection of studies.

No Additional Items

Each item of this array must be:


Studies can either be presented in their full nested representation, or simply as a string referencing the location of the study.

study

Type: object

A publishable unit of research.

studyBase

Type: object

Type: string

Digital object identifier of the study.

Type: object

Metadata associated with the study not covered by the other study attributes.

Type: string

Long form description of the study, typically the abstract.

Type: string

The journal/place of publication for the study.

Type: string

If the study was published on PubMed, place the PubMed ID here.

Type: string

The authors on the publication of this study.

Type: integer

The year this study was published.

Value must be greater or equal to 0 and lesser or equal to 9999

studyRelationships

Type: object

Type: array

The analyses making up the study. A study can have one or more analyses, since each analysis represents a contrast of conditions, where psychological, behavioral, pharmacological, or group based. Either represented as an analysis object or a string pointing to the location of the analysis object.

No Additional Items

Each item of this array must be:


analysis

Type: object

A contrast of weighted conditions with associated statistical results.

analysisRelationships

Type: object

Type: array

Array of conditions (e.g., 2-back, memory, etc.) that must be the same length as the weights attribute. Either is an array of condition objects or strings that point to condition objects.

No Additional Items

Each item of this array must be:

Type: array

Statistical images (e.g., beta, t-statistic, and/or z-statistic images) where each voxel gets a value. Either represented as an array of image objects or strings linking to image objects.

No Additional Items

Each item of this array must be:


image

Type: object

A description of a brain image linking to the actual nifti file (typically on neurovault).

imageBase

Type: object

Type: object

Metadata about image such as software and version used and other relevant data about how the image was produced.

Type: array

Coordinates of significance associated with the contrast. Either an array of point objects or an array of strings linking to point objects.

No Additional Items

Each item of this array must be:


point

Type: object

A stereotaxic 3 dimensional coordinate describing a reported coordinate from a statistical map. This coordinate could be from a center of mass cluster, a peak statistic, a sub-threshold statistic, or from some other mechanism of selection

pointBase

Type: object

Type: array of number

Location of the significant coordinate in three dimensional space.

Must contain a minimum of 3 items

Must contain a maximum of 3 items

No Additional Items

Each item of this array must be:

Type: string

If the point is associated with an image, this is the value the point takes in that image.

pointRelationships

Type: object
Type: string

The id or uri indicating the location of the study.