My personal CV in reproducible form.
Find a file
Marty Oehme ca33cb142f
Begin deduplicating code with a lib
Starting to move the separated efforts of functionality between CV and
resume into a library from which to import. Will take additional
simplification still.
2025-01-29 11:52:17 +01:00
.gitignore Prepare gitignore for quarto python documents 2023-06-22 15:51:49 +02:00
content.yml Switch digital skills around 2025-01-29 11:15:36 +01:00
cv.typ Begin deduplicating code with a lib 2025-01-29 11:52:17 +01:00
letter.qmd Add basic letter template 2023-07-31 09:42:41 +02:00
lib.typ Begin deduplicating code with a lib 2025-01-29 11:52:17 +01:00
Makefile Update Makefile for typst letter 2025-01-28 10:01:13 +01:00
README.md Allow manually overriding main or sidebar sections 2025-01-28 21:29:00 +01:00
resume.typ Begin deduplicating code with a lib 2025-01-29 11:52:17 +01:00

Data-driven CV & resume

My personal CV and resume files, automatically generated from a multi-lingual yaml data file.

The CV contains a full run-down of my educational and job experience to date, while the resume is more compact, reduced to a single page and can be tailored for a specific job area or expertise.

Is called like the following:

#resume(
    yaml("content.yml"),
    main: ("experience", "education", "volunteering", "skills", "languages"),
    sidebar: ("volunteering", "skills")
)

This is the default invocation, though sidebar and main body sections can be exchanged at will.

TODO:

  • move double-resume sources (per langauge) to a variable or similar

  • separate volunteering from skills section

  • [_] one function per skill section

  • [_] resume prep:

    • make experience groupable by client / short version
    • enable display/hiding of sections/entries by tags?
  • migrate to typst template?

  • ! Fix german summary to be like English summary

  • [_] generalized entry? Would have 'title', 'place', 'date', 'type'/'tags' + potential 'publication', 'bullets'

Typst-driven branch

  • Fix publication '&'s
  • Fix en-dash/em-dash (e.g. in years)
  • Producable from yaml content
  • Can be switched between Ger/En
  • Try sidebar version
    • Generalize sidebar version through abstraction/extractions
  • unify items: experience/education/(thesis?)