Skip to content

dar4datascience/Curriculum-Vitae

Repository files navigation

Auto CV

Pending

  • updating gihtug pages
  • github action deployment

Overview

Repository for automating CV generation on-demand.

BROKEN HERE.... You can see the lastest version of my CV @this github pages link

Objective

Simplify the CV generation process by linking a live Google Sheets with the complete information into a process that curates the data and publishes that information into handy formats.

Workflow

  graph LR;
      explanation>Using R to Automate your CV]
      A[Detailed Life Experiences]-->B[Google Sheets];
      B-->C[GoogleSheets4 R];
      C-->D[Render CV using Vitae package];
      D-->E[Customize CV with datadrivencv]
      E-->F[Automate and deploy a website with downloadable PDF];
Loading

Assets

  • CV in pdf
  • CV as an html
  • R Scripts
  • css file
  • README

References