This is a repository containing links to various conferences and their talk recordings, slides, etc. In academia, these are called proceedings and that's as good a name as any.
To use this repository, you will need to install git-annex.
Once you have installed git-annex
, simply run
git clone git://github.com/RichiH/conference_proceedings.git
cd conference_proceedings
cd $interesting_conference
git annex get $interesting_talk
And git-annex will start downloading said talk all by itself. To download everything in a given directory and all of its subdirectories, simply run
git annex get .
, but please be aware that this can use a lot of disk space and cause a lot of traffic.
Contrary to my early workflow, I don't need pull requests/patch sets for the "git-annex" branch any more as long I can pull from your repository. If I can't pull directly, I will still the patchset for the "git-annex" branch.
Please use a fresh clone of this repository to import new talks; else you will leak information about your history via git-annex
' location tracking feature.