Skip to content

Commit

Permalink
Merge pull request #108 from NeurodataWithoutBorders/add/ibl_brainmap…
Browse files Browse the repository at this point in the history
…_tutorial

Add IBL Brainmap tutorial to the community gallery
  • Loading branch information
bendichter committed Jul 18, 2023
2 parents 655d345 + ad4168a commit 94304a9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ To contribute a new project to the community gallery, please create a pull reque
* Figure should be added to the folder ``docs/source/community_gallery/figures``
* If you design the figure in PowerPoint then please add the source slide to the ``docs/source/community_gallery/figures/figure_icons_source.pptx`` file
* External links are typically defined as roles in the ``docs/source/conf_extlinks.py``

**Step 2:** Build the docs and and review your changes via

Expand Down
16 changes: 16 additions & 0 deletions docs/source/community_gallery/community_gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ Data Analysis and Reuse

The :openscope-databook:`OpenScope Databook <>` provides scripts and documentation used for brain data analysis and visualization, primarily working with NWB files and the :ref:`analysistools-dandi` archive. Through :jupyter-book:`Jupyter Book <>`, this code is structured as a series of notebooks intended to explain and educate users on how to work with brain data. This resource is provided by the Allen Institute’s :openscope-project:`OpenScope Project <>`, an endeavor of The Allen Institute :mindscope-program:`Mindscope Program <>`. OpenScope is a platform for high-throughput and reproducible neurophysiology open to external scientists to test theories of brain function.

.. raw:: html

<br/>

.. image:: figures/ibl_brainmap.png
:class: align-left, no-scaled-link
:width: 100


The :ibl-website:`International Brain Laboratory (IBL) <>` released a Brainwide Map of neural activity during decision-making, consisting of 547 Neuropixel recordings of 32,784 neurons across 194 regions of the mouse brain. At Cosyne 2023, the IBL team presented an `Introduction to IBL and the Brain-wide map dataset <https://colab.research.google.com/drive/1Ua-NlpYYZCIOF56xbsT9YR71Enkotd-b>`_ and tutorials on `Using IBL data with NWB <https://colab.research.google.com/drive/1zr6lP_zzRgPZuHs3nB5oGnFtPKrduQ3L>`_ and `Using IBL data with ONE <https://colab.research.google.com/drive/1y3sRI1wC7qbWqN6skvulzPOp6xw8tLm7>`_.


.. raw:: html

<br/>


.. note::

Expand Down
Binary file modified docs/source/community_gallery/figures/figure_icons_source.pptx
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/conf_extlinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'datajoint-elements': ('https://www.datajoint.com/elements/%s', '%s'),
'openscope-databook': ('https://alleninstitute.github.io/openscope_databook/%s', '%s'),
'openscope-project': ('https://alleninstitute.org/what-we-do/brain-science/research/mindscope-program/openscope/%s', '%s'),
'ibl-website': ('https://www.internationalbrainlab.com/%s', '%s'),
'mindscope-program': ('https://alleninstitute.org/what-we-do/brain-science/research/mindscope-program/%s', '%s'),
'jupyter-book': ('https://jupyterbook.org/en/stable/%s', '%s'),
}
Expand Down

0 comments on commit 94304a9

Please sign in to comment.