All Projects → tallguyjenks → CV

tallguyjenks / CV

Licence: MIT license
📜 My Data Driven CV written with R, YAML, & LaTeX

Programming Languages

TeX
3793 projects
r
7636 projects

Projects that are alternatives of or similar to CV

online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-50%)
Mutual labels:  resume, yaml, cv
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (+87.04%)
Mutual labels:  resume, cv
Universal Resume
Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo
Stars: ✭ 1,349 (+2398.15%)
Mutual labels:  resume, cv
Profileio
Static site and resume generator from YAML based profile for students and researchers. Generates ready to deploy branches via github actions.
Stars: ✭ 122 (+125.93%)
Mutual labels:  resume, yaml
myprofile
Generate your resume easily from Github actions ✅ using discussion section 📃 🚀
Stars: ✭ 19 (-64.81%)
Mutual labels:  resume, cv
Json resume
Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
Stars: ✭ 1,336 (+2374.07%)
Mutual labels:  resume, cv
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (+116.67%)
Mutual labels:  resume, cv
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (+12.96%)
Mutual labels:  resume, cv
Resume Builder
Modern real-time design and 100% free resume builder.
Stars: ✭ 153 (+183.33%)
Mutual labels:  resume, cv
Resume
이력서 (RESUME)
Stars: ✭ 173 (+220.37%)
Mutual labels:  resume, cv
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+27598.15%)
Mutual labels:  resume, cv
vue-modern-resume
🗂 A simple resume template based on Vue.js framework and Vuetify UI toolkit.
Stars: ✭ 104 (+92.59%)
Mutual labels:  resume, cv
about.me
Single Page Resume Template
Stars: ✭ 20 (-62.96%)
Mutual labels:  resume, cv
Markdown Cv
Simple Markdown CV / Resume
Stars: ✭ 97 (+79.63%)
Mutual labels:  resume, cv
Metalsmith Resume
A resume generator, built with @Metalsmith
Stars: ✭ 80 (+48.15%)
Mutual labels:  resume, cv
Linkedrw
A simple CLI to create your resume and personal website based on your LinkedIn profile or a JSON file
Stars: ✭ 104 (+92.59%)
Mutual labels:  resume, cv
Cv
🎓 Best in Class modern CV, Resume and Portfolio website template. All-in-One-Page site with simply customizable builder.
Stars: ✭ 232 (+329.63%)
Mutual labels:  resume, cv
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+1801.85%)
Mutual labels:  resume, cv
Awesome Web Cv
📝 Single Page Web Application for Your Outstanding CV
Stars: ✭ 50 (-7.41%)
Mutual labels:  resume, cv
Resume
📃 resume.congm.in
Stars: ✭ 150 (+177.78%)
Mutual labels:  resume, cv

My Data Driven CV

What

This CV is created using the R Package 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].