Skip to content

Commit 73daee5

Browse files
authored
Merge pull request sampsyo#552 from keikun555/2025fa
Added TA
2 parents 2bf9838 + e8f2286 commit 73daee5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# Ignore vim swap files
2+
*.swp
3+
*.swo
4+
15
.DS_Store
26
public/

content/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ template = "home.html"
77
**Instructor:** [Adrian Sampson][adrian]
88
**When:** Tuesday and Thursday, 10:10–11:25am
99
**Where:** Gates 114 & Bloomberg 91
10-
**Office hours:** by appointment (DM Adrian on [Zulip][] to find a time)
10+
**Office hours:** by appointment (DM Adrian on [Zulip][] to find a time)
11+
**TA:** [Kei Imada][kei]
1112

1213
Read & [subscribe][rss] to our [course blog][blog]!
1314
You can also clone the [source code][gh] for this course.
@@ -20,6 +21,7 @@ Anyone can follow along with [a self-guided version of the course][self-guided].
2021
If you do, please fill out [this feedback survey][form] when you're done.
2122

2223
[adrian]: https://www.cs.cornell.edu/~asampson/
24+
[kei]: https://keikun555.github.io/
2325
[zulip]: https://cs6120.zulipchat.com
2426
[blog]: @/blog/_index.md
2527
[rss]: rss.xml

0 commit comments

Comments
 (0)