-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
109 lines (98 loc) · 3.97 KB
/
_config.yml
File metadata and controls
109 lines (98 loc) · 3.97 KB
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
100
101
102
103
104
105
106
107
108
109
# Book settings
title: CPSC 100
author: Kemi Ola, Jessica Wong, 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: "UBC-CS/cpsc100"
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/UBC-CS/cpsc100
path_to_book : ""
branch : main
sphinx:
config:
html_show_copyright: false
html_extra_path: ['files']
bibtex_reference_style: author_year
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: "ICCS 253"
PHONE: "N/A"
# Course Information
COURSE_CODE: "CPSC 100"
SECTION: "201"
CREDITS: "3"
TITLE: "Computational Thinking"
PREREQS: "Pre-reqs: None. Not for students with existing credit for or exemption from CPSC 103, 107, CPSC 110 or APSC 160."
COREQS: "N/A"
TERM: "2025 Winter Term 2"
ROOM: "ESB 1012"
MEETING_TIMES: "Monday, Wednesday, Friday 15:00-16:00"
# FORMAT: "Lectures, Labs, Tutorials will all be running in-person."
# Important Links
CANVAS_ID: "175706"
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/cpsc100/2025W2"
FORUM_LINK: "[Ed Discussion](https://canvas.ubc.ca/courses/175706/external_tools/61381?display=borderless)"
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=cpsc100&term=2025W2)"
ASSOCIATE_HEAD: "Associate Head Undergrad [ah-ugrad@cs.ubc.ca](mailto:ah-ugrad@cs.ubc.ca)"
ANALYTICS_OPTOUT: "[complete this form](https://ubc.ca1.qualtrics.com/jfe/form/SV_0p6lP4TtNpJn410/?course=cpsc100&term=2025W2)"
# Withdrawal Dates and Exam Period
# https://vancouver.calendar.ubc.ca/dates-and-deadlines
W_DATE_1: "11:59 PDT on Friday, January 16, 2026"
W_DATE_2: "11:59 PDT on Friday, March 6, 2026"
W_DATE_3: "11:59 PDT on Friday, March 6, 2026"
EXAM_PERIOD: "Tuesday April 14th - Sunday, April 25th, 2026"
# Course Policies
GRACE_PERIOD: "48 hours"
# TA Names
TA4: "Victoria"
TA4pronounce: "vik-TOR-ee-uh"
TA2: "Hae Ji"
TA2pronounce: "HAY-ji"
TA3: "Parsa"
TA3pronounce: "par-SAH"
TA1: "Yuri"
TA1pronounce: "YOO-ri"