forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cv.html
73 lines (64 loc) · 2.24 KB
/
cv.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
layout: default
---
<!DOCTYPE html>
<html>
<body>
<base href="/">
<style type="text/css">
ol {
margin-left:20px;
padding-left:20px;
}
ul {
list-style-position: outside;
list-style-type: disc;
margin-left:20px;
padding-left:20px;
}
li {
margin:0px;
}
li::before {
content: "";
padding:10px;
width: 15px;
display: inline-block;
}
span {
display:inline-block;
text-indent:25px;
}
</style>
<p><a href="data/Kim_CV.pdf" download>Click here to download my CV</a>.</p> <br>
<embed src="data/Kim_CV.pdf" width="100%" height="700px" type="application/pdf">
<h4><b>Education</b></h4>
<ul>
<li>Ph.D. in Linguistics, The University of Chicago, USA</li>
<li>M.A. in Linguistics, The University of Chicago, USA</li>
<li>M.A. in English Language (Second Language Acquisition and Bilingualism), Seoul National Univeristy, Korea</li>
<li>B.A. in Second Language Education and Pedagogy, <i>summa cum laude</i>, Hanyang University, Korea</li>
</ul>
<h4><b>Selected Awards</b></h4>
<ul>
<li>2023, Gibson/Fedorenko Young Scholar Award Honorable Mention, Society for Human
Sentence Processing</li>
<li>2022, Gibson/Fedorenko Young Scholar Award Honorable Mention, Society for Human
Sentence Processing</li>
</ul>
<h4><b>Selected Grants and Fellowships</b></h4>
<ul>
<li>2024, University of California President’s Postdoctoral Fellowship Program Finalist, USA</li>
<li>2024, Empirical Foundations of Linguistics Mobility Grant, Laboratoire d’Excellence, France</li>
<li>2023—2024, Franke Institute for the Humanities Residential Dissertation Completion Fellowship (4 nominations in the Division) </li>
<li>2022—2024, NSF DDRI Grant
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2214437&HistoricalAwards=false" target="_blank">(BCS-2214437)</a>, USA; Co-PI with Dr. Ming Xiang ($16,814)</li>
<li>2019, The James McCawley Fellowship (1 nomination worldwide; declined)</li>
</ul>
<!-- <p><b>Affiliation</b>:
<a href="https://linguistics.uchicago.edu/" target="_blank">UChicago Linguistics</a> |
<a href="https://lucian.uchicago.edu/blogs/lpl/" target="_blank">The Language Processing Lab</a> |
<a href="https://uchicagocompling.github.io/" target="_blank">Computational Linguistics Lab</a>
</p> -->
</body>
</html>