From 73343fb626b480e86732733b666a83f5d3c393b9 Mon Sep 17 00:00:00 2001 From: miykael Date: Wed, 3 Oct 2018 12:53:50 +0200 Subject: [PATCH 1/2] ENH: add aya's new resource [skip ci] --- notebooks/resources_resources.ipynb | 5 +++++ 1 file changed, 5 insertions(+) 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", From 9a824e402bdca6901e81faff337d7007511c9ddf Mon Sep 17 00:00:00 2001 From: miykael Date: Wed, 3 Oct 2018 12:58:43 +0200 Subject: [PATCH 2/2] ENH: add aya's open source reference to docs [skip ci] --- docs/notebooks/resources_resources.html | 35 +++++++++---------------- 1 file changed, 13 insertions(+), 22 deletions(-) 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

    -
  • Nipype homepage: This is the best place to learn all you need to know about Nipype. For beginner's I recommend to check out the Quickstart section.
  • +
  • Nipype homepage: This is the best place to learn all you need to know about Nipype. For beginner's, I recommend to check out the Quickstart section.
  • Beginner's Guide: This beginner's guide is an in-depth step by step tutorial to Nipype.

Neuroimaging

    @@ -11804,6 +11794,7 @@

    Neuroimaging&#
  • Neurostars.org: If you have any questions about Neuroinformatics, this is the place to go!
  • Design efficiency in FMRI: A nice and detailed guide on how to design a good fMRI study.
+

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

- +