|
22 | 22 | " <a id=\"library-section\"></a>\n",
|
23 | 23 | " <div class=\"library-section\">\n",
|
24 | 24 | " <div class=\"section-separator library-section-separator\">\n",
|
25 |
| - " <h2><span class=\"section-separator-text\">Nipype Tutorial</span></h2><hr/>\n", |
| 25 | + " <center><img src=\"static/images/logoNipype_tutorial.png\" width=700></center>\n", |
26 | 26 | " <p>Welcome to the Nipype Tutorial! It covers the basic concepts and most common use cases of Nipype and will teach\n",
|
27 |
| - " you everything so that you can start creating your own workflows in no time. For everything that isn't covered\n", |
28 |
| - " here, check out the main homepage (<a href=\"http://nipype.readthedocs.io/en/latest/\">nipype.readthedocs.io</a>),\n", |
29 |
| - " the interactive tutorial (<a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>) \n", |
30 |
| - " or the detailed beginner's guide (<a href=\"https://miykael.github.io/nipype-beginner-s-guide/\">miykael.github.io/nipype-beginner-s-guide/</a>).\n", |
| 27 | + " you everything so that you can start creating your own workflows in no time. We recommend that you start with\n", |
| 28 | + " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n", |
| 29 | + " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n", |
| 30 | + " examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n", |
31 | 31 | " </p><p>\n",
|
32 |
| - " This tutorial uses Docker (<a href=\"www.docker.com/\">www.docker.com</a>) to provide a fully functional \n", |
33 |
| - " Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide \n", |
34 |
| - " the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile \n", |
35 |
| - " and data used in this course, see <a href=\"https://github.com/miykael/nipype_course\">github.com/miykael/nipype_course</a>.</p>\n", |
| 32 | + " 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", |
| 33 | + " But if you want to have the real experience and want to go through the computations by yourself, we highly\n", |
| 34 | + " recommend you to do the <a href=\"https://github.com/miykael/nipype_course\">Nipype Course</a>. This course\n", |
| 35 | + " gives you the opportunity to adapt the commands to your liking and discover the flexibility and real power of\n", |
| 36 | + " Nipype yourself. For the tutorial, you need to install a <a href=\"www.docker.com/\">Docker</a> image on your system that provides you a \n", |
| 37 | + " neuroimaging environment based on a Debian system, with working Python software (including Nipype, dipy, matplotlib,\n", |
| 38 | + " nibabel, nipy, numpy, pandas, scipy, seaborn and more), FSL, AFNI, ANTs and SPM12 (no license needed). This\n", |
| 39 | + " neuroimaging environment is based on the docker images under <a href=\"https://github.com/miykael/nipype_env\">github.com/miykael/nipype_env</a>,\n", |
| 40 | + " which allow you to run toolboxes like FSL, AFNI and ANTs on any system, including Windows.\n", |
| 41 | + " </p><p>\n", |
| 42 | + " For everything that isn't covered in this tutorial, check out the <a href=\"http://nipype.readthedocs.io/en/latest/\">main homepage</a>.\n", |
| 43 | + " And if you haven't had enough and want to learn even more about Nipype and Neuroimaging, make sure to look at\n", |
| 44 | + " the <a href=\"https://miykael.github.io/nipype-beginner-s-guide/\">detailed beginner's guide</a>.\n", |
| 45 | + " </p>\n", |
36 | 46 | " </div>\n",
|
37 | 47 | "\n",
|
38 | 48 | " <!--Comment: to change the color of the title or section, change the second h2 class argument and the third div\n",
|
|
140 | 150 | " <a id=\"library-section\"></a>\n",
|
141 | 151 | " <div class=\"library-section\">\n",
|
142 | 152 | " <div class=\"section-separator library-section-separator\">\n",
|
143 |
| - " <h2><span class=\"section-separator-text\">Nipype Tutorial</span></h2><hr/>\n", |
| 153 | + " <center><img src=\"static/images/logoNipype_tutorial.png\" width=700></center>\n", |
144 | 154 | " <p>Welcome to the Nipype Tutorial! It covers the basic concepts and most common use cases of Nipype and will teach\n",
|
145 |
| - " you everything so that you can start creating your own workflows in no time. For everything that isn't covered\n", |
146 |
| - " here, check out the main homepage (<a href=\"http://nipype.readthedocs.io/en/latest/\">nipype.readthedocs.io</a>),\n", |
147 |
| - " the interactive tutorial (<a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>) \n", |
148 |
| - " or the detailed beginner's guide (<a href=\"https://miykael.github.io/nipype-beginner-s-guide/\">miykael.github.io/nipype-beginner-s-guide/</a>).\n", |
| 155 | + " you everything so that you can start creating your own workflows in no time. We recommend that you start with\n", |
| 156 | + " the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n", |
| 157 | + " basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n", |
| 158 | + " examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n", |
| 159 | + " </p><p>\n", |
| 160 | + " 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", |
| 161 | + " But if you want to have the real experience and want to go through the computations by yourself, we highly\n", |
| 162 | + " recommend you to do the <a href=\"https://github.com/miykael/nipype_course\">Nipype Course</a>. This course\n", |
| 163 | + " gives you the opportunity to adapt the commands to your liking and discover the flexibility and real power of\n", |
| 164 | + " Nipype yourself. For the tutorial, you need to install a <a href=\"www.docker.com/\">Docker</a> image on your system that provides you a \n", |
| 165 | + " neuroimaging environment based on a Debian system, with working Python software (including Nipype, dipy, matplotlib,\n", |
| 166 | + " nibabel, nipy, numpy, pandas, scipy, seaborn and more), FSL, AFNI, ANTs and SPM12 (no license needed). This\n", |
| 167 | + " neuroimaging environment is based on the docker images under <a href=\"https://github.com/miykael/nipype_env\">github.com/miykael/nipype_env</a>,\n", |
| 168 | + " which allow you to run toolboxes like FSL, AFNI and ANTs on any system, including Windows.\n", |
149 | 169 | " </p><p>\n",
|
150 |
| - " This tutorial uses Docker (<a href=\"www.docker.com/\">www.docker.com</a>) to provide a fully functional \n", |
151 |
| - " Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide \n", |
152 |
| - " the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile \n", |
153 |
| - " and data used in this course, see <a href=\"https://github.com/miykael/nipype_course\">github.com/miykael/nipype_course</a>.</p>\n", |
| 170 | + " For everything that isn't covered in this tutorial, check out the <a href=\"http://nipype.readthedocs.io/en/latest/\">main homepage</a>.\n", |
| 171 | + " And if you haven't had enough and want to learn even more about Nipype and Neuroimaging, make sure to look at\n", |
| 172 | + " the <a href=\"https://miykael.github.io/nipype-beginner-s-guide/\">detailed beginner's guide</a>.\n", |
| 173 | + " </p>\n", |
154 | 174 | " </div>\n",
|
155 | 175 | "\n",
|
156 | 176 | " <!--Comment: to change the color of the title or section, change the second h2 class argument and the third div\n",
|
|
239 | 259 | "</p>\n",
|
240 | 260 | "To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
|
241 | 261 | ]
|
242 |
| - }, |
243 |
| - { |
244 |
| - "cell_type": "code", |
245 |
| - "execution_count": null, |
246 |
| - "metadata": { |
247 |
| - "collapsed": true |
248 |
| - }, |
249 |
| - "outputs": [], |
250 |
| - "source": [] |
251 | 262 | }
|
252 | 263 | ],
|
253 | 264 | "metadata": {
|
|
0 commit comments