Skip to content

Commit 8069a82

Browse files
committed
FIX: small layout changes
1 parent 7982add commit 8069a82

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

index.ipynb

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@
5050
"\n",
5151
" <!--to change the number of rows per column, change the last number in 'pure-u-1-3'.\n",
5252
" For example, to have three columns, change the value to 'pure-u-1-3'-->\n",
53-
"\n",
53+
" \n",
5454
" <h2 class=\"domain-header economics-finance-domain\"><a class=\"domain-title\">Introduction</a></h2>\n",
5555
" <div class=\"pure-g domain-table-container economics-finance-domain\">\n",
56-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_nipype.ipynb\">What is Nipype?</a>\n",
57-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_jupyter-notebook.ipynb\">How to use Jupyter-Notebook</a>\n",
58-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_dataset.ipynb\">The Tutorial Dataset</a>\n",
59-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python (recap)</a>\n",
56+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_nipype.ipynb\">Nipype</a>\n",
57+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_jupyter-notebook.ipynb\">Jupyter-Notebook</a>\n",
58+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_dataset.ipynb\">Tutorial Dataset</a>\n",
59+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_docker.ipynb\">Docker</a>\n",
60+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
6061
" </div>\n",
6162
" <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
6263
" you need to understand to use Nipype and this tutorial.</p>\n",
@@ -70,29 +71,28 @@
7071
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_data_input.ipynb\">Data Input</a>\n",
7172
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_data_output.ipynb\">Data Output</a>\n",
7273
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_iteration.ipynb\">Iteration / Iterables</a>\n",
73-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_function_nodes.ipynb\">Function Nodes</a>\n",
7474
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_mapnodes.ipynb\">MapNodes</a>\n",
75-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_error_and_crashes.ipynb\">Errors & Crashes</a>\n",
75+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_function_nodes.ipynb\">Function Nodes</a>\n",
76+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_import_workflows.ipynb\">Import existing Workflows</a>\n",
7677
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_plugins.ipynb\">Execution Plugins</a>\n",
7778
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_configuration.ipynb\">Execution Configuration</a>\n",
78-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_import_workflows.ipynb\">Import existing Workflows</a>\n",
79+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_error_and_crashes.ipynb\">Errors & Crashes</a>\n",
7980
" </div>\n",
8081
" <p>This section will introduce you to all of the key players in Nipype. Basic concepts that you need to learn to\n",
8182
" fully understand and appreciate Nipype. Once you understand this section, you will know all that you need to know\n",
8283
" to create any kind of Nipype workflow.</p>\n",
8384
"\n",
84-
" <h2 class=\"domain-header computing\"><a class=\"domain-title\">Workflow Examples</a></h2>\n",
85-
" <div class=\"pure-g domain-table-container computing\">\n",
85+
" <h2 class=\"domain-header science\"><a class=\"domain-title\">Workflow Examples</a></h2>\n",
86+
" <div class=\"pure-g domain-table-container science\">\n",
8687
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_preprocessing.ipynb\">Preprocessing</a>\n",
8788
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_1stlevel.ipynb\">1st-level Analysis</a>\n",
8889
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_normalize.ipynb\">Normalize Data</a>\n",
8990
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_2ndlevel.ipynb\">2nd-level Analysis</a>\n",
90-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_metaflow.ipynb\">Metaflow (all at once)</a>\n",
9191
" </div>\n",
9292
" <p>In this section you will find some practical examples that show you how to use Nipype in a \"real world\" scenario.</p>\n",
9393
"\n",
94-
" <h2 class=\"domain-header math\"><a class=\"domain-title\">Useful Resources</a></h2>\n",
95-
" <div class=\"pure-g domain-table-container math\">\n",
94+
" <h2 class=\"domain-header test-prep\"><a class=\"domain-title\">Useful Resources</a></h2>\n",
95+
" <div class=\"pure-g domain-table-container test-prep\">\n",
9696
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_installation.ipynb\">Install Nipype</a>\n",
9797
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_resources.ipynb\">Helpful Resources/Links</a>\n",
9898
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_help.ipynb\">Help</a>\n",
@@ -126,7 +126,7 @@
126126
"<hr/>\n",
127127
"\n",
128128
"<h2>You want to help with this tutorial?</h2>\n",
129-
"<p>You can find the github repo of this tutorial under <a href=\"https://github.com/miykael/nipype_course\">https://github.com/miykael/nipype_course</a>.\n",
129+
"<p>Find the github repo of this tutorial under <a href=\"https://github.com/miykael/nipype_course\">https://github.com/miykael/nipype_course</a>.\n",
130130
" Feel free to send a pull request or leave an <a href=\"https://github.com/miykael/nipype_tutorial/issues\">issue</a> with your feedback or ideas.\n",
131131
"</p>\n",
132132
"To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
@@ -178,13 +178,14 @@
178178
"\n",
179179
" <!--to change the number of rows per column, change the last number in 'pure-u-1-3'.\n",
180180
" For example, to have three columns, change the value to 'pure-u-1-3'-->\n",
181-
"\n",
181+
" \n",
182182
" <h2 class=\"domain-header economics-finance-domain\"><a class=\"domain-title\">Introduction</a></h2>\n",
183183
" <div class=\"pure-g domain-table-container economics-finance-domain\">\n",
184-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_nipype.ipynb\">What is Nipype?</a>\n",
185-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_jupyter-notebook.ipynb\">How to use Jupyter-Notebook</a>\n",
186-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_dataset.ipynb\">The Tutorial Dataset</a>\n",
187-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python (recap)</a>\n",
184+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_nipype.ipynb\">Nipype</a>\n",
185+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_jupyter-notebook.ipynb\">Jupyter-Notebook</a>\n",
186+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_dataset.ipynb\">Tutorial Dataset</a>\n",
187+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_docker.ipynb\">Docker</a>\n",
188+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
188189
" </div>\n",
189190
" <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
190191
" you need to understand to use Nipype and this tutorial.</p>\n",
@@ -198,29 +199,28 @@
198199
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_data_input.ipynb\">Data Input</a>\n",
199200
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_data_output.ipynb\">Data Output</a>\n",
200201
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_iteration.ipynb\">Iteration / Iterables</a>\n",
201-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_function_nodes.ipynb\">Function Nodes</a>\n",
202202
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_mapnodes.ipynb\">MapNodes</a>\n",
203-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_error_and_crashes.ipynb\">Errors & Crashes</a>\n",
203+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_function_nodes.ipynb\">Function Nodes</a>\n",
204+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_import_workflows.ipynb\">Import existing Workflows</a>\n",
204205
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_plugins.ipynb\">Execution Plugins</a>\n",
205206
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_configuration.ipynb\">Execution Configuration</a>\n",
206-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_import_workflows.ipynb\">Import existing Workflows</a>\n",
207+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/basic_error_and_crashes.ipynb\">Errors & Crashes</a>\n",
207208
" </div>\n",
208209
" <p>This section will introduce you to all of the key players in Nipype. Basic concepts that you need to learn to\n",
209210
" fully understand and appreciate Nipype. Once you understand this section, you will know all that you need to know\n",
210211
" to create any kind of Nipype workflow.</p>\n",
211212
"\n",
212-
" <h2 class=\"domain-header computing\"><a class=\"domain-title\">Workflow Examples</a></h2>\n",
213-
" <div class=\"pure-g domain-table-container computing\">\n",
213+
" <h2 class=\"domain-header science\"><a class=\"domain-title\">Workflow Examples</a></h2>\n",
214+
" <div class=\"pure-g domain-table-container science\">\n",
214215
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_preprocessing.ipynb\">Preprocessing</a>\n",
215216
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_1stlevel.ipynb\">1st-level Analysis</a>\n",
216217
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_normalize.ipynb\">Normalize Data</a>\n",
217218
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_2ndlevel.ipynb\">2nd-level Analysis</a>\n",
218-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/example_metaflow.ipynb\">Metaflow (all at once)</a>\n",
219219
" </div>\n",
220220
" <p>In this section you will find some practical examples that show you how to use Nipype in a \"real world\" scenario.</p>\n",
221221
"\n",
222-
" <h2 class=\"domain-header math\"><a class=\"domain-title\">Useful Resources</a></h2>\n",
223-
" <div class=\"pure-g domain-table-container math\">\n",
222+
" <h2 class=\"domain-header test-prep\"><a class=\"domain-title\">Useful Resources</a></h2>\n",
223+
" <div class=\"pure-g domain-table-container test-prep\">\n",
224224
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_installation.ipynb\">Install Nipype</a>\n",
225225
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_resources.ipynb\">Helpful Resources/Links</a>\n",
226226
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/resources_help.ipynb\">Help</a>\n",
@@ -254,7 +254,7 @@
254254
"<hr/>\n",
255255
"\n",
256256
"<h2>You want to help with this tutorial?</h2>\n",
257-
"<p>You can find the github repo of this tutorial under <a href=\"https://github.com/miykael/nipype_course\">https://github.com/miykael/nipype_course</a>.\n",
257+
"<p>Find the github repo of this tutorial under <a href=\"https://github.com/miykael/nipype_course\">https://github.com/miykael/nipype_course</a>.\n",
258258
" Feel free to send a pull request or leave an <a href=\"https://github.com/miykael/nipype_tutorial/issues\">issue</a> with your feedback or ideas.\n",
259259
"</p>\n",
260260
"To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"

0 commit comments

Comments
 (0)