aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-12 16:01:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-12 16:01:03 -0400
commit6f1f7ce87404c8d3be8c1645dc94c0d1480327dc (patch)
treef9f56d5a4d53d3487eef4a3282318fabe64cbc64
parent0890bfbce4dffda60a481a87f96fa149bf354a85 (diff)
link to datalad sofware project and the studyforrest fMRI dataset git-annex repo. cool stuff
-rw-r--r--doc/publicrepos.mdwn7
-rw-r--r--doc/related_software.mdwn2
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/publicrepos.mdwn b/doc/publicrepos.mdwn
index 625522d34..9b35570d9 100644
--- a/doc/publicrepos.mdwn
+++ b/doc/publicrepos.mdwn
@@ -5,15 +5,22 @@ the public repositories that you can clone to try out git-annex.
`git clone https://downloads.kitenet.net/.git/`
Various downloads of things produced by Joey Hess, including git-annex
builds and videos.
+
* debconf-share
`git clone http://annex.debconf.org/debconf-share/.git/`
[DebConf](http://debconf.org/) Media, photos, videos, etc.
+
* [conference-proceedings](https://github.com/RichiH/conference_proceedings)
`git clone https://github.com/RichiH/conference_proceedings.git`
A growing collection of videos of technology conferences.
Submit a pull request to add your own!
+
* [ocharles's papers](https://github.com/ocharles/papers)
Lots of CS papers read by [Oliver](http://ocharles.org.uk/blog/).
+* [MRI brain scan data](http://studyforrest.org/pages/access.html)
+ `git clone http://psydata.ovgu.de/forrest_gump/.git studyforrest`
+ High-resolution, ultra-highfield fMRI dataset on auditory perception.
+
This is a wiki -- add your own public repository to the list!
See [[tips/centralized_git_repository_tutorial]].
diff --git a/doc/related_software.mdwn b/doc/related_software.mdwn
index 43ffe0597..1e5c0f6b0 100644
--- a/doc/related_software.mdwn
+++ b/doc/related_software.mdwn
@@ -13,3 +13,5 @@ designed to interoperate with it.
* [git annex darktable integration](https://github.com/xxv/darktable-git-annex)
* [Magit](http://github.com/magit/magit), an Emacs mode for Git, has
[an extension](https://github.com/magit/magit-annex) for git annex.
+* [DataLad](http://datalad.org/) uses git-annex to provide access to
+ scientific data available from various sources.