Scripts to build my resume and supporting files

Ryan C. Thompson 7e2ad24a48 Update LyX file for LyX 2.2 il y a 9 ans
examples 805f9bd7d6 Add teaching examples into the repo il y a 9 ans
.gitignore 920ac0bb96 Add rules for creating HTML resume file il y a 9 ans
README.mkdn ba7cec72c4 Fix a typo in the readme file il y a 9 ans
Snakefile 920ac0bb96 Add rules for creating HTML resume file il y a 9 ans
citations.bib 45968ebe7e Update citation for Lamere 2016 il y a 9 ans
dodo.py 7fed905143 Fix find_mac_app and other minor tweaks il y a 9 ans
headshot-crop.jpg 60d111c398 Initial import into git il y a 9 ans
headshot-orig.jpg 60d111c398 Initial import into git il y a 9 ans
plainyr-rev.bst 60d111c398 Initial import into git il y a 9 ans
publish.sh 60d111c398 Initial import into git il y a 9 ans
ryan_thompson_resume.lyx 7e2ad24a48 Update LyX file for LyX 2.2 il y a 9 ans
xetexCV.cls 7876a0b787 Include and document modofied xetexCV.cls file il y a 9 ans
xetexCV.layout 65ce459ca6 Document dependency on modified LyX layout il y a 9 ans

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
[doit](http://pydoit.org/) build tool to build my résumé and
supporting files and deploy them to my web server.

To see what the result looks like, you can view my résumé here:
http://mneme.homenet.org/~ryan/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 to fonts that you have/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.