diff --git a/docs/notebooks/resources_resources.html b/docs/notebooks/resources_resources.html index ad2e3c1..420f3aa 100644 --- a/docs/notebooks/resources_resources.html +++ b/docs/notebooks/resources_resources.html @@ -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 @@ -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 { @@ -11676,7 +11676,7 @@ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ @@ -11775,16 +11775,6 @@ ga('create', 'UA-92929997-1', 'auto'); ga('send', 'pageview'); - - @@ -11796,7 +11786,7 @@

Helpful Resources

Learn more about Nipype

Neuroimaging

+

Open Science Resources

Aya Ben-Yakov put together a very nice and comprehensive list of various tools and resources about open and reproducible science.

Learn Python

- + diff --git a/notebooks/resources_resources.ipynb b/notebooks/resources_resources.ipynb index d2901bf..bf2895b 100644 --- a/notebooks/resources_resources.ipynb +++ b/notebooks/resources_resources.ipynb @@ -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",