Skip to content

Add Community Gallery section with resources and images #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
23 changes: 15 additions & 8 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,24 @@ main:
weight: 2
url: "events/"
parent: "Community"
- name: "Community Gallery"
weight: 3
url: "community/gallery/"
parent: "Community"
- name: "Organizing NWB Events"
weight: 4
url: "organizing-nwb-events/"
parent: "Community"
- name: "Enhancement Proposals"
weight: 4
weight: 5
url: "https://github.com/nwb-extensions/nwbep-review/"
parent: "Community"
- name: "Working Groups"
weight: 5
weight: 6
url: "working-groups/"
parent: "Community"
- name: "Team"
weight: 6
weight: 7
url: "team/"
parent: "Community"

Expand Down Expand Up @@ -124,17 +128,20 @@ community_links:
- name: "Events"
weight: 2
url: "/events"
- name: "About Events"
- name: "Community Gallery"
weight: 3
url: "/about-events"
url: "/community/gallery"
- name: "Organizing NWB Events"
weight: 4
url: "/organizing-nwb-events"
- name: "Working Groups"
- name: "Enhancement Proposals"
weight: 5
url: "https://github.com/nwb-extensions/nwbep-review/"
- name: "Working Groups"
weight: 6
url: "/working-groups"
- name: "Contact Us"
weight: 6
weight: 7
url: "/contact-us"

resources:
Expand All @@ -156,4 +163,4 @@ resources:
- name: "FAQ"
weight: 6
url: "/faq"


4 changes: 4 additions & 0 deletions content/community/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Community"
weight: 5
---
51 changes: 51 additions & 0 deletions content/community/gallery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: "Community Gallery"
weight: 1
gallery_section:
enable: true
title: "Data Conversion"
content: "Tools and resources for converting data to NWB format"
boxes:
- title: "NeuroConv Catalog"
content: "Real-world examples of labs using NeuroConv to convert their data to NWB files. Each project listed contains a description and a link to an open GitHub repository. Many of the projects listed use advanced customization features beyond what is demonstrated in the core NeuroConv conversion gallery."
image: "/images/community_gallery/neuroconv_gallery.png"
url: "https://neuroconv.readthedocs.io/en/main/catalogue/index.html"
- title: "Bristol Neuroscience Data Guide"
content: "The Bristol Neuroscience Data Guide includes tutorials for converting data to NWB for extracellular electrophysiology data and optical physiology data using both the PyNWB and MatNWB APIs for NWB."
image: "/images/community_gallery/bristol_neuroscience_data_guide.png"
url: "https://dervinism.github.io/bristol-neuroscience-data-guide/tutorials/Bristol%20GIN%20for%20Silicon%20Probe%20Data.html"

analysis_section:
enable: true
title: "Data Analysis and Reuse"
content: "Examples and resources for analyzing and reusing NWB data"
boxes:
- title: "DANDI Example Notebooks"
content: "DANDI (Distributed Archives for Neurophysiology Data Integration) maintains a collection of example notebooks associated with datasets, conference tools, or more generally notebooks that illustrate the use of data on DANDI."
image: "/images/community_gallery/dandi_example_notebooks.png"
url: "https://github.com/dandi/example-notebooks"
- title: "OpenScope Databook"
content: "The OpenScope Databook provides scripts and documentation used for brain data analysis and visualization, primarily working with NWB files and the DANDI archive. Through Jupyter Book, this code is structured as a series of notebooks intended to explain and educate users on how to work with brain data."
image: "/images/community_gallery/openscope_databook.png"
url: "https://alleninstitute.github.io/openscope_databook/"
- title: "IBL Brain-wide Map"
content: "The 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. The IBL team provides tutorials on Using IBL data with NWB."
image: "/images/community_gallery/ibl_brainmap.png"
url: "https://colab.research.google.com/drive/1zr6lP_zzRgPZuHs3nB5oGnFtPKrduQ3L"

publications_section:
enable: true
title: "Publications That Reuse NWB Data"
content: "The NWB team maintains a running database of publications that reuse publicly available NWB data, particularly from the DANDI Archive."
boxes:
- title: "NWB Data Reuse Publications"
content: "A collection of publications that reuse publicly available NWB data."
image: "/images/publications-citing.png"
url: "https://www.notion.so/rly1/8b1d1f08841e41b89fdd9ab21d486d31?v=99f8e0f855a5486b8fc521066b34d4b3"

disclaimer:
enable: true
content: "**Disclaimer:** Reference herein to any specific product, process, or service by its trade name, trademark, manufacturer, or otherwise, does not constitute or imply its endorsement, recommendation, or favoring by the NWB development team, United States Government or any agency thereof, or The Regents of the University of California. Use of the NeurodataWithoutBorders name for endorsements is prohibited."
---

This page is a collection of community conversion and analysis projects cataloged here as a convenient reference for NWB users. This list is not comprehensive and many of the projects and resources are built and supported by other groups, and are in active development.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This page is a collection of community conversion and analysis projects cataloged here as a convenient reference for NWB users. This list is not comprehensive and many of the projects and resources are built and supported by other groups, and are in active development.
This page is a collection of community conversion, analysis, and reuse projects cataloged here as a convenient reference for NWB users. This list is not comprehensive. Many of the projects and resources are built and supported by other groups.

35 changes: 35 additions & 0 deletions layouts/community/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{{ define "main" }}
{{/* Hero Section */}}
<section class="hero teamSect d-flex justify-content-center align-items-center position-relative"
style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
<h1 class="inter-700 text-48 text-white text-center z-4">{{ .Title | markdownify }}</h1>
<div class="position-absolute ellipses">
<img src="/images/essentials/ellipses.png" alt="" class="ellipseW">
</div>
</section>
{{/* End Hero Section */}}

