Skip to content

seabbs/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sam Abbott's Curriculum Vitae

Travis-CI Build Status

Academic CV built using R - updated automatically from Google Scholar each week. See here for the full rendered CV. See below for repository structure, tool links and to dos. Please feel free to fork this repository for your own use but please let me know of any improvements that you make (so I can steal them).

Structure

  • cv/cv.Rmd: CV structure implemented as an {rmarkdown} document.
  • data/*.csv: Data on each CV subcategory.
  • scripts/install.R: Installs/loads all R dependencies using the {pacman} 📦.
  • tic.R: Uses {tic} to define the Travis CI build and deployment steps.
  • Dockerfile: Specifies the docker environment.
  • .travis.yml: Specifies the remote building of the CV on Travis CI. Automated using {tic}.

Tools

  • The {vitae} 📦 is used to provide a CV template.
  • {tidyverse} :tool: are used for data read in and manipulation.
  • {here} 📦 for path management.
  • {scholar} 📦 is used to pull papers from Google Scholar.
  • {tinytex} 📦 to manage LaTex installation and additional packages.
  • {tic} 📦 to manage CV building and deployment on Travis CI.
  • Travis CI is used for building the CV each week.
  • Docker and Docker Hub is used to ensure a reproducible environment.

To do

  • Fix links
  • Programmatic short/long academic CVs
  • Non-academic CVs
  • Improved list structure for the service section
  • Automatic detection of latex to inform {tinytex} LaTex install.