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: src/modality-agnostic-files/stimuli.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ A guide for using macros can be found at
37
37
}
38
38
}) }}
39
39
40
-
41
40
Note: The presence of the `stimuli.tsv` file indicates that the content of the `/stimuli` directory follows this BIDS specification for stimulus organization.
Copy file name to clipboardExpand all lines: src/schema/objects/columns.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -871,7 +871,8 @@ annot_id:
871
871
name: annot_id
872
872
display_name: Annotation Identifier
873
873
description: |
874
-
Unique identifier for a specific annotation set applying to a stimulus or group of stimuli. Links to annotation files (for example, `*_annot-<label>_events.tsv`).
874
+
Unique identifier for a specific annotation set applying to a stimulus or group of stimuli. Links to annotation
875
+
files (for example, `*_annot-<label>_events.tsv`).
875
876
type: string
876
877
copyright:
877
878
name: copyright
@@ -890,7 +891,8 @@ partDescription__stimuli:
890
891
name: partDescription
891
892
display_name: Stimulus Part Description
892
893
description: |
893
-
Free-form text description of a specific part of a stimulus, relevant when the stimulus is split into multiple files using the `part` entity.
894
+
Free-form text description of a specific part of a stimulus, relevant when the stimulus is split into multiple
Copy file name to clipboardExpand all lines: src/schema/objects/entities.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,9 @@ part:
225
225
When there is only a magnitude image of a given type, the `part` entity MAY be
226
226
omitted.
227
227
228
-
For stimulus files, `part-<label>` can be used to distinguish different parts of a single stimulus, such as chapters in an audiobook or segments of a long movie (for example, `part-1`, `part-2`, `part-epilog`, `part-chapter1`).
228
+
For stimulus files, `part-<label>` can be used to distinguish different parts of a single stimulus, such as
229
+
chapters in an audiobook or segments of a long movie (for example, `part-1`, `part-2`, `part-epilog`,
0 commit comments