Creating a Dandiset¶
This page provides instructions for creating a new Dandiset on DANDI.
Prerequisites¶
Before creating a Dandiset, you should:
- Register for DANDI and obtain an API key. To create a new Dandiset, you need to have a DANDI account.
- If you do not already have an account, see Create a DANDI Account page for instructions.
- Once you are logged in, copy your API key by clicking on your user initials in the top-right corner after logging in.
-
Production (https://dandiarchive.org) and staging (https://gui-staging.dandiarchive.org) servers have different API keys and different logins.
-
Choose a server.
- Production server: https://dandiarchive.org. This is the main server for DANDI and should be used for sharing neuroscience data. When you create a Dandiset, a permanent ID is automatically assigned to it. This Dandiset can be fully public or embargoed according to NIH policy. All data are uploaded as draft and can be adjusted before publishing on the production server.
- Development server: https://gui-staging.dandiarchive.org. This server is for testing and learning how to use DANDI. It is not recommended for sharing data, but is recommended for testing the DANDI CLI and GUI or as a testing platform for developers. Note that the development server should not be used to stage your data.
Creating a New Dandiset¶
- Create a new Dandiset.
- Click
NEW DANDISET
in the Web application (top right corner) after logging in. - You will be asked to enter basic metadata: a name (title) and description (abstract) for your dataset.
-
After you provide a name and description, the dataset identifier will be created; we will call this
<dataset_id>
. -
Add metadata to the Dandiset.
- Visit your Dandiset landing page:
https://dandiarchive.org/dandiset/<dataset_id>/draft
and click on theMETADATA
link. - Fill in the required metadata fields. For more information on Dandiset metadata, see the Dandiset Metadata page.
Next Steps¶
After creating your Dandiset, you'll need to:
- Convert your data to NWB format
- Validate your NWB files
- Upload your data to DANDI
- Publish your Dandiset when you're ready to share it with the community