From 3e7d0e0de7aba8f7d1788c39bf1c87bf1d632ee8 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 5 Sep 2017 17:00:38 +0000 Subject: [PATCH] Added datalad "super-dataset". --- doc/publicrepos.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/publicrepos.mdwn b/doc/publicrepos.mdwn index c3adf67391..cb08797a07 100644 --- a/doc/publicrepos.mdwn +++ b/doc/publicrepos.mdwn @@ -37,6 +37,11 @@ the public repositories that you can clone to try out git-annex. A slightly outdated mirror of http://ifarchive.org. Scripts should probably be written to update the archive regularly. +* [datasets.datalad.org](http://datasets.datalad.org) + A large (over 10TB of data) collection of DataLad (git-annex) datasets, providing access primarily + to public neural data resources. Organized via git submodule mechanism. Although underlying + repositories are pure git/git-annex repositories, use of datalad tool is advised for more functionality + (search, recursive operation, etc). It is regularly updated and enriched. This is a wiki -- add your own public repository to the list! See [[tips/centralized_git_repository_tutorial]].