Skip to content

Commit 6ddea4e

Browse files
committed
updated teaching for the 2026-2027 year
1 parent d4273f8 commit 6ddea4e

2 files changed

Lines changed: 57 additions & 3 deletions

File tree

config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
baseURL: "https://ktychan.github.io"
2-
languageCode: "en-ca"
1+
baseURL: "https://ktychan.github.io/"
2+
locale: "en-ca"
33
title: "Kelvin Chan"
44
markup:
55
goldmark:
66
renderer:
77
unsafe: true
8+
security:
9+
allowContent:
10+
- "text/html"
11+
- "text/org"
12+
- "text/markdown"

content/teaching.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Teaching
33
weight: 200
4-
date: "2025-08-05"
4+
date: "2026-06-03"
55
---
66

77
If you are a UWO student looking for course websites, please visit [owl.uwo.ca](https://owl.uwo.ca).
@@ -15,6 +15,52 @@ If you are a UWO student looking for course websites, please visit [owl.uwo.ca](
1515
</tr>
1616
</thead>
1717
<tbody>
18+
<!------------------>
19+
<!-- 2026 to 2027 -->
20+
<!------------------>
21+
<tr class="courses-year">
22+
<td colspan="3">2026 - 2027</td>
23+
</tr>
24+
<tr>
25+
<td>Calc 1000A</td>
26+
<td>004, 005</td>
27+
<td>
28+
<a href="https://westerncalendar.uwo.ca/Courses.cfm?CourseAcadCalendarID=MAIN_013890_1&SelectedCalendar=Live&ArchiveID=">
29+
Calculus I
30+
</a>
31+
</td>
32+
</tr>
33+
<tr>
34+
<td>ApplMath 1201B</td>
35+
<td>coordination</td>
36+
<td>
37+
<a href="https://westerncalendar.uwo.ca/Courses.cfm?CourseAcadCalendarID=MAIN_022954_1&SelectedCalendar=Live&ArchiveID=">
38+
Calculus & Probability with Biological Applications
39+
</a>
40+
</td>
41+
</tr>
42+
<tr>
43+
<td>Calc 1501B</td>
44+
<td>001, 002</td>
45+
<td>
46+
<a href="https://westerncalendar.uwo.ca/Courses.cfm?CourseAcadCalendarID=MAIN_013891_1&SelectedCalendar=Live&ArchiveID=">
47+
Calculus II for mathematical and physical sciences
48+
</a>
49+
</td>
50+
</tr>
51+
<tr>
52+
<td>Calc 2402A</td>
53+
<td>001</td>
54+
<td>
55+
<a href="https://westerncalendar.uwo.ca/Courses.cfm?CourseAcadCalendarID=MAIN_022358_1&SelectedCalendar=Live&ArchiveID=">
56+
Calculus with analysis for statistics
57+
</a>
58+
</td>
59+
</tr>
60+
61+
<!------------------>
62+
<!-- 2025 to 2026 -->
63+
<!------------------>
1864
<tr class="courses-year">
1965
<td colspan="3">2025 - 2026</td>
2066
</tr>
@@ -46,6 +92,9 @@ If you are a UWO student looking for course websites, please visit [owl.uwo.ca](
4692
</td>
4793
</tr>
4894

95+
<!------------------>
96+
<!-- 2024 to 2025 -->
97+
<!------------------>
4998
<tr class="courses-year">
5099
<td colspan="3">2024 - 2025</td>
51100
</tr>

0 commit comments

Comments
 (0)