- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Including EMBER related instructions #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| 
 | 
| 1. **Upload the data to DANDI.** This can either be done through the NWB GUIDE, or programmatically: | ||
|  | ||
| dandi download https://dandiarchive.org/dandiset/<dataset_id>/draft | ||
| dandi download https://dandi.emberarchive.org/<dataset_id>/draft | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be
        dandi download https://dandi.emberarchive.org/dandiset/<dataset_id>/draft
or
        dandi download https://dandi.emberarchive.org/<dataset_id>/draft
| - **Main server**: [https://dandiarchive.org/](https://dandiarchive.org/) - This is the primary platform for most users. | ||
| - **Staging server**: [https://gui-staging.dandiarchive.org/](https://gui-staging.dandiarchive.org/) - Ideal for training and testing purposes. | ||
| - **Main server**: [https://dandi.emberarchive.org](https://dandi.emberarchive.org) - This is the primary platform for most users using EMBER-DANDI. | ||
| - **Staging server**: [https://dandi.emberarchive.org](https://dandi.emberarchive.org) - Ideal for training and testing purposes. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **Staging server**: [https://dandi.emberarchive.org](https://dandi.emberarchive.org) - Ideal for training and testing purposes. | |
| - **Staging server**: [https://sandbox--ember-dandi-archive.netlify.app](https://sandbox--ember-dandi-archive.netlify.app/) - Ideal for training and testing purposes. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, @laurendiaz @sandyhider -- do we even want to advertise the sandbox? Maybe no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Nicole Stock is right. The sandbox is really for us to test with. We don't want other people uploading to it, unless we specifically ask them to, for a specific test case.
Updates to DANDI upload documentation