Skip to content
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

Add instructions for contributing to an existing dataset #14

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions docs/upload.md
Original file line number Diff line number Diff line change
@@ -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

Check failure on line 12 in docs/upload.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

Contribue ==> Contribute
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:
Expand Down
Loading