-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
190 lines (153 loc) · 7.52 KB
/
teaching.html
File metadata and controls
190 lines (153 loc) · 7.52 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Katherine A. Keith</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Nunito" />
<!-- add icons -->
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<script src="https://kit.fontawesome.com/f1a62b90a7.js" crossorigin="anonymous"></script>
<meta name="theme-color" content="#fafafa">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- CREATE SCROLLABLE CONTENT -->
<style>
/*stuff for the scrollbar*/
.scrollable {
height: 400px; /* or any value */
overflow-y: scroll;
}
.scrollarea-content {
min-height:101%;
}
::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, .5);
box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
</style>
</head>
<body>
<!-- Add your site or application content here -->
<!--Website header-->
<div id="introduction-wrapper">
<img id="main-profile-pic" src="./images/kk.jpg" alt="Katherine Keith">
<div id="bio">
<h1>Katherine A. Keith</h1>
<p></p>
<p style="margin: 0"> <i class="fa-solid fa-envelope fa-lg"></i> kak5 (at) williams (dot) edu</p>
<p style="margin: 0"><i class="fa-solid fa-file fa-lg"></i> <a href="vita/cv.pdf">curriculum vitae (CV)</a></p>
<p></p>
<div class="social">
<span class="schol"><a href="https://www.semanticscholar.org/author/Katherine-A.-Keith/145137850"><i class="ai ai-semantic-scholar-square ai-2x"></i></a> </span>
<span class="gh"><a href="https://scholar.google.com/citations?user=8848cTsAAAAJ&hl=en"><i class="ai ai-google-scholar-square ai-2x"></i> </a> </span>
<span class="lin"><a href="https://www.linkedin.com/in/katherine-keith-ph-d-96b66b44/"><i class="fa-brands fa-linkedin fa-2x"></i></a> </span>
<span class="gh"><a href="https://github.com/kakeith"><i class="fa-brands fa-github fa-2x"></i></i>
</a> </span>
<span class="bsky"><a rel="me" href="https://bsky.app/profile/katakeith.bsky.social"><i class="fa-brands fa-bluesky fa-2x"></i></a> </span>
<!-- </a> </span>
<span class="twit"><a href="https://twitter.com/katakeith"><i class="fab fa-twitter-square fa-2x"></i></a> </span>
<span class="mast"><a rel="me" href="https://sigmoid.social/@katakeith"><i class="fab fa-mastodon fa-2x"></i></a> </span> -->
</div>
</div>
</div>
<!--end of website header-->
<!--Navigation bar-->
<div id="menu">
<div>
<a href="index.html">Home</a>
</div>
<div>
<a href="research.html">Research</a>
</div>
<div>
<a href="teaching.html">Teaching</a>
</div>
<script>
$(function () {
const current = window.location.pathname.split("/");
$('#menu div a').each(function(){
const $this = $(this);
// if the current path is like this link, make it active
if (current.indexOf($this.attr("href")) !== -1) {
$this.parent().addClass("now");
}
})
});
</script>
</div>
<!--end of Navigation bar-->
<!--Actual tab content-->
<div id="main">
<h2>Classes</h2>
<ul class="list_no_dot">
<li><a href="https://www.cs.williams.edu/~kkeith/teaching/s25/cs136/index.html">CSCI 136: Data Structures & Advanced Programming</a></li>
<li>Williams College, Spring 2025</li>
<em>2 lecture sections, 4 lab sections, 52 students, 11 TAs</em>
</ul>
<ul class="list_no_dot">
<li><a href="https://www.cs.williams.edu/~kkeith/teaching/f24/cs375/">CSCI 375: Natural Language Processing</a></li>
<li>Williams College, Fall 2024</li>
<em>1 lecture section, 26 students, 1 TA</em>
</ul>
<ul class="list_no_dot">
<li><a href="https://www.cs.williams.edu/~kkeith/teaching/s24/cs136/">CSCI 136: Data Structures & Advanced Programming</a></li>
<li>Williams College, Spring 2024</li>
<em>2 lecture sections, 4 lab sections, 59 students, 9 TAs</em>
</ul>
<ul class="list_no_dot">
<li><a href="https://www.cs.williams.edu/~freund/cs104-f23/">CSCI 104: Data Science and Computing for All</a></li>
<li>Williams College, Fall 2023 (Co-instructor with <a href="http://www.cs.williams.edu/~freund/index.html">Steve Freund</a>)</li>
<em>2 instructors splitting: 2 lecture sections, 4 lab sections, 61 students, 8 TAs</em>
</ul>
<ul class="list_no_dot">
<li><a href="https://www.cs.williams.edu/~kkeith/teaching/s23/cs375/">CSCI 375: Natural Language Processing</a></li>
<li>Williams College, Spring 2023</li>
<em>2 lecture sections, 46 students, 2 TAs</em>
</ul>
<ul class="list_no_dot">
<li><a href="https://www.cs.williams.edu/~freund/cs104-f22/">CSCI 104: Understanding Data Through Computation</a></li>
<li>Williams College, Fall 2022 (Co-instructor with <a href="http://www.cs.williams.edu/~freund/index.html">Steve Freund</a>)</li>
<em>2 instructors splitting: 2 lecture sections, 4 lab sections, 48 students, 8 TAs</em>
</ul>
<ul class="list_no_dot">
<li><a href="classes/cs335/spring2020_ml.html">CS 335: Machine Learning</a></li>
<li>Mount Holyoke College, Spring 2020</li>
<em>1 lecture section, 19 students</em>
</ul>
<ul class="list_no_dot">
<li><a href="https://github.com/sblodgett/ai-ethics">CS 191: Ethical Issues Surrounding Artificial Intelligence Systems and Big Data</a></li>
<li>University of Massachusetts Amherst, Fall 2018 (Co-instructor with <a href="https://sblodgett.github.io/">Su Lin Blodgett</a> and <a href="https://www.abehandler.com/">Abe Handler</a>)</li>
</ul>
<ul class="list_no_dot">
<li><a href="https://people.cs.umass.edu/~brenocon/anlp2018/">CS 685: Advanced Natural Language Processing</a></li>
<li>University of Massachusetts Amherst, Spring 2018 (Teaching Assistant)</li>
</ul>
<h2>Tutorials</h2>
<ul class="list_no_dot">
<li><a href="https://www.youtube.com/watch?v=snBaBuXKiDI">Aggregated Classification Pipelines: Propagating Probabilistic Assumptions from Start to Finish</a></li>
<li><a href="https://nlp-css-201-tutorials.github.io/nlp-css-201-tutorials/">NLP+CSS 201 Online Tutorial Series</a>, March 30, 2022</li>
<li><a href="https://docs.google.com/presentation/d/1I7aN5k6tRu6RXiehrAvWPDN5Fv8G56_IEZHmKhZoi9Y/edit#slide=id.p">[slides]</a> <a href="https://colab.research.google.com/drive/1ulQSwlSlWTEglzBGVQXKstueIaX5Gm1f?usp=sharing">[code]</a>
</ul>
</div>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>