Skip to content

Commit 9143a30

Browse files
authored
Merge pull request miykael#119 from miykael/small_resource_addition
Small resource addition
2 parents 388f4ed + 9a824e4 commit 9143a30

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

docs/notebooks/resources_resources.html

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8451,15 +8451,15 @@
84518451
}
84528452
/* Flexible box model classes */
84538453
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
8454-
/* This file is a compatability layer. It allows the usage of flexible box
8454+
/* This file is a compatability layer. It allows the usage of flexible box
84558455
model layouts accross multiple browsers, including older browsers. The newest,
84568456
universal implementation of the flexible box model is used when available (see
8457-
`Modern browsers` comments below). Browsers that are known to implement this
8457+
`Modern browsers` comments below). Browsers that are known to implement this
84588458
new spec completely include:
84598459
84608460
Firefox 28.0+
84618461
Chrome 29.0+
8462-
Internet Explorer 11+
8462+
Internet Explorer 11+
84638463
Opera 17.0+
84648464
84658465
Browsers not listed, including Safari, are supported via the styling under the
@@ -11233,7 +11233,7 @@
1123311233
background: #f7f7f7;
1123411234
border-top: 1px solid #cfcfcf;
1123511235
border-bottom: 1px solid #cfcfcf;
11236-
/* This injects handle bars (a short, wide = symbol) for
11236+
/* This injects handle bars (a short, wide = symbol) for
1123711237
the resize handle. */
1123811238
}
1123911239
div#pager .ui-resizable-handle::after {
@@ -11676,7 +11676,7 @@
1167611676
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
1167711677
</style>
1167811678
<style type="text/css">
11679-
11679+
1168011680
/* Temporary definitions which will become obsolete with Notebook release 5.0 */
1168111681
.ansi-black-fg { color: #3E424D; }
1168211682
.ansi-black-bg { background-color: #3E424D; }
@@ -11730,14 +11730,14 @@
1173011730
div.cell {
1173111731
display: block;
1173211732
page-break-inside: avoid;
11733-
}
11734-
div.output_wrapper {
11733+
}
11734+
div.output_wrapper {
1173511735
display: block;
11736-
page-break-inside: avoid;
11736+
page-break-inside: avoid;
1173711737
}
11738-
div.output {
11738+
div.output {
1173911739
display: block;
11740-
page-break-inside: avoid;
11740+
page-break-inside: avoid;
1174111741
}
1174211742
}
1174311743
</style>
@@ -11775,16 +11775,6 @@
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-
1178811778
</script>
1178911779
</head>
1179011780
<body>
@@ -11796,14 +11786,15 @@
1179611786
<div class="inner_cell">
1179711787
<div class="text_cell_render border-box-sizing rendered_html">
1179811788
<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>
11799-
<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>
11789+
<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>
1180011790
<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>
1180111791
</ul>
1180211792
<h2 id="Neuroimaging">Neuroimaging<a class="anchor-link" href="#Neuroimaging">&#182;</a></h2><ul>
1180311793
<li><a href="http://www.fmri4newbies.com/tutorials/">fMRI 4 Newbies</a>: A crash course in brain imaging.</li>
1180411794
<li><a href="https://neurostars.org/">Neurostars.org</a>: If you have any questions about Neuroinformatics, this is the place to go! </li>
1180511795
<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>
1180611796
</ul>
11797+
<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>
1180711798
<h2 id="Learn-Python">Learn Python<a class="anchor-link" href="#Learn-Python">&#182;</a></h2><ul>
1180811799
<li><a href="http://python.swaroopch.com/">A Byte of Python</a>: A very nice introduction to Python in general.</li>
1180911800
<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>
@@ -11829,7 +11820,7 @@ <h2 id="Learn-Unix-Shell">Learn Unix Shell<a class="anchor-link" href="#Learn-Un
1182911820
</div>
1183011821
</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>
1183111822

11832-
11823+
1183311824

1183411825

1183511826
</html>

notebooks/resources_resources.ipynb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"- [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",
2121
"\n",
2222
"\n",
23+
"## Open Science Resources\n",
24+
"\n",
25+
"[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",
26+
"\n",
27+
"\n",
2328
"## Learn Python\n",
2429
"\n",
2530
"- [A Byte of Python](http://python.swaroopch.com/): A very nice introduction to Python in general.\n",

0 commit comments

Comments
 (0)