forked from jooyoungseo/jy_CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_short.Rmd
39 lines (38 loc) · 1.04 KB
/
index_short.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
---
graphics: yes
name: Sarah E
surname: Schwartz
headcolor: 414141
position: "Research Assistant Professor"
address: "Utah State University"
phone: (435) 797 - 0169
www: "www.SarahSchwartzStats.com"
email: "[email protected]"
twitter: USU_StatStudio
github: SarBearSchwartz
linkedin: SarBearSchwartz
aboutme: |
I am a statistician with a passion for facilitating research that is appropriate, transparent, and reproducible.
date: '`r format(Sys.Date(), "%B %d, %Y")`'
# csl: "csl/numeric-apa-cv.csl"
# csl: "csl/apa7-cv.csl"
nocite: "@*"
header-includes:
- \usepackage{fancyhdr}
- \pagestyle{fancy}
- \fancyhf{}
- \fancyhead[R]{\thepage}
knit: bookdown::render_book
bibliography_journalsfew: "bib/journal2022few.bib"
given-name-pattern: Sarah E.
family-name-pattern: Schwartz
---
```{r setup, include=FALSE, cache = FALSE}
library(knitr)
knitr::opts_chunk$set(echo = FALSE,
warning = FALSE,
message = FALSE)
library(vitae)
library(tidyverse)
library(ezpickr)
```