Skip to content

Commit c31f971

Browse files
authored
Merge pull request #214 from dandi/enh-datalad
Fix formatting and add image for DataLad dandisets organization
2 parents 62540b4 + e2b23e1 commit c31f971

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/img/web_github_dandisets.png

363 KB
Loading

docs/user-guide-using/accessing-data/downloading.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,21 @@ For example:
8181
## Using DataLad
8282

8383
All dandisets are regularly mirrored to DataLad datasets which are made available at the GitHub organization https://github.com/dandisets.
84+
85+
<img
86+
src="../../../img/web_github_dandisets.png"
87+
alt="web_dandiset_files"
88+
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
89+
90+
Each Dandiset is represented as a separate DataLad dataset.
91+
<https://github.com/dandi/dandisets/> is a [DataLad superdataset](https://handbook.datalad.org/en/latest/glossary.html#term-DataLad-superdataset) that includes all individual Dandiset datasets as subdatasets ([git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)).
8492
Where present, individual [Zarr](https://zarr.dev/) files are included as subdatasets ([git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)) hosted in the GitHub organization <https://github.com/dandizarrs/>.
8593

8694
The Git revision histories of each dataset reflect the Dandiset's draft state as of each execution of the mirroring job.
8795
Published Dandiset versions are tagged with Git tags.
8896

8997
With DataLad, you can:
98+
9099
- clone an entire dataset,
91100
- use a specific version of it,
92101
- explore history of modifications,

0 commit comments

Comments
 (0)