Extending the Brain Imaging Data Structure specification to organize motion data for reproducible research
Create a standard for organizing motion data building on BIDS
Easy to follow guidelines for researchers to share motion data (including conversion tools in FieldTrip, MNE, EEGLAB)
Reuse and validate pipelines on existing data (e.g. OpenNeuro)
BIDS is based on simple file formats and folder structures
DATA STRUCTURE
METADATA
BIDS comes with …
Help you team get there by …
Level of requirement for files and within files:
Example dir structure
├─ README.tsv
├─ dataset_description.json
├─ participants.json
├─ participants.tsv
├─ sub-001
├─ sub-002
participants.json
{
"age": {
"Description": "age of the participant",
"Units": "years"
},
"sex": {
"Description": "sex as reported by the participant",
"Levels": {
"M": "male",
"F": "female" },
},
}
participants.tsv
EXAMPLE
Example motion data files
├─README.md
└─sub-001/ses-01/
├─eeg/
...
└─motion/
├─sub-001_task-<label>_tracksys-<label>_motion.tsv
├─sub-001_task-<label>_tracksys-<label>_motion.json
├─sub-001_task-<label>_tracksys-<label>_channels.tsv
├─sub-001_task-<label>_tracksys-<label>_channels.json
├─sub-001_task-<label>_events.tsv
└─sub-001_task-<label>_events.json
.tsv
fileschannels.tsv
fileacc_x | acc_y | acc_z | gyro_x | gyro_y | gyro_z |
---|---|---|---|---|---|
0.263 | 0.092 | 0.008 | 0.931 | 0.690 | 0.810 |
0.695 | 0.192 | 0.844 | 0.398 | 0.885 | 0.895 |
0.077 | 0.259 | 0.548 | 0.282 | 0.279 | 0.233 |
0.558 | 0.096 | 0.803 | 0.750 | 0.847 | 0.239 |
0.199 | 0.184 | 0.657 | 0.892 | 0.364 | 0.060 |
0.966 | 0.727 | 0.521 | 0.759 | 0.352 | 0.813 |
… | … | … | … | … | … |
Example motion data files
├─README.md
└─sub-001/ses-01/
├─eeg/
...
└─motion/
├─sub-001_task-<label>_tracksys-<label>_motion.tsv
├─sub-001_task-<label>_tracksys-<label>_motion.json
├─sub-001_task-<label>_tracksys-<label>_channels.tsv
├─sub-001_task-<label>_tracksys-<label>_channels.json
├─sub-001_task-<label>_events.tsv
└─sub-001_task-<label>_events.json
REQUIRED:
RECOMMENDED:
OPTIONAL:
REQUIRED
RECOMMENDED
OPTIONAL
EXAMPLE:
Thanks to Sein Jeung for pushing this to completion over the past three years
Thanks to all of the BIDS Maintainers and Devs who help to implement this
Thanks to my working group, who have given me the freedom to work in this
Thanks to all of our (BIDS)-companions and all participants who ever provided data which is now in BIDS