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
- Host: GitHub
- URL: https://github.com/mps9506/cv-rmd
- Owner: mps9506
- Created: 2017-05-16T02:52:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T03:45:37.000Z (over 2 years ago)
- Last Synced: 2025-02-24T06:41:39.023Z (3 months ago)
- Topics: r
- Language: TeX
- Homepage:
- Size: 4.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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")
```