-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
104 lines (83 loc) · 3.48 KB
/
index.Rmd
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
---
title: "June Choe"
site: distill::distill_website
---
<style>
d-article {
padding-top: 5px;
border-top: 0px;
}
d-title h1 {
text-align: center;
font-family: Roboto Mono;
letter-spacing: 3px;
}
d-title p {
text-align: center;
}
.hero-left img {
width: 85%;
border-radius: 15%;
border: 3px solid grey;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
}
.hero-right p {
margin: 10px 0px 10px 0px;
font-size: 1.2em;
font-family: Roboto Slab;
}
.hero-right li {
margin-bottom: 5px;
padding-left: 10px;
}
@media (min-width: 1200px) {
.hero-left {
width:32%;
float:left;
}
.hero-right {
width:63%;
float:right;
}
}
@media (max-width: 1199px) {
.hero-left img {
width: 50%;
}
}
</style>
<div style="border-bottom:3px solid black; margin-bottom:20px">
<div class="hero-left">
<img src="static/img/profile_rect.jpeg">
</div>
<div class="hero-right" style="margin-top:-10px; padding-bottom:1em">
<p style="font-weight:bold; margin-top:5px">
<i class="fa fa-graduation-cap" aria-hidden="true" style="padding-right:5px"></i> Education
</p>
<li>Ph.D. Linguistics, University of Pennsylvania (~2025)</li>
<li>B.A. Lingusitics, Northwestern University (2020)</li>
<p style="font-weight:bold; margin-top:15px">
<i class="fa fa-lightbulb-o" aria-hidden="true" style="padding-right:5px"></i> Interests
</p>
<li>Computational Psycholinguistics</li>
<li>Language Acquisition and Development</li>
<li>Statistical Computing and Graphics</li>
</div>
</div>
<!-- <h3 style="margin: 0px 0px 25px 0px; font-variant:small-caps; font-size:2em; letter-spacing:2px">about</h3> -->
<div class="about">
I am a fifth-year PhD candidate in [Linguistics at the University of Pennsylvania](https://live-sas-www-ling.pantheon.sas.upenn.edu/). I use experimental, corpus, and computational approaches to studying linguistic meaning, of various flavors. My dissertation investigates the learning problem of acquiring hierarchical noun meanings in early childhood, from the angles of semantics/pragmatics, distributional learning, and conceptual development.
I am also active in the R programming community as a mentor and open-source developer. I maintain and collaborate on several [open-source software]((/software.html)) in statistical computing ([jlmerclusterperm](https://yjunechoe.github.io/jlmerclusterperm)), data visualization ([ggtrace](https://yjunechoe.github.io/ggtrace/)), data quality assurance ([pointblank](https://github.com/rstudio/pointblank)), and interfaces to data APIs ([openalexR](https://github.com/ropensci/openalexR)). My work on graphics received an [award from the American Statistical Association in 2023](https://community.amstat.org/jointscsg-section/awards/student-paper-competition). I enjoy writing in my free time and have been maintaining a [technical blog](https://yjunechoe.github.io/blog.html) over the past 5 years, covering topics including R language internals, software design principles, and practical tutorials for everyday data analysis.
</div>
<div style='text-align: center; font-family: Fira Mono; margin-top: 10px;'><span class="sc" style="font-size:1.2em">contact me: </span> yj<span>choe</span>\@sas.upenn.edu</div>
<a rel="me" href="https://fosstodon.org/@yjunechoe"></a>
<script>
window.addEventListener('load', function () {
document.querySelector("hr").remove()
document.querySelector(".d-title").style.paddingTop = "5rem"
document.querySelector(".distill-site-footer").remove()
})
</script>