Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 13 additions & 22 deletions docs/notebooks/resources_resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -8451,15 +8451,15 @@
}
/* Flexible box model classes */
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
/* This file is a compatability layer. It allows the usage of flexible box
/* This file is a compatability layer. It allows the usage of flexible box
model layouts accross multiple browsers, including older browsers. The newest,
universal implementation of the flexible box model is used when available (see
`Modern browsers` comments below). Browsers that are known to implement this
`Modern browsers` comments below). Browsers that are known to implement this
new spec completely include:

Firefox 28.0+
Chrome 29.0+
Internet Explorer 11+
Internet Explorer 11+
Opera 17.0+

Browsers not listed, including Safari, are supported via the styling under the
Expand Down Expand Up @@ -11233,7 +11233,7 @@
background: #f7f7f7;
border-top: 1px solid #cfcfcf;
border-bottom: 1px solid #cfcfcf;
/* This injects handle bars (a short, wide = symbol) for
/* This injects handle bars (a short, wide = symbol) for
the resize handle. */
}
div#pager .ui-resizable-handle::after {
Expand Down Expand Up @@ -11676,7 +11676,7 @@
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">

/* Temporary definitions which will become obsolete with Notebook release 5.0 */
.ansi-black-fg { color: #3E424D; }
.ansi-black-bg { background-color: #3E424D; }
Expand Down Expand Up @@ -11730,14 +11730,14 @@
div.cell {
display: block;
page-break-inside: avoid;
}
div.output_wrapper {
}
div.output_wrapper {
display: block;
page-break-inside: avoid;
page-break-inside: avoid;
}
div.output {
div.output {
display: block;
page-break-inside: avoid;
page-break-inside: avoid;
}
}
</style>
Expand Down Expand Up @@ -11775,16 +11775,6 @@
ga('create', 'UA-92929997-1', 'auto');
ga('send', 'pageview');

</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-92929997-1', 'auto');
ga('send', 'pageview');

</script>
</head>
<body>
Expand All @@ -11796,14 +11786,15 @@
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h1 id="Helpful-Resources">Helpful Resources<a class="anchor-link" href="#Helpful-Resources">&#182;</a></h1><h2 id="Learn-more-about-Nipype">Learn more about Nipype<a class="anchor-link" href="#Learn-more-about-Nipype">&#182;</a></h2><ul>
<li><a href="http://nipype.readthedocs.io/en/latest/">Nipype homepage</a>: This is the best place to learn all you need to know about Nipype. For beginner's I recommend to check out the <a href="http://nipype.readthedocs.io/en/latest/quickstart.html">Quickstart</a> section.</li>
<li><a href="http://nipype.readthedocs.io/en/latest/">Nipype homepage</a>: This is the best place to learn all you need to know about Nipype. For beginner's, I recommend to check out the <a href="http://nipype.readthedocs.io/en/latest/quickstart.html">Quickstart</a> section.</li>
<li><a href="http://miykael.github.io/nipype-beginner-s-guide/">Beginner's Guide</a>: This beginner's guide is an in-depth step by step tutorial to Nipype.</li>
</ul>
<h2 id="Neuroimaging">Neuroimaging<a class="anchor-link" href="#Neuroimaging">&#182;</a></h2><ul>
<li><a href="http://www.fmri4newbies.com/tutorials/">fMRI 4 Newbies</a>: A crash course in brain imaging.</li>
<li><a href="https://neurostars.org/">Neurostars.org</a>: If you have any questions about Neuroinformatics, this is the place to go! </li>
<li><a href="http://imaging.mrc-cbu.cam.ac.uk/imaging/DesignEfficiency">Design efficiency in FMRI</a>: A nice and detailed guide on how to design a good fMRI study.</li>
</ul>
<h2 id="Open-Science-Resources">Open Science Resources<a class="anchor-link" href="#Open-Science-Resources">&#182;</a></h2><p><a href="https://twitter.com/aya_ben_yakov">Aya Ben-Yakov</a> put together a very <a href="http://www.mrc-cbu.cam.ac.uk/openscience/resources/">nice and comprehensive list</a> of various tools and resources about open and reproducible science.</p>
<h2 id="Learn-Python">Learn Python<a class="anchor-link" href="#Learn-Python">&#182;</a></h2><ul>
<li><a href="http://python.swaroopch.com/">A Byte of Python</a>: A very nice introduction to Python in general.</li>
<li><a href="http://nbviewer.jupyter.org/gist/rpmuller/5920182">A Crash Course in Python for Scientists</a>: a very good introduction to Python and scientific programming (e.g. Numpy, Scipy, Matplotlib)</li>
Expand All @@ -11829,7 +11820,7 @@ <h2 id="Learn-Unix-Shell">Learn Unix Shell<a class="anchor-link" href="#Learn-Un
</div>
</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>




</html>
5 changes: 5 additions & 0 deletions notebooks/resources_resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"- [Design efficiency in FMRI](http://imaging.mrc-cbu.cam.ac.uk/imaging/DesignEfficiency): A nice and detailed guide on how to design a good fMRI study.\n",
"\n",
"\n",
"## Open Science Resources\n",
"\n",
"[Aya Ben-Yakov](https://twitter.com/aya_ben_yakov) put together a very [nice and comprehensive list](http://www.mrc-cbu.cam.ac.uk/openscience/resources/) of various tools and resources about open and reproducible science.\n",
"\n",
"\n",
"## Learn Python\n",
"\n",
"- [A Byte of Python](http://python.swaroopch.com/): A very nice introduction to Python in general.\n",
Expand Down