forked from jooyoungseo/jy_CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
45 lines (44 loc) · 1.17 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
---
graphics: yes
name: Beau
surname: Hilton
headcolor: 414141
#qualifications:
position: "Physician data-scientist"
address: "303 Light Hall, 2215 Garland Ave. Nashville, TN 37232"
phone: "+1 623-332-7978"
www: beauhilton.com
email: "[email protected]"
github: cbeauhilton
# aboutme: Physician, data scientist.
date: '`r format(Sys.Date(), "%B %d, %Y")`'
csl: "csl/apa6-cv.csl"
nocite: "@*"
knit: "bookdown::render_book"
output:
vitae::awesomecv:
fig_caption: yes
keep_tex: no
keep_md: no
pandoc_args:
- --lua-filter="lua/strong.lua"
bibliography_journals: "bib/journal.bib"
bibliography_abstracts: "bib/poster_abstract.bib"
bibliography_oral_abstracts: "bib/oral_abstract.bib"
# bibliography_contribute: "bib/contribute.bib"
# bibliography_selected: "bib/selected.bib"
# bibliography_wip_journal: "bib/wip_journal.bib"
# bibliography_wip_proceeding: "bib/wip_proceeding.bib"
header-includes:
- \usepackage{fancyhdr}
- \pagestyle{fancy}
- \fancyhf{}
- \fancyhead[R]{\thepage}
---
```{r setup, include=FALSE, cache = FALSE}
library(knitr)
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
library(vitae)
library(tidyverse)
library(ezpickr)
```