-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
260 lines (206 loc) · 7.38 KB
/
resources.html
File metadata and controls
260 lines (206 loc) · 7.38 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!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="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>Resources...</h2>
<h3>For Those Interested in Learning More about NLP</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
Chris Pott's CS 224U: NLP <a href="https://web.stanford.edu/class/cs224u/index.html">Podcast</a>
</li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For Those Interested in becoming Williams Students</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
QuestBridge program
</li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For Those Interested in Learning More about Causal Inference</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
<a href="https://www.youtube.com/channel/UCiiOj5GSES6uw21kfXnxj3A/videos">The Online Causal Inference Seminar</a> (on YouTube!)
</li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For Those Interested in Learning about My Research Philosophy/Approach</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
<a href="https://github.com/textproclab/lab-manual/blob/master/lab-manual.md">Agile Research</a>
</li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For Those Interested in PhD Programs in NLP/AI/CompSci</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
CS PhD Statements of Purpose Notion <a href="https://cs-sop.notion.site/cs-sop/CS-PhD-Statements-of-Purpose-df39955313834889b7ac5411c37b958d">Repository</a>
</li>
<li> Tim Randolph's (PhD Columbia)<a href="https://docs.google.com/presentation/d/1kqNeNd2k3NPMSDnjbcpHqnaUdrlkvissISfp8KuWxv8/edit#slide=id.gb0644af18d_0_208">slides</a>
</li>
<li>Mark Dredze (CS prof at Johns Hopkins) <a href="https://www.youtube.com/watch?v=YlwpIPFNXjo">video presentation</a></li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For Those Interested in Becoming CompSci Faculty at PUIs</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
Evan Peck's CS-PUI <a href="https://cs-pui.github.io/">site</a>
</li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For Those Interested in Teaching Computer Science</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
Dr. Kristin Stephens-Martinez's <a href="https://csedpodcast.org/blog/">CS-Ed Podcast</a>
</li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For Those Interested in Academia (in general)</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
blah
</li>
<li class="paper_wrapper">
blah
</li>
</ul>
<!--End List-->
<h3>For "Soft Skills" in Computer Science Research</h3>
<!--Begin List-->
<ul>
<li class="paper_wrapper">
Three-pass approach to reading a scientific paper
</li>
<li class="paper_wrapper">
<a href="https://www.assertion-evidence.com/">Assertion-Evidence</a> approach to technical presentations. Detailed in <a href="https://docs.google.com/document/d/1-RYR_tOOwE6JZqKHiAh0FP8vF-HtzUij0VKPZa2Sp-E/edit">Pranav Rajpurkar's CS197</a>.
</li>
<li class="paper_wrapper">
<a href="https://docs.google.com/spreadsheets/d/1eBq02ibBu2h50jI38f6STt9TSfkzoJOts0OWaYDdXYc/edit?gid=117517556#gid=117517556">Library of Mentorship Agreements</a>
</li>
</ul>
<!--End List-->
</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>