Skip to content

Commit dad432e

Browse files
committed
Add fmriprep intro slides
1 parent 924a613 commit dad432e

File tree

2 files changed

+78
-10
lines changed

2 files changed

+78
-10
lines changed

docs/assets/fmriprep-bootcamp-geneva2024/day1-01-fmriprep-primer/index.html

Lines changed: 73 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,10 @@
391391

392392
<br />
393393

394-
* Overview of the neuroimaging pipeline structure
395-
396394
* Why do data require preprocessing?
397395

396+
* Overview of the neuroimaging pipeline structure
397+
398398
* *fMRIPrep*
399399

400400
* [Hi]story behind the tool
@@ -410,6 +410,49 @@
410410

411411
---
412412

413+
## fMRI Preprocessing Recap
414+
415+
.boxed-content[
416+
417+
.large[
418+
419+
Goal: Ensure the time series at each voxel is meaningful
420+
421+
* Drawn from the same location at all time points
422+
* Motion correction
423+
* Location can be described anatomically
424+
* Coregistration, susceptibility distortion correction
425+
* Location can be selected by standard coordinates
426+
* Spatial normalization
427+
428+
The quality of analysis is limited by the quality of preprocessing.
429+
430+
]
431+
432+
]
433+
434+
---
435+
436+
## Reproducibility
437+
438+
439+
.center[
440+
![](https://book.the-turing-way.org/_images/reproducible-matrix.jpg)
441+
.pull-right[(from [The Turing Way](https://book.the-turing-way.org/reproducible-research/overview/overview-definitions#table-of-definitions-for-reproducibility))]
442+
]
443+
444+
.boxed-content[
445+
446+
.large[
447+
448+
The reproducibility of analysis is limited by the reproducibility of preprocessing.
449+
450+
]
451+
452+
]
453+
454+
---
455+
413456
## The neuroimaging worflow
414457

415458
<br />
@@ -433,10 +476,35 @@
433476

434477
---
435478

436-
template: title
437-
layout: false
479+
## fMRIPrep
480+
481+
.boxed-content[
482+
483+
.large[
484+
485+
Robust, generic fMRI preprocessing
486+
* Works with the data you give it, imposing minimal requirements
487+
* You can run it on a T1w scan and a BOLD series
488+
* Will utilize additional scans (T2w/FLAIR, field maps) when available
489+
490+
Cross-suite tooling
491+
* Select tools from each suite according to strengths
492+
* Use Nipype to abstract from tool details and construct modular workflows
493+
494+
Standardized
495+
* NIfTI, JSON and TSV inputs (BIDS)
496+
* NIfTI, GIFTI, CIFTI-2, JSON and TSV outputs (BIDS Derivatives)
497+
498+
]
499+
500+
]
501+
502+
---
503+
504+
## fMRIPrep
505+
438506
.middle[
439-
<p align="center">
507+
<p align="right">
440508
<img src="https://github.com/oesteban/fmriprep/raw/f4c7a9804be26c912b24ef4dccba54bdd72fa1fd/docs/_static/fmriprep-21.0.0.svg" width="95%" />
441509
</p>
442510
]

docs/users/talks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Talks and presentations
22

33
- fMRIPrep Bootcamp Geneva 2024
4-
- [Day 1: fMRIPrep Primer](../../assets/fmriprep-bootcamp-geneva2024/day1-01-fmriprep-primer)
5-
- [Day 1: BIDS](../../assets/fmriprep-bootcamp-geneva2024/day1-02-bids)
6-
- [Day 1: BIDS - Convert a dataset](../../assets/fmriprep-bootcamp-geneva2024/day1-03-bids-convert-a-dataset)
7-
- [Day 1: Data and HPC](../../assets/fmriprep-bootcamp-geneva2024/day1-04-data-and-hpc)
8-
- [Day 1: Containers](../../assets/fmriprep-bootcamp-geneva2024/day1-05-containers)
4+
- [Day 1: fMRIPrep Primer](../../assets/fmriprep-bootcamp-geneva2024/day1-01-fmriprep-primer)
5+
- [Day 1: BIDS](../../assets/fmriprep-bootcamp-geneva2024/day1-02-bids)
6+
- [Day 1: BIDS - Convert a dataset](../../assets/fmriprep-bootcamp-geneva2024/day1-03-bids-convert-a-dataset)
7+
- [Day 1: Data and HPC](../../assets/fmriprep-bootcamp-geneva2024/day1-04-data-and-hpc)
8+
- [Day 1: Containers](../../assets/fmriprep-bootcamp-geneva2024/day1-05-containers)
99
- [NiPreps @ BrainHack Seoul 2024](../../assets/BrainHack2024)
1010
- [Standardizing neuroimaging workflows (Journal Club @ EPFL 2023)](../../assets/EPFL2023)
1111
- [Presentation about MRIQC for INCF 2022 (10 min)](../../assets/INCF22-MRIQC/)

0 commit comments

Comments
 (0)