Skip to content

Commit

Permalink
add post for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 23, 2023
1 parent c4c62f2 commit 7a612e1
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions _posts/2023-11-23-release_1.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: "BIDS 1.9.0 released!"
author: BIDS Maintainers
display: true
---

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.

0 comments on commit 7a612e1

Please sign in to comment.