GithubHelp home page GithubHelp logo

ngenetzky / conference_proceedings Goto Github PK

View Code? Open in Web Editor NEW

This project forked from richih/conference_proceedings

0.0 1.0 0.0 18.21 MB

Proceedings of various conferences

Shell 11.64% HTML 77.97% Makefile 5.15% Python 4.88% Nix 0.36%

conference_proceedings's Introduction

About this repository

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.

Using this repository

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.

Submitting patches

Please use a fresh clone of this repository to import new talks; else you will leak information about your history via git-annex's location tracking feature.

Please use git annex addurl --relaxed, so that git-annex only stores the url and not its hash, so that if a talk video is changed, the new version will be accepted.

For example:

git clone git://github.com/RichiH/conference_proceedings.git scratch
cd scratch

# trick to avoid adding another uuid to the repository; reuse web uuid
git config annex.version 5
git config annex.uuid 00000000-0000-0000-0000-000000000001

git annex addurl --relaxed ...
git commit -m "new talk"

Contrary to my earlier 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 steal the patchset for the "git-annex" branch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.