-
-### Code Blocks
-
-Pre-formatted code blocks are used for writing about programming or
-markup source code. Rather than forming normal paragraphs, the lines
-of a code block are interpreted literally. Markdown wraps a code block
-in both `` and `` tags.
-
-To produce a code block in Markdown, simply indent every line of the
-block by at least 4 spaces or 1 tab.
-
-This is a normal paragraph:
-
- This is a code block.
-
-Here is an example of AppleScript:
-
- tell application "Foo"
- beep
- end tell
-
-A code block continues until it reaches a line that is not indented
-(or the end of the article).
-
-Within a code block, ampersands (`&`) and angle brackets (`<` and `>`)
-are automatically converted into HTML entities. This makes it very
-easy to include example HTML source code using Markdown -- just paste
-it and indent it, and Markdown will handle the hassle of encoding the
-ampersands and angle brackets. For example, this:
-
-
-
-Regular Markdown syntax is not processed within code blocks. E.g.,
-asterisks are just literal asterisks within a code block. This means
-it's also easy to use Markdown to write about Markdown's own syntax.
-
-```
-tell application "Foo"
- beep
-end tell
-```
-
-## Span Elements
-
-### Links
-
-Markdown supports two style of links: *inline* and *reference*.
-
-In both styles, the link text is delimited by [square brackets].
-
-To create an inline link, use a set of regular parentheses immediately
-after the link text's closing square bracket. Inside the parentheses,
-put the URL where you want the link to point, along with an *optional*
-title for the link, surrounded in quotes. For example:
-
-This is [an example](http://example.com/) inline link.
-
-[This link](http://example.net/) has no title attribute.
-
-### Emphasis
-
-Markdown treats asterisks (`*`) and underscores (`_`) as indicators of
-emphasis. Text wrapped with one `*` or `_` will be wrapped with an
-HTML `` tag; double `*`'s or `_`'s will be wrapped with an HTML
-`` tag. E.g., this input:
-
-*single asterisks*
-
-_single underscores_
-
-**double asterisks**
-
-__double underscores__
-
-### Code
-
-To indicate a span of code, wrap it with backtick quotes (`` ` ``).
-Unlike a pre-formatted code block, a code span indicates code within a
-normal paragraph. For example:
-
-Use the `printf()` function.
diff --git a/content/news/summer-2020.md b/content/news/summer-2020.md
deleted file mode 100644
index 76c5cf7..0000000
--- a/content/news/summer-2020.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "NWB Newsletter - Summer 2020"
-weight: 5
-date: "2020-09-16"
-subtitle: "The Neurodata Without Borders Summer 2020 Newsletter is now available!"
-image: "/images/summer-2020.png"
-author_details:
- name: "Oliver Ruebel"
- image: "/images/placeholder.png"
- bio: "Author's bio goes here"
-tags: announcement, newbletter
----
\ No newline at end of file
diff --git a/content/news/summer-2021.md b/content/news/summer-2021.md
deleted file mode 100644
index 12394fe..0000000
--- a/content/news/summer-2021.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "NWB Newsletter - Summer 2021"
-weight: 3
-date: "2021-08-20"
-subtitle: "The Neurodata Without Borders Summer 2021 Newsletter is now available!"
-image: "/images/summer-2021.png"
-author_details:
- name: "Oliver Ruebel"
- image: "/images/placeholder.png"
- bio: "Author's bio goes here"
-tags: announcement, newbletter
----
\ No newline at end of file
diff --git a/content/news/winter-2019.md b/content/news/winter-2019.md
deleted file mode 100644
index a652697..0000000
--- a/content/news/winter-2019.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "NWB Newsletter - Winter 2019"
-weight: 6
-date: "2020-09-16"
-subtitle: "The Neurodata Without Borders: Neurophysiology Winter Newsletter 2019 is now available!"
-image: "/images/nwb-newsletter.png"
-author_details:
- name: "Oliver Ruebel"
- image: "/images/placeholder.png"
- bio: "Author's bio goes here"
-tags: announcement, newbletter
----
\ No newline at end of file
diff --git a/content/news/winter-2021.md b/content/news/winter-2021.md
deleted file mode 100644
index cbe2cd4..0000000
--- a/content/news/winter-2021.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "NWB Newsletter - Winter 2021"
-weight: 4
-date: "2021-04-02"
-subtitle: "The Neurodata Without Borders Winter 2021 Newsletter is now available!"
-image: "/images/winter-2021.png"
-author_details:
- name: "Oliver Ruebel"
- image: "/images/placeholder.png"
- bio: "Author's bio goes here"
-tags: announcement, newbletter
----
\ No newline at end of file
diff --git a/content/nwb-software/_index.md b/content/nwb-software/_index.md
index 412d736..981ff4c 100644
--- a/content/nwb-software/_index.md
+++ b/content/nwb-software/_index.md
@@ -54,12 +54,12 @@ sections:
specification, and data storage.
description: NWB currently provides the following APIs
list:
- - title: "PyNWB:"
+ - title: "PyNWB"
content: "Python reference API for NWB 2 to read, write, use, extend, and
- analyze data stored in NWB. Documentation . Sources
+ analyze data stored in NWB. Documentation Source
(GitHub)"
- title: MatNWB
- content: Matlab API for NWB. Documentation . Sources (GitHub)
+ content: Matlab API for NWB. Documentation & Source (GitHub)
community_software: In addition to the core APIs developed by the NWB team,
there is a growing collection of software tools and libraries that support
NWB. See our Analysis and Visualization Tools page for a list of tools
@@ -67,7 +67,7 @@ sections:
- title: Data Storage
image: /images/storageImg.png
problem: Storage of large collections of neuroscience data.
- approach: The NWB format currently uses the Hierarchical Data
+ approach: The NWB format currently uses the Hierarchical Data
Format (HDF5) as primary storage mechanism.
function: Data storage maps NWB primitives (Groups, Datasets, Attributes,
Links etc.) to storage. In the case of HDF5 this is currently mostly a
@@ -86,7 +86,7 @@ sections:
(e.g., C, C++, Python, MATLAB, R among others) and tools, such as,
HDFView, a free, cross-platform application, can be used to open a file
and browse data. Fifth, the HDF Group, a nonprofit group, ensures the
- ongoing accessibility of HDF-stored data.
Data Storage
+ ongoing accessibility of HDF-stored data.
Data Storage
Documentation
- title: Data Standard Schema
image: /images/schemaImg.png
@@ -104,20 +104,7 @@ sections:
specification language. A new schema file will be published for each
revision of the NWB format standard. Developers can use the schema to
validate NWB files or create advanced APIs for NWB data.
Data Standard Schema
Documentation
+ href='http://nwb-schema.readthedocs.io/en/stable'>Data Standard Schema Documentation
Sources (GitHub)
-community_tools:
- enable: true
- title: Community Tools
- content: Morem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate
- libero et velit interdum, ac aliquet odio mattis.
- tools:
- - image: /images/neuropy.png
- title: NeuroPy
- - image: /images/datavis.png
- title: DataVis
- - image: /images/spikesort.png
- title: SpikeSort
- - image: /images/neurograph.png
- title: NeuroGraph
---
+
diff --git a/content/privacy-policy/_index.md b/content/policies/_index.md
similarity index 79%
rename from content/privacy-policy/_index.md
rename to content/policies/_index.md
index b683402..5377cb6 100644
--- a/content/privacy-policy/_index.md
+++ b/content/policies/_index.md
@@ -4,45 +4,53 @@ section:
- title: Policies on Community-driven Development and Integration of New
Neuroscience Technologies with NWB
list:
- - subtitle: "NWB Extension Sharing:"
+ - subtitle: "NWB Extension Sharing"
items:
- - heading: Sharing Guidelines
+ - heading: "Guidelines for sharing NWB extensions (NDX)"
icon: /images/guidelines.png
content: Requirements and strategy for sharing format extensions for NWB
- - heading: Sharing Strategies
+ link: "https://docs.google.com/document/d/18E_WlhQAZf_rj_NsPubRSEVVNQIFJ2lTSeyy4_Olnxk/edit?usp=sharing"
+ - heading: "Strategies for sharing NWB extensions (NDX)"
icon: /images/strategies.png
content: Standard practices and strategies for sharing format extensions for NWB
+ link: "https://docs.google.com/document/d/1Sm3fQ89T8OquusNcwhgD9NIOHSeKKHeAzrzcJGurS68/edit?usp=sharing"
- heading: Versioning Guidelines
icon: /images/v-guidelines.png
content: Requirements and strategy for versioning namespaces for the NWB core
schema and extensions
+ link: "https://docs.google.com/document/d/19G5LKFsIPS4tiS5uaXKI5EOVVcdO91i5DCTQWLccyWI/edit?usp=sharing"
- subtitle: NWB Extension Proposal (NEP) process
items:
- heading: Proposal Review Process
icon: /images/p-process.png
content: Process by which extensions to the NWB core standard are proposed,
evaluated, reviewed, and accepted
+ link: "https://docs.google.com/document/d/1GbqDdsDsfJMkVGyzQUZwQKX6EOiA2IBEkgd2LtMK_Ik/edit?usp=sharing"
- heading: Working Groups for Evaluating NEPs Policy
icon: /images/wg-policy.png
content: process for evaluation and review of NWB Extension Proposals (NEPs) by
a review working group (RWG) to provide guidance and a formal
framework for RWG members.
+ link: "https://docs.google.com/document/d/1XflTt24Sutf4EbIxGk2h0o5i5U3WBDXR5nr_Mju-LkM/edit?usp=sharing"
- heading: Versioning Guidelines
icon: /images/v-guidelines.png
content: Requirements and strategy for versioning namespaces for the NWB core
schema and extensions
+ link: "https://docs.google.com/document/d/1UQfN7jg8TDIkWlUg3k3yGhz9RfxqXkGoVpQPIh9Tgz0/edit?usp=sharing"
- title: NWB Technical Advisory Board
list:
- items:
- heading: NWB Technical Advisory Board Governance Plan
icon: /images/nwb-tech.png
content: Information about the TAB, role, and membership.
+ link: "https://docs.google.com/document/d/1EmKZp8vBksE6W5vs6jWnRdaGDTuPMqzHI8CtCNhH8Mg/edit?usp=sharing"
- title: Software and Data Standard Policies
list:
- items:
- heading: NWB and HDMF Software Release Cycle
icon: /images/nwb-release.png
content: General release cycle for the NWB and HDMF software and schema
+ link: "https://docs.google.com/document/d/19eWuTKFKwWdTrA9Zhh8Qc46SHYikPeI4XiWiIyYy87U/edit?usp=sharing"
- heading: NWB and HDMF Versioning and Compatibility
icon: /images/nwb-cap.png
content: Standard practices for versioning and maintaining compatibility between
@@ -51,12 +59,14 @@ section:
icon: /images/nwb-schema.png
content: Standard process for management of issues on core NWB software and
schema code repositories.
+ link: "https://docs.google.com/document/d/14BYMftBEh62-wFmOj-yvs31MZzBhaT4RPRf7npLK540/edit?usp=sharing"
- heading: Best Practices for NWB Data
icon: /images/nwb-practice.png
content: Collection of additional guidelines on common best practices to
facilitate consistent use of the NWB standard and help avoid
common problems and most effectively leverage the NWB data
standard and its ecosystem of software tools.
+ link: "https://nwbinspector.readthedocs.io/en/dev/best_practices/best_practices_index.html"
- title: Project-specific Policies
list:
- subtitle: ""
@@ -74,7 +84,6 @@ section:
project “Advancing Standardization of Neurophysiology Data Through
Dissemination of NWB”
-
[DataJoint / NWB Roadmap (external)](/): **DataJoint** and **NWB** are two neuroinformatics initiatives in active development. The projects develop independently yet they have complementary aims and overlapping user communities. This document establishes key processes for coordinating development and communications in order to promote integration and interoperability across the two ecosystems.
- heading: Previous grants
icon: /images/p-grants.png
diff --git a/content/publications/awards.md b/content/publications/awards.md
index 4f95f36..4df73e5 100644
--- a/content/publications/awards.md
+++ b/content/publications/awards.md
@@ -3,7 +3,7 @@ title: "Awards"
weight: 4
icon: "/images/awards.png"
list:
- - content: "2019 R&D 100 winner, Software/Services (Article)"
+ - content: "2019 R&D 100 winner, Software/Services (Article)"
image: "/images/rnd.png"
subtitle:
- "R&D 100"
diff --git a/content/team/_index.md b/content/team/_index.md
index 5b1677c..406186f 100644
--- a/content/team/_index.md
+++ b/content/team/_index.md
@@ -1,5 +1,5 @@
---
-title: "Team "
+title: "Team"
governance_section:
enable: true
title: Governance Structure
@@ -38,7 +38,7 @@ current_team_section:
name: Loren Frank
- image: /images/satrajit.png
name: Satrajit Ghost
- - image: /images/Adam.png
+ - image: "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSL6eKXnOefpwg9BUB1OfL4mHHx9Vbii1pUhuBb61RiyEtY3zM7"
name: Adam Kepecs
- image: /images/mala.png
name: Mala Murthy
@@ -50,27 +50,6 @@ alumni_section:
- image: /images/floyd.png
name: Floyd Miles
date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
- - image: /images/courtney.png
- name: Courtney Henry
- date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
- - image: /images/annette.png
- name: Annette Black
- date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
- - image: /images/kathryn.png
- name: Kathryn Murphy
- date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
- - image: /images/darrell.png
- name: Darrell Steward
- date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
- - image: /images/jerome.png
- name: Jerome Bell
- date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
- - image: /images/esther.png
- name: Esther Howard
- date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
- - image: /images/savannah.png
- name: Savannah Nguyen
- date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
technical_board:
enable: true
title: The Technical Advisory Board
@@ -93,13 +72,13 @@ technical_team_section:
name: Saskia de Vries
- image: /images/yaroslav.png
name: Yaroslav Halchenko
- - image: /images/ryan.png
+ - image: /images/RyanLy.png
name: Ryan Ly
- - image: /images/lawrence.png
+ - image: /images/lawrence-niu.png
name: Lawrence Niu
- image: /images/kushal.png
name: Kushal Bakshi
- - image: /images/anna.png
+ - image: /images/szonja-weigl.jpeg
name: Anna (Szonja) Weigl
core_dev_section:
pynwb_section:
@@ -108,15 +87,18 @@ core_dev_section:
- image: /images/oliver.png
name: Oliver Ruebel
post: Staff Scientist at Berkeley Lab
- - image: /images/ryan.png
+ - image: /images/RyanLy.png
name: Ryan Ly
post: Scientific Data Engineer at Berkeley Lab
- - image: /images/andrew.png
+ - image: /images/AndrewTritt.png
name: Andrew Tritt
post: Computer Systems Engineer at Berkeley Lab
+ - image: /images/MatthewAvaylon.jpg
+ name: Matthew Avaylon
+ post: Staff Software Engineer at Berkeley Lab
matnwb_section:
enable: true
- image: /images/lawrence.png
+ image: /images/lawrence-niu.png
name: Lawrence Niu
post: Principal Engineer at MBF Biosciences
nwb_community_section:
diff --git a/images/Neurophysiology-min.png b/images/Neurophysiology-min.png
deleted file mode 100644
index a866c40..0000000
Binary files a/images/Neurophysiology-min.png and /dev/null differ
diff --git a/images/a-number.png b/images/a-number.png
deleted file mode 100644
index 05b860a..0000000
Binary files a/images/a-number.png and /dev/null differ
diff --git a/images/about b/images/about
deleted file mode 100644
index 8b13789..0000000
--- a/images/about
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/images/about-nwb.png b/images/about-nwb.png
deleted file mode 100644
index f996571..0000000
Binary files a/images/about-nwb.png and /dev/null differ
diff --git a/images/adam.png b/images/adam.png
deleted file mode 100644
index a571ae9..0000000
Binary files a/images/adam.png and /dev/null differ
diff --git a/images/advanced-nd.png b/images/advanced-nd.png
deleted file mode 100644
index 4c46142..0000000
Binary files a/images/advanced-nd.png and /dev/null differ
diff --git a/images/alessio.png b/images/alessio.png
deleted file mode 100644
index 8ac9794..0000000
Binary files a/images/alessio.png and /dev/null differ
diff --git a/images/andrew.png b/images/andrew.png
deleted file mode 100644
index 4b91944..0000000
Binary files a/images/andrew.png and /dev/null differ
diff --git a/images/anna.png b/images/anna.png
deleted file mode 100644
index 1f1bd17..0000000
Binary files a/images/anna.png and /dev/null differ
diff --git a/images/anne.png b/images/anne.png
deleted file mode 100644
index af1cec8..0000000
Binary files a/images/anne.png and /dev/null differ
diff --git a/images/annette.png b/images/annette.png
deleted file mode 100644
index 24d4a3a..0000000
Binary files a/images/annette.png and /dev/null differ
diff --git a/images/api.png b/images/api.png
deleted file mode 100644
index f1962b6..0000000
Binary files a/images/api.png and /dev/null differ
diff --git a/images/apiBox.png b/images/apiBox.png
deleted file mode 100644
index aa23229..0000000
Binary files a/images/apiBox.png and /dev/null differ
diff --git a/images/archived.png b/images/archived.png
deleted file mode 100644
index ecfd4ab..0000000
Binary files a/images/archived.png and /dev/null differ
diff --git a/images/av-tools-content.png b/images/av-tools-content.png
deleted file mode 100644
index a780c17..0000000
Binary files a/images/av-tools-content.png and /dev/null differ
diff --git a/images/awards.png b/images/awards.png
deleted file mode 100644
index e398e7a..0000000
Binary files a/images/awards.png and /dev/null differ
diff --git a/images/behavioral.png b/images/behavioral.png
deleted file mode 100644
index c01bc96..0000000
Binary files a/images/behavioral.png and /dev/null differ
diff --git a/images/bing.png b/images/bing.png
deleted file mode 100644
index faf4b13..0000000
Binary files a/images/bing.png and /dev/null differ
diff --git a/images/brain-sciences.png b/images/brain-sciences.png
deleted file mode 100644
index 268c9fd..0000000
Binary files a/images/brain-sciences.png and /dev/null differ
diff --git a/images/calander.png b/images/calander.png
deleted file mode 100644
index 30e5756..0000000
Binary files a/images/calander.png and /dev/null differ
diff --git a/images/call.png b/images/call.png
deleted file mode 100644
index 94708c4..0000000
Binary files a/images/call.png and /dev/null differ
diff --git a/images/christof.png b/images/christof.png
deleted file mode 100644
index d55bfd3..0000000
Binary files a/images/christof.png and /dev/null differ
diff --git a/images/citing.png b/images/citing.png
deleted file mode 100644
index 4a702cb..0000000
Binary files a/images/citing.png and /dev/null differ
diff --git a/images/click.png b/images/click.png
deleted file mode 100644
index 6e9ea9f..0000000
Binary files a/images/click.png and /dev/null differ
diff --git a/images/code.png b/images/code.png
deleted file mode 100644
index 26d9613..0000000
Binary files a/images/code.png and /dev/null differ
diff --git a/images/colored-logo.png b/images/colored-logo.png
deleted file mode 100644
index 717a115..0000000
Binary files a/images/colored-logo.png and /dev/null differ
diff --git a/images/community-liason.png b/images/community-liason.png
deleted file mode 100644
index 27241a9..0000000
Binary files a/images/community-liason.png and /dev/null differ
diff --git a/images/community.png b/images/community.png
deleted file mode 100644
index b93b398..0000000
Binary files a/images/community.png and /dev/null differ
diff --git a/images/compete.png b/images/compete.png
deleted file mode 100644
index 5d3e175..0000000
Binary files a/images/compete.png and /dev/null differ
diff --git a/images/computing-project.png b/images/computing-project.png
deleted file mode 100644
index f9eb353..0000000
Binary files a/images/computing-project.png and /dev/null differ
diff --git a/images/contact-github.png b/images/contact-github.png
deleted file mode 100644
index 2bd3a8f..0000000
Binary files a/images/contact-github.png and /dev/null differ
diff --git a/images/contact-mail.png b/images/contact-mail.png
deleted file mode 100644
index 4a41ba8..0000000
Binary files a/images/contact-mail.png and /dev/null differ
diff --git a/images/contribution.png b/images/contribution.png
deleted file mode 100644
index 2c58f11..0000000
Binary files a/images/contribution.png and /dev/null differ
diff --git a/images/courtney.png b/images/courtney.png
deleted file mode 100644
index 571581e..0000000
Binary files a/images/courtney.png and /dev/null differ
diff --git a/images/darrell.png b/images/darrell.png
deleted file mode 100644
index 874e3f6..0000000
Binary files a/images/darrell.png and /dev/null differ
diff --git a/images/database.png b/images/database.png
deleted file mode 100644
index 6bc6c6f..0000000
Binary files a/images/database.png and /dev/null differ
diff --git a/images/datavis.png b/images/datavis.png
deleted file mode 100644
index aaf6916..0000000
Binary files a/images/datavis.png and /dev/null differ
diff --git a/images/elizabeth.png b/images/elizabeth.png
deleted file mode 100644
index 85d9e0e..0000000
Binary files a/images/elizabeth.png and /dev/null differ
diff --git a/images/email.png b/images/email.png
deleted file mode 100644
index a5bdc16..0000000
Binary files a/images/email.png and /dev/null differ
diff --git a/images/essentials/Rectangle-4.png b/images/essentials/Rectangle-4.png
deleted file mode 100644
index b2ba648..0000000
Binary files a/images/essentials/Rectangle-4.png and /dev/null differ
diff --git a/images/essentials/aboutBg.png b/images/essentials/aboutBg.png
deleted file mode 100644
index ac965e3..0000000
Binary files a/images/essentials/aboutBg.png and /dev/null differ
diff --git a/images/essentials/arrow_right.png b/images/essentials/arrow_right.png
deleted file mode 100644
index b15fa8e..0000000
Binary files a/images/essentials/arrow_right.png and /dev/null differ
diff --git a/images/essentials/av-tools-bg.png b/images/essentials/av-tools-bg.png
deleted file mode 100644
index 23e00e2..0000000
Binary files a/images/essentials/av-tools-bg.png and /dev/null differ
diff --git a/images/essentials/blue-dots.png b/images/essentials/blue-dots.png
deleted file mode 100644
index 0ec7719..0000000
Binary files a/images/essentials/blue-dots.png and /dev/null differ
diff --git a/images/essentials/bookmark_star.png b/images/essentials/bookmark_star.png
deleted file mode 100644
index 66a571e..0000000
Binary files a/images/essentials/bookmark_star.png and /dev/null differ
diff --git a/images/essentials/calender.png b/images/essentials/calender.png
deleted file mode 100644
index de9022d..0000000
Binary files a/images/essentials/calender.png and /dev/null differ
diff --git a/images/essentials/check_mark.png b/images/essentials/check_mark.png
deleted file mode 100644
index aa87bcd..0000000
Binary files a/images/essentials/check_mark.png and /dev/null differ
diff --git a/images/essentials/chevron_backward.png b/images/essentials/chevron_backward.png
deleted file mode 100644
index 90d09d0..0000000
Binary files a/images/essentials/chevron_backward.png and /dev/null differ
diff --git a/images/essentials/chevron_forward.png b/images/essentials/chevron_forward.png
deleted file mode 100644
index f5dc788..0000000
Binary files a/images/essentials/chevron_forward.png and /dev/null differ
diff --git a/images/essentials/circle.png b/images/essentials/circle.png
deleted file mode 100644
index fb8433b..0000000
Binary files a/images/essentials/circle.png and /dev/null differ
diff --git a/images/essentials/clients.png b/images/essentials/clients.png
deleted file mode 100644
index 7f9a688..0000000
Binary files a/images/essentials/clients.png and /dev/null differ
diff --git a/images/essentials/clock.png b/images/essentials/clock.png
deleted file mode 100644
index 76ce5dd..0000000
Binary files a/images/essentials/clock.png and /dev/null differ
diff --git a/images/essentials/comments.png b/images/essentials/comments.png
deleted file mode 100644
index 6c5c1d2..0000000
Binary files a/images/essentials/comments.png and /dev/null differ
diff --git a/images/essentials/ctaBg.png b/images/essentials/ctaBg.png
deleted file mode 100644
index 4346988..0000000
Binary files a/images/essentials/ctaBg.png and /dev/null differ
diff --git a/images/essentials/d-down-arrow.png b/images/essentials/d-down-arrow.png
deleted file mode 100644
index 3271af5..0000000
Binary files a/images/essentials/d-down-arrow.png and /dev/null differ
diff --git a/images/essentials/dots.png b/images/essentials/dots.png
deleted file mode 100644
index d414dab..0000000
Binary files a/images/essentials/dots.png and /dev/null differ
diff --git a/images/essentials/double-down-arrow.png b/images/essentials/double-down-arrow.png
deleted file mode 100644
index a54455e..0000000
Binary files a/images/essentials/double-down-arrow.png and /dev/null differ
diff --git a/images/essentials/down-arrow.png b/images/essentials/down-arrow.png
deleted file mode 100644
index 489f42e..0000000
Binary files a/images/essentials/down-arrow.png and /dev/null differ
diff --git a/images/essentials/ellipses.png b/images/essentials/ellipses.png
deleted file mode 100644
index 1069e5a..0000000
Binary files a/images/essentials/ellipses.png and /dev/null differ
diff --git a/images/essentials/eventsBg.png b/images/essentials/eventsBg.png
deleted file mode 100644
index a47ddb6..0000000
Binary files a/images/essentials/eventsBg.png and /dev/null differ
diff --git a/images/essentials/eventsHero.png b/images/essentials/eventsHero.png
deleted file mode 100644
index 4a0980a..0000000
Binary files a/images/essentials/eventsHero.png and /dev/null differ
diff --git a/images/essentials/eventsHeroL.png b/images/essentials/eventsHeroL.png
deleted file mode 100644
index 7c28ce7..0000000
Binary files a/images/essentials/eventsHeroL.png and /dev/null differ
diff --git a/images/essentials/eventsImg.png b/images/essentials/eventsImg.png
deleted file mode 100644
index dcec6ba..0000000
Binary files a/images/essentials/eventsImg.png and /dev/null differ
diff --git a/images/essentials/footer-dots-t.png b/images/essentials/footer-dots-t.png
deleted file mode 100644
index 92cf1f4..0000000
Binary files a/images/essentials/footer-dots-t.png and /dev/null differ
diff --git a/images/essentials/footer-dots.png b/images/essentials/footer-dots.png
deleted file mode 100644
index 8fd15bd..0000000
Binary files a/images/essentials/footer-dots.png and /dev/null differ
diff --git a/images/essentials/gnpBG.png b/images/essentials/gnpBG.png
deleted file mode 100644
index 23e00e2..0000000
Binary files a/images/essentials/gnpBG.png and /dev/null differ
diff --git a/images/essentials/newsBg.png b/images/essentials/newsBg.png
deleted file mode 100644
index 1e6010f..0000000
Binary files a/images/essentials/newsBg.png and /dev/null differ
diff --git a/images/essentials/newspageBg.png b/images/essentials/newspageBg.png
deleted file mode 100644
index 2724fbb..0000000
Binary files a/images/essentials/newspageBg.png and /dev/null differ
diff --git a/images/essentials/policiesBg.png b/images/essentials/policiesBg.png
deleted file mode 100644
index a20a31b..0000000
Binary files a/images/essentials/policiesBg.png and /dev/null differ
diff --git a/images/essentials/privacyBg.png b/images/essentials/privacyBg.png
deleted file mode 100644
index d603cfe..0000000
Binary files a/images/essentials/privacyBg.png and /dev/null differ
diff --git a/images/essentials/publicationsBg.png b/images/essentials/publicationsBg.png
deleted file mode 100644
index 17394a0..0000000
Binary files a/images/essentials/publicationsBg.png and /dev/null differ
diff --git a/images/essentials/right_arrow.png b/images/essentials/right_arrow.png
deleted file mode 100644
index 86e27fb..0000000
Binary files a/images/essentials/right_arrow.png and /dev/null differ
diff --git a/images/essentials/search.png b/images/essentials/search.png
deleted file mode 100644
index a6eb728..0000000
Binary files a/images/essentials/search.png and /dev/null differ
diff --git a/images/essentials/softwareBg.png b/images/essentials/softwareBg.png
deleted file mode 100644
index ac965e3..0000000
Binary files a/images/essentials/softwareBg.png and /dev/null differ
diff --git a/images/essentials/swipe_left.png b/images/essentials/swipe_left.png
deleted file mode 100644
index a2dc7f1..0000000
Binary files a/images/essentials/swipe_left.png and /dev/null differ
diff --git a/images/essentials/swipe_right.png b/images/essentials/swipe_right.png
deleted file mode 100644
index 244b34e..0000000
Binary files a/images/essentials/swipe_right.png and /dev/null differ
diff --git a/images/essentials/teamBg.png b/images/essentials/teamBg.png
deleted file mode 100644
index a60a8e4..0000000
Binary files a/images/essentials/teamBg.png and /dev/null differ
diff --git a/images/essentials/usingnwbBg.png b/images/essentials/usingnwbBg.png
deleted file mode 100644
index 21a9409..0000000
Binary files a/images/essentials/usingnwbBg.png and /dev/null differ
diff --git a/images/essentials/working-groups-bg.png b/images/essentials/working-groups-bg.png
deleted file mode 100644
index cccd360..0000000
Binary files a/images/essentials/working-groups-bg.png and /dev/null differ
diff --git a/images/esther.png b/images/esther.png
deleted file mode 100644
index e568cc3..0000000
Binary files a/images/esther.png and /dev/null differ
diff --git a/images/favicon.png b/images/favicon.png
deleted file mode 100644
index 6b611c8..0000000
Binary files a/images/favicon.png and /dev/null differ
diff --git a/images/floyd.png b/images/floyd.png
deleted file mode 100644
index 45d8110..0000000
Binary files a/images/floyd.png and /dev/null differ
diff --git a/images/folder.svg b/images/folder.svg
deleted file mode 100644
index 8ced63b..0000000
--- a/images/folder.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/fredrich.png b/images/fredrich.png
deleted file mode 100644
index 602cdf0..0000000
Binary files a/images/fredrich.png and /dev/null differ
diff --git a/images/genotype.png b/images/genotype.png
deleted file mode 100644
index ac8130f..0000000
Binary files a/images/genotype.png and /dev/null differ
diff --git a/images/github.png b/images/github.png
deleted file mode 100644
index eee1a84..0000000
Binary files a/images/github.png and /dev/null differ
diff --git a/images/goal.png b/images/goal.png
deleted file mode 100644
index f061040..0000000
Binary files a/images/goal.png and /dev/null differ
diff --git a/images/guidelines.png b/images/guidelines.png
deleted file mode 100644
index 68e5980..0000000
Binary files a/images/guidelines.png and /dev/null differ
diff --git a/images/hackathons.png b/images/hackathons.png
deleted file mode 100644
index d01593d..0000000
Binary files a/images/hackathons.png and /dev/null differ
diff --git a/images/help.png b/images/help.png
deleted file mode 100644
index 78c96ca..0000000
Binary files a/images/help.png and /dev/null differ
diff --git a/images/hero.png b/images/hero.png
deleted file mode 100644
index e83dc75..0000000
Binary files a/images/hero.png and /dev/null differ
diff --git a/images/hierarchical-diagram.png b/images/hierarchical-diagram.png
deleted file mode 100644
index 92995ed..0000000
Binary files a/images/hierarchical-diagram.png and /dev/null differ
diff --git a/images/history.png b/images/history.png
deleted file mode 100644
index 157d544..0000000
Binary files a/images/history.png and /dev/null differ
diff --git a/images/img-team-member-career-03.jpg b/images/img-team-member-career-03.jpg
deleted file mode 100644
index 168da17..0000000
Binary files a/images/img-team-member-career-03.jpg and /dev/null differ
diff --git a/images/incf.png b/images/incf.png
deleted file mode 100644
index bbed3bb..0000000
Binary files a/images/incf.png and /dev/null differ
diff --git a/images/jerome.png b/images/jerome.png
deleted file mode 100644
index 5f159b1..0000000
Binary files a/images/jerome.png and /dev/null differ
diff --git a/images/karel.png b/images/karel.png
deleted file mode 100644
index 7318624..0000000
Binary files a/images/karel.png and /dev/null differ
diff --git a/images/kathryn.png b/images/kathryn.png
deleted file mode 100644
index 2caaa04..0000000
Binary files a/images/kathryn.png and /dev/null differ
diff --git a/images/katrin.png b/images/katrin.png
deleted file mode 100644
index 523007c..0000000
Binary files a/images/katrin.png and /dev/null differ
diff --git a/images/kris.png b/images/kris.png
deleted file mode 100644
index 38679fa..0000000
Binary files a/images/kris.png and /dev/null differ
diff --git a/images/kushal.png b/images/kushal.png
deleted file mode 100644
index 73a1597..0000000
Binary files a/images/kushal.png and /dev/null differ
diff --git a/images/lawrence.png b/images/lawrence.png
deleted file mode 100644
index c910f37..0000000
Binary files a/images/lawrence.png and /dev/null differ
diff --git a/images/location.png b/images/location.png
deleted file mode 100644
index 637b346..0000000
Binary files a/images/location.png and /dev/null differ
diff --git a/images/logo.png b/images/logo.png
deleted file mode 100644
index f6cee1d..0000000
Binary files a/images/logo.png and /dev/null differ
diff --git a/images/loren.png b/images/loren.png
deleted file mode 100644
index 86b112c..0000000
Binary files a/images/loren.png and /dev/null differ
diff --git a/images/lydia.png b/images/lydia.png
deleted file mode 100644
index 281aba1..0000000
Binary files a/images/lydia.png and /dev/null differ
diff --git a/images/mail.png b/images/mail.png
deleted file mode 100644
index bfdcfd8..0000000
Binary files a/images/mail.png and /dev/null differ
diff --git a/images/mala.png b/images/mala.png
deleted file mode 100644
index 400e720..0000000
Binary files a/images/mala.png and /dev/null differ
diff --git a/images/marker.png b/images/marker.png
deleted file mode 100644
index 29dbcc1..0000000
Binary files a/images/marker.png and /dev/null differ
diff --git a/images/markus.png b/images/markus.png
deleted file mode 100644
index 76bae54..0000000
Binary files a/images/markus.png and /dev/null differ
diff --git a/images/matnwb.png b/images/matnwb.png
deleted file mode 100644
index 9247f3f..0000000
Binary files a/images/matnwb.png and /dev/null differ
diff --git a/images/neuroconv.png b/images/neuroconv.png
deleted file mode 100644
index 4a7ee9b..0000000
Binary files a/images/neuroconv.png and /dev/null differ
diff --git a/images/neurodata.png b/images/neurodata.png
deleted file mode 100644
index 3f18e47..0000000
Binary files a/images/neurodata.png and /dev/null differ
diff --git a/images/neurograph.png b/images/neurograph.png
deleted file mode 100644
index f16d44f..0000000
Binary files a/images/neurograph.png and /dev/null differ
diff --git a/images/neurone.png b/images/neurone.png
deleted file mode 100644
index 22f8710..0000000
Binary files a/images/neurone.png and /dev/null differ
diff --git a/images/neuropy.png b/images/neuropy.png
deleted file mode 100644
index dbcc0f0..0000000
Binary files a/images/neuropy.png and /dev/null differ
diff --git a/images/nwb-cap.png b/images/nwb-cap.png
deleted file mode 100644
index 6526793..0000000
Binary files a/images/nwb-cap.png and /dev/null differ
diff --git a/images/nwb-guide.png b/images/nwb-guide.png
deleted file mode 100644
index d8fd61b..0000000
Binary files a/images/nwb-guide.png and /dev/null differ
diff --git a/images/nwb-neuro.png b/images/nwb-neuro.png
deleted file mode 100644
index 62e49b0..0000000
Binary files a/images/nwb-neuro.png and /dev/null differ
diff --git a/images/nwb-newsletter.png b/images/nwb-newsletter.png
deleted file mode 100644
index 89f87fd..0000000
Binary files a/images/nwb-newsletter.png and /dev/null differ
diff --git a/images/nwb-practice.png b/images/nwb-practice.png
deleted file mode 100644
index 0ea8d3e..0000000
Binary files a/images/nwb-practice.png and /dev/null differ
diff --git a/images/nwb-release.png b/images/nwb-release.png
deleted file mode 100644
index d9b62e6..0000000
Binary files a/images/nwb-release.png and /dev/null differ
diff --git a/images/nwb-schema.png b/images/nwb-schema.png
deleted file mode 100644
index 8914816..0000000
Binary files a/images/nwb-schema.png and /dev/null differ
diff --git a/images/nwb-tech.png b/images/nwb-tech.png
deleted file mode 100644
index 82b6b15..0000000
Binary files a/images/nwb-tech.png and /dev/null differ
diff --git a/images/nwbn.png b/images/nwbn.png
deleted file mode 100644
index d296ce7..0000000
Binary files a/images/nwbn.png and /dev/null differ
diff --git a/images/oliver.png b/images/oliver.png
deleted file mode 100644
index 86c6845..0000000
Binary files a/images/oliver.png and /dev/null differ
diff --git a/images/online.png b/images/online.png
deleted file mode 100644
index 60fb83d..0000000
Binary files a/images/online.png and /dev/null differ
diff --git a/images/p-grants.png b/images/p-grants.png
deleted file mode 100644
index 2de9e2d..0000000
Binary files a/images/p-grants.png and /dev/null differ
diff --git a/images/p-process.png b/images/p-process.png
deleted file mode 100644
index 2f3910e..0000000
Binary files a/images/p-process.png and /dev/null differ
diff --git a/images/p-title.png b/images/p-title.png
deleted file mode 100644
index c51de2a..0000000
Binary files a/images/p-title.png and /dev/null differ
diff --git a/images/paper.png b/images/paper.png
deleted file mode 100644
index 61a33f8..0000000
Binary files a/images/paper.png and /dev/null differ
diff --git a/images/placeholder.png b/images/placeholder.png
deleted file mode 100644
index cf90147..0000000
Binary files a/images/placeholder.png and /dev/null differ
diff --git a/images/policies-code.png b/images/policies-code.png
deleted file mode 100644
index 76724a9..0000000
Binary files a/images/policies-code.png and /dev/null differ
diff --git a/images/policies.png b/images/policies.png
deleted file mode 100644
index a249162..0000000
Binary files a/images/policies.png and /dev/null differ
diff --git a/images/policyBg.png b/images/policyBg.png
deleted file mode 100644
index d603cfe..0000000
Binary files a/images/policyBg.png and /dev/null differ
diff --git a/images/portfolio-logo.png b/images/portfolio-logo.png
deleted file mode 100644
index 81c5f9d..0000000
Binary files a/images/portfolio-logo.png and /dev/null differ
diff --git a/images/portfolio.png b/images/portfolio.png
deleted file mode 100644
index 64a1e88..0000000
Binary files a/images/portfolio.png and /dev/null differ
diff --git a/images/publications-citing.png b/images/publications-citing.png
deleted file mode 100644
index 87638e6..0000000
Binary files a/images/publications-citing.png and /dev/null differ
diff --git a/images/puzzle.png b/images/puzzle.png
deleted file mode 100644
index 886c5eb..0000000
Binary files a/images/puzzle.png and /dev/null differ
diff --git a/images/pynwb.png b/images/pynwb.png
deleted file mode 100644
index 77b3ea2..0000000
Binary files a/images/pynwb.png and /dev/null differ
diff --git a/images/question_mark.png b/images/question_mark.png
deleted file mode 100644
index 5255c89..0000000
Binary files a/images/question_mark.png and /dev/null differ
diff --git a/images/r-docs.png b/images/r-docs.png
deleted file mode 100644
index fc5e605..0000000
Binary files a/images/r-docs.png and /dev/null differ
diff --git a/images/report.png b/images/report.png
deleted file mode 100644
index c40468e..0000000
Binary files a/images/report.png and /dev/null differ
diff --git a/images/rnd.png b/images/rnd.png
deleted file mode 100644
index 85025b2..0000000
Binary files a/images/rnd.png and /dev/null differ
diff --git a/images/ryan.png b/images/ryan.png
deleted file mode 100644
index 308aa34..0000000
Binary files a/images/ryan.png and /dev/null differ
diff --git a/images/saskia.png b/images/saskia.png
deleted file mode 100644
index 8f9ee80..0000000
Binary files a/images/saskia.png and /dev/null differ
diff --git a/images/satrajit.png b/images/satrajit.png
deleted file mode 100644
index e077346..0000000
Binary files a/images/satrajit.png and /dev/null differ
diff --git a/images/savannah.png b/images/savannah.png
deleted file mode 100644
index 2d64cdb..0000000
Binary files a/images/savannah.png and /dev/null differ
diff --git a/images/schedule.png b/images/schedule.png
deleted file mode 100644
index ade5ca8..0000000
Binary files a/images/schedule.png and /dev/null differ
diff --git a/images/schema.png b/images/schema.png
deleted file mode 100644
index 8d31db0..0000000
Binary files a/images/schema.png and /dev/null differ
diff --git a/images/schemaImg.png b/images/schemaImg.png
deleted file mode 100644
index 9a05827..0000000
Binary files a/images/schemaImg.png and /dev/null differ
diff --git a/images/shared-analysis.png b/images/shared-analysis.png
deleted file mode 100644
index 06cfb2f..0000000
Binary files a/images/shared-analysis.png and /dev/null differ
diff --git a/images/simons-foundation.png b/images/simons-foundation.png
deleted file mode 100644
index 903f98e..0000000
Binary files a/images/simons-foundation.png and /dev/null differ
diff --git a/images/simulation.png b/images/simulation.png
deleted file mode 100644
index 3c40ceb..0000000
Binary files a/images/simulation.png and /dev/null differ
diff --git a/images/slack.png b/images/slack.png
deleted file mode 100644
index 53986f7..0000000
Binary files a/images/slack.png and /dev/null differ
diff --git a/images/spatial.png b/images/spatial.png
deleted file mode 100644
index f12ba88..0000000
Binary files a/images/spatial.png and /dev/null differ
diff --git a/images/specsImg.png b/images/specsImg.png
deleted file mode 100644
index 20b7e03..0000000
Binary files a/images/specsImg.png and /dev/null differ
diff --git a/images/spikesort.png b/images/spikesort.png
deleted file mode 100644
index 8b55619..0000000
Binary files a/images/spikesort.png and /dev/null differ
diff --git a/images/storageImg.png b/images/storageImg.png
deleted file mode 100644
index 306933d..0000000
Binary files a/images/storageImg.png and /dev/null differ
diff --git a/images/strategies.png b/images/strategies.png
deleted file mode 100644
index 2017a18..0000000
Binary files a/images/strategies.png and /dev/null differ
diff --git a/images/summer-2020.png b/images/summer-2020.png
deleted file mode 100644
index 937dc72..0000000
Binary files a/images/summer-2020.png and /dev/null differ
diff --git a/images/summer-2021.png b/images/summer-2021.png
deleted file mode 100644
index 44a3f26..0000000
Binary files a/images/summer-2021.png and /dev/null differ
diff --git a/images/time.pdf b/images/time.pdf
deleted file mode 100644
index 5b284fc..0000000
Binary files a/images/time.pdf and /dev/null differ
diff --git a/images/twitter.png b/images/twitter.png
deleted file mode 100644
index f979edb..0000000
Binary files a/images/twitter.png and /dev/null differ
diff --git a/images/user-dark.svg b/images/user-dark.svg
deleted file mode 100644
index 9b92172..0000000
--- a/images/user-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/v-guidelines.png b/images/v-guidelines.png
deleted file mode 100644
index 7895465..0000000
Binary files a/images/v-guidelines.png and /dev/null differ
diff --git a/images/wg-policy.png b/images/wg-policy.png
deleted file mode 100644
index d767349..0000000
Binary files a/images/wg-policy.png and /dev/null differ
diff --git a/images/winter-2021.png b/images/winter-2021.png
deleted file mode 100644
index 8bed04f..0000000
Binary files a/images/winter-2021.png and /dev/null differ
diff --git a/images/winter-2022.png b/images/winter-2022.png
deleted file mode 100644
index f6c4532..0000000
Binary files a/images/winter-2022.png and /dev/null differ
diff --git a/images/yaroslav.png b/images/yaroslav.png
deleted file mode 100644
index b940666..0000000
Binary files a/images/yaroslav.png and /dev/null differ
diff --git a/images/youtube.png b/images/youtube.png
deleted file mode 100644
index 4fab5c7..0000000
Binary files a/images/youtube.png and /dev/null differ
diff --git a/layouts/about-us/list.html b/layouts/about-us/list.html
index dd18cc9..51b3f36 100644
--- a/layouts/about-us/list.html
+++ b/layouts/about-us/list.html
@@ -10,12 +10,12 @@ {{ .Title | markdownify }}<
{{ if .enable }}
-
+
-
+
{{ .title | markdownify }}
{{ with .content }}
@@ -55,7 +55,7 @@ {{ .title | markdownify }}
{{ with .Params.initiatives_section }}
{{ if .enable }}
-
+
{{ .title | markdownify}}
{{ .content | markdownify }}
@@ -68,7 +68,7 @@ {{ .title | markdownify}}
{{ with .Params.neurophysiology_section }}
{{ if .enable }}
-
+
{{ .title | markdownify }}
{{ range .content }}
{{ with .text }}
diff --git a/layouts/contact-us/list.html b/layouts/contact-us/list.html
index a08eef0..114f53b 100644
--- a/layouts/contact-us/list.html
+++ b/layouts/contact-us/list.html
@@ -1,6 +1,7 @@
{{ define "main" }}
{{/* Hero Section */}}
-
+
{{ .Title | markdownify }}
@@ -17,7 +18,7 @@ {{ .title | markdownify }}
{{ .content | markdownify }}
{{ range .boxes }}
-
-
+
{{ end }}
@@ -59,28 +60,6 @@ {{ .title | markdownify }}
{{ .title | markdownify }}
{{ .content | markdownify }}
-
diff --git a/layouts/converting-data-to-nwb/list.html b/layouts/converting-data-to-nwb/list.html
index ce0e8c8..87f6a1d 100644
--- a/layouts/converting-data-to-nwb/list.html
+++ b/layouts/converting-data-to-nwb/list.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{/* Hero Section */}}
+ style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
{{ .Title | markdownify }}
diff --git a/layouts/grants-and-projects/list.html b/layouts/grants-and-projects/list.html
index 58d3e1d..06eed4b 100644
--- a/layouts/grants-and-projects/list.html
+++ b/layouts/grants-and-projects/list.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{/* Hero Section */}}
+ style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
{{ .Title | markdownify }}
@@ -21,7 +21,7 @@ {{ .Title | markdownify
{{ .title | markdownify }}
{{ .content | markdownify }}
-
+
@@ -71,10 +71,10 @@ {{ .subtitle | markdownify }}
{{ range $i, $p := $params.sponser_name }}
{{ if eq $i 0 }}
- {{$p.name|markdownify}}
+ {{$p.name|markdownify}}
{{ else }}, and
-
+
{{$p.name|markdownify}}
{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index 8baec1e..44a2726 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -101,7 +101,7 @@ {{ .heading | markdownify }}
{{ end }}
@@ -176,83 +176,6 @@ {{ .Title | markdownify | truncate 30 }}<
{{ end }}
{{/* End News And Updates Section */}}
-{{/* Events Section */}}
-{{ with where .Site.RegularPages "Section" "event-cards" }}
-
-
-
- Upcoming Events
-
-
- {{ range . }}
-
- {{ end }}
-
-
-
-
-
-
-
-{{ end }}
-{{/* End Events Section */}}
-
{{/* Sponsers Section */}}
{{ with .Params.sponsers_section }}
{{ if .enable }}
diff --git a/layouts/matnwb/list.html b/layouts/matnwb/list.html
new file mode 100644
index 0000000..2cb615c
--- /dev/null
+++ b/layouts/matnwb/list.html
@@ -0,0 +1,17 @@
+{{ define "main" }}
+{{/* Hero Section */}}
+
+ {{ .Title | markdownify }}
+
+
+
+
+{{/* End Hero Section */}}
+
+
+
+ {{ .Content }}
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/news/single.html b/layouts/news/single.html
index e876917..455e2b4 100644
--- a/layouts/news/single.html
+++ b/layouts/news/single.html
@@ -60,31 +60,36 @@ {{ .Title | markdownify }}
{{ .Content }}
+ {{ with .Params.ext_link }}
+
+ See post here
+
+ {{ end }}
Share
- Twitter
- Facebook
- LinkedIn
- Email
diff --git a/layouts/old_events_panel.html b/layouts/old_events_panel.html
new file mode 100644
index 0000000..d2c1d07
--- /dev/null
+++ b/layouts/old_events_panel.html
@@ -0,0 +1,76 @@
+{{/* Events Section */}}
+{{ with where .Site.RegularPages "Section" "event-cards" }}
+
+
+
+ Upcoming Events
+
+
+ {{ range . }}
+
+ {{ end }}
+
+
+
+
+
+
+
+{{ end }}
+{{/* End Events Section */}}
\ No newline at end of file
diff --git a/layouts/partials/shared/footer.html b/layouts/partials/shared/footer.html
index 0297d83..e615101 100644
--- a/layouts/partials/shared/footer.html
+++ b/layouts/partials/shared/footer.html
@@ -45,17 +45,6 @@
-
-
- Legal
-
- {{ range site.Menus.legal }}
- - {{ .Name | markdownify }}
- {{ end }}
-
-
-
-
\ No newline at end of file
diff --git a/layouts/privacy-policy/list.html b/layouts/policies/list.html
similarity index 88%
rename from layouts/privacy-policy/list.html
rename to layouts/policies/list.html
index 87c9e0e..26360f9 100644
--- a/layouts/privacy-policy/list.html
+++ b/layouts/policies/list.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{/* Hero Section */}}
+ style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
{{ .Title | markdownify }}
@@ -28,8 +28,8 @@ {{ . | markdownify }}
- {{ with .heading }}
- {{ . | markdownify }}
+ {{ if .heading }}
+ {{ .heading | markdownify }}
{{ end }}
@@ -43,7 +43,7 @@ {{ . | markdownify }}
diff --git a/layouts/publications/list.html b/layouts/publications/list.html
index e8a1f71..019a21b 100644
--- a/layouts/publications/list.html
+++ b/layouts/publications/list.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{/* Hero Section */}}
+ style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
{{ .Title | markdownify }}
diff --git a/layouts/team/list.html b/layouts/team/list.html
index 0241472..b19307f 100644
--- a/layouts/team/list.html
+++ b/layouts/team/list.html
@@ -1,6 +1,6 @@
{{ define "main" }}
{{/* Hero Section */}}
-
+
{{ .Title | markdownify }}
@@ -8,7 +8,7 @@ {{ .Title | markdownify
{{/* End Hero Section */}}
-{{/* Goverance Section */}}
+{{/* Governance Section */}}
{{ with .Params.governance_section }}
{{ if .enable }}
@@ -19,7 +19,7 @@ {{ .title | markdownify }}
{{ end }}
{{ end }}
-{{/* End Goverance Section */}}
+{{/* End Governance Section */}}
{{/* Executive Board Section */}}
{{ with .Params.executive_section }}
diff --git a/layouts/working-groups/list.html b/layouts/working-groups/list.html
index 8fe7b12..7546d4a 100644
--- a/layouts/working-groups/list.html
+++ b/layouts/working-groups/list.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{/* Hero Section */}}
+ style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
{{ .Title | markdownify }}
diff --git a/static/images/AndrewTritt.png b/static/images/AndrewTritt.png
new file mode 100644
index 0000000..970a7dd
Binary files /dev/null and b/static/images/AndrewTritt.png differ
diff --git a/static/images/MatthewAvaylon.jpg b/static/images/MatthewAvaylon.jpg
new file mode 100644
index 0000000..767a6b4
Binary files /dev/null and b/static/images/MatthewAvaylon.jpg differ
diff --git a/static/images/RyanLy.png b/static/images/RyanLy.png
new file mode 100644
index 0000000..291d49f
Binary files /dev/null and b/static/images/RyanLy.png differ
diff --git a/static/images/ai_img.jpg b/static/images/ai_img.jpg
new file mode 100644
index 0000000..4c7585e
Binary files /dev/null and b/static/images/ai_img.jpg differ
diff --git a/static/images/anna.png b/static/images/anna.png
deleted file mode 100644
index 1f1bd17..0000000
Binary files a/static/images/anna.png and /dev/null differ
diff --git a/static/images/community_liaison.png b/static/images/community_liaison.png
new file mode 100644
index 0000000..982587f
Binary files /dev/null and b/static/images/community_liaison.png differ
diff --git a/static/images/dandi-logo-square_sw.png b/static/images/dandi-logo-square_sw.png
new file mode 100644
index 0000000..ef08182
Binary files /dev/null and b/static/images/dandi-logo-square_sw.png differ
diff --git a/static/images/enabling_sharing_nwb.png b/static/images/enabling_sharing_nwb.png
new file mode 100644
index 0000000..ba463b2
Binary files /dev/null and b/static/images/enabling_sharing_nwb.png differ
diff --git a/static/images/hpc_img.png b/static/images/hpc_img.png
new file mode 100644
index 0000000..b9c7dca
Binary files /dev/null and b/static/images/hpc_img.png differ
diff --git a/static/images/lawrence-niu.png b/static/images/lawrence-niu.png
new file mode 100644
index 0000000..0d51234
Binary files /dev/null and b/static/images/lawrence-niu.png differ
diff --git a/static/images/lawrence.png b/static/images/lawrence.png
deleted file mode 100644
index c910f37..0000000
Binary files a/static/images/lawrence.png and /dev/null differ
diff --git a/static/images/newsletter_2021-09-banner.png b/static/images/newsletter_2021-09-banner.png
new file mode 100644
index 0000000..b717c25
Binary files /dev/null and b/static/images/newsletter_2021-09-banner.png differ
diff --git a/static/images/newsletter_2022-02_banner.png b/static/images/newsletter_2022-02_banner.png
new file mode 100644
index 0000000..1ec0f3c
Binary files /dev/null and b/static/images/newsletter_2022-02_banner.png differ
diff --git a/static/images/newsletter_2024-04_banner.jpg b/static/images/newsletter_2024-04_banner.jpg
new file mode 100644
index 0000000..210e7c0
Binary files /dev/null and b/static/images/newsletter_2024-04_banner.jpg differ
diff --git a/static/images/nwb_elife_fig1.jpg b/static/images/nwb_elife_fig1.jpg
new file mode 100644
index 0000000..d2484dc
Binary files /dev/null and b/static/images/nwb_elife_fig1.jpg differ
diff --git a/static/images/project_components.png b/static/images/project_components.png
new file mode 100644
index 0000000..6342049
Binary files /dev/null and b/static/images/project_components.png differ
diff --git a/static/images/ryan.png b/static/images/ryan.png
deleted file mode 100644
index 308aa34..0000000
Binary files a/static/images/ryan.png and /dev/null differ
diff --git a/static/images/saskia.png b/static/images/saskia.png
index 8f9ee80..23a8b39 100644
Binary files a/static/images/saskia.png and b/static/images/saskia.png differ
diff --git a/static/images/sponser-1.png b/static/images/sponser-1.png
deleted file mode 100644
index f11da5a..0000000
Binary files a/static/images/sponser-1.png and /dev/null differ
diff --git a/static/images/sponser-2.png b/static/images/sponser-2.png
deleted file mode 100644
index bff06c4..0000000
Binary files a/static/images/sponser-2.png and /dev/null differ
diff --git a/static/images/sponser-3.png b/static/images/sponser-3.png
deleted file mode 100644
index ef09c28..0000000
Binary files a/static/images/sponser-3.png and /dev/null differ
diff --git a/static/images/sponser-4.png b/static/images/sponser-4.png
deleted file mode 100644
index 69fbb53..0000000
Binary files a/static/images/sponser-4.png and /dev/null differ
diff --git a/static/images/sponser-5.png b/static/images/sponser-5.png
deleted file mode 100644
index 87dd87b..0000000
Binary files a/static/images/sponser-5.png and /dev/null differ
diff --git a/static/images/sponser-6.png b/static/images/sponser-6.png
deleted file mode 100644
index 93dd159..0000000
Binary files a/static/images/sponser-6.png and /dev/null differ
diff --git a/static/images/sponser-7.png b/static/images/sponser-7.png
deleted file mode 100644
index 267c8d3..0000000
Binary files a/static/images/sponser-7.png and /dev/null differ
diff --git a/images/sponser-1.png b/static/images/sponsor-allen-institute.png
similarity index 100%
rename from images/sponser-1.png
rename to static/images/sponsor-allen-institute.png
diff --git a/images/sponser-2.png b/static/images/sponsor-hhmi.png
similarity index 100%
rename from images/sponser-2.png
rename to static/images/sponsor-hhmi.png
diff --git a/images/sponser-7.png b/static/images/sponsor-incf.png
similarity index 100%
rename from images/sponser-7.png
rename to static/images/sponsor-incf.png
diff --git a/images/sponser-3.png b/static/images/sponsor-kavli.png
similarity index 100%
rename from images/sponser-3.png
rename to static/images/sponsor-kavli.png
diff --git a/images/sponser-4.png b/static/images/sponsor-lbnl.png
similarity index 100%
rename from images/sponser-4.png
rename to static/images/sponsor-lbnl.png
diff --git a/images/sponser-5.png b/static/images/sponsor-mathworks.png
similarity index 100%
rename from images/sponser-5.png
rename to static/images/sponsor-mathworks.png
diff --git a/images/sponser-6.png b/static/images/sponsor-simons-foundation.png
similarity index 100%
rename from images/sponser-6.png
rename to static/images/sponsor-simons-foundation.png
diff --git a/static/images/szonja-weigl.jpeg b/static/images/szonja-weigl.jpeg
new file mode 100644
index 0000000..182e9a8
Binary files /dev/null and b/static/images/szonja-weigl.jpeg differ