-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #948 from qiqiliang/docsoverhaul
Starting doc overhaul
- Loading branch information
Showing
70 changed files
with
2,548 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,70 @@ | ||
tbody, tr, td | ||
{ | ||
border: 0 !important; | ||
} | ||
height: 100%; | ||
width: 100%; | ||
} | ||
|
||
.sd-card { | ||
margin-bottom: 20px | ||
} | ||
|
||
.sd-card-header { | ||
text-align: center; | ||
background-color: white; | ||
color: #150458 !important; | ||
font-size: var(--pst-font-size-h5); | ||
font-weight: bold; | ||
|
||
} | ||
|
||
.sd-card-footer { | ||
display: none; | ||
} | ||
|
||
.top-image { | ||
float: left; | ||
width: 25%; | ||
height: 100%; | ||
} | ||
|
||
.bottom-image { | ||
float: right; | ||
width: 25%; | ||
height: 100%; | ||
clear: left; | ||
} | ||
|
||
.right-arrow { | ||
float: left; | ||
width: 10%; | ||
} | ||
|
||
.left-arrow { | ||
float: right; | ||
width: 10%; | ||
} | ||
|
||
/* fitting down arrow */ | ||
.reference.internal.image-reference { | ||
margin-left: 20%; | ||
} | ||
|
||
/* fitting right arrows */ | ||
.right-arrow.figure.align-default { | ||
margin-top: 5%; | ||
} | ||
|
||
/* fitting left arrows */ | ||
.left-arrow.figure.align-default { | ||
margin-top: 5%; | ||
} | ||
|
||
/* fitting bottom images to match top images.. shift bottom rightmost image to the left*/ | ||
#id5.bottom-image.figure.align-default { | ||
margin-right: 5%; | ||
} | ||
|
||
.top-image.figure.align-default { | ||
margin-bottom: 0px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. _cleaning: | ||
|
||
Cleaning | ||
======== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Explanations | ||
------------ | ||
|
||
Automated Fiber Quantification | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Tractography based on diffusion weighted MRI (dMRI) is used to find the major | ||
white matter fascicles (tracts) in the living human brain. The health of these | ||
tracts is an important factor underlying many cognitive and neurological | ||
disorders. | ||
|
||
Tissue properties may vary systematically along each tract: different | ||
populations of axons enter and exit the tract, and disease can strike at local | ||
positions within the tract. Because of this, quantifying and understanding | ||
diffusion measures along each fiber tract (the tract profile) may reveal new | ||
insights into white matter development, function, and disease that are not | ||
obvious from mean measures of that tract ([Yeatman2012]_). | ||
|
||
|
||
`pyAFQ` is a software package focused on automated delineation of the major | ||
fiber tracts in individual human brains, and quantification of the tissue | ||
properties within the tracts. To learn more about the software please refer to the Table of Contents. | ||
|
||
For further statistical analysis of pyAFQ results, see `AFQ-Insight <https://github.com/richford/AFQ-Insight>`_ . | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
tractometry_pipeline |
11 changes: 6 additions & 5 deletions
11
docs/source/usage/mapping.rst → docs/source/explanations/mapping.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _modeling: | ||
|
||
Modeling White Matter | ||
===================== | ||
|
||
In order to make inferences about white matter tissue properties, we use a | ||
variety of models. The models are fit to the data in each voxel and the | ||
parameters of the model are used to interpret the signal. | ||
|
||
For an interesting perspective on modeling of tissue properties from diffusion | ||
MRI data, please refer to a recent paper by Novikov and colleagues | ||
[Novikov2018]_. | ||
|
||
`This page <https://yeatmanlab.github.io/pyAFQ/reference/methods.rst>` includes | ||
a list of the model parameters that are accessible through the | ||
:class:`AFQ.api.group.GroupAFQ` and :class:`AFQ.api.participant.ParticipantAFQ` | ||
objects. | ||
|
||
.. [Novikov2018] Novikov DS, Kiselev VG, Jespersen SN. On modeling. Magn Reson | ||
Med. 2018 Jun;79(6):3172-3193. doi: 10.1002/mrm.27101. Epub 2018 Mar 1. | ||
PMID: 29493816; PMCID: PMC5905348. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. _profiling: | ||
|
||
Profiling | ||
========= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. _recognition: | ||
|
||
Bundle Recognition | ||
================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _tractography: | ||
|
||
Tractography | ||
------------ | ||
|
||
Tractography, or computational tract tracing is the process that generates | ||
estimates of the trajectories of long-range white matter bundles. For a | ||
detailed explanation of this process, please refer to a review article by | ||
Jeurissen et al. [Jeurissen2019]_. | ||
|
||
The pyAFQ software implements a simplified programming interface to the myriad | ||
methods that are implemented in DIPY. Please refer to the detailed | ||
documentation of the :mod:`AFQ.tractography.tractography` module for details. | ||
|
||
|
||
References | ||
~~~~~~~~~~~ | ||
|
||
.. [Jeurissen2019] Jeurissen B, Descoteaux M, Mori S, Leemans A. Diffusion MRI | ||
fiber tractography of the brain. NMR Biomed. 2019 Apr;32(4):e3785. doi: | ||
10.1002/nbm.3785. Epub 2017 Sep 25. PMID: 28945294. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
AFQ Tractometry Pipeline | ||
~~~~~~~~~~~~~~~~~~~~ | ||
.. include:: <isonum.txt> | ||
|
||
.. todo:: | ||
include tractometry pipeline process flow diagram. create and link detail | ||
paged that elaborates on the process and each step within. | ||
|
||
.. .. list-table:: AFQ Tractometry Pipeline | ||
.. :widths: auto | ||
.. * - Tractography | ||
.. - |rArr| `Registration <http://yeatmanlab.github.io/pyAFQ/autoapi/AFQ/registration/index.html>`_ | ||
.. - |rArr| `Segmentation <http://yeatmanlab.github.io/pyAFQ/autoapi/AFQ/segmentation/index.html>`_ | ||
.. - |rArr| `Cleaning <http://yeatmanlab.github.io/pyAFQ/autoapi/AFQ/segmentation/index.html#AFQ.segmentation.clean_bundles>`_ | ||
.. - |rArr| `Profiling <https://dipy.org/documentation/1.4.0./reference/dipy.stats/#afq-profile>`_ | ||
.. - |rArr| `Visualization <http://yeatmanlab.github.io/pyAFQ/autoapi/AFQ/viz/index.html>`_ | ||
.. figure:: _static/tract_tractography.png | ||
:figclass: top-image | ||
:target: tractography.html | ||
|
||
:ref:`tractography` | ||
|
||
.. figure:: _static/right_arrow.png | ||
:figclass: right-arrow | ||
|
||
.. figure:: _static/tract_modeling.png | ||
:figclass: top-image | ||
:target: modeling.html | ||
|
||
:ref:`modeling` | ||
|
||
.. figure:: _static/right_arrow.png | ||
:figclass: right-arrow | ||
|
||
.. figure:: _static/tract_recognition.png | ||
:figclass: top-image | ||
:target: recognition.html | ||
|
||
:ref:`recognition` | ||
|
||
.. image:: _static/down_arrow.png | ||
:width: 8% | ||
|
||
.. figure:: _static/tract_cleaning.png | ||
:figclass: bottom-image | ||
:target: cleaning.html | ||
|
||
:ref:`cleaning` | ||
|
||
.. figure:: _static/left_arrow.png | ||
:figclass: left-arrow | ||
|
||
.. figure:: _static/tract_profiling.png | ||
:figclass: bottom-image | ||
:target: profiling.html | ||
|
||
:ref:`profiling` | ||
|
||
.. figure:: _static/left_arrow.png | ||
:figclass: left-arrow | ||
|
||
.. figure:: _static/tract_visualization.png | ||
:figclass: bottom-image | ||
:target: visualization.html | ||
|
||
:ref:`visualization` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. _visualization: | ||
|
||
Visualization | ||
============= |
Oops, something went wrong.