Skip to content

Commit

Permalink
Use redirected to www.datalad.org and www.nwb.org website URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 19, 2024
1 parent f08b163 commit a0068b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ The current list of allowed data file formats:
| **Format** | **Extension(s)** | **Description** |
---------------------------------------------------------------------------|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Neuroscience Information Exchange Format](https://nixio.readthedocs.io) | `.nix` | A generic and open framework with an hdf5 backend and a defined interface to many ephys formats via the [Neo library](https://neo.readthedocs.io). The `.nix` file has to contain a valid Neo structure. |
| [Neurodata Without Borders](http://nwb.org) | `.nwb` | BRAIN Initiative Data Standard based on an hdf5 backend ... |
| [Neurodata Without Borders](http://www.nwb.org) | `.nwb` | BRAIN Initiative Data Standard based on an hdf5 backend ... |

Both of these formats can also store essential metadata of the datasets.
Some of these need to be duplicated in BIDS `.tsv` and `.json` sidecar files.
Even though the duplication requires additional effort to ensure the consistency of the data, it provides a number of advantages:
- Making the dataset easier for humans to scan as essential information is easily accessible without loading the data files
- The dataset follows the BIDS standard and can benefit from tools building on top of this standard, starting with [bids-validator](https://github.com/bids-standard/bids-validator).
- It simplifies the separation of data and basic metadata, for example to publish a dataset in a light-weight fashion with access to the data files on request (as implemented by [DataLad](https://datalad.org)).
- It simplifies the separation of data and basic metadata, for example to publish a dataset in a light-weight fashion with access to the data files on request (as implemented by [DataLad](https://www.datalad.org)).

##

Expand Down

0 comments on commit a0068b2

Please sign in to comment.