Skip to content

Commit 9b28592

Browse files
authored
Merge pull request #113 from NeurodataWithoutBorders/rly-patch-1
2 parents c9a01e6 + f416732 commit 9b28592

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/extending-nwb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2025-08-07
55

66
# Extending NWB
77

8-
NWB support two complimentary mechanisms for extending and evolving the NWB data standard.
8+
NWB supports two complementary mechanisms for extending and evolving the NWB data standard.
99

1010
- **NWB Extensions (NDX)** enable users to quickly prototype, share, or use new data types or structures that are not yet part of the core NWB standard, especially for lab- or project-specific needs.
1111
- **NWB Enhancement Proposals (NWBEP)** support enhancement of the official NWB data standard to integrate new feature or data types that should be adopted by the entire NWB community.
@@ -18,14 +18,14 @@ NDXs are community-driven extensions that allow users, labs, or consortia to def
1818

1919
- [**Detailed step-by-step guide for creating and publishing NDX**](https://nwb-overview.readthedocs.io/en/latest/extensions_tutorial/extensions_tutorial_home.html)
2020
- [**Short tutorial on extensions using PyNWB**](https://pynwb.readthedocs.io/en/stable/tutorials/general/extensions.html#sphx-glr-tutorials-general-extensions-py)
21-
- [**NDX Catalog** (index of available extensions)](https://nwb-extensions.github.io)
21+
- [**NDX Catalog** (index of publicly shared extensions)](https://nwb-extensions.github.io)
2222
- [**Policies and guidelines for NDXs**](https://nwb.org/policies/)
2323

2424
---
2525

2626
## NWB Enhancement Proposal (NWBEP)
2727

28-
NWB Enhancement Proposals (NWBEP) are the formal process for proposing additions or significant changes to the NWB standard. They are used when a new feature, data type, or change is broadly useful to the community and should become part of the official NWB specification. NWBEPs undergo a structured review and approval process facilitated by the NWB Technical Advisory Board (TAB) to ensure quality, consensus, and long-term maintainability. NWBEPs often leverage NWB extensions (NDX) as a testing ground, to implement and evaluate proposed changes first as an NDX to allow the community to use, test, and refine the extension in real-world scenarios. This process helps ensure that proposals meet community needs and are robust before being considered for inclusion in the core NWB standard. See the below resources to learn more about NWBEPs:
28+
NWB Enhancement Proposals (NWBEP) are the official, formal way to propose major additions or changes to the NWB standard. They are used when a new feature, data type, or change is broadly useful to the community and should become part of the official NWB specification. NWBEPs undergo a structured review and approval process facilitated by the NWB Technical Advisory Board (TAB) to ensure quality, consensus, and long-term maintainability. NWBEPs often leverage NWB extensions (NDX) as a testing ground, to implement and evaluate proposed changes first as an NDX to allow the community to use, test, and refine the extension in real-world scenarios. This process helps ensure that proposals meet community needs and are robust before being considered for inclusion in the core NWB standard. See the below resources to learn more about NWBEPs:
2929

3030
- [**Policies and guidelines for NWBEPs**](https://nwb.org/policies/)
3131
- [**How to create an NWBEP**](https://github.com/nwb-extensions/nwbep-review/blob/main/README.md)

0 commit comments

Comments
 (0)