Skip to content

Commit a0f33a5

Browse files
authored
Merge pull request #114 from NeurodataWithoutBorders/add-advocacy-page
Add "Supporting NWB" page
2 parents a0d5c1e + bdd49db commit a0f33a5

23 files changed

+296
-6
lines changed

assets/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,14 @@
329329
padding: 100px 0 !important;
330330
}
331331

332+
.section-reduced {
333+
padding: 50px 0 !important;
334+
}
335+
336+
.section-reduced-more {
337+
padding: 30px 0 !important;
338+
}
339+
332340
.shadow-inner {
333341
box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 0.05) !important;
334342
}

config/_default/menus.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ main:
7070
weight: 6
7171
url: "working-groups/"
7272
parent: "Community"
73-
- name: "Team"
73+
- name: "Supporting NWB"
7474
weight: 7
75+
url: "supporting-nwb/"
76+
parent: "Community"
77+
- name: "Team"
78+
weight: 8
7579
url: "team/"
7680
parent: "Community"
7781

@@ -144,8 +148,11 @@ community_links:
144148
- name: "Working Groups"
145149
weight: 6
146150
url: "/working-groups"
147-
- name: "Contact Us"
151+
- name: "Supporting NWB"
148152
weight: 7
153+
url: "/supporting-nwb"
154+
- name: "Contact Us"
155+
weight: 8
149156
url: "/contact-us"
150157

151158
resources:

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ hero_section:
88
btn_text: Read More
99
btn_link: "/about-nwb/"
1010
banner_section:
11-
enable: false
12-
title: ""
11+
enable: true
12+
title: "NWB needs your urgent help! <a href='/supporting-nwb/' style='color: #664d03; font-weight: 600;'>Learn how you can support NWB</a>"
1313
card_section:
1414
enable: true
1515
cards:

