You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/extending-nwb.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ date: 2025-08-07
5
5
6
6
# Extending NWB
7
7
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.
9
9
10
10
-**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.
11
11
-**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
18
18
19
19
-[**Detailed step-by-step guide for creating and publishing NDX**](https://nwb-overview.readthedocs.io/en/latest/extensions_tutorial/extensions_tutorial_home.html)
20
20
-[**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)
22
22
-[**Policies and guidelines for NDXs**](https://nwb.org/policies/)
23
23
24
24
---
25
25
26
26
## NWB Enhancement Proposal (NWBEP)
27
27
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:
29
29
30
30
-[**Policies and guidelines for NWBEPs**](https://nwb.org/policies/)
31
31
-[**How to create an NWBEP**](https://github.com/nwb-extensions/nwbep-review/blob/main/README.md)
0 commit comments