Carl Boettiger's open lab notebook, built with Hugo and deployed to GitHub Pages via docs/.
The CV lives in two forms:
- Web version —
content/vita.md(rendered by Hugo at carlboettiger.info/vita) - PDF version —
static/files/cv.pdf(also served at carlboettiger.info/files/cv.pdf)
content/vita.md is the single source of truth. It contains employment, education, grants, teaching, talks, and service directly, and pulls in three sections via Hugo shortcodes:
assets/includes/publications.mdassets/includes/book_chapters.mdassets/includes/software.md
The PDF is generated by pandoc using static/files/cv-template.tex.
-
Edit
content/vita.md(or the relevantassets/includes/*.mdfile for publications, book chapters, or software). -
Regenerate the PDF from the repo root:
bash static/files/update_cv_pdf.sh
This resolves Hugo
{{< include >}}shortcodes, strips YAML frontmatter, and runs pandoc to producestatic/files/cv.pdf. -
Copy the PDF to
docs/so it's live on GitHub Pages:cp static/files/cv.pdf docs/files/cv.pdf
-
Commit both files.
Publications missing from ORCID (0000-0002-1642-628X) are listed in static/files/orcid-missing-works.txt. These must be added manually through the ORCID web interface (Search & Link via CrossRef) since we do not have API-based write access.