Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```