-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
executable file
·99 lines (89 loc) · 3.65 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Book settings
title: Physics 111
author: Firas Moosvi
logo: images/logo.jpg
copyright: ""
exclude_patterns: ["LICENSE.md", "README.md"]
only_build_toc_files: true
bibtex_bibfiles:
- about/citations.bib
latex:
latex_documents:
targetname: book.tex
html:
home_page_in_navbar : true
use_repository_button: true
use_issues_button: true
use_edit_page_button: true
navbar_number_sections : false
announcement: "Use this JupyterBook as a <a href='https://github.com/firasm/jupyterbook_course_template' style='color:pink;'>template by clicking here</a>!" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
# google_analytics_id: UA-11111111 # add your Google Analytics Tracking Code
comments:
hypothesis: false
utterances:
repo: "firasm/jupyterbook_course_template"
dokieli: false
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>
launch_buttons:
notebook_interface : "jupyterlab"
binderhub_url : "https://mybinder.org"
thebe : true
repository:
url : https://github.com/firasm/jupyterbook_course_template
path_to_book : ""
branch : main
sphinx:
config:
html_show_copyright: false
html_extra_path: ['files']
bibtex_reference_style: author_year
myst_heading_anchors: true
myst_heading_anchors: 3
myst_enable_extensions:
- amsmath
- colon_fence
- deflist
- dollarmath
- html_image
- linkify
- replacements
- substitution
myst_substitutions:
# Instructor information
INSTRUCTOR: "Dr. Firas Moosvi (he/his/him)"
PRONOUNCE: "Fur-az Moose-vee"
OFFICE: "ROOM 111"
PHONE: "N/A"
# Course Information
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: "2023 Winter Term 2"
ROOM: "ROOM 100"
MEETING_TIMES: "Monday, Wednesday, Friday from 1-2 PM"
# FORMAT: "Lectures, Labs, Tutorials will all be running in-person."
# Important Links
CANVAS_ID: "63995"
CANVAS_LINK: "https://canvas.ubc.ca/courses/CANVAS_ID"
ZOOM_LINK: "[Zoom](https://canvas.ubc.ca/courses/CANVAS_ID/external_tools/15408)"
ANNOUNCEMENTS_LINK: "[Canvas Announcements](https://canvas.ubc.ca/courses/CANVAS_ID/announcements)"
COURSE_LINK: "https://firas.moosvi.com/courses/cosc123"
FORUM_LINK: "[Ed Discussion](https://edstem.org/us/join/fgh45hfgh)"
TEXTBOOK: "We will not be needing a textbook for this course as you will be provided all the notes you need via the course website and linked materials."
ANON_FEEDBACK: "[feedback form](https://ubc.ca1.qualtrics.com/?course=cosc123&term=2022_WT1)"
ASSOCIATE_HEAD: "Associate Head [associate.head@fakeemail.ca](mailto:associate.head@fakeemail.ca)"
ANALYTICS_OPTOUT: "[complete this form](https://ubc.ca1.qualtrics.com/jfe/form/xxxxxxxxxx)"
# Withdrawal Dates and Exam Period
W_DATE_1: "11:59 PDT on January 22, 2024"
W_DATE_2: "11:59 PDT on March 26, 2024"
W_DATE_3: "11:59 PDT on March 26, 2024"
EXAM_PERIOD: "Friday December 10th - Wednesday, December 22"
# Course Policies
GRACE_PERIOD: "48 hour"