-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
55 lines (44 loc) · 2.05 KB
/
teaching.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>
Matthew vonAllmen
</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Vollkorn&display=swap">
<link rel="stylesheet" href="main.css" type="text/css"/>
</head>
<body>
<div class="nav">
<div class="off"><a href="index.html">About</a></div>
<div class="off"><a href="publications.html">Publications</a></div>
<div class="off"> <a href="Linked documents/CV Matthew vonAllmen.pdf" target="_blank">CV</a></div>
<div class="off"><a href="teaching.html">Teaching</a></div>
<!-- <div class="on"><a href="seminar.html">Seminar</a></div> -->
</div>
<div id="empty"></div>
<div id="contentpane">
<div id="content">
<div>
<h4>Teaching</h4>
<p>
<i><h5>Northwestern University</h5></i>
<ul>
<li>TA for COMP_SCI 336: Design & Analysis of Algorithms, Fall 2024</li>
<li>TA for COMP_SCI 213: Intro to Computer Systems, Fall 2022</li>
<li>TA for COMP_SCI 496: AI and Experimental Narrative, Spring 2022</li>
</ul>
<i><h5>Harvey Mudd College</h5></i>
<ul>
<li>Tutor/grader for Neural Networks, Fall 2018</li>
</ul>
</p>
</div>
</div>
</div>
<div id="buffer"></div>
<div id="footer"> <div>Template by Kira Goldner©</div> </div>
<!-- If you really feel uncomfortable with giving me credit by name on your site, rather than deleting, please at lease uncomment and use the following logo credit. -->
<!--div id="footer"><div id="logo"> <a href="https://www.kiragoldner.com/" target="_blank"><img src="https://www.kiragoldner.com/favicon.png" width="12pt"/></a></div><div>© Template</div-->
</body>
</html>