Scripts to build my resume and supporting files

Ryan C. Thompson 68f3c9dc28 Convert PDF URL to footer vor 8 Jahren
examples 90ddb01b0a Generate all index.html files vor 8 Jahren
.gitignore 0df8e97622 Add output files so they show up on GH pages vor 8 Jahren
README.mkdn c12f1e7cbb Update the readme vor 8 Jahren
Snakefile 90ddb01b0a Generate all index.html files vor 8 Jahren
citations.bib dcfbc64462 Update in-review citation for H3K27me3 paper vor 8 Jahren
headshot-crop.jpg 60d111c398 Initial import into git vor 9 Jahren
headshot-orig.jpg 60d111c398 Initial import into git vor 9 Jahren
index.html 0df8e97622 Add output files so they show up on GH pages vor 8 Jahren
plainyr-rev.bst 60d111c398 Initial import into git vor 9 Jahren
ryan_thompson_resume.html 68f3c9dc28 Convert PDF URL to footer vor 8 Jahren
ryan_thompson_resume.lyx 68f3c9dc28 Convert PDF URL to footer vor 8 Jahren
ryan_thompson_resume.pdf 68f3c9dc28 Convert PDF URL to footer vor 8 Jahren
xetexCV.cls 7876a0b787 Include and document modofied xetexCV.cls file vor 9 Jahren
xetexCV.layout 65ce459ca6 Document dependency on modified LyX layout vor 9 Jahren

README.mkdn

This is my résumé, built using Rob Oakes' excellent
[xetexCV class](http://www.oak-tree.us/blog/index.php/2009/11/25/latex-cv-part1)
for [LaTeX](https://www.latex-project.org/) using
[LyX](http://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:
http://darwinawardwinner.github.io/resume/ryan_thompson_resume.pdf

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: http://www.exljbris.com/fontin.html
3. Fontin Sans: http://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.