An open API service indexing awesome lists of open source software.

https://github.com/mps9506/cv-rmd

:page_facing_up: Rmarkdown generated personal CV
https://github.com/mps9506/cv-rmd

r

Last synced: 3 months ago
JSON representation

:page_facing_up: Rmarkdown generated personal CV

Awesome Lists containing this project

README

        

---
title: "Resume and CV"
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```

This repository contains my resume and CV. R scripts for generating each file are also included. The R script utilizes information maintained in Google Sheets and Zotero reference manager database to help automate document updates. This approach is heavily based on the [datadrivencv](https://github.com/nstrayer/datadrivencv) and [vitae](https://github.com/mitchelloharawild/vitae) packages.

[Resume](https://github.com/mps9506/CV-RMD/raw/master/Resume/Schramm_Resume.pdf)

```{r}
knitr::include_graphics("Images/resume-screenshot.png")
```

[CV](https://github.com/mps9506/CV-RMD/raw/master/CVR/schramm-cv-long.pdf)

```{r}
knitr::include_graphics("Images/cv-screenshot.png")
```