Skip to content
Eugene Wu edited this page Nov 9, 2016 · 1 revision

Setup

Managing your project

  • I like to keep one repo per project, but makes releasing code more of a pain:

      SUPERPROJECT/
        docs/
          sigmod_16/
          vldb_16/
          README.md            -- all project notes
        src/
          allmycode/
    
  • See /docs/example16 for an example folder structure and latex template

  • David Blei's lab manages their publications in a single repository: https://github.com/blei-lab/publications

Clone this wiki locally