Skip to content

Commit dd7ac16

Browse files
authored
Merge pull request #7 from firasm/syllabus_unsyllabus
Update course template to make it more modular
2 parents 7e8e8d8 + cc9913c commit dd7ac16

35 files changed

Lines changed: 739 additions & 635 deletions
-3.64 KB
Binary file not shown.
-24.3 KB
Binary file not shown.
-25.7 KB
Binary file not shown.

_build/.doctrees/about/faq.doctree

-3.18 KB
Binary file not shown.
-4.05 KB
Binary file not shown.
-219 KB
Binary file not shown.
-29 KB
Binary file not shown.
-2.69 KB
Binary file not shown.

_config.yml

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ copyright: ""
66
exclude_patterns: ["LICENSE.md", "README.md"]
77
only_build_toc_files: true
88

9+
bibtex_bibfiles:
10+
- about/citations.bib
11+
912
latex:
1013
latex_documents:
1114
targetname: book.tex
@@ -42,6 +45,7 @@ sphinx:
4245
config:
4346
html_show_copyright: false
4447
html_extra_path: ['files']
48+
bibtex_reference_style: author_year
4549
myst_enable_extensions:
4650
- amsmath
4751
- colon_fence
@@ -50,25 +54,36 @@ sphinx:
5054
- html_image
5155
- linkify
5256
- replacements
53-
- smartquotes
5457
- substitution
5558

5659
myst_substitutions:
57-
INSTRUCTOR: Dr. Firas Moosvi
58-
COURSE_CODE: PHYS 111
59-
PREREQS: One of MATH 12, PREC 12, MATH 125, MATH 126 and PHYS 11 (Physics 12 is strongly recommended).
60-
COREQS: Math 100
61-
FEES: $0
62-
TERM: 2020 Winter Term 2
63-
W_DATE_1: 11:59 PDT on January 22, 2021
64-
W_DATE_2: 11:59 PDT on March 26, 2021
65-
W_DATE_3: 11:59 PDT on March 26, 2021
66-
CANVAS_ID: '63995'
60+
INSTRUCTOR: "Dr. Firas Moosvi (he/his/him)"
61+
PRONOUNCE: "Fur-az Moose-vee"
62+
OFFICE: "ROOM 111"
63+
PHONE: "N/A"
64+
COURSE_CODE: "PHYS 111"
65+
SECTION: "001"
66+
CREDITS: "3"
67+
TITLE: "Introductory Physics for the Physical Sciences I"
68+
PREREQS: "One of MATH 12, PREC 12, MATH 125, MATH 126 and PHYS 11 (Physics 12 is strongly recommended)."
69+
COREQS: "Math 100"
70+
TERM: "2020 Winter Term 2"
71+
ROOM: "ROOM 100"
72+
MEETING_TIMES: "Monday, Wednesday, Friday from 1-2 PM"
73+
GRACE_PERIOD: "48 hour"
74+
W_DATE_1: "11:59 PDT on January 22, 2021"
75+
W_DATE_2: "11:59 PDT on March 26, 2021"
76+
W_DATE_3: "11:59 PDT on March 26, 2021"
77+
EXAM_PERIOD: "Friday December 10th - Wednesday, December 22"
78+
CANVAS_ID: "63995"
6779
ED_ID: xxxxxxxx
68-
LECTURE_TIMES: Thursdays at 14:00 PST
80+
CANVAS_LINK: "https://canvas.ubc.ca/courses/CANVAS_ID"
6981
ZOOM_LINK: "[Zoom](https://canvas.ubc.ca/courses/CANVAS_ID/external_tools/15408)"
70-
CU_LINK: "[Collaborate Ultra](https://canvas.ubc.ca/courses/CANVAS_ID/external_tools/5284)"
82+
# CU_LINK: "[Collaborate Ultra](https://canvas.ubc.ca/courses/CANVAS_ID/external_tools/5284)"
7183
ANNOUNCEMENTS_LINK: "[Canvas Announcements](https://canvas.ubc.ca/courses/CANVAS_ID/announcements)"
7284
COURSE_LINK: "https://firas.moosvi.com/courses/cosc123"
7385
FORUM_LINK: "[Ed Discussion](https://us.edstem.org/JOIN_LINK/)"
7486
ANALYTICS_OPTOUT: "[complete this form](https://ubc.ca1.qualtrics.com/jfe/form/xxxxxxxxxx)"
87+
FORMAT: "Lectures, Labs, Tutorials and they will all be running online in this course."
88+
ASSOCIATE_HEAD: "Jake Bobowski [jake.bobowski@ubc.ca](mailto:jake.bobowski@ubc.ca)"
89+
ANON_FEEDBACK: "[feedback form](https://cbc.ca)"

_toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
format: jb-book
2-
root: about/syllabus
2+
root: about/unsyllabus
33
parts:
44
- caption: About this course
55
chapters:
6+
- file: about/syllabus
7+
- file: about/unsyllabus2
68
- file: about/course_schedule
79
- file: about/accommodations
810
- file: about/doing_well

0 commit comments

Comments
 (0)