-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version, readme, and software process for schema 1.2.0 (#38)
- Loading branch information
Showing
6 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
# hdmf-common | ||
|
||
Documentation of the HDMF Common data format specification is available at [https://hdmf-common-schema.readthedocs.io](https://hdmf-common-schema.readthedocs.io/en/stable/) | ||
Documentation of the HDMF Common data format specification is available at | ||
[https://hdmf-common-schema.readthedocs.io](https://hdmf-common-schema.readthedocs.io/en/stable/) | ||
|
||
## Description | ||
|
||
The HDMF Common specification, defines a collection of common, reusable data structures | ||
that build the foundation for modeling of advanced data formats, e.g., [NWB](https://www.nwb.org/) | ||
The HDMF Common specification defines a collection of common, reusable data structures | ||
that build the foundation for the modeling of advanced data formats, e.g., the | ||
[Neurodata Without Borders (NWB)](https://www.nwb.org/) | ||
neurophysiology data standard. The HDMF Common schema is integrated with [HDMF](https://github.com/hdmf-dev/hdmf), | ||
which provides advanced APIs for reading, writing, and using hdmf-common data types. | ||
which provides advanced APIs for reading, writing, and using hdmf-common data types. | ||
|
||
The HDMF-common schema provides the following data structures: | ||
|
||
- **DynamicTable :** A column-based table data structure that supports ragged columns and one-to-one and one-to-many relationships | ||
- **VectorData :** A data structure for representing a column | ||
- **VectorIndex :** A data structure for indexing a VectorData. This is used to store one-to-many relationships | ||
- **VectorIndex :** A data structure for indexing a **VectorData**. This is used to store one-to-many relationships | ||
- **ElementIdentifiers :** A 1D array for storing primary identifiers for elements of a table | ||
- **VocabData :** A data structure for representing a column where the data come from a controlled vocabulary of text values | ||
- **DynamicTableRegion :** A link from one table to an index or region of another | ||
- **CSRMatrix :** A compressed sparse row matrix | ||
|
||
The schema also provides the following base data structures: | ||
|
||
- **Data :** An abstract data type for a dataset | ||
- **Index :** An abstract pointer that indexes data values | ||
- **Container :** An abstract data type for a generic container storing collections of data and metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters