Scripts to build my resume and supporting files

Ryan C. Thompson 330f2b34c6 Update CD4 examples hace 7 años
examples 330f2b34c6 Update CD4 examples hace 7 años
.gitignore e80d69e20e Ignore LyX autosave files hace 7 años
README.mkdn ec6a466be1 Convert all links to HTTPS where possible hace 8 años
Snakefile 90ddb01b0a Generate all index.html files hace 8 años
citations.bib 4efe1dfb4b Lamere 2017 is accepted hace 7 años
headshot-crop.jpg 60d111c398 Initial import into git hace 9 años
headshot-orig.jpg 60d111c398 Initial import into git hace 9 años
index.html 0df8e97622 Add output files so they show up on GH pages hace 8 años
plainyr-rev.bst 60d111c398 Initial import into git hace 9 años
ryan_thompson_resume.html 820a95ee8c Update for 2018 hace 7 años
ryan_thompson_resume.lyx 820a95ee8c Update for 2018 hace 7 años
ryan_thompson_resume.pdf 820a95ee8c Update for 2018 hace 7 años
ryan_thompson_resume.txt 820a95ee8c Update for 2018 hace 7 años
xetexCV.cls 7876a0b787 Include and document modofied xetexCV.cls file hace 9 años
xetexCV.layout 65ce459ca6 Document dependency on modified LyX layout hace 9 años

README.mkdn

This is my résumé, built using Rob Oakes' excellent
[xetexCV class](https://www.oak-tree.us/blog/index.php/2009/11/25/latex-cv-part1)
for [LaTeX](https://www.latex-project.org/) using
[LyX](https://www.lyx.org/), along with a series of examples of
my work that are linked to from the résumé itself. I use
the [Snakemake](https://snakemake.readthedocs.io/en/stable/) 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`](./xetexCV.cls)) and LyX layout
([`xetexCV.layout`](./xetexCV.layout)), which are included in this
repository. You may need to install these files to the appropriate
locations for LaTeX and LyX, respectively in order for the resume pdf
to build properly.