diff --git a/docs/user-guide-sharing/converting-data/index.md b/docs/user-guide-sharing/converting-data/index.md index f10dc9df..fc9c2d88 100644 --- a/docs/user-guide-sharing/converting-data/index.md +++ b/docs/user-guide-sharing/converting-data/index.md @@ -5,4 +5,7 @@ Data contributed to DANDI must be standardized into one of the formats accepted Most of the data on DANDI is in Neurodata Without Borders (NWB), a data standard designed for sharing data from neurophysiology experiments. See [Converting data to NWB](./nwb/index.md) for guidance in how to convert your data to NWB and publish on DANDI. -DANDI also supports the [Brain Imaging Data Format (BIDS)](https://bids.neuroimaging.io/). See [Getting Started with BIDS](https://bids.neuroimaging.io/getting_started/index.html) for more information. \ No newline at end of file +DANDI also supports the [Brain Imaging Data Structure (BIDS)](https://bids.neuroimaging.io/). For more information, see: +- [Getting Started with BIDS](https://bids.neuroimaging.io/getting_started/index.html) +- [BIDS converters](https://bids.neuroimaging.io/tools/converters.html) for conversion of raw data to a BIDS dataset +- [BIDS specification](https://bids-specification.readthedocs.io) diff --git a/docs/user-guide-sharing/validating-files.md b/docs/user-guide-sharing/validating-files.md index ff3970aa..035f1fe1 100644 --- a/docs/user-guide-sharing/validating-files.md +++ b/docs/user-guide-sharing/validating-files.md @@ -1,4 +1,7 @@ -# Validating NWB Files +# Validating Files + +## Validating NWB Files + To be accepted by DANDI, NWB files must conform to criteria that are enforced via three levels of validation: ## NWB File Validation @@ -32,3 +35,7 @@ These requirements are specified in the Passing all of these levels of validation can sometimes be tricky. If you have any questions, please ask them via the [DANDI Help Desk](https://github.com/dandi/helpdesk/discussions) and we would be happy to assist you. + +## Validating BIDS Files + +Once your files are converted to the BIDS standard, perform validation of the files using the [BIDS validator](https://bids.neuroimaging.io/tools/validator.html). diff --git a/mkdocs.yml b/mkdocs.yml index fe1760e5..88233c65 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,7 +46,7 @@ nav: - NWB GUIDE: "user-guide-sharing/converting-data/nwb/nwb-guide.md" - NeuroConv: "user-guide-sharing/converting-data/nwb/neuroconv.md" - PyNWB and MatNWB: "user-guide-sharing/converting-data/nwb/pynwb-matnwb.md" - - Validating NWB Files: "user-guide-sharing/validating-files.md" + - Validating Files: "user-guide-sharing/validating-files.md" - Uploading Data: "user-guide-sharing/uploading-data.md" - Dandiset Metadata: "user-guide-sharing/dandiset-metadata.md" - Publishing Dandisets: "user-guide-sharing/publishing-dandisets.md"