Skip to content

Commit b680607

Browse files
committed
ENH: update docs with new quickstart examples
1 parent 7fe009a commit b680607

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+13561
-2451
lines changed

docs/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11802,7 +11802,7 @@
1180211802
the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the
1180311803
basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow
1180411804
examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very
11805-
quick non-imaging introduction, you can check the Nipype Quickstart notebook in the introduciton section.
11805+
quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.
1180611806
</p><p>
1180711807
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>.
1180811808
But if you want to have the real experience and want to go through the computations by yourself, we highly
@@ -11844,6 +11844,7 @@
1184411844
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_python.html">Python</a>
1184511845
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_showcase.html">Nipype Showcase</a>
1184611846
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_quickstart.html">Nipype Quickstart</a>
11847+
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_quickstart_non-neuroimaging.html">Nipype Quickstart (non-neuroimaging examples)</a>
1184711848
</div>
1184811849
<p>This section is meant as a general overview. It should give you a short introduction to the main topics that
1184911850
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>
@@ -11972,7 +11973,7 @@
1197211973
the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the
1197311974
basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow
1197411975
examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very
11975-
quick non-imaging introduction, you can check the Nipype Quickstart notebook in the introduciton section.
11976+
quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.
1197611977
</p><p>
1197711978
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>.
1197811979
But if you want to have the real experience and want to go through the computations by yourself, we highly
@@ -12014,6 +12015,7 @@ <h2 class="domain-header color01"><a class="domain-title">Introduction</a></h2>
1201412015
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_python.html">Python</a>
1201512016
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_showcase.html">Nipype Showcase</a>
1201612017
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_quickstart.html">Nipype Quickstart</a>
12018+
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/introduction_quickstart_non-neuroimaging.html">Nipype Quickstart (non-neuroimaging examples)</a>
1201712019
</div>
1201812020
<p>This section is meant as a general overview. It should give you a short introduction to the main topics that
1201912021
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>

docs/notebooks/advanced_aws.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -11935,7 +11945,7 @@ <h2 id="Using-S3DataGrabber">Using S3DataGrabber<a class="anchor-link" href="#Us
1193511945
</div>
1193611946
</div>
1193711947
</div>
11938-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
11948+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1193911949

1194011950

1194111951

docs/notebooks/advanced_command_line_interface.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -11845,7 +11855,7 @@ <h1 id="Nipype-Command-Line-Interface">Nipype Command Line Interface<a class="an
1184511855
</div>
1184611856
</div>
1184711857
</div>
11848-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
11858+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1184911859

1185011860

1185111861

docs/notebooks/advanced_create_interfaces.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -14563,7 +14573,7 @@ <h2 id="Exercise">Exercise<a class="anchor-link" href="#Exercise">&#182;</a></h2
1456314573
</div>
1456414574
</div>
1456514575
</div>
14566-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
14576+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1456714577

1456814578

1456914579

docs/notebooks/advanced_interfaces_caching.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -12087,7 +12097,7 @@ <h2 id="API-reference">API reference<a class="anchor-link" href="#API-reference"
1208712097
</div>
1208812098
</div>
1208912099
</div>
12090-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
12100+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1209112101

1209212102

1209312103

docs/notebooks/advanced_mipav.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -11812,7 +11822,7 @@ <h1 id="Using-MIPAV,-JIST,-and-CBS-Tools">Using MIPAV, JIST, and CBS Tools<a cla
1181211822
</div>
1181311823
</div>
1181411824
</div>
11815-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
11825+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1181611826

1181711827

1181811828

docs/notebooks/advanced_sphinx_ext.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -11906,7 +11916,7 @@ <h3 id="Configuration-options">Configuration options<a class="anchor-link" href=
1190611916
</div>
1190711917
</div>
1190811918
</div>
11909-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
11919+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1191011920

1191111921

1191211922

docs/notebooks/advanced_spmmcr.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -11867,7 +11877,7 @@ <h1 id="Using-SPM-with-MATLAB-Common-Runtime-(MCR)">Using SPM with MATLAB Common
1186711877
</div>
1186811878
</div>
1186911879
</div>
11870-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
11880+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1187111881

1187211882

1187311883

docs/notebooks/basic_data_input.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -13107,7 +13117,7 @@ <h2 id="FreeSurferSource">FreeSurferSource<a class="anchor-link" href="#FreeSurf
1310713117
</div>
1310813118
</div>
1310913119
</div>
13110-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
13120+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1311113121

1311213122

1311313123

docs/notebooks/basic_data_input_bids.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11775,6 +11775,16 @@
1177511775
ga('create', 'UA-92929997-1', 'auto');
1177611776
ga('send', 'pageview');
1177711777

11778+
</script>
11779+
<script>
11780+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11781+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11782+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11783+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
11784+
11785+
ga('create', 'UA-92929997-1', 'auto');
11786+
ga('send', 'pageview');
11787+
1177811788
</script>
1177911789
</head>
1178011790
<body>
@@ -13327,7 +13337,7 @@ <h3 id="Exercise-3:">Exercise 3:<a class="anchor-link" href="#Exercise-3:">&#182
1332713337
</div>
1332813338
</div>
1332913339
</div>
13330-
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
13340+
</body><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div><div class="h3" style="right:0;bottom:0;left:0;padding:1rem;text-align:center;"><p style="white-space:pre"><a href="https://miykael.github.io/nipype_tutorial/">Home</a>&emsp;|&emsp;<a href="https://github.com/miykael/nipype_tutorial">github</a>&emsp;|&emsp;<a href="http://nipype.readthedocs.io">Nipype</a></p></div>
1333113341

1333213342

1333313343

0 commit comments

Comments
 (0)