-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] add post for release 1.9 (#350)
* add post for release * add title * ignore schema URL that gives md link check error
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title: "BIDS 1.9.0 released!" | ||
author: BIDS Maintainers | ||
display: true | ||
--- | ||
|
||
# BIDS version 1.9.0 | ||
|
||
We are pleased to announce the release of version 1.9.0 of the Brain Imaging Data Structure (BIDS)! | ||
|
||
The main addition of this release is the inclusion of BIDS extension proposal (BEP) 029 to support [motion data](https://bids-specification.readthedocs.io/en/latest/modality-specific-files/motion.html). | ||
|
||
BIDS-Motion makes motion data interoperable across different laboratories and with other data modalities in human brain and behavioral research. It supports various types of motion capture systems including motion tracking in virtual space. | ||
|
||
We would like to thank contributors to this BEP, led by Sein Jeung and Julius Welzel with significant contributions from Helena Cockx and others. | ||
|
||
Check out the [preprint associated with this BEP](https://osf.io/preprints/psyarxiv/w6z79/). | ||
|
||
Example datasets for motion data can be found on our [BIDS example repository](https://github.com/bids-standard/bids-examples): | ||
- [motion_dualtask](https://github.com/bids-standard/bids-examples/tree/master/motion_dualtask) | ||
- [motion_spotrotation](https://github.com/bids-standard/bids-examples/tree/master/motion_spotrotation) | ||
- [motion_systemvalidation](https://github.com/bids-standard/bids-examples/tree/master/motion_systemvalidation) | ||
|
||
Motion datasets can already be validated with [the BIDS validator](https://github.com/bids-standard/bids-validator) and queried with libraries like [pybids](https://github.com/bids-standard/pybids) or [bids-matlab](https://github.com/bids-standard/bids-matlab). | ||
|
||
The latest version of [the BIDS schema]((https://bids-specification.readthedocs.io/en/stable/schema.json)) that includes this extension can be easily interacted with the [bidsschematools python package](https://pypi.org/project/bidsschematools/). | ||
|
||
Some of the other notable changes also included in this release: | ||
|
||
Filename entities updates: | ||
- Add an OPTIONAL "chunk" entity to MRI datatype [#1586](https://github.com/bids-standard/bids-specification/pull/1586) | ||
- Remove atlas entity and replace it with seg in prep of BEP038 [#1579](https://github.com/bids-standard/bids-specification/pull/1579) | ||
- Allow for an OPTIONAL "echo" entity to be used with T1w and other nonparametric anatomical suffixes [#1570](https://github.com/bids-standard/bids-specification/pull/1570) | ||
- Adding an OPTIONAL “task” entity to structural MRI acquisitions [#1185](https://github.com/bids-standard/bids-specification/pull/1185) | ||
- Clarify that data files must be uniquely identified by entities/suffix [#1508](https://github.com/bids-standard/bids-specification/pull/1508) | ||
|
||
|
||
Metadata updates: | ||
- Allow Levels field of column descriptions to be objects with TermURLs for each level [#1603](https://github.com/bids-standard/bids-specification/pull/1603) | ||
- Add "visual correction" and "head stabilization" metadata [#1539](https://github.com/bids-standard/bids-specification/pull/1539) | ||
- Permit CITATION.cff as structured alternative to some dataset_description fields [#1525](https://github.com/bids-standard/bids-specification/pull/1525) | ||
- Add screen parameters metadata [#1369](https://github.com/bids-standard/bids-specification/pull/1369) | ||
|
||
Miscellaneous: | ||
- Clarify meaning of raw vs derivative datasets [#1537](https://github.com/bids-standard/bids-specification/pull/1537) | ||
- Demote `sample` and `value` columns in `events.tsv` from OPTIONAL to arbitrary [#1457](https://github.com/bids-standard/bids-specification/pull/1457) | ||
|
||
|
||
[Full release note](https://bids-specification.readthedocs.io/en/latest/CHANGES.html#v190-2023-11-20) | ||
|
||
We would like to thank our growing [list of contributors and our community](https://github.com/bids-standard/bids-specification#contributors) for their continued effort to improve BIDS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters