Skip to content

Commit a8ef506

Browse files
authored
Merge pull request miykael#15 from djarecka/final_updates
example updates + quickstart
2 parents 42c0ec2 + e8a9547 commit a8ef506

File tree

4 files changed

+5518
-111
lines changed

4 files changed

+5518
-111
lines changed

index.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
" you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
2525
" the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
2626
" 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.\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 notebook in the introduciton section.\n",
2829
" </p><p>\n",
2930
" 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",
3031
" But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
@@ -57,9 +58,11 @@
5758
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_dataset.ipynb\">BIDS & Tutorial Dataset</a>\n",
5859
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_docker.ipynb\">Docker</a>\n",
5960
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
61+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart</a>\n",
6062
" </div>\n",
6163
" <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
62-
" you need to understand to use Nipype and this tutorial.</p>\n",
64+
" you need to understand to use Nipype and this tutorial.\n",
65+
" The section also contains a very quick non-imaging introduction to Nipype workflows.</p>\n",
6366
"\n",
6467
" <h2 class=\"domain-header humanities\"><a class=\"domain-title\">Basic Concepts</a></h2>\n",
6568
" <div class=\"pure-g domain-table-container humanities\">\n",
@@ -157,7 +160,8 @@
157160
" you everything so that you can start creating your own workflows in no time. We recommend that you start with\n",
158161
" the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
159162
" basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
160-
" examples section shows you a real example how you can use Nipype to analyze an actual dataset.\n",
163+
" examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very \n",
164+
" quick non-imaging introduction, you can check the Nipype Quickstart notebook in the introduciton section.\n",
161165
" </p><p>\n",
162166
" 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",
163167
" But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
@@ -190,9 +194,11 @@
190194
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_dataset.ipynb\">BIDS & Tutorial Dataset</a>\n",
191195
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_docker.ipynb\">Docker</a>\n",
192196
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
197+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart</a>\n",
193198
" </div>\n",
194199
" <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
195-
" you need to understand to use Nipype and this tutorial.</p>\n",
200+
" you need to understand to use Nipype and this tutorial.\n",
201+
" The section also contains a very quick non-imaging introduction to Nipype workflows.</p>\n",
196202
"\n",
197203
" <h2 class=\"domain-header humanities\"><a class=\"domain-title\">Basic Concepts</a></h2>\n",
198204
" <div class=\"pure-g domain-table-container humanities\">\n",

notebooks/example_2ndlevel.ipynb

Lines changed: 1341 additions & 66 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)