-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·77 lines (73 loc) · 3.89 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Book settings
title: Physics 111
author: Firas Moosvi
logo: images/logo.png
copyright: ""
exclude_patterns: ["LICENSE.md", "README.md","files/*"]
only_build_toc_files: true
bibtex_bibfiles:
- about/citations.bib
latex:
latex_documents:
targetname: book.tex
html:
navbar_number_sections : false
home_page_in_navbar : true
baseurl : "https://firas.moosvi.com/courses/physics111/2022_WT1/" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
comments:
hypothesis: true
extra_footer : |
<div>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png"></a>
All content on this site (unless otherwise specified) is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 license</a>
</div>
repository:
url : https://github.com/ubco-cmps/physics111_course
path_to_book : ""
branch : main
sphinx:
config:
html_show_copyright: false
html_extra_path: ['files']
bibtex_reference_style: author_year
# html_theme_options:
# show_navbar_depth: 2
myst_enable_extensions:
- amsmath
- colon_fence
- deflist
- dollarmath
- html_image
- linkify
- substitution
myst_substitutions:
INSTRUCTOR: "Dr. Firas Moosvi (he/his/him)"
PRONOUNCE: "[Fur-az Moose-vee](https://namedrop.io/firasmoosvi)"
OFFICE: "SCI 393"
PHONE: "N/A"
COURSE_CODE: "PHYS 111"
SECTION: "001"
CREDITS: "3"
TITLE: "Introductory Physics for the Physical Sciences I"
PREREQS: "One of MATH 12, PREC 12, MATH 125, MATH 126 and PHYS 11 (Physics 12 is strongly recommended)."
COREQS: "Math 100"
TERM: "2022 Winter Term 1"
ROOM: "COM 201"
MEETING_TIMES: "Monday, Wednesday, Friday from 4-5 PM"
GRACE_PERIOD: "48 hour"
W_DATE_1: "11:59 PDT on September 19, 2022"
W_DATE_2: "11:59 PDT on November 18, 2022"
W_DATE_3: "November 18, 2022"
EXAM_PERIOD: "Sunday December 11th - Thursday, December 22"
CANVAS_ID: "100994"
CANVAS_LINK: "https://canvas.ubc.ca/courses/CANVAS_ID" # {{ '[course website]({link})'.format(link=CANVAS_LINK.replace('CANVAS_ID',CANVAS_ID)) }}
ZOOM_LINK: "[Zoom](https://canvas.ubc.ca/courses/CANVAS_ID/external_tools/15408)"
ANNOUNCEMENTS_LINK: "[Announcements](https://canvas.ubc.ca/courses/CANVAS_ID/announcements)"
COURSE_LINK: "https://firas.moosvi.com/courses/phys111/2022_WT1/"
#FORUM_LINK: "[Ed Discussion (sign up using your [email protected] email here)](https://edstem.org/us/join/4nxdAz)"
FORUM_LINK: "[Ed Discussion](https://edstem.org/us/join/4nxdAz)"
ANALYTICS_OPTOUT: "[complete this form](https://ubc.ca1.qualtrics.com/jfe/form/SV_0p6lP4TtNpJn410)"
FORMAT: "Lectures, tutorials, and labs will be held in-person. If technology permits, lectures will be recorded and posted. Labs and tutorials are not recorded."
ASSOCIATE_HEAD: "Dr. Jake Bobowski [[email protected]](mailto:[email protected]) or the Department Head Dr. John Braun at [[email protected]]([email protected])"
ANON_FEEDBACK: "[feedback form](https://ubc.ca1.qualtrics.com/jfe/form/SV_0824TfIWX0twm5o?course=phys111&term=2022_WT1)"
TEXTBOOK: "For this course, we are using the [OpenStax University Physics Volume 1](https://openstax.org/books/university-physics-volume-1/pages/1-introduction) textbook that is free and open source. The textbook is available on various tablets and e-readers, and if you must have a physical copy, you can order it online.<br><a href='https://openstax.org/books/university-physics-volume-1/pages/1-introduction'><img src='https://assets.openstax.org/oscms-prodcms/media/documents/university_physics-v1.png' width='250px' alt='Green background with the words University Physics Volume 1'></a>."