-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add proper titles and "open in MATLAB Online" badges to tutorial pages
- Loading branch information
1 parent
8aa83c3
commit d913c6b
Showing
21 changed files
with
171 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"intro": "Getting Started with MatNWB", | ||
"read_demo": "Reading NWB Files with MatNWB", | ||
"basicUsage": "Basic Usage of MatNWB", | ||
"dimensionMapNoDataPipes": "Mapping Dimensions without DataPipes", | ||
"dimensionMapWithDataPipes": "Mapping Dimensions with DataPipes", | ||
"convertTrials": "Converting Trials to NWB Format", | ||
"dynamic_tables": "Using Dynamic Tables in MatNWB", | ||
"scratch": "Working with Scratch Space in MatNWB", | ||
"behavior": "Behavior Data Processing", | ||
"ecephys": "Electrophysiology", | ||
"icephys": "Intracellular Electrophysiology", | ||
"images": "Image Data", | ||
"ogen": "Optogenetics", | ||
"ophys": "Optical Physiology", | ||
"dataPipe": "Advanced Writing Using DataPipes", | ||
"dynamically_loaded_filters": "Implementing Dynamically Loaded Filters", | ||
"remote_read": "Reading NWB Files from Remote Locations" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
basicUsage | ||
=============================== | ||
Basic Usage of MatNWB | ||
===================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/basicUsage.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/basicUsage.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/basicUsage.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
behavior | ||
=============================== | ||
Behavior Data Processing | ||
======================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/behavior.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/behavior.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/behavior.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
convertTrials | ||
Converting Trials to NWB Format | ||
=============================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/convertTrials.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/convertTrials.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/convertTrials.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
dataPipe | ||
=============================== | ||
Advanced Writing Using DataPipes | ||
================================ | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/dataPipe.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/dataPipe.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/dataPipe.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
dimensionMapNoDataPipes | ||
=============================== | ||
Mapping Dimensions without DataPipes | ||
==================================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/dimensionMapNoDataPipes.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/dimensionMapNoDataPipes.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/dimensionMapNoDataPipes.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
dimensionMapWithDataPipes | ||
=============================== | ||
Mapping Dimensions with DataPipes | ||
================================= | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/dimensionMapWithDataPipes.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/dimensionMapWithDataPipes.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/dimensionMapWithDataPipes.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
dynamic_tables | ||
=============================== | ||
Using Dynamic Tables in MatNWB | ||
============================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/dynamic_tables.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/dynamic_tables.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/dynamic_tables.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
dynamically_loaded_filters | ||
=============================== | ||
Implementing Dynamically Loaded Filters | ||
======================================= | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/dynamically_loaded_filters.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/dynamically_loaded_filters.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/dynamically_loaded_filters.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
ecephys | ||
=============================== | ||
Electrophysiology | ||
================= | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/ecephys.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/ecephys.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/ecephys.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
icephys | ||
Intracellular Electrophysiology | ||
=============================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/icephys.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/icephys.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/icephys.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
images | ||
=============================== | ||
Image Data | ||
========== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/images.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/images.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/images.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,37 @@ | ||
Tutorials | ||
========= | ||
|
||
General Tutorials | ||
----------------- | ||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Tutorials | ||
|
||
intro | ||
read_demo | ||
basicUsage | ||
behavior | ||
convertTrials | ||
dataPipe | ||
dimensionMapNoDataPipes | ||
dimensionMapWithDataPipes | ||
convertTrials | ||
dynamic_tables | ||
dynamically_loaded_filters | ||
scratch | ||
|
||
Domain-Specific Tutorials | ||
------------------------- | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
behavior | ||
ecephys | ||
icephys | ||
images | ||
intro | ||
ogen | ||
ophys | ||
read_demo | ||
|
||
Advanced I/O | ||
------------ | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
dataPipe | ||
dynamically_loaded_filters | ||
remote_read | ||
scratch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
intro | ||
=============================== | ||
Getting Started with MatNWB | ||
=========================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/intro.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/intro.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/intro.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
ogen | ||
=============================== | ||
Optogenetics | ||
============ | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/ogen.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/ogen.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/ogen.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
ophys | ||
=============================== | ||
Optical Physiology | ||
================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/ophys.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/ophys.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/ophys.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
read_demo | ||
=============================== | ||
Reading NWB Files with MatNWB | ||
============================= | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/read_demo.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/read_demo.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/read_demo.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
remote_read | ||
=============================== | ||
Reading NWB Files from Remote Locations | ||
======================================= | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/remote_read.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/remote_read.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/remote_read.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
scratch | ||
=============================== | ||
Working with Scratch Space in MatNWB | ||
==================================== | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/scratch.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="../../_static/html/tutorials/scratch.html" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="../../_static/html/tutorials/scratch.html" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{{tutorial_name}} | ||
=============================== | ||
{{tutorial_title}} | ||
{{tutorial_title_underline}} | ||
|
||
.. image:: https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg | ||
:target: https://matlab.mathworks.com/open/github/v1?repo=NeurodataWithoutBorders/matnwb&file=tutorials/{{tutorial_name}}.mlx | ||
:alt: Open in MATLAB Online | ||
|
||
.. raw:: html | ||
|
||
<iframe src="{{static_html_path}}" style="width: 900px; height: 100vh; overflow: hidden; border: none;"></iframe> | ||
<iframe src="{{static_html_path}}" style="width: 100%; height: 100vh; overflow: hidden; border: none;"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters