Scripts to build my resume and supporting files

Ryan C. Thompson d37ec77f2a Update for Lyx 2.3 6 gadi atpakaļ
examples bb02e8831c Update RNA-seq lecture & lab 7 gadi atpakaļ
.gitignore e80d69e20e Ignore LyX autosave files 7 gadi atpakaļ
README.mkdn 638e1ccdb8 Add a license section to the README 7 gadi atpakaļ
Snakefile 0d656f5455 Fix find_mac_app function in Snakefile 6 gadi atpakaļ
citations.bib 4efe1dfb4b Lamere 2017 is accepted 7 gadi atpakaļ
headshot-crop.jpg 60d111c398 Initial import into git 9 gadi atpakaļ
headshot-orig.jpg 60d111c398 Initial import into git 9 gadi atpakaļ
index.html 0df8e97622 Add output files so they show up on GH pages 8 gadi atpakaļ
plainyr-rev.bst 60d111c398 Initial import into git 9 gadi atpakaļ
ryan_thompson_resume.html d37ec77f2a Update for Lyx 2.3 6 gadi atpakaļ
ryan_thompson_resume.lyx d37ec77f2a Update for Lyx 2.3 6 gadi atpakaļ
ryan_thompson_resume.pdf d37ec77f2a Update for Lyx 2.3 6 gadi atpakaļ
ryan_thompson_resume.txt 820a95ee8c Update for 2018 7 gadi atpakaļ
xetexCV.cls d37ec77f2a Update for Lyx 2.3 6 gadi atpakaļ
xetexCV.layout 65ce459ca6 Document dependency on modified LyX layout 9 gadi atpakaļ

README.mkdn

This is my résumé, built using Rob Oakes' excellent
[xetexCV class](https://code.google.com/archive/p/latex-professional/)
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.

## License

All files in this repository are licensed under the [Creative Commons
Attribution-ShareAlike 4.0
license](https://creativecommons.org/licenses/by-sa/4.0/), 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](https://www.gnu.org/licenses/lgpl-3.0.en.html).
Hence, my modified versions are also licensed under the same terms.
(Rob Oakes' [original 2009 mailing list
post](https://tug.org/pipermail/xetex/2009-December/015046.html)
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.)