From 7b4a8211e49757626afca039ee1b7203f779dfe4 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Tue, 23 Jul 2024 09:16:45 -0500 Subject: [PATCH 1/2] Add instructions for contributing to an existing dataset --- docs/upload.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/upload.md b/docs/upload.md index a720cc7..69eb1b5 100644 --- a/docs/upload.md +++ b/docs/upload.md @@ -1,8 +1,18 @@ # Uploading data to lincbrain.org **Note:** The steps below require access to https://lincbrain.org, which is a private repository for LINC project investigators. -## Create a new dataset -A dataset refers to a collection of brains that have been processed and imaged in a similar way. It typically contains data from multiple brains or samples, possibly imaged with multiple modalities. Log into lincbrain.org and click on the `NEW DATASET` button at the top right of the page. Fill out the title, description, and license. (The license option exists only because lincbrain.org is a clone of DANDI. It has no effect here, as lincbrain.org is a private repository.) Click on the `REGISTER DATASET` button to create the new dataset. +## Create a new dataset or contribute to an existing dataset +A dataset refers to a collection of brains that have been processed and imaged in a similar way. It typically contains data from multiple brains or samples, possibly imaged with multiple modalities. + +1. Create a new dataset + 1. Log into the [LINC Data Platform](lincbrain.org). + 1. Click on the `NEW DATASET` button at the top right of the page. + 1. Fill out the title, description, and license. (The license option exists only because lincbrain.org is a clone of DANDI. It has no effect here, as lincbrain.org is a private repository.) + 1. Click on the `REGISTER DATASET` button to create the new dataset. +1. Contribue to an existing dataset + 1. Log into the [LINC Data Platform](lincbrain.org). + 1. Browse the existing datasets under the [SHARED DATASETS](https://lincbrain.org/dandiset) tab. + 1. Contact the `Owner` by email requesting that they add you as an `Owner` of the dataset. ## Install the lincbrain command-line interface (CLI) On your local machine, install the [lincbrain CLI package](https://pypi.org/project/lincbrain-cli/) in a python environment: From 5d24a8438e0d706731925daefb4acb93e6c2370e Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Tue, 23 Jul 2024 09:25:44 -0500 Subject: [PATCH 2/2] Fix typo --- docs/upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upload.md b/docs/upload.md index 69eb1b5..545ff5c 100644 --- a/docs/upload.md +++ b/docs/upload.md @@ -9,7 +9,7 @@ A dataset refers to a collection of brains that have been processed and imaged i 1. Click on the `NEW DATASET` button at the top right of the page. 1. Fill out the title, description, and license. (The license option exists only because lincbrain.org is a clone of DANDI. It has no effect here, as lincbrain.org is a private repository.) 1. Click on the `REGISTER DATASET` button to create the new dataset. -1. Contribue to an existing dataset +1. Contribute to an existing dataset 1. Log into the [LINC Data Platform](lincbrain.org). 1. Browse the existing datasets under the [SHARED DATASETS](https://lincbrain.org/dandiset) tab. 1. Contact the `Owner` by email requesting that they add you as an `Owner` of the dataset.