Skip to content

Commit abce472

Browse files
authored
Merge branch 'master' into plus-sign-labels
2 parents e076d05 + f0e14a2 commit abce472

File tree

11 files changed

+26
-28
lines changed

11 files changed

+26
-28
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ jobs:
5555
# failures for local file:/// -- yoh found no better way,
5656
linkchecker -t 1 --check-extern \
5757
--ignore-url 'file:///.*' \
58+
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
59+
--ignore-url 'https://doi.org/.*' \
5860
--ignore-url 'https://fonts.gstatic.com' \
59-
--ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
6061
--ignore-url 'https://github.com/[^/]*' \
61-
--ignore-url 'https://doi.org/.*' \
62-
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
62+
--ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
63+
--ignore-url 'https://www.incf.org' \
6364
~/project/site/*html ~/project/site/*/*.html
6465
else
6566
echo "Release PR - do nothing"

.codespellrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[codespell]
2-
skip = *.js,*.svg,*.eps,.git,node_modules,env,venv,.mypy_cache,package-lock.json,CITATION.cff,tools/new_contributors.tsv,./tools/schemacode/docs/build
3-
ignore-words-list = fo,te,als,Acknowledgements,acknowledgements,weill,bu,winn,manuel
2+
skip = *.js,*.svg,*.eps,.git,node_modules,env,venv,.mypy_cache,package-lock.json,CITATION.cff,tools/new_contributors.tsv,./tools/schemacode/docs/build,venvs
3+
ignore-regex = \bHEP\b
4+
ignore-words-list = acknowledgements,als,bu,fo,te,weill,winn
45
builtin = clear,rare,en-GB_to_en-US
56
# this overloads default dictionaries and I have not yet figured out
67
# how to have multiple https://github.com/codespell-project/codespell/issues/2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCxZUcYfd_nvIVWAbzRB1tlw)
55
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109520103085644521?domain=https%3A%2F%2Ffosstodon.org%2F)](https://fosstodon.org/@bidsstandard)
66
[![@BIDSstandard](https://img.shields.io/twitter/follow/bidsstandard.svg?style=social)](https://x.com/BIDSstandard)
7-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3686061.svg)](https://doi.org/10.5281/zenodo.3686061)
7+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10175845.svg)](https://doi.org/10.5281/zenodo.10175845)
88

99
<img src="./BIDS_logo/BIDS_logo_white_transparent_background_crop.png#gh-dark-mode-only" alt="bids-logo" width="600"/>
1010
<img src="./BIDS_logo/BIDS_logo_black_transparent_background_crop.png#gh-light-mode-only" alt="bids-logo" width="600"/>

src/common-principles.md

Lines changed: 7 additions & 4 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"
@@ -889,7 +892,7 @@ have the form `<scheme>:[//<authority>]<path>[?<query>][#<fragment>]`, as specif
889892
in [RFC 3986](https://tools.ietf.org/html/rfc3986).
890893
This applies to URLs and other common URIs, including Digital Object Identifiers (DOIs),
891894
which may be fully specified as `doi:<path>`,
892-
for example, [doi:10.5281/zenodo.3686061](https://doi.org/10.5281/zenodo.3686061).
895+
for example, [doi:10.5281/zenodo.10175845](https://doi.org/10.5281/zenodo.10175845).
893896
A given resource may have multiple URIs.
894897
When selecting URIs to add to dataset metadata, it is important to consider
895898
specificity and persistence.

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ own datasets to match the BIDS specification, we recommend exploring the
1414
Alternatively, to get started please read [the introduction to the specification](introduction.md).
1515

1616
For an overview of the BIDS ecosystem, visit the [BIDS homepage](https://bids.neuroimaging.io).
17-
The entire specification can also be [downloaded as PDF](https://doi.org/10.5281/zenodo.3686061).
17+
The entire specification can also be [downloaded as PDF](https://doi.org/10.5281/zenodo.10175845).

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

src/schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ arrays or objects:
439439
| `properties` | The object described has a given set of fields; the values of these fields may be constrained |
440440
| `additionalProperties` | The object described has constraints on its values, but not the names |
441441

442-
### On re-used objects with different definitions
442+
### On reused objects with different definitions
443443

444444
In a few cases, two objects with the same name appear multiple times in the specification.
445445
When this happens, it is preferred to find a common definition, and clarify it in the rules (see below).

src/schema/objects/metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ ContinuousHeadLocalization:
523523
name: ContinuousHeadLocalization
524524
display_name: Continuous Head Localization
525525
description: |
526-
`true` or `false` value indicating whether continuous head localisation
526+
`true` or `false` value indicating whether continuous head localization
527527
was performed.
528528
type: boolean
529529
ContrastBolusIngredient:
@@ -1472,7 +1472,7 @@ HeadCoilFrequency:
14721472
name: HeadCoilFrequency
14731473
display_name: Head Coil Frequency
14741474
description: |
1475-
List of frequencies (in Hz) used by the head localisation coils
1475+
List of frequencies (in Hz) used by the head localization coils
14761476
('HLC' in CTF systems, 'HPI' in Neuromag/Elekta/MEGIN, 'COH' in BTi/4D)
14771477
that track the subject's head position in the MEG helmet
14781478
(for example, `[293, 307, 314, 321]`).
@@ -2133,7 +2133,7 @@ MaxMovement:
21332133
display_name: Max Movement
21342134
description: |
21352135
Maximum head movement (in mm) detected during the recording,
2136-
as measured by the head localisation coils (for example, `4.8`).
2136+
as measured by the head localization coils (for example, `4.8`).
21372137
type: number
21382138
unit: mm
21392139
MeasurementToolMetadata:

0 commit comments

Comments
 (0)