Skip to content

Commit 70a5e85

Browse files
Update documentation references to events.md new location
- Update internal links in common-principles.md, hed.md, and PET documentation - Update changelog references in CHANGES.md and pregh-changes.md - All references now point to modality-agnostic-files/events.md
1 parent c803ccd commit 70a5e85

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602

603603
- Added support for MEG data (merged BEP008).
604604
- Added `SequenceName` field.
605-
- Added support for describing events with Hierarchical Event Descriptors: [4.3 Task events](modality-specific-files/events.md).
605+
- Added support for describing events with Hierarchical Event Descriptors: [4.3 Task events](modality-agnostic-files/events.md).
606606
- Added `VolumeTiming` and `AcquisitionDuration` fields: [4.1 Task (including resting state) imaging data](modality-specific-files/magnetic-resonance-imaging-data.md#task-including-resting-state-imaging-data).
607607
- Added `DwellTime` field.
608608

src/appendices/hed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on GitHub.
3434

3535
Event-related data in BIDS appears in tab-separated value (`events.tsv`)
3636
files in various places in the dataset hierarchy
37-
(see [Events](../modality-specific-files/events.md)).
37+
(see [Events](../modality-agnostic-files/events.md)).
3838

3939
`events.tsv` files MUST have `onset` and `duration` columns.
4040
Dataset curators MAY also include additional columns and define their

src/common-principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Example of a hypothetical `*_bold.json` file, accompanying a `*_bold.nii` file:
677677
Example of a hypothetical `*_events.json` file, accompanying an
678678
`*_events.tsv` file. Note that the JSON file contains a key describing an
679679
*arbitrary* column `stim_presentation_side` in the TSV file it accompanies.
680-
See [task events section](modality-specific-files/events.md)
680+
See [task events section](modality-agnostic-files/events.md)
681681
for more information.
682682

683683
```JSON

src/modality-specific-files/positron-emission-tomography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Volumes MUST be stored in chronological order (the order they were acquired in).
8383
The OPTIONAL [`task-<label>`](../appendices/entities.md#task) is used to
8484
indicate a task subjects were asked to perform in the scanner.
8585
Those labels MUST be consistent across subjects and sessions.
86-
For task based PET, a corresponding [`events`](./events.md) file MUST be provided
86+
For task based PET, a corresponding [`events`](../modality-agnostic-files/events.md) file MUST be provided
8787
(please note that this file is not necessary for resting scans).
8888

8989
The [`trc-<label>`](../appendices/entities.md#trc) entity is used to

src/pregh-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- Added support for MEG data (merged BEP008).
1111
- Added `SequenceName` field.
12-
- Added support for describing events with Hierarchical Event Descriptors: [4.3 Task events](modality-specific-files/events.md).
12+
- Added support for describing events with Hierarchical Event Descriptors: [4.3 Task events](modality-agnostic-files/events.md).
1313
- Added `VolumeTiming` and `AcquisitionDuration` fields: [4.1 Task (including resting state) imaging data](modality-specific-files/magnetic-resonance-imaging-data.md#task-including-resting-state-imaging-data).
1414
- Added `DwellTime` field.
1515

0 commit comments

Comments
 (0)