summaryrefslogtreecommitdiff
path: root/doc/publicrepos.mdwn
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 /doc/publicrepos.mdwn
parent0890bfbce4dffda60a481a87f96fa149bf354a85 (diff)
link to datalad sofware project and the studyforrest fMRI dataset git-annex repo. cool stuff
Diffstat (limited to 'doc/publicrepos.mdwn')
-rw-r--r--doc/publicrepos.mdwn7
1 files changed, 7 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]].