Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 2.06 KB

README.md

File metadata and controls

26 lines (20 loc) · 2.06 KB

Joseph Orr's Curriculum Vitae

Travis-CI Build Status

Forked from Sam Abbott: 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