/ concept-collection / dandiset_000986
Sign in
concept-collection / dandiset_000986
dandiset_000986 / templates / index.md.jinja
10 lines · 429 BCodeBlameHistory
498b38cupdatesJeremy Magland 1This page presents data visualizations for sessions from [Dandiset {{ dandiset_id }}](https://dandiarchive.org/dandiset/{{ dandiset_id }}).
be96d1bstreamlineJeremy Magland 2
328d585update index.mdJeremy Magland 3Source code for generating these figures is available [here](https://github.com/visposts/dandiset_{{ dandiset_id }}).
be96d1bstreamlineJeremy Magland 5{% for session in sessions %}
498b38cupdatesJeremy Magland 6## {{ session.nwb_path }}
be96d1bstreamlineJeremy Magland 7
8<iframe src="{{ session.figure_url }}" width="100%" height="800px" style="border:none;"></iframe>
10{% endfor %}
moveopenescclose