Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cthoyt/resume
The résumé of Charles Tapley Hoyt
https://github.com/cthoyt/resume
bioinformatics cheminformatics resume software-development
Last synced: about 1 month ago
JSON representation
The résumé of Charles Tapley Hoyt
- Host: GitHub
- URL: https://github.com/cthoyt/resume
- Owner: cthoyt
- Created: 2019-11-13T20:40:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T14:55:01.000Z (about 2 months ago)
- Last Synced: 2024-09-17T15:22:29.410Z (about 2 months ago)
- Topics: bioinformatics, cheminformatics, resume, software-development
- Language: TeX
- Homepage: https://github.com/cthoyt/resume/raw/master/main.pdf
- Size: 9.36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Résumé of Charles Tapley Hoyt
This repository contains my résumé and curriculum vitae (CV).
The latest PDF build for the [short form](https://github.com/cthoyt/resume/raw/master/main.pdf) and
[long form](https://github.com/cthoyt/resume/raw/master/cv.pdf) are available from GitHub.
My [publications](https://github.com/cthoyt/resume/raw/master/publications.pdf)
and [funding](https://github.com/cthoyt/resume/raw/master/funding.pdf) each have their
own dedicated PDFs.For a more full history, see my [website](https://cthoyt.com), my [Wikidata](https://www.wikidata.org/wiki/Q47475003)
entry, and my [Scholia](https://tools.wmflabs.org/scholia/author/Q47475003) page.## Build
To build my résumé as a PDF, clone the repository and use the following command:
```shell
git clone https://github.com/cthoyt/resume.git
cd resume
latexmk -pdf -interaction=nonstopmode -pvc main
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode main
```CV
```shell
git clone https://github.com/cthoyt/resume.git
cd resume
python -m pip install -r requirements.txt
python src/resumator/make_cv.py
latexmk -pdf -interaction=nonstopmode -pvc cv
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode cv
```