-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·108 lines (97 loc) · 3.93 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
100
101
102
103
104
105
106
107
108
# Book settings
title: CPSC 203
author: Firas Moosvi and Ian M. Mitchell
logo: images/logo.png
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/cpsc203"
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/cpsc203
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: "Ian M. Mitchell (he/his/him)"
PRONOUNCE: "ee-en mitch-ell"
OFFICE: "ICCS 223"
PHONE: "N/A"
# Course Information
COURSE_CODE: "CPSC 203"
SECTION: "201"
CREDITS: "3"
TITLE: "Programming, Problem Solving, and Algorithms"
PREREQS: "Pre-reqs: One of CPSC 103, CPSC 110, APSC 160, EOSC 211, MATH 210, PHYS 210, COMM 337."
COREQS: "N/A"
TERM: "2024 Winter Term 2"
ROOM: "SWNG 221"
MEETING_TIMES: "Tuesday, Thursday from 12:30 -14:00"
# FORMAT: "Lectures, Labs, Tutorials will all be running in-person."
# Important Links
CANVAS_ID: "152117"
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://ubc-cs.github.io/cpsc203/"
FORUM_LINK: "[Piazza](https://piazza.com/ubc.ca/winterterm22024/cpsc203/home)"
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=cpsc203&term=2023_WT2)"
#ASSOCIATE_HEAD: "Associate Head [[email protected]](mailto:[email protected])"
#ANALYTICS_OPTOUT: "[complete this form](https://ubc.ca1.qualtrics.com/jfe/form/SV_0p6lP4TtNpJn410/?course=cpsc203&term=2023_WT2)"
# Withdrawal Dates and Exam Period
# https://vancouver.calendar.ubc.ca/dates-and-deadlines
W_DATE_1: "11:59 PDT on Friday, January 17, 2025"
W_DATE_2: "11:59 PDT on Friday, March 7, 2025"
W_DATE_3: "11:59 PDT on Friday, March 7, 2025"
EXAM_PERIOD: "Saturday April 12th - Sunday, April 27, 2025"
# Course Policies
GRACE_PERIOD: "48 hours"
# TA Names
TA1: "Minh Anh Nguyen"
TA1pronounce: "ming ang"
TA2: "Aryan Ballani"
TA2pronounce: "ar-yan"
#TA3: "Minh Anh Nguyen"
#TA3pronounce: "Ming Ang"