content/supporting-nwb/_index.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: Supporting NWB
3+
hero_section:
4+
enable: true
5+
title: "Supporting NWB"
6+
subtitle: "Help sustain the digital infrastructure that enables your neuroscience data sharing"
7+
urgency_section:
8+
enable: true
9+
title: "Critical Funding Need"
10+
content: "The primary source of funding support for NWB is ending in March 2026. Loss in funding will result in dissolution of the team that develops and maintains NWB. This team is critical to ensure NWB software keeps working and is up-to-date with the latest methods in neuroscience research and advances in data science. We are working diligently to explore all options for funding NWB. **We need your help advocating for NWB!**"
11+
alert_type: "warning"
12+
action_section:
13+
enable: true
14+
title: "How You Can Help"
15+
actions:
16+
- title: "Advocate for Funding"
17+
description: "Advocate for funding of data standards and infrastructure during conversations with private and public funders."
18+
icon: /images/megaphone.png
19+
- title: "Spread the Word"
20+
description: "Help build awareness of NWB's impact and funding needs through your social networks, in discussions with colleagues, and in articles and publications."
21+
icon: /images/community_dark.png
22+
- title: "Add Your Testimonial"
23+
description: "What impact has open neurophysiology data had on your science? Share your experience [here](https://docs.google.com/forms/d/e/1FAIpQLSfQuVJDganf6EZFD-KoaJUZ9r6q2r6XHy4xIwi6GVRSaYwsXw/viewform)."
24+
icon: /images/testimonial.png
25+
- title: "Give Credit"
26+
description: When using open data, make sure to cite the standards, datasets, software, and related data papers in your publications.
27+
icon: /images/credit.png
28+
impact_section:
29+
enable: true
30+
title: "Impact of NWB on Neuroscience"
31+
subtitle: "NWB is a language for neurophysiology data and experiments that connects a vibrant digital ecosystem. This ecosystem enables meaningful sharing of neurophysiology data across the neuroscience community. The impact of NWB has been profound, and we are at an inflection point of exponential growth in openly available data in NWB. So far, NWB has enabled:"
32+
stats:
33+
- number: "400+"
34+
label: "open NWB datasets on DANDI"
35+
description: "totaling 398+ TBs of standardized data across 120,000+ NWB files"
36+
icon: /images/database.png
37+
additional_image: "/images/nwb_datasets_growth.png"
38+
- number: "231"
39+
label: "data re-use publications"
40+
description: "generating new knowledge from existing data. See some of these publications [here](https://rly1.notion.site/8b1d1f08841e41b89fdd9ab21d486d31?v=99f8e0f855a5486b8fc521066b34d4b3)."
41+
icon: /images/paper.png
42+
additional_image: "/images/nwb_data_reuse_growth.png"
43+
- number: "35+"
44+
label: "community tools"
45+
description: "creating a vibrant community software ecosystem around NWB. See a list of these tools [here](/tools/analysis/)."
46+
icon: /images/code.png
47+
additional_image: "/images/nwb_community_tools_growth.png"
48+
transition_text: "This impact is the result of extensive community engagement and technical development over more than 10 years. This engagement has included:"
49+
metrics:
50+
- number: "60+"
51+
label: "Outreach events"
52+
description: "reaching 2,844 total registrants from 63 countries. [See all events](/events/)."
53+
icon: /images/community.png
54+
additional_image: "/images/nwb_events_growth.png"
55+
- number: "750K+"
56+
label: "Lines of code"
57+
description: "across 23 [software repositories](https://nwb-overview.readthedocs.io/en/latest/nwb-project-analytics/) with 127 unique contributors."
58+
icon: /images/github.png
59+
additional_image: "/images/nwb_code_growth.png"
60+
- number: "139+"
61+
label: "Consultations"
62+
description: "with 71 institutions and companies"
63+
icon: /images/help.png
64+
additional_image: "/images/nwb_consultations_growth.png"
65+
research_activities:
66+
title: "NWB is Foundational to Neuroscience Research"
67+
content: "NWB is foundational digital infrastructure for several ongoing large-scale, coordinated neuroscience research activities, including:"
68+
activities:
69+
- name: "[NIH BBQS and EMBER Archive](https://brain-bbqs.org/)"
70+
image: "/images/ember-logo.png"
71+
- name: "[DANDI Archive](https://dandiarchive.org/)"
72+
image: "/images/dandi-logo-square_sw.png"
73+
- name: "[MICrONS](https://www.nature.com/immersive/d42859-025-00001-w/index.html)"
74+
image: ""
75+
- name: "[Allen Institute for Neural Dynamics](https://alleninstitute.org/division/neural-dynamics/)"
76+
image: "/images/ai_neural_dynamics_logo.png"
77+
- name: "[Allen Institute OpenScope](https://www.allenneuraldynamics.org/projects/openscope)"
78+
image: "/images/openscope_databook.png"
79+
- name: "[International Brain Laboratory](https://www.internationalbrainlab.com/)"
80+
image: "/images/ibl_logo.png"
81+
data_reuse_section:
82+
title: "Open NWB Data Reused Around the World"
83+
content: "NWB data is being downloaded and reused by researchers worldwide, demonstrating the global impact of standardized neurophysiology data. Over **2 PB** of NWB data have been downloaded from the DANDI Archive."
84+
image: /images/nwb_download_map.mp4
85+
ai_future:
86+
title: "The Potential of AI in Neuroscience"
87+
content: "NWB enables re-use and aggregation of complex neurophysiology data, which has resulted in over 200 publications that maximize the return-on-investment (ROI) of neuroscience experiments. We know that the utilization of AI is accelerated by large amounts of AI-ready data. By enabling re-use and aggregation of neurophysiology data in a standardized format, the NWB ecosystem is critical to realizing the full potential of AI in neuroscience."
88+
image: /images/ai_neuroscience.png
89+
---

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ <h1 class="inter-700 text-white text-48-responsive">{{ .title | markdownify }}</
4646
{{/* Banner Section */}}
4747
{{ with .Params.banner_section }}
4848
{{ if .enable }}
49-
<section class="w-100 bg-light-sky">
49+
<section class="w-100" style="background-color: #fff3cd;">
5050
<div class="py-5 banner mx-auto">
51-
<p class="inter-600 text-24 text-center mb-0">{{ .title | markdownify }}</p>
51+
<p class="inter-500 text-24 text-center mb-0" style="color: #664d03;">{{ .title | markdownify }}</p>
5252
</div>
5353
</section>
5454
{{ end }}

