Skip to content

Commit d2d6244

Browse files
authored
fix BIDS data folder structure documentation
Updated the folder structure for BIDS data organization to include additional details and clarify the hierarchy.
1 parent 86047d3 commit d2d6244

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

docs/data_organization.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,22 @@ You can get the filename convention for the data files [here](https://bids-stand
7777
This folder contains the converted BIDS data files and other files we want to version control using `Datalad`. Since we are storing the entire dataset in the dataverse, we also store the raw xdf files and the associated stimulus/behavioral files in the dataverse. The folder structure is as follows:
7878
```
7979
└── bids
80+
└──projectname/
8081
└── code
8182
└── log files
82-
└──projectname/
83-
└── sub-<label-sub>
84-
└── ses-<label-ses>
85-
└── datatype (eg: eeg)
86-
└── converted BIDS files
87-
├── sub-<label-sub>_ses-<label-ses>_task-Duration_run-001_eeg.vhdr
88-
├── sub-001_ses-001_task-Duration_run-001_eeg.vmrk
89-
├── sub-001_ses-001_task-Duration_run-001_eeg.eeg
90-
.........
91-
└── beh
92-
└──behavioral files
93-
└── misc
94-
└── experimental files (This needs to stored in zip format)
83+
84+
└── sub-<label-sub>
85+
└── ses-<label-ses>
86+
└── datatype (eg: eeg)
87+
└── converted BIDS files
88+
├── sub-<label-sub>_ses-<label-ses>_task-Duration_run-001_eeg.vhdr
89+
├── sub-001_ses-001_task-Duration_run-001_eeg.vmrk
90+
├── sub-001_ses-001_task-Duration_run-001_eeg.eeg
91+
.........
92+
└── beh
93+
└──behavioral files
94+
└── misc
95+
└── experimental files (This needs to stored in zip format)
9596
└── sourcedata
9697
└── raw xdf files
9798
└── dataset_description.json

0 commit comments

Comments
 (0)