|
2 | 2 | "cells": [
|
3 | 3 | {
|
4 | 4 | "cell_type": "code",
|
5 |
| - "execution_count": null, |
| 5 | + "execution_count": 1, |
6 | 6 | "metadata": {
|
7 | 7 | "scrolled": false
|
8 | 8 | },
|
|
24 | 24 | " you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
|
25 | 25 | " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
|
26 | 26 | " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
|
27 |
| - " examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very \n", |
28 |
| - " quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.\n", |
| 27 | + " examples section shows you a real example of how you can use Nipype to analyze an actual dataset. For a very \n", |
| 28 | + " quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduction section.\n", |
29 | 29 | " </p><p>\n",
|
30 | 30 | " All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>.\n",
|
31 | 31 | " But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
|
|
39 | 39 | " with working Python 3 software (including Nipype, dipy, matplotlib, nibabel, nipy, numpy, pandas, scipy, seaborn and more),\n",
|
40 | 40 | " FSL, ANTs and SPM12 (no license needed). We used <a href=\"https://github.com/kaczmarj/neurodocker\">Neurodocker</a> to create this docker image.\n",
|
41 | 41 | " </p><p>\n",
|
42 |
| - " If you do not want to run tutorial locally, you can also use \n", |
| 42 | + " If you do not want to run the tutorial locally, you can also use \n", |
43 | 43 | " <a href=\"https://mybinder.org/v2/gh/miykael/nipype_tutorial/master\">Binder service</a>. \n",
|
44 |
| - " Binder automatically launch the Docker container for you and you have access to all of the notebooks. \n", |
| 44 | + " Binder automatically launches the Docker container for you and you have access to all of the notebooks. \n", |
45 | 45 | " Note, that Binder provides between 1G and 4G RAM memory, some notebooks from Workflow Examples might not work. \n",
|
46 | 46 | " All notebooks from Introduction and Basic Concepts parts should work.\n",
|
47 | 47 | " </p><p>\n",
|
|
70 | 70 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart_non-neuroimaging.ipynb\">Nipype Quickstart (non-neuroimaging examples)</a>\n",
|
71 | 71 | " </div>\n",
|
72 | 72 | " <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
|
73 |
| - " you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as as quick non-imaging introduction to Nipype workflows.</p>\n", |
| 73 | + " you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as quick non-imaging introduction to Nipype workflows.</p>\n", |
74 | 74 | "\n",
|
75 | 75 | " <h2 class=\"domain-header color02\"><a class=\"domain-title\">Basic Concepts</a></h2>\n",
|
76 | 76 | " <div class=\"pure-g domain-table-container color02\">\n",
|
|
105 | 105 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/handson_preprocessing.ipynb\">Hands-on 1: Preprocessing</a>\n",
|
106 | 106 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/handson_analysis.ipynb\">Hands-on 1: Analysis</a>\n",
|
107 | 107 | " </div>\n",
|
108 |
| - " <p>In this section you will find some practical examples and hands-on that show you how to use Nipype in a \"real world\" scenario.</p>\n", |
| 108 | + " <p>In this section, you will find some practical examples and hands-on that show you how to use Nipype in a \"real world\" scenario.</p>\n", |
109 | 109 | "\n",
|
110 | 110 | " <h2 class=\"domain-header color04\"><a class=\"domain-title\">Advanced Concepts</a></h2>\n",
|
111 | 111 | " <div class=\"pure-g domain-table-container color04\">\n",
|
|
137 | 137 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://www.mindboggle.info/\">Mindboggle</a>\n",
|
138 | 138 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://timvanmourik.github.io/Porcupine/\">PORcupine</a>\n",
|
139 | 139 | " </div>\n",
|
140 |
| - " <p>This section will give you helpful links and resources, so that you always know where to go to learn more.</p>\n", |
| 140 | + " <p>This section will give you helpful links and resources so that you always know where to go to learn more.</p>\n", |
141 | 141 | "\n",
|
142 | 142 | " </div>\n",
|
143 | 143 | " </article>\n",
|
|
190 | 190 | " you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
|
191 | 191 | " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
|
192 | 192 | " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
|
193 |
| - " examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very \n", |
194 |
| - " quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.\n", |
| 193 | + " examples section shows you a real example of how you can use Nipype to analyze an actual dataset. For a very \n", |
| 194 | + " quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduction section.\n", |
195 | 195 | " </p><p>\n",
|
196 | 196 | " All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>.\n",
|
197 | 197 | " But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
|
|
205 | 205 | " with working Python 3 software (including Nipype, dipy, matplotlib, nibabel, nipy, numpy, pandas, scipy, seaborn and more),\n",
|
206 | 206 | " FSL, ANTs and SPM12 (no license needed). We used <a href=\"https://github.com/kaczmarj/neurodocker\">Neurodocker</a> to create this docker image.\n",
|
207 | 207 | " </p><p>\n",
|
208 |
| - " If you do not want to run tutorial locally, you can also use \n", |
| 208 | + " If you do not want to run the tutorial locally, you can also use \n", |
209 | 209 | " <a href=\"https://mybinder.org/v2/gh/miykael/nipype_tutorial/master\">Binder service</a>. \n",
|
210 |
| - " Binder automatically launch the Docker container for you and you have access to all of the notebooks. \n", |
| 210 | + " Binder automatically launches the Docker container for you and you have access to all of the notebooks. \n", |
211 | 211 | " Note, that Binder provides between 1G and 4G RAM memory, some notebooks from Workflow Examples might not work. \n",
|
212 | 212 | " All notebooks from Introduction and Basic Concepts parts should work.\n",
|
213 | 213 | " </p><p>\n",
|
|
236 | 236 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart_non-neuroimaging.ipynb\">Nipype Quickstart (non-neuroimaging examples)</a>\n",
|
237 | 237 | " </div>\n",
|
238 | 238 | " <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
|
239 |
| - " you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as as quick non-imaging introduction to Nipype workflows.</p>\n", |
| 239 | + " you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as quick non-imaging introduction to Nipype workflows.</p>\n", |
240 | 240 | "\n",
|
241 | 241 | " <h2 class=\"domain-header color02\"><a class=\"domain-title\">Basic Concepts</a></h2>\n",
|
242 | 242 | " <div class=\"pure-g domain-table-container color02\">\n",
|
|
271 | 271 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/handson_preprocessing.ipynb\">Hands-on 1: Preprocessing</a>\n",
|
272 | 272 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/handson_analysis.ipynb\">Hands-on 1: Analysis</a>\n",
|
273 | 273 | " </div>\n",
|
274 |
| - " <p>In this section you will find some practical examples and hands-on that show you how to use Nipype in a \"real world\" scenario.</p>\n", |
| 274 | + " <p>In this section, you will find some practical examples and hands-on that show you how to use Nipype in a \"real world\" scenario.</p>\n", |
275 | 275 | "\n",
|
276 | 276 | " <h2 class=\"domain-header color04\"><a class=\"domain-title\">Advanced Concepts</a></h2>\n",
|
277 | 277 | " <div class=\"pure-g domain-table-container color04\">\n",
|
|
303 | 303 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://www.mindboggle.info/\">Mindboggle</a>\n",
|
304 | 304 | " <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"https://timvanmourik.github.io/Porcupine/\">PORcupine</a>\n",
|
305 | 305 | " </div>\n",
|
306 |
| - " <p>This section will give you helpful links and resources, so that you always know where to go to learn more.</p>\n", |
| 306 | + " <p>This section will give you helpful links and resources so that you always know where to go to learn more.</p>\n", |
307 | 307 | "\n",
|
308 | 308 | " </div>\n",
|
309 | 309 | " </article>\n",
|
|
332 | 332 | "</p>\n",
|
333 | 333 | "To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
|
334 | 334 | ]
|
335 |
| - }, |
336 |
| - { |
337 |
| - "cell_type": "code", |
338 |
| - "execution_count": null, |
339 |
| - "metadata": {}, |
340 |
| - "outputs": [], |
341 |
| - "source": [] |
342 | 335 | }
|
343 | 336 | ],
|
344 | 337 | "metadata": {
|
345 | 338 | "anaconda-cloud": {},
|
346 | 339 | "kernelspec": {
|
347 |
| - "display_name": "Python 3", |
| 340 | + "display_name": "Python [default]", |
348 | 341 | "language": "python",
|
349 | 342 | "name": "python3"
|
350 | 343 | },
|
|
358 | 351 | "name": "python",
|
359 | 352 | "nbconvert_exporter": "python",
|
360 | 353 | "pygments_lexer": "ipython3",
|
361 |
| - "version": "3.6.3" |
| 354 | + "version": "3.6.5" |
362 | 355 | }
|
363 | 356 | },
|
364 | 357 | "nbformat": 4,
|
|
0 commit comments