From bedf1b631e5be4b056545b01ad42a0d7ed84e48a Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 4 Sep 2023 20:51:31 -0400 Subject: [PATCH 1/2] Writing style improvements. --- docs/13_upload.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/13_upload.md b/docs/13_upload.md index 6b31b4a3..17b877f6 100644 --- a/docs/13_upload.md +++ b/docs/13_upload.md @@ -90,12 +90,11 @@ two different servers differ slightly. dandi validate . dandi upload - Note that `organize` steps should not be used if you preparing - BIDS dataset with the NWB files. - For upload to the development server, specify that explicitly via `-i` option, e.g. + Note that the `organize` steps should not be used if you are preparing a BIDS dataset with the NWB files. + Uploading to the development server is controlled via `-i` option, e.g. `dandi upload -i dandi-staging`. - Also note that validation is also done during `upload`, but ensuring compliance using `validate` prior upload helps to avoid errors during possibly lengthy upload process due to failing validation. - 6. Add metadata by visiting your Dandiset landing page: + Note that validation is also done during `upload`, but ensuring compliance using `validate` prior upload helps avoid interruptions of the lenthier upload process due to validation failures. + 6. Add metadata by visiting your Dandiset landing page: `https://dandiarchive.org/dandiset//draft` and clicking on the `METADATA` link. If you have an issue using the Python CLI, see the [Dandi Debugging section](./15_debugging.md). From 2d1fe47f3b7d6f9a00775760f26de8f8a8e68c37 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 5 Sep 2023 13:06:18 -0400 Subject: [PATCH 2/2] typo fix --- docs/13_upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/13_upload.md b/docs/13_upload.md index 17b877f6..cdafa31e 100644 --- a/docs/13_upload.md +++ b/docs/13_upload.md @@ -93,7 +93,7 @@ two different servers differ slightly. Note that the `organize` steps should not be used if you are preparing a BIDS dataset with the NWB files. Uploading to the development server is controlled via `-i` option, e.g. `dandi upload -i dandi-staging`. - Note that validation is also done during `upload`, but ensuring compliance using `validate` prior upload helps avoid interruptions of the lenthier upload process due to validation failures. + Note that validation is also done during `upload`, but ensuring compliance using `validate` prior upload helps avoid interruptions of the lengthier upload process due to validation failures. 6. Add metadata by visiting your Dandiset landing page: `https://dandiarchive.org/dandiset//draft` and clicking on the `METADATA` link.