<section class="section bg-dark-100">
<div class="container-lg">
<div class="row">
<div class="col-12">
{{ .Content }}
</div>
<div class="col-12 mt-4">
<div class="row g-4">
{{ range .Pages }}
<div class="col-12 col-md-6 col-lg-4">
<a href="{{ .Permalink }}" class="text-decoration-none">
<div class="bg-white rounded-3 p-4 shadow-sm h-100">
<h4 class="inter-700 text-24 dark-900 mb-3">{{ .Title }}</h4>
<p class="inter-400 text-16 dark-700">{{ .Summary }}</p>
</div>
</a>
</div>
{{ end }}
</div>
</div>
</div>
</div>
</section>
{{ end }}
142 changes: 142 additions & 0 deletions layouts/community/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
{{ define "main" }}
{{/* Hero Section */}}
<section class="hero teamSect d-flex justify-content-center align-items-center position-relative"
style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
<h1 class="inter-700 text-48 text-white text-center z-4">{{ .Title | markdownify }}</h1>
<div class="position-absolute ellipses">
<img src="/images/essentials/ellipses.png" alt="" class="ellipseW">
</div>
</section>
{{/* End Hero Section */}}

<section class="section bg-white">
<div class="container-lg">
<div class="row">
<div class="col-12">
{{ .Content }}
</div>
</div>
</div>
</section>

{{/* Data Conversion Section */}}
{{ with .Params.gallery_section }}
{{ if .enable }}
<section class="section bg-dark-100">
<div class="container-lg">
<h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3>
<p class="inter-400 text-16 dark-700 lh-base">{{ .content | markdownify }}</p>
<div class="row g-4 justify-content-center pt-4">
{{ range .boxes }}
<div class="col-12 col-md-6">
<div class="bg-white h-100 rounded-3 p-4 shadow-sm">
<div class="d-flex flex-row">
<div class="me-4">
<a href="{{ .url }}" target="_blank">
<img src="{{ .image }}" alt="{{ .title }}" class="rounded-3" style="width: 100px; height: 100px; object-fit: cover;">
</a>
</div>
<div class="flex-grow-1">
<a href="{{ .url }}" class="text-decoration-none" target="_blank">
<h5 class="inter-700 text-18 dark-900 mb-2 text-decoration-underline">{{ .title | markdownify }}</h5>
</a>
<p class="inter-400 text-14 dark-700">{{ .content | markdownify }}</p>
</div>
</div>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
{{ end }}
{{/* End Data Conversion Section */}}

{{/* Data Analysis Section */}}
{{ with .Params.analysis_section }}
{{ if .enable }}
<section class="section bg-white">
<div class="container-lg">
<h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3>
<p class="inter-400 text-16 dark-700 lh-base">{{ .content | markdownify }}</p>
<div class="row g-4 justify-content-center pt-4">
{{ range .boxes }}
<div class="col-12 col-md-6">
<div class="bg-dark-100 h-100 rounded-3 p-4 shadow-sm">
<div class="d-flex flex-row">
<div class="me-4">
<a href="{{ .url }}" target="_blank">
<img src="{{ .image }}" alt="{{ .title }}" class="rounded-3" style="width: 100px; height: 100px; object-fit: cover;">
</a>
</div>
<div class="flex-grow-1">
<a href="{{ .url }}" class="text-decoration-none" target="_blank">
<h5 class="inter-700 text-18 dark-900 mb-2 text-decoration-underline">{{ .title | markdownify }}</h5>
</a>
<p class="inter-400 text-14 dark-700">{{ .content | markdownify }}</p>
</div>
</div>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
{{ end }}
{{/* End Data Analysis Section */}}

{{/* Publications Section */}}
{{ with .Params.publications_section }}
{{ if .enable }}
<section class="section bg-dark-100">
<div class="container-lg">
<h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3>
<p class="inter-400 text-16 dark-700 lh-base">{{ .content | markdownify }}</p>
<div class="row g-4 justify-content-center pt-4">
{{ range .boxes }}
<div class="col-12 col-md-6">
<div class="bg-white h-100 rounded-3 p-4 shadow-sm">
<div class="d-flex flex-row">
<div class="me-4">
<a href="{{ .url }}" target="_blank">
<img src="{{ .image }}" alt="{{ .title }}" class="rounded-3" style="width: 100px; height: 100px; object-fit: cover;">
</a>
</div>
<div class="flex-grow-1">
<a href="{{ .url }}" class="text-decoration-none" target="_blank">
<h5 class="inter-700 text-18 dark-900 mb-2 text-decoration-underline">{{ .title | markdownify }}</h5>
</a>
<p class="inter-400 text-14 dark-700">{{ .content | markdownify }}</p>
</div>
</div>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
{{ end }}
{{/* End Publications Section */}}

{{/* Disclaimer Section */}}
{{ with .Params.disclaimer }}
{{ if .enable }}
<section class="section bg-white">
<div class="container-lg">
<div class="row">
<div class="col-12">
<div class="p-4 bg-light rounded-3">
<p class="inter-400 text-14 dark-700 lh-base">{{ .content | markdownify }}</p>
</div>
</div>
</div>
</div>
</section>
{{ end }}
{{ end }}
{{/* End Disclaimer Section */}}

{{ end }}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/community_gallery/ibl_brainmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading