-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·83 lines (79 loc) · 3.31 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
# Book settings
title: DATA 540
author: Firas Moosvi
logo: images/logo.jpg
copyright: ""
exclude_patterns: ["LICENSE.md", "README.md","instructor_files/*"]
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
baseurl : "https://firas.moosvi.com/courses/2021_WT1/data540/" # 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: "ubco-cmps/data540_course"
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/ubco-mds-2021/data540/
path_to_book : ""
branch : main
sphinx:
config:
html_show_copyright: false
html_extra_path: ['files']
bibtex_reference_style: author_year
myst_enable_extensions:
- amsmath
- colon_fence
- deflist
- dollarmath
- html_image
- linkify
- substitution
myst_substitutions:
INSTRUCTOR: "Dr. Firas Moosvi (he/his/him)"
TA: "Amanat"
PRONOUNCE: "[Fur-az Moose-vee](https://namedrop.io/firasmoosvi)"
OFFICE: "SCI 393"
PHONE: "N/A"
COURSE_CODE: "DATA 540"
SECTION: "001"
CREDITS: "1"
TITLE: "Databases and Data Retrieval"
PREREQS: "N/A"
COREQS: "N/A"
TERM: "2021 Winter Term 1"
ROOM: "In-person, and live-streamed onZoom"
MEETING_TIMES: "Tuesday, Thursdar from 11:00 - 12:30 PM"
LAB_TIMES: "Mondays 13:30 - 15:30 PM"
GRACE_PERIOD: "48 hour"
# W_DATE_1: "11:59 PDT on September 20, 2021"
# W_DATE_2: "11:59 PDT on November 12, 2021"
# W_DATE_3: "November 12, 2021"
# EXAM_PERIOD: "Saturday December 11th - Wednesday, December 22"
CANVAS_ID: "81870"
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/2021_WT1/data540"
FORUM_LINK: "Slack"
FORUM_LINK: "[Slack](https://join.slack.com/t/ubcomds2021/shared_invite/zt-vdpj5z3q-Yo5FFNfW7fOXGHh7Ib4pNg)"
ANALYTICS_OPTOUT: "[complete this form](https://ubc.ca1.qualtrics.com/jfe/form/SV_0p6lP4TtNpJn410)"
FORMAT: "Lectures and Labs will be running in-person in this course."
ASSOCIATE_HEAD: "Jeff Andrews [[email protected]](mailto:[email protected]) or Khalad Hasan [[email protected]](mailto:[email protected])"
ANON_FEEDBACK: "[feedback form](https://ubc.ca1.qualtrics.com/jfe/form/SV_b9g4ysZaap6Udbn)"