Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tallguyjenks/CV
:scroll: My Data Driven CV written with R, YAML, & LaTeX
https://github.com/tallguyjenks/CV
bryan-jenks curiculum-vitae cv data-driven-cv latex r resume vitae yaml
Last synced: about 1 month ago
JSON representation
:scroll: My Data Driven CV written with R, YAML, & LaTeX
- Host: GitHub
- URL: https://github.com/tallguyjenks/CV
- Owner: tallguyjenks
- License: mit
- Created: 2020-01-07T04:04:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T19:28:26.000Z (7 months ago)
- Last Synced: 2024-08-13T07:16:27.695Z (5 months ago)
- Topics: bryan-jenks, curiculum-vitae, cv, data-driven-cv, latex, r, resume, vitae, yaml
- Language: TeX
- Homepage:
- Size: 2.26 MB
- Stars: 73
- Watchers: 3
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tallguyjenks/CV - :scroll: My Data Driven CV written with R, YAML, & LaTeX (TeX)
README
[![](./img/cvPreview.png)](https://github.com/tallguyjenks/CV/blob/master/CV.pdf)
# My Data Driven CV
## What
This CV is created using the **`R`** Package [`vitae`](https://github.com/mitchelloharawild/vitae)
---
> _**Curriculum Vitae**_
>
> a short account of one's career and qualifications prepared typically by an applicant for a position
>
> --- Merriam Webster's Dictionary---
## Why
Automation eases how much manual work needs to be performed on any particular task. As developers, programmers, software engineers, etc. our skills are put to good use when we automate manual work for the betterment of others, and ourselves.
I needed a CV that i can easily update, gets out of my way, and is easily accessible when i need it.
## How
This document utilizes **RMarkdown** and is compiled through pandoc.
I use various other packages with `vitae` such as `here`, `tibble`, `glue`, and `magrittr` (for the pipe _`%>%`_)
With RStudio i read in my _tribbles_ contained in the `data.r` script containing all my data, then using the `vitae` functions and `glue` string literals, i create the document itself.
Data exists in in the `data.r` file in the `r/` directory and is added to the CV when the script is sourced by the `RMarkdown` document in the main directory.
The header portion of the document is comprised in the `YAML` portion of the `RMarkdown` document.