-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.Rmd
executable file
·401 lines (310 loc) · 12.5 KB
/
cv.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
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
---
title: "Curriculum Vitae"
output:
html_document:
toc: yes
toc_depth: 3
toc_float:
collapsed: yes
smooth_scroll: yes
self_contained: TRUE
---
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
pkgs <- c("tidyverse", "knitr", "kableExtra", "glue", "psych",
"scales", "tibble", 'reactable')
xfun::pkg_attach(pkgs, install = T, message = F)
```
*Updated on July 5, 2023*
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<br><br>
<a href="https://orcid.org/0000-0002-8280-3370" target="blank">
<img src="images/logo_orcid_24x24.png" width="24" height="24" />
</a> <a href="https://scholar.google.com/citations?user=-d4Jj1UAAAAJ&hl=en" target="blank">
<img src="images/logo_google_scholar.png" width="24" height="24">
</a> <a href="https://www.researchgate.net/profile/Ekarin_Pongpipat" target="blank">
<img src="images/logo_researchgate.svg" width="24" height="24">
</a> <a href="https://www.webofscience.com/wos/author/record/AEU-4061-2022" target="blank">
<img src="images/logo_clarivate.png" width="24" height="24">
</a> <a href="https://www.linkedin.com/in/epongpipat/" target="blank">
<img src="images/logo_linkedin.png" width="24" height="24">
</a>
<br><br>
## Education
---
<div class="divTable">
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_utd.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>Ph.D. Student, Cognition and Neuroscience</B> (2017 - Present)
<BR> The University of Texas at Dallas
<BR> Advisors: Dr. Karen M. Rodrigue & Dr. Kristen M. Kennedy
</div>
</div>
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_sdsu.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>M.A., Psychology</B> (2016)
<BR> San Diego State University
<BR> Advisor: Dr. Claire Murphy
<BR> Thesis: Altered Functional Connectivity and Eating Disinhibition in Individuals with Metabolic Syndrome
</div>
</div>
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_csun.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>B.A., Psychology</B> (2012)
<BR> California State University, Northridge
<BR> Advisor: Dr. Jose P. Abara
</div>
</div>
</div>
</div>
<br><br>
## Research Experience
---
<div class="divTable">
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_utd.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>Graduate Research Assistant</B> (2017 - Present)
<BR>Cognitive Neuroscience of Aging Laboratory
<BR>Center for Vital Longevity
<BR>School of Behavioral and Brain Sciences
<BR>The University of Texas at Dallas
</div>
</div>
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_sdsu.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>Graduate Research Assistant</B> (2014 - 2016)
<BR>Lifespan Human Senses Laboratory
<BR>Department of Psychology
<BR>San Diego State University
</div>
</div>
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_csun.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>Undergraduate Research Assistant</B> (2011 - 2013)
<BR>Neuroscience Laboratory
<BR>Department of Psychology
<BR>California State University, Northridge
</div>
</div>
</div>
</div>
<BR><BR>
## Teaching Experience
---
<div class="divTable">
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_utd.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>Graduate Teaching Assistant</B> (2017 - 2019)
<BR>The University of Texas at Dallas
<BR>1. Statistics for Psychology, ACN6312/HCS6312 (Spring 2019)
<BR><div class="divIndent">Under the supervision of Dr. Nancy Juhn</div>
<BR>2. Statistics for Psychology, PSY2317 (Fall 2017, Spring 2018, Fall 2018)
<BR><div class="divIndent">Under the supervision of Dr. Nancy Juhn</div>
</div>
</div>
<div class="divTableRow">
<div class="divTableCellLogo">
<img src="images/logo_sdsu.svg" width="100">
</div>
<div class="divTableCellInfo">
<B>Graduate Teaching Assistant</B> (2014 - 2016)
<BR>San Diego State University
<BR>1. Advanced Statistics in Psychology, PSY670A/B (Fall 2015, Spring 2016)
<BR><div class="divIndent">Under the supervision of Dr. Melody Sadler</div>
<BR>2. Statistical Methods in Psychology Laboratory, PSY280L (Fall 2014, Spring 2015)
<BR><div class="divIndent">Under the supervision of Dr. Melody Sadler, Dr. Amy Spilkin, and Dr. Dale Glaser</div>
</div>
</div>
</div>
</div>
<BR><BR>
## Publications
---
```{r publications, warning = F, message = F}
pubs <- read_csv("publications.csv")
```
```{r}
pubs2html <- function(data) {
data <- data %>%
arrange(desc(status), desc(year), desc(month))
html_code <- ""
for (i in 1:nrow(data)) {
reference <- '<div class="divReferences">'
authors <- str_replace(data$authors[i], "Pongpipat, E. E.", "**Pongpipat, E. E.**")
reference <- glue("{reference}{authors}")
if (tolower(data$status[i]) == "accepted") {
reference <- glue("{reference} ({data$year[i]}).")
} else if (tolower(data$status[i]) == "in press") {
reference <- glue("{reference} ({data$year[i]}, *{data$status[i]}*).")
} else {
reference <- glue("{reference} (*{data$status[i]}*).")
}
reference <- glue("{reference} {data$title[i]}.")
if (!is.na(data$journal[i]) & !is.na(data$volume[i])) {
reference <- glue("{reference} *{data$journal[i]}, {data$volume[i]}*")
} else if (!is.na(data$journal[i]) & is.na(data$volume[i])) {
reference <- glue("{reference} *{data$journal[i]}*")
}
if (!is.na(data$issue[i])) {
reference <- glue("{reference}({data$issue[i]})")
}
if (!is.na(data$pages[i])) {
reference <- glue("{reference}, {data$pages[i]}")
}
reference <- glue("{reference}.")
if (!is.na(data$doi[i])) {
reference <- glue("{reference} <a href='https://doi.org/{data$doi[i]}' target='_blank'>https://doi.org/{data$doi[i]}</a>.")
}
if (!is.na(data$note[i])) {
reference <- glue("{reference} ({data$note[i]}).")
}
if (!is.na(data$pdf[i])) {
reference <- glue("{reference} <a href='{data$pdf[i]}' target='_blank'><i class='fas fa-file-pdf'></i></a>")
}
reference <- glue("{reference}</div>")
if (i > 1) {
html_code <- glue("{html_code}<br>{reference}")
} else {
html_code <- reference
}
}
return(html_code)
}
```
`r pubs2html(pubs)`
<BR><BR>
## Poster Presentations
---
<div class="divReferences">
```{r posters, warning = F, message = F, fig.width = 5, fig.height = 2, fig.asp = T, dev='svg'}
posters <- read_csv("posters.csv")
posters$Authors <- gsub("Pongpipat, E. E.", "<b>Pongpipat, E. E.</b>", posters$Authors)
posters <- posters %>%
arrange(desc(Year), desc(Month), Authors) %>%
rowwise() %>%
mutate(Date = ifelse(Status != "Complete", paste(Year, Month, tolower(Status), sep = ", "), paste(Year, Month, sep = ", ")))
posters <- posters %>%
mutate(html = paste0(Authors, " (", Date, "). <i>", Title, "</i>. Poster session presented at the ", Conference, ", ", Location, ifelse(is.na(Note), "", paste0(". (", Note, ")."))))
posters_html <- paste(posters$html, collapse = "\n\n")
poster_summary <- posters %>%
select(Year) %>%
group_by(Year) %>%
summarize(Frequency = n())
poster_summary <- rbind(poster_summary, c(2017, 0))
poster_summary <- poster_summary %>%
arrange(Year)
poster_mean_per_year <- round(describe(poster_summary$Frequency)[["mean"]], 2)
poster_se_per_year <- round(describe(poster_summary$Frequency)[["se"]], 2)
poster_total <- sum(poster_summary$Frequency)
df_poster <- data.frame(Year = min(poster_summary$Year):max(poster_summary$Year)) %>%
left_join(poster_summary) %>%
mutate(Frequency = ifelse(is.na(Frequency), 0, Frequency),
Year = as.Date(paste0(Year,"-01-01"), "%Y-%m-%d"))
hex_color <- "#106a8c"
ggplot(df_poster, aes(x = Year, y = Frequency)) +
geom_line(color = hex_color) +
geom_point(color = hex_color) +
theme_classic() +
scale_x_date(labels = date_format("%Y"), date_breaks= "1 year") +
labs(subtitle = paste0("Total: ", poster_total, ", Mean Per Year: ",poster_mean_per_year," ± ",poster_se_per_year),
x = "Year") +
theme(
axis.text.x = element_text(angle = 45, hjust = 1)
)
```
`r posters_html`
</div>
<BR><BR>
## Talks and Workshops
---
```{r talks, results = 'asis'}
talks <- tribble(~Date, ~Description, ~Institution, ~Links,
"2022-10", "Multi-Level Modeling Lab Workshop", "Center for Vital Longevity<br>UT Dallas", "<a href='https://github.com/epongpipat/workshop-mlm' target='blank'><i class='fab fa-github'></i></a>   <a href='https://ekarinpongpipat.com/workshop-mlm' target='_blank'><i class='fas fa-link'></i></a>",
"2019-11", "Brianhack Dallas 2019", "UT Dallas", "<a href='https://github.com/Brainhack-Dallas/mini-brainhack-utd' target='blank'><i class='fab fa-github'></i></a>   <a href='https://brainhack-dallas.github.io/mini-brainhack-utd/' target='_blank'><i class='fas fa-link'></i></a>",
"2019-10", "Talk on 'Functional connectivity of the fronto-parietal and default mode networks during the n-back across the adult lifespan' given at the Developmental, Cognitive and Social/Personality Brownbag Series", "UT Dallas", "",
"2019-09", "Assisted in an introduction to Git/GitHub Workshop with Dr. Micaela Chan", "Center for Vital Longevity<br>UT Dallas", "<a href='https://github.com/mychan24/git_github_workshop' target='_blank'><i class='fab fa-github'></i></a>   <a href='https://gitbookdown.dallasdatascience.com/' target='_blank'><i class='fas fa-book'></i></a>",
"2019-04", "Guest lectured on using R for descriptive and inferential statistics for Dr. Juhn's Research Methods 2 Course", "UT Dallas", "")
kable(talks, escape = F) %>%
kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive")) %>%
column_spec(1, width = "10%") %>%
column_spec(2, width = "60%")
```
<BR><BR>
## Service to the Profession
---
- Reviewer for Psychophysiology
- Co-reviewer for NeuroImage with Dr. Kristen Kennedy
- Co-reviewer for Journal of Cognitive Neuroscience with Dr. Kristen Kennedy
- Co-reviewer for Cerebral Cortex with Dr. Karen Rodrigue
- Co-reviewer for Journal of Neuroscience with Dr. Karen Rodrigue
<BR><BR>
## Honors and Awards
---
```{r honors_awards}
df_honors_awards <- read.csv("honors-and-awards.csv")
# total <- sum(df_honors_awards$Award, na.rm = TRUE)
total <- c(Year = 'Total', Institution = '', Honor = '', Award = glue(" ${sum(df_honors_awards$Award, na.rm = TRUE)}"))
df_honors_awards <- df_honors_awards %>%
mutate(Award = ifelse(is.na(Award), '', glue("${Award}"))) %>%
rbind(total)
df_honors_awards %>%
kable(., "html") %>%
kable_styling(bootstrap_options = c("striped", "hover", "responsive")) %>%
column_spec(1, width = "150px")
# reactable(df_honors_awards,
# sortable = FALSE,
# striped = TRUE,
# highlight = TRUE,
# pagination = FALSE,
# columns = list(
# Year = colDef(footer = "Total", width = 125),
# Award = colDef(na = '-',
# format = colFormat(prefix = '$'),
# footer = function(values) sprintf("$%.0f", sum(values, na.rm = TRUE)),
# width = 75)
# ),
# defaultColDef = colDef(footerStyle = list(fontWeight = "bold"))
# )
```
<BR><BR>
## Professional Society Membership
---
```{r professional_society_membership}
professional_society_membership <- tribble(~Year, ~Institution,
"2020 - Present", "Organization for Human Brain Mapping",
"2020 - Present", "Cognitive Neuroscience Society",
"2012 - Present", "Society for Neuroscience",
"2016 - 2017", "Phi Kappa Phi Honor Society",
"2015 - 2017", "The Obesity Society",
"2012 - 2016", "Western Psychological Association")
# Prints table
kable(professional_society_membership, "html") %>%
kable_styling(bootstrap_options = c("striped", "hover", "responsive")) %>%
column_spec(1, width = "150px")
```