Skip to content

Commit 8291fa9

Browse files
Remi-Gaueffigiesiamdamionchristinerogersbendhouseart
authored
[ENH] update validator page (#572)
Co-authored-by: Chris Markiewicz <[email protected]> Co-authored-by: Rockets2theMoon <[email protected]> Co-authored-by: christinerogers <[email protected]> Co-authored-by: Anthony Galassi <[email protected]>
1 parent f51a271 commit 8291fa9

File tree

13 files changed

+54
-89
lines changed

13 files changed

+54
-89
lines changed

docs/assets/img/Gqwc1q9.png

-36.3 KB
Binary file not shown.

docs/assets/img/PEz9hbd.png

-72.7 KB
Binary file not shown.

docs/assets/img/YD38eTE.png

-17.1 KB
Binary file not shown.
28.6 KB
Loading
18.5 KB
Loading

docs/blog/posts/2023-07-06-steering-group-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ categories:
108108
- Do we need to introduce a new term? We could stick with p-seg (probabilistic) and d-seg (deterministic)
109109
- Should we add this Derivatives output to the website?
110110
- Where should it go? Create a PR or multiple PRs?
111-
- Suggestion: integrate the BIDS derivatives guidelines piecemeal into the BID general derivatives spec
111+
- Suggestion: integrate the BIDS derivatives guidelines piecemeal into the BID general derivatives specification
112112
- Maybe not the BEPs table info - table could go to the BIDs extensions
113113

114114
### Imaging Neuroscience Response regarding BIDS 'badge'

docs/blog/posts/2024-01-11-steering-group-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Github project is established with many ideas but there aren\'t many
136136

137137
- Revisiting how BIDS is defined beyond MRI may be a path to improving
138138
adoption within the neuroscience community. Meaning BIDS started with
139-
MRI and some of the BIDS spec might be more complicated than could
139+
MRI and some of the BIDS specification might be more complicated than could
140140
have been if we had focused on all modalities from the start.
141141

142142
- iEEG, MEG, ...

docs/extensions/specific-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ a repeated pattern in generating derivatives within several imaging modalities'
3636

3737
1. A reference map that is used to encode spatial features and parameters is required.
3838
There is an antecedent of this in `BIDS` with BEP23 ([see below](#BEP-23-PET-Derivatives)).
39-
In that `BEP`, the proposed naming takes the pattern `_<suffix>ref` (for example `_boldref`, `_dwiref`...), and that solution has been suggested as a possibility in [issue #1532](https://github.com/bids-standard/bids-specification/issues/1532) of the spec repository.
39+
In that `BEP`, the proposed naming takes the pattern `_<suffix>ref` (for example `_boldref`, `_dwiref`...), and that solution has been suggested as a possibility in [issue #1532](https://github.com/bids-standard/bids-specification/issues/1532) of the specification repository.
4040

4141
1. We have derived data that are no longer of the same type as the original,
4242
but for which we would like to keep the notion of the modality from which this was derived
@@ -57,7 +57,7 @@ and MUST specify the extension and metadata that are required with the suffix.
5757

5858
1. The file descriptor does fall under one of the generic derivatives descriptors.
5959

60-
1. No other descriptor exists in the `BIDS` spec.
60+
1. No other descriptor exists in the `BIDS` specification.
6161
For example, `statmap` cannot be used, because it is already being used, or soon to be,
6262
for a [different specification](https://bids-standard.github.io/stats-models/walkthrough-1.html#from-run-outputs-to-subject-inputs).
6363

docs/getting_started/folders_and_files/metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ df.to_csv('my_new_file.tsv', sep='\t')
557557

558558
- Create a file with the following columns
559559
(at least, for other values see paragraph the
560-
[BIDS spec](https://bids-specification.readthedocs.io/en/latest/03-modality-agnostic-files.html#participants-file))
560+
[BIDS specification](https://bids-specification.readthedocs.io/en/latest/03-modality-agnostic-files.html#participants-file))
561561
- participant_id
562562
- age
563563
- sex

docs/getting_started/tutorials/conversion/pet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ and add the plasma series of data to it from our base text file:
997997
![screenshot of unconverted sub-01_ses-testscan_recording-Manual_blood.tsv](https://i.imgur.com/VdFqh6H.png)
998998
999999
Whoops, these numbers aren't in SI units, so we quickly convert time
1000-
from minutes to seconds and Microcurie to Becquerel to conform to the spec.
1000+
from minutes to seconds and Microcurie to Becquerel to conform to the specification.
10011001

10021002
!!! note
10031003

0 commit comments

Comments
 (0)