layouts/supporting-nwb/list.html

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
1+
{{ define "main" }}
2+
{{/* Custom CSS for orange links without affecting images */}}
3+
<style>
4+
.supporting-nwb-page a {
5+
color: #d17128 !important;
6+
text-decoration: none !important;
7+
}
8+
.supporting-nwb-page a:hover {
9+
color: #d17128 !important;
10+
text-decoration: underline !important;
11+
text-underline-offset: 5px !important;
12+
}
13+
</style>
14+
15+
{{/* Hero Section */}}
16+
{{ with .Params.hero_section }}
17+
{{ if .enable }}
18+
<section class="hero bg-main aboutSect d-flex justify-content-center align-items-center">
19+
<div class="text-center">
20+
<h1 class="inter-700 text-48 text-white mb-3">{{ .title | markdownify }}</h1>
21+
<p class="inter-500 text-20 text-white opacity-75">{{ .subtitle | markdownify }}</p>
22+
</div>
23+
</section>
24+
{{ end }}
25+
{{ end }}
26+
{{/* End Hero Section */}}
27+
28+
<div class="supporting-nwb-page">
29+
30+
{{/* Urgency Section */}}
31+
{{ with .Params.urgency_section }}
32+
{{ if .enable }}
33+
<section class="section-reduced-more">
34+
<div class="container-lg">
35+
<div class="alert alert-warning border-0 p-4 rounded-4 text-center">
36+
<div class="row align-items-center">
37+
<div class="col-lg-2 text-center mb-3 mb-lg-0">
38+
<i class="fas fa-exclamation-triangle fa-3x text-warning"></i>
39+
</div>
40+
<div class="col-lg-10">
41+
<h2 class="inter-700 text-32 mb-3">{{ .title | markdownify }}</h2>
42+
<p class="inter-400 text-18 mb-0">{{ .content | markdownify }}</p>
43+
</div>
44+
</div>
45+
</div>
46+
</div>
47+
</section>
48+
{{ end }}
49+
{{ end }}
50+
{{/* End Urgency Section */}}
51+
52+
53+
54+
{{/* Action Section */}}
55+
{{ with .Params.action_section }}
56+
{{ if .enable }}
57+
<section class="section-reduced-more">
58+
<div class="container-lg">
59+
<div class="text-center mb-5">
60+
<h2 class="inter-700 text-40 dark-900 mb-4">{{ .title | markdownify }}</h2>
61+
</div>
62+
<div class="row g-4 justify-content-center mb-5">
63+
{{ range .actions }}
64+
<div class="col-12 col-md-6">
65+
<div class="bg-light p-4 rounded-4 text-center h-100">
66+
<img src="{{ .icon }}" alt="" width="64" class="mb-3">
67+
<h3 class="inter-600 text-24 dark-900 mb-3">{{ .title | markdownify }}</h3>
68+
<p class="inter-400 text-16 dark-700 mb-0">{{ .description | markdownify }}</p>
69+
</div>
70+
</div>
71+
{{ end }}
72+
</div>
73+
</div>
74+
</section>
75+
{{ end }}
76+
{{ end }}
77+
{{/* End Action Section */}}
78+
79+
{{/* Impact Section */}}
80+
{{ with .Params.impact_section }}
81+
{{ if .enable }}
82+
<section class="section-reduced bg-light">
83+
<div class="container-lg">
84+
<div class="text-center mb-5">
85+
<h2 class="inter-700 text-40 dark-900 mb-4">{{ .title | markdownify }}</h2>
86+
<p class="inter-400 text-18 dark-700 col-lg-8 mx-auto">{{ .subtitle | markdownify }}</p>
87+
</div>
88+
<div class="row g-4 justify-content-center mb-5">
89+
{{ range .stats }}
90+
<div class="col-12 col-md-6 col-lg-4">
91+
<div class="bg-white p-4 rounded-4 text-center h-100 shadow-sm d-flex flex-column justify-content-between">
92+
<div>
93+
<img src="{{ .icon }}" alt="" width="48" class="mb-3">
94+
<h3 class="inter-700 text-32 text-main mb-2">{{ .number }}</h3>
95+
<h4 class="inter-600 text-20 dark-900 mb-2">{{ .label }}</h4>
96+
<div class="text-center mb-3">
97+
<img src="{{ .additional_image }}" alt="" class="img-fluid rounded-4">
98+
</div>
99+
<p class="inter-400 text-16 dark-700 mb-0">{{ .description | markdownify }}</p>
100+
</div>
101+
</div>
102+
</div>
103+
{{ end }}
104+
</div>
105+
106+
<div class="text-center mb-5">
107+
<p class="inter-400 text-18 dark-700 col-lg-8 mx-auto">{{ .transition_text | markdownify }}</p>
108+
</div>
109+
110+
<div class="row g-4 justify-content-center">
111+
{{ range .metrics }}
112+
<div class="col-12 col-md-6 col-lg-4">
113+
<div class="bg-white p-4 rounded-4 text-center h-100 shadow-sm">
114+
<img src="{{ .icon }}" alt="" width="48" class="mb-3">
115+
<h3 class="inter-700 text-32 text-second mb-2">{{ .number }}</h3>
116+
<h4 class="inter-600 text-20 dark-900 mb-2">{{ .label }}</h4>
117+
<div class="text-center mb-3">
118+
<img src="{{ .additional_image }}" alt="" class="img-fluid rounded-4">
119+
</div>
120+
<p class="inter-400 text-16 dark-700 mb-0">{{ .description | markdownify }}</p>
121+
</div>
122+
</div>
123+
{{ end }}
124+
</div>
125+
126+
127+
{{/* Research Activities Subsection */}}
128+
{{ with .research_activities }}
129+
<div class="mb-5 mt-5 text-center">
130+
<h3 class="inter-600 text-28 dark-900 mb-3">{{ .title | markdownify }}</h3>
131+
<p class="inter-400 text-18 dark-700 mb-4 col-lg-10 mx-auto">{{ .content | markdownify }}</p>
132+
<div class="row g-3">
133+
{{ range .activities }}
134+
<div class="col-12 col-md-6 col-lg-4">
135+
<div class="bg-white p-3 rounded-3 shadow-sm h-100 d-flex align-items-center">
136+
{{ if .image }}
137+
<img src="{{ .image }}" alt="{{ .name }}" width="40" height="40" class="me-3 flex-shrink-0">
138+
{{ else }}
139+
<div class="bg-main rounded-circle d-flex align-items-center justify-content-center me-3 flex-shrink-0" style="width: 40px; height: 40px;">
140+
<i class="fas fa-brain text-white"></i>
141+
</div>
142+
{{ end }}
143+
<span class="inter-500 text-14 dark-900">{{ .name | markdownify }}</span>
144+
</div>
145+
</div>
146+
{{ end }}
147+
</div>
148+
</div>
149+
{{ end }}
150+
151+
{{/* Data Reuse Section */}}
152+
{{ with .data_reuse_section }}
153+
<div class="mb-5 text-center">
154+
<h3 class="inter-600 text-28 dark-900 mb-3">{{ .title | markdownify }}</h3>
155+
<div class="bg-white p-4 rounded-4 shadow-sm">
156+
<div class="row align-items-center">
157+
<div class="col-lg-6">
158+
<p class="inter-400 text-18 dark-700">{{ .content | markdownify }}</p>
159+
</div>
160+
<div class="col-lg-6 text-center">
161+
<video class="img-fluid rounded-4" autoplay muted loop playsinline>
162+
<source src="{{ .image }}" type="video/mp4">
163+
Your browser does not support the video tag.
164+
</video>
165+
</div>
166+
</div>
167+
</div>
168+
</div>
169+
{{ end }}
170+
171+
172+
{{/* AI and Future Subsection */}}
173+
{{ with .ai_future }}
174+
<div class="mb-4 text-center">
175+
<h3 class="inter-600 text-28 dark-900 mb-3">{{ .title | markdownify }}</h3>
176+
<p class="inter-400 text-18 dark-700 col-lg-10 mx-auto">{{ .content | markdownify }}</p>
177+
</div>
178+
{{ end }}
179+
</div>
180+
</section>
181+
{{ end }}
182+
{{ end }}
183+
{{/* End Impact Section */}}
184+
</div>
185+
186+
{{ end }}
11.4 KB
Loading

static/images/bbqs-image.gif

97 KB
Loading

static/images/community_dark.png

3.84 KB
Loading

static/images/credit.png

4.86 KB
Loading

0 commit comments

Comments
 (0)