Scripts to build my resume and supporting files

Ryan C. Thompson 47a9e35ebe Newly reformatted Contig Farmer PDF 5 years ago
examples 47a9e35ebe Newly reformatted Contig Farmer PDF 5 years ago
.gitignore e80d69e20e Ignore LyX autosave files 7 years ago
README.md a6cea10697 Rename README.mkdn to README.md 6 years ago
Snakefile bdd1080f77 New image 5 years ago
citations.bib 4efe1dfb4b Lamere 2017 is accepted 7 years ago
headshot-crop-old.jpg 8445c553aa Rename old headshot images 5 years ago
headshot-crop.png bdd1080f77 New image 5 years ago
headshot-crop.xcf bdd1080f77 New image 5 years ago
headshot-orig-old.jpg 8445c553aa Rename old headshot images 5 years ago
headshot-orig.png bdd1080f77 New image 5 years ago
index.html 0df8e97622 Add output files so they show up on GH pages 8 years ago
plainyr-rev.bst 60d111c398 Initial import into git 9 years ago
ryan_thompson_resume.html aae992afc4 Minimal update for Ph.D. completion 5 years ago
ryan_thompson_resume.lyx 4f9acf89b2 Notes and minor revisions from JRT 5 years ago
ryan_thompson_resume.pdf aae992afc4 Minimal update for Ph.D. completion 5 years ago
ryan_thompson_resume.txt 820a95ee8c Update for 2018 7 years ago
xetexCV.cls d37ec77f2a Update for Lyx 2.3 6 years ago
xetexCV.layout 65ce459ca6 Document dependency on modified LyX layout 9 years ago

README.md

This is my résumé, built using Rob Oakes' excellent xetexCV class for LaTeX using LyX, along with a series of examples of my work that are linked to from the résumé itself. I use the Snakemake build tool to automate generating the PDF of my résumé, preparing all the supporting files, and deploying them all to a web server for online viewing. You can see the result here: https://darwinawardwinner.github.io/resume/ryan_thompson_resume.pdf

There is also an HTML version generated from the same source here: https://darwinawardwinner.github.io/resume/ryan_thompson_resume.html

Lastly, there is a manually-prepared plain text version here: https://raw.githubusercontent.com/DarwinAwardWinner/resume/master/ryan_thompson_resume.txt

If you want to use this as a template for your own résumé, you'll need to install a few fonts (or else switch the style to fonts that you prefer):

  1. Minion Pro: https://typekit.com/fonts/minion-pro
  2. Fontin: https://www.exljbris.com/fontin.html
  3. Fontin Sans: https://www.exljbris.com/fontinsans.html

Additionally, my résumé uses slightly modified versions of the xetexCV document class (xetexCV.cls) and LyX layout (xetexCV.layout), which are included in this repository. You can install these files to the appropriate locations for LaTeX and LyX, but they should also work if you just place them in the same directory as the LyX file.

License

All files in this repository are licensed under the Creative Commons Attribution-ShareAlike 4.0 license, with the exception of xetexCV.cls and xetexCV.layout. These two files are based on the originals created by Rob Oakes, which are licensed under the LGPL license. Hence, my modified versions are also licensed under the same terms. (Rob Oakes' original 2009 mailing list post doesn't specify a version of the LGPL, but the latest version at that time was version 3, so I'm assuming that's what was meant.)