Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,16 @@ main:
weight: 1
url: "nwb-software/"
parent: "Software & Tools"
- name: "NWB Tools"
weight: 2
url: "tools/"
parent: "Software & Tools"
- name: "Core Tools"
weight: 3
weight: 2
url: "tools/core/"
parent: "Software & Tools"
- name: "Acquisition Tools"
weight: 4
weight: 3
url: "tools/acquisition/"
parent: "Software & Tools"
- name: "Analysis Tools"
weight: 5
weight: 4
url: "tools/analysis/"
parent: "Software & Tools"

Expand Down
19 changes: 18 additions & 1 deletion content/nwb-software/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
---

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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this disclaimer key used on this page?

# NWB Tools Section Added
community_tools:
enable: true
title: Community Tools
content: Listed below are tools for working with NWB data. This is not a comprehensive list of NWB tools. Many of these tools are built and supported by other groups, and are in active development.
image: /images/nwb-tools-arch.png
categories:
- title: Core NWB Tools
description: Key software packages of the core NWB software stack
url: "/tools/core/"
- title: Acquisition and Control Tools
description: Tools for data acquisition and experimental control
url: "/tools/acquisition/"
- title: Analysis and Visualization Tools
description: Tools for data analysis, visualization, and exploration
url: "/tools/analysis/"
title: The NWB Software <br> Ecosystem
software_types:
enable: true
Expand Down Expand Up @@ -107,4 +125,3 @@ sections:
href='http://nwb-schema.readthedocs.io/en/stable'>Data Standard Schema Documentation</a> <br><br> <a href='https://github.com/NeurodataWithoutBorders/nwb-schema'>
Sources (GitHub)</a>
---

14 changes: 0 additions & 14 deletions content/tools/_index.md

This file was deleted.

2 changes: 2 additions & 0 deletions content/tools/acquisition/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ description: "Tools for data acquisition and experimental control"
## Brain Data Modeling and Simulation

{{< tool-grid category="modeling" >}}

**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.
2 changes: 2 additions & 0 deletions content/tools/analysis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ description: "Tools for data analysis, visualization, and exploration"
## Data Archive, Publication, and Management

{{< tool-grid category="data-management" >}}

**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.
26 changes: 16 additions & 10 deletions layouts/nwb-software/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,23 @@ <h4 class="inter-600 text-16 dark-600">{{ .title | markdownify }}</h4>
<div class="text-center">
<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>

{{ if .image }}
<div class="mt-4">
<img src="{{ .image }}" alt="NWB Tools Architecture" class="img-fluid" style="max-width: 90%;">
</div>
{{ end }}
</div>
{{ with .tools }}
<div class="pt-4 row g-4">

{{ with .categories }}
<div class="row g-4 justify-content-center mt-5">
{{ range . }}
<div class="col-sm-6 col-md-3">
<div class="rouned-3 shadow-sm py-2">
<div class="mx-auto d-flex flex-column justify-content-center align-items-center">
<div class="col-3">
<img src="{{ .image }}" alt="" class="img-fluid">
</div>
<p class="inter-400 text-20 dark-700 pt-4 mb-0">{{ .title | markdownify }}</p>
<div class="col-md-4">
<div class="card h-100 shadow-sm">
<div class="card-body">
<h4 class="card-title inter-600 text-20 dark-900">{{ .title | markdownify }}</h4>
<p class="card-text inter-400 text-16 dark-700 mt-2">{{ .description | markdownify }}</p>
<a href="{{ .url }}" class="btn btn-primary mt-3">View Tools</a>
</div>
</div>
</div>
Expand All @@ -158,4 +164,4 @@ <h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3>
{{ end }}
{{ end }}

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