Skip to content

Commit

Permalink
Update data-organization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annajiat authored Sep 16, 2021
1 parent 48d6579 commit 6d22c62
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions _episodes/data-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ BIDS is a simple and intuitive way to organize and describe your neuroimaging an

Using the same structure for all of your studies will allow you to easily reuse all of your scripts between studies. Additionally, sharing code with other researchers will be much easier.

Why convert the community to BIDS
## Why convert the community to BIDS?

Share data:
a common file structure for both computers and humans to understand
Using file formats/conventions that are most common in neuroimaging
show completeness of the data right away
### Share data:
- A common file structure for both computers and humans to understand
- Using file formats/conventions that are most common in neuroimaging
- Show completeness of the data right away

Build better pipelines:
All the information you need to design a pipeline for a particular dataset is machine readable
pipelines can be more complex (under the hood) with fewer command-line arguments
### Build better pipelines:
- All the information you need to design a pipeline for a particular dataset is machine readable
- Pipelines can be more complex (under the hood) with fewer command-line arguments

bidsifying your dataset
### bidsifying your dataset:
- Convert your (raw) MRI data to the BIDS-compatible dataset format

0 comments on commit 6d22c62

Please sign in to comment.