Skip to content

Commit

Permalink
fix typo (#13)
Browse files Browse the repository at this point in the history
* fix typo

* fix typo
  • Loading branch information
jibe-b authored and agramfort committed May 8, 2018
1 parent b97025b commit 3178b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autism_starting_kit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The original data acquired are resting-state functional MRI. For each subject, we preliminary extracted signals using different brain parcellations and atlases and accounting for motion correction and confounds. Those brain atlases and parcellations are: (i) BASC parcellations with 64, 122, and 197 regions (Bellec 2010), (ii) Ncuts parcellations (Craddock 2012), (iii) Harvard-Oxford anatomical parcellations, (iv) MSDL functional atlas (Varoquaux 2011), and (v) Power atlas (Power 2011). The script used for this extraction can be found [there]('https://github.com/ramp-kits/autism/blob/master/preprocessing/extract_time_series.py')."
"The original data acquired are resting-state functional MRI. For each subject, we preliminary extracted signals using different brain parcellations and atlases and accounting for motion correction and confounds. Those brain atlases and parcellations are: (i) BASC parcellations with 64, 122, and 197 regions (Bellec 2010), (ii) Ncuts parcellations (Craddock 2012), (iii) Harvard-Oxford anatomical parcellations, (iv) MSDL functional atlas (Varoquaux 2011), and (v) Power atlas (Power 2011). The script used for this extraction can be found [there](https://github.com/ramp-kits/autism/blob/master/preprocessing/extract_time_series.py)."
]
},
{
Expand Down Expand Up @@ -1320,7 +1320,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Unlike the anatomical and participants data, the avaialbel data are filename to CSV files in which the time-series information are stored. We show in the next section how to read and extract meaningful information from those data."
"Unlike the anatomical and participants data, the available data are filename to CSV files in which the time-series information are stored. We show in the next section how to read and extract meaningful information from those data."
]
},
{
Expand Down

0 comments on commit 3178b1f

Please sign in to comment.