Scripts to build my resume and supporting files

Ryan C. Thompson 1b86b11476 Add section headers to math history paper 5 years ago
examples 1b86b11476 Add section headers to math history paper 5 years ago
.gitignore e4e205e003 Fix up RNA-seq lab 5 years ago
README.md e900a29773 Minor fix in README 5 years ago
Snakefile 8f62924761 Switch to Zotero 5 years ago
headshot-crop.png bdd1080f77 New image 5 years ago
headshot-crop.xcf bdd1080f77 New image 5 years ago
headshot-linkedin.jpg f8c0160c17 Add LinkedIn-sized headshot to repo 5 years ago
headshot-linkedin.xcf f8c0160c17 Add LinkedIn-sized headshot to repo 5 years ago
headshot-orig.png bdd1080f77 New image 5 years ago
index.html 426083837f HTML Resume & CV no longer work, so remove them 5 years ago
linkedin-banner-mofa.png 47cf1abacb Save source files for LinkedIn banner image 5 years ago
linkedin-banner-mofa.xcf 47cf1abacb Save source files for LinkedIn banner image 5 years ago
mypubs.bib 8f62924761 Switch to Zotero 5 years ago
myunpubs.bib 8f62924761 Switch to Zotero 5 years ago
plainurlyr-rev.bst 997ff2d4fc Initial CV draft 5 years ago
plainyr-rev.bst 60d111c398 Initial import into git 9 years ago
ryan_thompson_cv.html 047d6f3a1e Add HTML files for both resume and CV 5 years ago
ryan_thompson_cv.lyx c0ed8919e7 Link to repo-internal copy of thesis 5 years ago
ryan_thompson_cv.pdf c0ed8919e7 Link to repo-internal copy of thesis 5 years ago
ryan_thompson_resume.html 047d6f3a1e Add HTML files for both resume and CV 5 years ago
ryan_thompson_resume.lyx c0ed8919e7 Link to repo-internal copy of thesis 5 years ago
ryan_thompson_resume.pdf c0ed8919e7 Link to repo-internal copy of thesis 5 years ago
ryan_thompson_resume.txt 91480cbcac Minor resume updates 5 years ago
xetexCV.cls da4b955814 Implement revisions suggested by AS 5 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 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.)