CONP Portal | Dataset


Calgary Preschool MRI Dataset
Creators: Jess Reynolds,Xiangyu Long,Dmitrii Paniukov,Mercedes Bagshawe,Deborah Dewey,Catherine Lebel
Licenses: CC-By Attribution 4.0 International
Version: 2020-09-15T22:12:57.984121
Formats:
Size: 120.4 GB
No of Files: 1562
Metadata file: DATS.json
Other Dates: Date Created: 2019-04-02 19:11:58 -- Date Modified: 2020-09-15 22:12:57
Description:
Calgary Preschool MRI Dataset: The DTI dataset here comprises 396 unprocessed b750 diffusion weighted MRI scans from 120 participants aged 2-8 years.

Dataset README information

README.md

Calgary Preschool MRI Dataset

Crawled from OSF

Description

Calgary Preschool MRI Dataset: The DTI dataset here comprises 396 unprocessed b750 diffusion weighted MRI scans from 120 participants aged 2-8 years.

DOI: 10.17605/OSF.IO/AXZ5R

Download Using DataLad

CircleCI status

The following instructions require a basic understanding of UNIX/LINUX command lines. Future portal functionality may include downloads directly from the web browser. Dataset download is currently enabled through DataLad.

Note: The conp-dataset requires version >=0.12.5 of DataLad and version >=8.20200309 of git-annex.

To install DataLad on your system, please refer to the install section of the DataLad Handbook (installation via miniconda is recommended in order to obtain the latest version of DataLad).

1) Initiate the CONP dataset

To initiate the CONP dataset (conp-dataset), run the following command in the directory where you want CONP datasets to be installed:

datalad install https://github.com/CONP-PCNO/conp-dataset.git

2) Install the Calgary_Preschool_MRI_Dataset dataset

To install the dataset, go into the created conp-dataset directory and run datalad install on the dataset Calgary_Preschool_MRI_Dataset:

cd conp-dataset
datalad install projects/Calgary_Preschool_MRI_Dataset

3) Download the Calgary_Preschool_MRI_Dataset dataset

Now that the DataLad dataset has been installed, go into the dataset directory under projects/Calgary_Preschool_MRI_Dataset.

cd projects/Calgary_Preschool_MRI_Dataset

Note that files visible in the dataset are symlinks and will need to be downloaded manually using the datalad get command in the dataset directory:

datalad get <filepath>

Note, if you run datalad get * command, all the files present in the dataset directory will be downloaded.

For more information on how DataLad works, please visit the DataLad Handbook documentation .