StanfordVL/cs131_notes

Name: cs131_notes

Owner: Stanford Vision and Learning Group

Description: Class notes for CS 131.

Created: 2017-08-21 21:27:39.0

Updated: 2018-01-18 10:28:26.0

Pushed: 2018-01-03 12:55:18.0

Homepage: null

Size: 146961

Language: TeX

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CS131 Computer Vision: Foundations and Applications

Instructions for creating class notes
Signup to write the notes for a particular lecture.

Here is the link (Stanford students only). Try and choose lectures that have no students signed up yet.

Overall workflow
  1. Fork this repository by clicking the “Fork” button on the top right of this page.

  2. Next, clone your forked repository into your local machine:

    clone github.com/YOUR_GITHUB_ACCOUNT/cs131_notes.git
    
  3. Give others permission to commit to your forked repository by clicking on “Settings” and then “Collaborators”.

  4. Write up the class notes.

  5. Push your changes to your forked repository.

  6. Send a pull request to the official repository.

Downloading the software and testing the repository.
  1. Download pdfltex so that you can compile the tex documents. You can also use Overleaf or Sharelatex to compile your tex documents.

  2. Go into the template folder and compile the format and template files:

    emplate
    

pdflatex format.tex bibtex format pdflatex format.tex

pdflatex template.tex bibtex template pdflatex template.tex

ake sure that template.pdf and format.pdf have been generated and are correctly
layed. Read format.pdf to understand how we expect the class notes to be
atted.

Writing class notes for a given lecture
reate a folder called `LectureXX` where `XX` is `01` for the first lecture
18` for the eighteenth lecture.

opy over template.tex and bibliography.bib to your folder.

cp template/template.tex lectureXX/lectureXX.tex cp template/bibliography.bib lectureXX/bibliography.bib

rite the lecture notes. Make sure to include pictures, references and
es. If you add images, make sure to give credit to the source of those
es.

ompile your lecture template to make sure that it formats correctly.

cd lectureXX pdflatex lectureXX.tex bibtex lectureXX pdflatex lectureXX.tex

ubmit a pull request to have your lecture notes merged.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.