From be7e56ce272cff5a02e432cf9ac3d1d0680f71cf Mon Sep 17 00:00:00 2001 From: Annajiat Alim Rasel Date: Thu, 16 Sep 2021 13:20:55 +0600 Subject: [PATCH] Update data-organization.md --- episodes/data-organization.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/episodes/data-organization.md b/episodes/data-organization.md index b3e146c..0d8bc4d 100644 --- a/episodes/data-organization.md +++ b/episodes/data-organization.md @@ -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