Skip to content

Commit 420faad

Browse files
authored
fix some remark warnings (#2026)
1 parent 4218b87 commit 420faad

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

src/common-principles.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ REQUIRED, RECOMMENDED, and OPTIONAL.
1515
The guiding principles for when particular data is placed under a given requirement level
1616
can be loosely described as below:
1717

18-
* REQUIRED: Data cannot be be interpreted without this information (or the ambiguity is unacceptably high)
19-
* RECOMMENDED: Interpretation/utility would be dramatically improved with this information
20-
* OPTIONAL: Users and/or tools might find it useful to have this information
18+
- REQUIRED: Data cannot be be interpreted without this information (or the ambiguity is unacceptably high)
19+
- RECOMMENDED: Interpretation/utility would be dramatically improved with this information
20+
- OPTIONAL: Users and/or tools might find it useful to have this information
2121

2222
Throughout this specification we use a list of terms and abbreviations.
2323
To avoid misunderstanding we clarify them here.
@@ -484,6 +484,7 @@ with two exceptions:
484484
1. [compressed tabular files](#compressed-tabular-files),
485485
for which column names are defined in a sidecar metadata
486486
[JSON object](https://www.json.org/json-en.html) described below; and
487+
487488
1. [motion recording data](modality-specific-files/motion.md),
488489
which use plain-text TSV and columns are defined as described
489490
in its corresponding section of the specifications.
@@ -606,8 +607,10 @@ Rules for formatting plain-text tabular files apply to TSVGZ files with three ex
606607

607608
1. The contents of TSVGZ files MUST be compressed with
608609
[gzip](https://datatracker.ietf.org/doc/html/rfc1952).
610+
609611
1. Compressed tabular files MUST NOT contain a header in the first row
610612
indicating the column names.
613+
611614
1. TSVGZ files MUST have an associated JSON file that defines the columns in the tabular file.
612615

613616
!!! warning "Attention"

src/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ For example:
178178

179179
#### Motion
180180

181-
- Jeung, S., Cockx, H., Appelhoff, S., Berg, T., Gramann, K., Grothkopp, S., Warmerdam, E., Hansen, C.,
182-
Oostenveld, R., BIDS maintainers, Welzel, J. (2023).
183-
**Motion-BIDS: extending the Brain Imaging Data Structure specification to organize motion data for reproducible research**.
184-
PsyArXiv.
185-
[doi:10.31234/osf.io/w6z79](https://doi.org/10.31234/osf.io/w6z79)
181+
- Jeung, S., Cockx, H., Appelhoff, S., Berg, T., Gramann, K., Grothkopp, S., Warmerdam, E., Hansen, C.,
182+
Oostenveld, R., BIDS maintainers, Welzel, J. (2023).
183+
**Motion-BIDS: extending the Brain Imaging Data Structure specification to organize motion data for reproducible research**.
184+
PsyArXiv.
185+
[doi:10.31234/osf.io/w6z79](https://doi.org/10.31234/osf.io/w6z79)
186186

187187
#### MRS
188188

src/longitudinal-and-multi-site-studies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Apps and everything should just work.
9595
Alternatively you can combine data from all sites into one dataset.
9696
This can be done in two ways:
9797

98-
9998
#### Option 2.a: Collate sites at subject level
10099

101100
To identify which site each subjects comes from you can add a `site` column in the

src/modality-agnostic-files.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,3 @@ code organization of these scripts at the moment.
545545
<!-- Link Definitions -->
546546

547547
[bids uris]: ./common-principles.md#bids-uri
548-
549-
[object]: https://www.json.org/json-en.html
550-
551-
[string]: https://www.w3schools.com/js/js_json_datatypes.asp
552-
553-
[uri]: ./common-principles.md#uniform-resource-indicator

0 commit comments

Comments
 (0)