Skip to content

Commit 7538a34

Browse files
authoredFeb 9, 2019
Update README.md
1 parent 5dbb20e commit 7538a34

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
 

‎README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ This repository is adapted from [StanfordVL's CS131 repository](https://github.c
44

55
## Instructions for creating class notes
66

7-
### Signup to write the notes for a particular lecture.
8-
9-
[Here is the link](https://docs.google.com/spreadsheets/). Try and choose lectures that have no students signed up yet.
7+
As a scribe for the course, you have been assigned to the scribe role by Min and Wee Sun for a specific lecture as indicated in the Google Sheet that is pinned to the [Slack channel](https://cs6101.slack.com). The below instructions then apply when this duty is rotated to you.
108

119
### Overall workflow
1210
1. Fork this repository by clicking the "Fork" button on the top right of [this
@@ -46,13 +44,14 @@ displayed. Read format.pdf to understand how we expect the class notes to be
4644
formatted.
4745

4846
### Writing class notes for a given lecture
49-
1. Create a folder called `LectureXX` where `XX` is `01` for the first lecture
50-
or `18` for the eighteenth lecture.
47+
1. Create a folder called `wXX` where `XX` is `03` for the first lecture (since the course starts on Week 3
48+
or `13` for the final, thirteenth lecture. For the recess week, the naming should be 'w-recess'. These names
49+
should be congruent to those in the Slack preparation channels.
5150

5251
2. Copy over template.tex and bibliography.bib to your folder.
5352
```
54-
cp template/template.tex lectureXX/lectureXX.tex
55-
cp template/bibliography.bib lectureXX/bibliography.bib
53+
cp template/template.tex wXX/wXX.tex
54+
cp template/bibliography.bib wXX/bibliography.bib
5655
```
5756

5857
3. Write the lecture notes. Make sure to include pictures, references and
@@ -61,10 +60,10 @@ images.
6160

6261
4. Compile your lecture template to make sure that it formats correctly.
6362
```
64-
cd lectureXX
65-
pdflatex lectureXX.tex
66-
bibtex lectureXX
67-
pdflatex lectureXX.tex
63+
cd wXX
64+
pdflatex wXX.tex
65+
bibtex wXX
66+
pdflatex wXX.tex
6867
```
6968

7069
5. Submit a pull request to have your lecture notes merged.

0 commit comments

Comments
 (0)
Please sign in to comment.