Skip to content

Commit

Permalink
updated course flow images to match name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil153 committed Jun 2, 2021
1 parent c6ad5ba commit f8e28de
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ The primary goals of this workshop are:
| Time | Episode | Question(s) Answered |
| --- | --- | --- |
||Setup|Download files required for the lesson|
| 00:00 | 1. sMRI Modalities | How is MR image acquired? What anatomical features do different modalities capture? |
| 00:00 | 1. sMRI Acquisition and Modalities | How is MR image acquired? What anatomical features do different modalities capture? |
| 00:30 | 2. sMRI Clean-up | How do we remove intensity artifacts and extract brains? |
| 01:15 | 3. sMRI Spatial Normalization | What are "coordinate spaces", "templates", "atlases"? What is image registration? |
| 02:00 | 4. sMRI Quantification | How do we delineate brain anatomy and quantify phenotypes? |
| 02:00 | 4. sMRI Segmentation and Parcellation | How do we delineate brain anatomy and quantify phenotypes? |
| 02:45 | 5. sMRI Quality-control | How do we identify image preprocessing failures? |
| 03:15 | 6. Statistical Analysis | How to compare regional anatomical differences in case-control groups? |
| 04:00 | 7. Reproducibility Considerations | How sensitive are the findings to your MR pipeline parameters? |
Expand Down
6 changes: 3 additions & 3 deletions episodes/02-Image_Cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@ _Source: FSL Introduction to Brain Extraction_

> ## Brain extraction quiz
>
> Apart from stripping off non-brain tissue, what can brain-mask be used for?
> Can we use this brain-mask as an estimate for brain volume?
>
> > ## Solution
> > Brain mask offers information about total brain volume - which can be used for quality control (i.e. identifying algorithm failures) as well as for brain-specific correction (normalization) for downstream statistical models. Althugh intracranial volume is better and more commonly used measure for the latter purpose.
> > Brain mask at this stage only offers a crude estimate about total brain volume. It can be used for quality control (e.g. detecting preprocessing algorithm failures). More accurate estimates of total brain and intracranial volumes are calculated in subsequent steps, which are used as covariates or normalzing factors in statistical analysis.
> >
> >
> {: .solution}
{: .challenge}


#### Side-note: [ANTs](http://stnava.github.io/ANTs/) is a software comprising several tools and image processing algorithms. ANTs can be run independently or we can import ANTs scripts in python using [nypype](https://nipype.readthedocs.io/en/latest/) library.
#### Side-note: [ANTs](http://stnava.github.io/ANTs/) is a software comprising several tools and image processing algorithms. ANTs can be run independently or we can import ANTs scripts in python using [nipype](https://nipype.readthedocs.io/en/latest/) library.

~~~
from nipype.interfaces.ants.segmentation import BrainExtraction
Expand Down
6 changes: 3 additions & 3 deletions episodes/04-Image_Quantification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "sMRI Segmentation and Quantification"
title: "sMRI Segmentation and Parcellation"
teaching: 30
exercises: 15
questions:
Expand All @@ -10,9 +10,9 @@ objectives:
- "Visualize cortical surface meshes (vertex spaces)"
- "Visualize and differentiate pathologies in MR images"
keypoints:
- "Whole-brain quantification of brain anatomy is a first step towards more specific analysis"
- "sMRI pathology measures can have significant impact in diagnosis, treatment planning, and surgery"
- "Whole-brain quantification of brain anatomy is a first step towards biological analysis"
---

## You Are Here!
![course_flow](../fig/episode_4/Course_flow_4.png)

Expand Down
5 changes: 2 additions & 3 deletions episodes/04-Image_Quantification_long.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "sMRI Segmentation and Quantification"
title: "sMRI Segmentation and Parcellation"
teaching: 30
exercises: 15
questions:
Expand All @@ -10,8 +10,7 @@ objectives:
- "Visualize cortical surface meshes (vertex spaces)"
- "Visualize and differentiate pathologies in MR images"
keypoints:
- "Whole-brain quantification of brain anatomy is a first step towards more specific analysis"
- "sMRI pathology measures can have significant impact in diagnosis, treatment planning, and surgery"
- "Whole-brain quantification of brain anatomy is a first step towards biological analysis"
---
## You Are Here!
![course_flow](../fig/episode_4/Course_flow_4.png)
Expand Down
Binary file modified fig/episode_1/Course_flow_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/episode_2/Course_flow_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/episode_3/Course_flow_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/episode_4/Course_flow_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/episode_5/Course_flow_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/episode_6/Course_flow_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/episode_7/Course_flow_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/index/Course_flow_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8e28de

Please sign in to comment.