-
Notifications
You must be signed in to change notification settings - Fork 47
/
index.Rmd
37 lines (36 loc) · 1.08 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
---
title: JooYoung Seo's Curriculum Vitae
graphics: yes
name: JooYoung
surname: Seo
headcolor: 414141
#qualifications:
position: "Ph.D."
pronouns: he/him/his
address: "614 E. Daniel St. | Room 5158, Champaign, IL 61820"
phone: "+1 217-333-2671"
www: jooyoungseo.github.io
email: "[email protected]"
twitter: seo_jooyoung
github: jooyoungseo
linkedin: jooyoungseo
aboutme: |
I am a learning scientist, data-science/software developer, and internationally certified accessibility professional.
date: '`r format(Sys.Date(), "%B %d, %Y")`'
csl: "csl/apa7-cv-jy-edition.csl"
header-includes:
# allow URLs to break at any character
- \usepackage{xurl}
# - \usepackage{fancyhdr}
# - \pagestyle{fancy}
# - \fancyhf{}
# - \fancyhead[R]{\thepage}
knit: (function(input, ...) {lapply(bookdown::render_book(input, output_file = "docs/JooYoung_Seo_CV", output_format = "all", envir = globalenv(), ...), browseURL)})
---
```{r setup, include=FALSE, cache = FALSE}
library(knitr)
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
library(vitae)
library(tidyverse)
library(vroom)
```