├── LICENSE ├── README.md ├── scripts ├── fmriprep.format ├── fmriprep.sh ├── fmriprep.slurm └── select_ses-2.json └── slides └── fmriprep-tutorial_OScn_2020-QingWang(Vincent).pdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tutorial-series/fmriprep_vincent_2020/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tutorial-series/fmriprep_vincent_2020/HEAD/README.md -------------------------------------------------------------------------------- /scripts/fmriprep.format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tutorial-series/fmriprep_vincent_2020/HEAD/scripts/fmriprep.format -------------------------------------------------------------------------------- /scripts/fmriprep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tutorial-series/fmriprep_vincent_2020/HEAD/scripts/fmriprep.sh -------------------------------------------------------------------------------- /scripts/fmriprep.slurm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tutorial-series/fmriprep_vincent_2020/HEAD/scripts/fmriprep.slurm -------------------------------------------------------------------------------- /scripts/select_ses-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tutorial-series/fmriprep_vincent_2020/HEAD/scripts/select_ses-2.json -------------------------------------------------------------------------------- /slides/fmriprep-tutorial_OScn_2020-QingWang(Vincent).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tutorial-series/fmriprep_vincent_2020/HEAD/slides/fmriprep-tutorial_OScn_2020-QingWang(Vincent).pdf --------------------------------------------------------------------------------