Compare commits
11 commits
6f5d5ee378
...
8788c0a647
| Author | SHA1 | Date | |
|---|---|---|---|
| 8788c0a647 | |||
| c36a5cde83 | |||
| 0beef3934b | |||
| 18df7051e7 | |||
| 64dffb43d6 | |||
| cfa3e8a625 | |||
| 03acad7a44 | |||
| a81276f89b | |||
| 484ea7512e | |||
| 1ea7afdaa5 | |||
| 9d4c195ce9 |
5 changed files with 568 additions and 436 deletions
5
Makefile
5
Makefile
|
|
@ -10,8 +10,9 @@ resume: resume.typ
|
||||||
typst compile --input lang=en resume.typ build/resume_en.pdf
|
typst compile --input lang=en resume.typ build/resume_en.pdf
|
||||||
typst compile --input lang=de resume.typ build/resume_de.pdf
|
typst compile --input lang=de resume.typ build/resume_de.pdf
|
||||||
|
|
||||||
letter: letter.qmd templates/letter.latex
|
letter: letter.typ
|
||||||
poetry run quarto render letter.qmd
|
typst compile --input lang=en letter.typ build/letter_en.pdf
|
||||||
|
typst compile --input lang=de letter.typ build/letter_de.pdf
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *CV.aux *CV.bcf *CV.log *CV.out *CV.run.xml *CV.pdf short_CV.tex long_CV.tex *CV.bbl *CV.blg *yaml_CV.md
|
rm -f *CV.aux *CV.bcf *CV.log *CV.out *CV.run.xml *CV.pdf short_CV.tex long_CV.tex *CV.bbl *CV.blg *yaml_CV.md
|
||||||
|
|
|
||||||
45
README.md
Normal file
45
README.md
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
```typst
|
||||||
|
#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:
|
||||||
|
|
||||||
|
- [x] move double-resume sources (per langauge) to a variable or similar
|
||||||
|
- [x] 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?
|
||||||
|
|
||||||
|
- [x] migrate to typst template?
|
||||||
|
- [x] ! Fix german summary to be like English summary
|
||||||
|
- [_] generalized entry?
|
||||||
|
Would have 'title', 'place', 'date', 'type'/'tags' + potential
|
||||||
|
'publication', 'bullets'
|
||||||
|
|
||||||
|
## Typst-driven branch
|
||||||
|
|
||||||
|
- [x] Fix publication '\&'s
|
||||||
|
- [x] Fix en-dash/em-dash (e.g. in years)
|
||||||
|
- [x] Producable from yaml content
|
||||||
|
- [x] Can be switched between Ger/En
|
||||||
|
- [x] Try sidebar version
|
||||||
|
- [ ] Generalize sidebar version through abstraction/extractions
|
||||||
|
- [ ] unify items: experience/education/(thesis?)
|
||||||
39
content.yml
39
content.yml
|
|
@ -26,12 +26,24 @@ summary:
|
||||||
en: |
|
en: |
|
||||||
Since completing the EU-funded European Master of Global Studies Erasmus Mundus programme in 2021, I have acted as a research consultant focused on processes of inequality and poverty reduction, spatialization and collective organization, primarily through the lens of labour market policies.
|
Since completing the EU-funded European Master of Global Studies Erasmus Mundus programme in 2021, I have acted as a research consultant focused on processes of inequality and poverty reduction, spatialization and collective organization, primarily through the lens of labour market policies.
|
||||||
|
|
||||||
Through producing the development research literature I have developed a broad range of skills in data acquisition, organization and visualization, as well as manuscript editing and reference management. Additionally, I have gained insights into event management, teaching assistance, content creation, system administration and website management. Beyond professional work I foster the development of free and open software and open science without barriers.
|
Through producing the development research literature I have developed a broad range of skills in data acquisition, organization and visualization, as well as manuscript editing and reference management. Additionally, I have gained insights into event management, teaching assistance, content creation, system and web administration. Beyond professional work I strive to foster the development of free and open software and open science without barriers.
|
||||||
|
|
||||||
I welcome opportunities to deepen my expertise in these topics, in addition to those expanding my range of applicable skills.
|
I welcome opportunities to deepen my expertise in these topics, in addition to those expanding my range of applicable skills.
|
||||||
|
|
||||||
|
experience_types:
|
||||||
|
1:
|
||||||
|
de: Selbstständiger Schriftsteller Forschung
|
||||||
|
en: Independent research consultant
|
||||||
|
2:
|
||||||
|
de: Honorararbeit
|
||||||
|
en: Salaried work
|
||||||
|
3:
|
||||||
|
de: Gewerbeschein
|
||||||
|
en: Trade license
|
||||||
|
|
||||||
experience:
|
experience:
|
||||||
- date:
|
- typeid: 1
|
||||||
|
date:
|
||||||
de: 2024
|
de: 2024
|
||||||
en: 2024
|
en: 2024
|
||||||
title:
|
title:
|
||||||
|
|
@ -53,9 +65,10 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2023--2024
|
de: 2023--2024
|
||||||
en: 2023--2024
|
en: 2023--2024
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Externer Forscher, Ungleichheiten auf dem Arbeitsmarkt
|
de: Externer Forscher, Ungleichheiten auf dem Arbeitsmarkt
|
||||||
en: External researcher, Inequalities on the Labour market
|
en: External researcher, Inequalities on the labour market
|
||||||
place:
|
place:
|
||||||
de: ILO
|
de: ILO
|
||||||
en: ILO
|
en: ILO
|
||||||
|
|
@ -72,6 +85,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2023
|
de: 2023
|
||||||
en: 2023
|
en: 2023
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Consultant, Forschungsarbeit für nachhaltige Beschaffung in internationaler Logistik
|
de: Consultant, Forschungsarbeit für nachhaltige Beschaffung in internationaler Logistik
|
||||||
en: Consultant, Research on sustainable procurement in international logistics
|
en: Consultant, Research on sustainable procurement in international logistics
|
||||||
|
|
@ -88,6 +102,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2022
|
de: 2022
|
||||||
en: 2022
|
en: 2022
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Consultant, Datenbankforschung internationale Hilfsgelder
|
de: Consultant, Datenbankforschung internationale Hilfsgelder
|
||||||
en: Consultant, Database research international aid funds
|
en: Consultant, Database research international aid funds
|
||||||
|
|
@ -104,6 +119,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2022
|
de: 2022
|
||||||
en: 2022
|
en: 2022
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Redaktionsarbeit, Soziale Absicherung und Widerstandsfähigkeit
|
de: Redaktionsarbeit, Soziale Absicherung und Widerstandsfähigkeit
|
||||||
en: Editorial work, Social Protection and Resilience, Roskilde University
|
en: Editorial work, Social Protection and Resilience, Roskilde University
|
||||||
|
|
@ -123,6 +139,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2022
|
de: 2022
|
||||||
en: 2022
|
en: 2022
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Forschungsassistenz, Entwicklungsprojekte zur Reduzierung Ungleichheitstrends
|
de: Forschungsassistenz, Entwicklungsprojekte zur Reduzierung Ungleichheitstrends
|
||||||
en: Research Assistant, Development projects to reduce inequality trends
|
en: Research Assistant, Development projects to reduce inequality trends
|
||||||
|
|
@ -143,6 +160,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2022
|
de: 2022
|
||||||
en: 2022
|
en: 2022
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Consultant, Review Verknüpfung sozialer Schutz, Produktivität und Formalisierung
|
de: Consultant, Review Verknüpfung sozialer Schutz, Produktivität und Formalisierung
|
||||||
en: Consultant, Social Protection, Productivity and Formalization Nexus Review
|
en: Consultant, Social Protection, Productivity and Formalization Nexus Review
|
||||||
|
|
@ -162,6 +180,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2022
|
de: 2022
|
||||||
en: 2022
|
en: 2022
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Consultant, Review Arbeitsmarktpolitiken in Asien und dem Pazifik
|
de: Consultant, Review Arbeitsmarktpolitiken in Asien und dem Pazifik
|
||||||
en: Consultant, Labour Market Policies Review in Asia and the Pacific
|
en: Consultant, Labour Market Policies Review in Asia and the Pacific
|
||||||
|
|
@ -179,6 +198,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2021
|
de: 2021
|
||||||
en: 2021
|
en: 2021
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Forschungsassistenz, Informelle Organisierung und Absicherung
|
de: Forschungsassistenz, Informelle Organisierung und Absicherung
|
||||||
en: Research Assistant, Informal Organization and Social Security
|
en: Research Assistant, Informal Organization and Social Security
|
||||||
|
|
@ -198,6 +218,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2021
|
de: 2021
|
||||||
en: 2021
|
en: 2021
|
||||||
|
typeid: 1
|
||||||
title:
|
title:
|
||||||
de: Redakteur, Soziale Absicherung informeller Arbeiter (SPIWORK)
|
de: Redakteur, Soziale Absicherung informeller Arbeiter (SPIWORK)
|
||||||
en: Editorial Assistant, Social Protection of Informal Workers (SPIWORK)
|
en: Editorial Assistant, Social Protection of Informal Workers (SPIWORK)
|
||||||
|
|
@ -217,6 +238,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2018--2019
|
de: 2018--2019
|
||||||
en: 2018--2019
|
en: 2018--2019
|
||||||
|
typeid: 2
|
||||||
title:
|
title:
|
||||||
de: Akademische Hilfskraft, Institut für Amerikastudien
|
de: Akademische Hilfskraft, Institut für Amerikastudien
|
||||||
en: Academic Assistant, Institute of American Studies
|
en: Academic Assistant, Institute of American Studies
|
||||||
|
|
@ -233,6 +255,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2017--2019
|
de: 2017--2019
|
||||||
en: 2017--2019
|
en: 2017--2019
|
||||||
|
typeid: 2
|
||||||
title:
|
title:
|
||||||
de: Studentische Hilfskraft, Professor Crister S. Garrett
|
de: Studentische Hilfskraft, Professor Crister S. Garrett
|
||||||
en: Student Assistant, Professor Crister S. Garrett
|
en: Student Assistant, Professor Crister S. Garrett
|
||||||
|
|
@ -249,6 +272,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2018
|
de: 2018
|
||||||
en: 2018
|
en: 2018
|
||||||
|
typeid: 2
|
||||||
title:
|
title:
|
||||||
de: Lehrassistenz, Transatlantische Sommerschule Cultures of Security
|
de: Lehrassistenz, Transatlantische Sommerschule Cultures of Security
|
||||||
en: Teaching Assistant, Trans Atlantic Summer School Cultures of Security
|
en: Teaching Assistant, Trans Atlantic Summer School Cultures of Security
|
||||||
|
|
@ -265,6 +289,7 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2017--2018
|
de: 2017--2018
|
||||||
en: 2017--2018
|
en: 2017--2018
|
||||||
|
typeid: 2
|
||||||
title:
|
title:
|
||||||
de: Content-Management, Bachelor Plus/Alumni-System
|
de: Content-Management, Bachelor Plus/Alumni-System
|
||||||
en: Content Management, Bachelor Plus/Alumni System
|
en: Content Management, Bachelor Plus/Alumni System
|
||||||
|
|
@ -281,6 +306,8 @@ experience:
|
||||||
- date:
|
- date:
|
||||||
de: 2014--2018
|
de: 2014--2018
|
||||||
en: 2014--2018
|
en: 2014--2018
|
||||||
|
typeid: 2
|
||||||
|
hidden: true # TODO: Allow hiding entries like this?
|
||||||
title:
|
title:
|
||||||
de: Verkaufsassistent und Eventhelfer für historische Märkte
|
de: Verkaufsassistent und Eventhelfer für historische Märkte
|
||||||
en: Sales Assistant and Event Support for Historical Markets
|
en: Sales Assistant and Event Support for Historical Markets
|
||||||
|
|
@ -325,10 +352,10 @@ education:
|
||||||
en: 2018
|
en: 2018
|
||||||
- place:
|
- place:
|
||||||
de: HTWK Leipzig, Deutschland
|
de: HTWK Leipzig, Deutschland
|
||||||
en: HTWK Leipzig, Deutschland
|
en: HTWK Leipzig, Germany
|
||||||
title:
|
title:
|
||||||
de: Medieninformatik, BSc (nicht abgeschlossen)
|
de: Medieninformatik, BSc (nicht abg.)
|
||||||
en: Media Computer Science, BSc (not completed)
|
en: Media Computer Science, BSc (not compl.)
|
||||||
date:
|
date:
|
||||||
de: 2015
|
de: 2015
|
||||||
en: 2015
|
en: 2015
|
||||||
|
|
|
||||||
122
cv.typ
122
cv.typ
|
|
@ -17,7 +17,7 @@
|
||||||
"en"
|
"en"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#let sel_word_lang(de: "", en:"") = {
|
#let sel_word_lang(de: "", en: "") = {
|
||||||
if lang == "de" {
|
if lang == "de" {
|
||||||
de
|
de
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -40,23 +40,25 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#let header(about, columns: (1.5fr, 1fr, 1fr)) = {
|
#let header(about, columns: (1.5fr, 1fr, 1fr)) = {
|
||||||
[= #about.fullname];
|
[= #about.fullname]
|
||||||
let contact_fields = (for c in about.contact {
|
let contact_fields = (
|
||||||
|
for c in about.contact {
|
||||||
if "link" in c {
|
if "link" in c {
|
||||||
([#c.icon ~ #link(c.link)[#c.text]],)
|
([#c.icon ~ #link(c.link)[#c.text]],)
|
||||||
} else {
|
} else {
|
||||||
([#c.icon ~ #c.text],)
|
([#c.icon ~ #c.text],)
|
||||||
}
|
}
|
||||||
})
|
}
|
||||||
|
)
|
||||||
grid(
|
grid(
|
||||||
columns: columns,
|
columns: columns,
|
||||||
gutter: 5pt,
|
gutter: 5pt,
|
||||||
..contact_fields
|
..contact_fields
|
||||||
);
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
#let subdued(body) = {
|
#let subdued(body) = {
|
||||||
block(inset: 5%, width: 85%, text(fill:luma(150), body))
|
block(inset: 5%, width: 85%, text(fill: luma(150), body))
|
||||||
}
|
}
|
||||||
|
|
||||||
#let entry(item: ()) = {
|
#let entry(item: ()) = {
|
||||||
|
|
@ -80,21 +82,28 @@
|
||||||
}
|
}
|
||||||
if "publication" in item {
|
if "publication" in item {
|
||||||
subdued[#item.publication.at(lang) \ ]
|
subdued[#item.publication.at(lang) \ ]
|
||||||
};
|
}
|
||||||
if "abstract" in item {
|
if "abstract" in item {
|
||||||
subdued[#item.abstract.at(lang) \ ]
|
subdued[#item.abstract.at(lang) \ ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#let horizon_line() = {v(-3pt); line(length: 100%); v(-5pt)}
|
#let horizon_line() = {
|
||||||
|
v(-3pt)
|
||||||
|
line(length: 100%)
|
||||||
|
v(-5pt)
|
||||||
|
}
|
||||||
|
|
||||||
#let section_header(title) = {[== #title]; horizon_line()};
|
#let section_header(title) = {
|
||||||
|
[== #title]
|
||||||
|
horizon_line()
|
||||||
|
};
|
||||||
|
|
||||||
#let section(title: "Section", entries: (), body) = {
|
#let section(title: "Section", entries: (), body) = {
|
||||||
section_header(title);
|
section_header(title)
|
||||||
if body == none or body == [] {
|
if body == none or body == [] {
|
||||||
for e in entries {
|
for e in entries {
|
||||||
entry(item:e)
|
entry(item: e)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
body
|
body
|
||||||
|
|
@ -103,26 +112,29 @@
|
||||||
|
|
||||||
// Slightly re-styled entry with PLACE first and TITLE second
|
// Slightly re-styled entry with PLACE first and TITLE second
|
||||||
#let education_entry(item: ()) = {
|
#let education_entry(item: ()) = {
|
||||||
assert("place" in item and "title" in item and "date" in item, message: "Education items require place, program and date.");
|
assert(
|
||||||
[*#item.place.at(lang)*, #item.title.at(lang) #h(1fr)];
|
"place" in item and "title" in item and "date" in item,
|
||||||
[ _#item.date.at(lang)_ \ ];
|
message: "Education items require place, program and date.",
|
||||||
|
)
|
||||||
|
[*#item.place.at(lang)*, #item.title.at(lang) #h(1fr)]
|
||||||
|
[ _#item.date.at(lang)_ \ ]
|
||||||
}
|
}
|
||||||
|
|
||||||
// Restyled entry with PLACE not emphasized like usual, and no date but an abstract
|
// Restyled entry with PLACE not emphasized like usual, and no date but an abstract
|
||||||
#let thesis_entry(item: ()) = {
|
#let thesis_entry(item: ()) = {
|
||||||
assert("title" in item and "place" in item, message: "Thesis items require type and title.");
|
assert("title" in item and "place" in item, message: "Thesis items require type and title.")
|
||||||
[*#item.title.at(lang)* #item.place.at(lang) #h(1fr)];
|
[*#item.title.at(lang)* #item.place.at(lang) #h(1fr)]
|
||||||
[#par(item.abstract.at(lang))]
|
[#par(item.abstract.at(lang))]
|
||||||
}
|
}
|
||||||
|
|
||||||
// skill-specific entry, changing its style for sidebar
|
// skill-specific entry, changing its style for sidebar
|
||||||
#let skill_item(item: (), is_sidebar: false) = {
|
#let skill_item(item: (), is_sidebar: false) = {
|
||||||
let side_list(body) = if is_sidebar {list(body)} else {par(body)}
|
let side_list(body) = if is_sidebar { list(body) } else { par(body) }
|
||||||
for skill in item {
|
for skill in item {
|
||||||
side_list({
|
side_list({
|
||||||
[*#skill.name.at(lang)*]
|
[*#skill.name.at(lang)*]
|
||||||
if is_sidebar [\ ] else [ (]
|
if is_sidebar [\ ] else [ (]
|
||||||
for (i,v) in skill.items.enumerate() {
|
for (i, v) in skill.items.enumerate() {
|
||||||
[#v.at(lang)]
|
[#v.at(lang)]
|
||||||
if i < skill.items.len() - 1 {
|
if i < skill.items.len() - 1 {
|
||||||
[, ]
|
[, ]
|
||||||
|
|
@ -156,7 +168,7 @@
|
||||||
][
|
][
|
||||||
#smallcaps[#contents.about.fullname]
|
#smallcaps[#contents.about.fullname]
|
||||||
][
|
][
|
||||||
#counter(page).display()
|
#context counter(page).display()
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
@ -167,46 +179,55 @@
|
||||||
|
|
||||||
let body = {
|
let body = {
|
||||||
if "summary" in contents {
|
if "summary" in contents {
|
||||||
section(title:"", {
|
section(
|
||||||
|
title: "",
|
||||||
|
{
|
||||||
contents.summary.at(lang)
|
contents.summary.at(lang)
|
||||||
})
|
},
|
||||||
};
|
)
|
||||||
|
}
|
||||||
|
|
||||||
if "experience" in contents {
|
if "experience" in contents {
|
||||||
let title = sel_word_lang(en:"Professional Experience", de:"Berufserfahrung")
|
let title = sel_word_lang(en: "Professional Experience", de: "Berufserfahrung")
|
||||||
section(title: title, entries:contents.experience)[]
|
section(title: title, entries: contents.experience)[]
|
||||||
}
|
}
|
||||||
|
|
||||||
if "education" in contents {
|
if "education" in contents {
|
||||||
let title = sel_word_lang(en:"Education", de:"Ausbildung")
|
let title = sel_word_lang(en: "Education", de: "Ausbildung")
|
||||||
section(title: title, entries:contents.thesis + contents.education)[]
|
section(title: title, entries: contents.thesis + contents.education)[]
|
||||||
}
|
}
|
||||||
|
|
||||||
if not use_sidebar {
|
if not use_sidebar {
|
||||||
if "volunteering" in contents {
|
if "volunteering" in contents {
|
||||||
let title = sel_word_lang(en:"Volunteer Work", de:"Ehrenamt")
|
let title = sel_word_lang(en: "Volunteer Work", de: "Ehrenamt")
|
||||||
section(title: title, entries:contents.volunteering)[]
|
section(title: title, entries: contents.volunteering)[]
|
||||||
}
|
}
|
||||||
|
|
||||||
if "skills" in contents {
|
if "skills" in contents {
|
||||||
let title = sel_word_lang(en:"Qualifications", de:"Qualifikationen")
|
let title = sel_word_lang(en: "Qualifications", de: "Qualifikationen")
|
||||||
section(title: title, {
|
section(
|
||||||
skill_item(item:contents.skills)
|
title: title,
|
||||||
})
|
{
|
||||||
|
skill_item(item: contents.skills)
|
||||||
|
},
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if "languages" in contents {
|
if "languages" in contents {
|
||||||
let title = sel_word_lang(en:"Languages", de:"Sprachen")
|
let title = sel_word_lang(en: "Languages", de: "Sprachen")
|
||||||
section(title: title, {
|
section(
|
||||||
skill_item(item:contents.languages)
|
title: title,
|
||||||
})
|
{
|
||||||
|
skill_item(item: contents.languages)
|
||||||
|
},
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let sidebar = {
|
let sidebar = {
|
||||||
if "volunteering" in contents {
|
if "volunteering" in contents {
|
||||||
let title = sel_word_lang(en:"Volunteer Work", de:"Ehrenamt")
|
let title = sel_word_lang(en: "Volunteer Work", de: "Ehrenamt")
|
||||||
[== #title]
|
[== #title]
|
||||||
for e in contents.volunteering {
|
for e in contents.volunteering {
|
||||||
[
|
[
|
||||||
|
|
@ -217,16 +238,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if "languages" in contents {
|
if "languages" in contents {
|
||||||
let title = sel_word_lang(en:"Languages", de:"Sprachen")
|
let title = sel_word_lang(en: "Languages", de: "Sprachen")
|
||||||
[== #title]
|
[== #title]
|
||||||
skill_item(item:contents.languages, is_sidebar: true)
|
skill_item(item: contents.languages, is_sidebar: true)
|
||||||
[\ ]
|
[\ ]
|
||||||
}
|
}
|
||||||
|
|
||||||
if "skills" in contents {
|
if "skills" in contents {
|
||||||
let title = sel_word_lang(en:"Qualifications", de:"Kenntnisse")
|
let title = sel_word_lang(en: "Qualifications", de: "Kenntnisse")
|
||||||
[== #title]
|
[== #title]
|
||||||
skill_item(item:contents.skills, is_sidebar: true)
|
skill_item(item: contents.skills, is_sidebar: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -237,7 +258,12 @@
|
||||||
let margin = 1pt
|
let margin = 1pt
|
||||||
grid(
|
grid(
|
||||||
columns: (2fr, 1fr),
|
columns: (2fr, 1fr),
|
||||||
block(outset: 0pt, inset: (top: 0.4 * margin, right: 0pt, rest: margin), stroke: none, width: 100%, {
|
block(
|
||||||
|
outset: 0pt,
|
||||||
|
inset: (top: 0.4 * margin, right: 0pt, rest: margin),
|
||||||
|
stroke: none,
|
||||||
|
width: 100%,
|
||||||
|
{
|
||||||
set block(above: 10pt)
|
set block(above: 10pt)
|
||||||
show heading.where(level: 1): it => style(s => {
|
show heading.where(level: 1): it => style(s => {
|
||||||
let h = text(size: 18pt, upper(it))
|
let h = text(size: 18pt, upper(it))
|
||||||
|
|
@ -249,12 +275,13 @@
|
||||||
dy: 7pt,
|
dy: 7pt,
|
||||||
dx: 10pt,
|
dx: 10pt,
|
||||||
horizon + left,
|
horizon + left,
|
||||||
line(stroke: accent-color, length: 100% - dim.width - 10pt)
|
line(stroke: accent-color, length: 100% - dim.width - 10pt),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
body
|
body
|
||||||
}),
|
},
|
||||||
|
),
|
||||||
{
|
{
|
||||||
v(20pt)
|
v(20pt)
|
||||||
set block(inset: (left: 20 * margin, right: 20 * margin))
|
set block(inset: (left: 20 * margin, right: 20 * margin))
|
||||||
|
|
@ -265,12 +292,9 @@
|
||||||
align(right, block(it))
|
align(right, block(it))
|
||||||
}
|
}
|
||||||
sidebar
|
sidebar
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#cv.with(use_sidebar: false)(
|
#cv.with(use_sidebar: false)(yaml("content.yml"))
|
||||||
yaml("content.yml")
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
|
||||||
189
resume.typ
189
resume.typ
|
|
@ -17,13 +17,6 @@
|
||||||
"en"
|
"en"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#let sel_word_lang(de: "", en:"") = {
|
|
||||||
if lang == "de" {
|
|
||||||
de
|
|
||||||
} else {
|
|
||||||
en
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#let _columns_3(left_body, center_body, right_body) = {
|
#let _columns_3(left_body, center_body, right_body) = {
|
||||||
block[
|
block[
|
||||||
|
|
@ -40,33 +33,36 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#let header(about, columns: (1.5fr, 1fr, 1fr)) = {
|
#let header(about, columns: (1.5fr, 1fr, 1fr)) = {
|
||||||
[= #about.fullname];
|
[= #about.fullname]
|
||||||
let contact_fields = (for c in about.contact {
|
let contact_fields = (
|
||||||
|
for c in about.contact {
|
||||||
if "link" in c {
|
if "link" in c {
|
||||||
([#c.icon ~ #link(c.link)[#c.text]],)
|
([#c.icon ~ #link(c.link)[#c.text]],)
|
||||||
} else {
|
} else {
|
||||||
([#c.icon ~ #c.text],)
|
([#c.icon ~ #c.text],)
|
||||||
}
|
}
|
||||||
})
|
}
|
||||||
|
)
|
||||||
grid(
|
grid(
|
||||||
columns: columns,
|
columns: columns,
|
||||||
gutter: 5pt,
|
gutter: 5pt,
|
||||||
..contact_fields
|
..contact_fields
|
||||||
);
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
#let subdued(body) = {
|
#let subdued(body) = {
|
||||||
block(inset: 5%, width: 85%, text(fill:luma(150), body))
|
block(inset: 5%, width: 85%, text(fill: luma(150), body))
|
||||||
}
|
}
|
||||||
|
|
||||||
#let freelance_by_client(experience:()) = {
|
#let by_client(experience: ()) = {
|
||||||
let by_client = (:)
|
let by_client = (:)
|
||||||
|
|
||||||
for item in experience {
|
for item in experience {
|
||||||
let client = item.place.at(lang)
|
let client = item.place.at(lang)
|
||||||
if client not in by_client {
|
if client not in by_client {
|
||||||
by_client.insert(client, ())
|
by_client.insert(client, ())
|
||||||
}
|
}
|
||||||
by_client.at(client).push((item.title.at(lang), item.date.at(lang) ))
|
by_client.at(client).push((item.title.at(lang), item.date.at(lang)))
|
||||||
}
|
}
|
||||||
|
|
||||||
for (client, jobs) in by_client {
|
for (client, jobs) in by_client {
|
||||||
|
|
@ -77,6 +73,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#let by_experience_type(type: (), experience: ()) = {
|
||||||
|
let by_ty = (:)
|
||||||
|
for (id, desc) in type {
|
||||||
|
let matching_exp_items = experience.filter(item => int(item.typeid) == int(id))
|
||||||
|
if matching_exp_items.len() == 0 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
[=== _#desc.at(lang)_]
|
||||||
|
by_client(experience: matching_exp_items)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#let entry(item: ()) = {
|
#let entry(item: ()) = {
|
||||||
if "title" in item {
|
if "title" in item {
|
||||||
[*#item.title.at(lang)*]
|
[*#item.title.at(lang)*]
|
||||||
|
|
@ -98,21 +107,28 @@
|
||||||
}
|
}
|
||||||
if "publication" in item {
|
if "publication" in item {
|
||||||
subdued[#item.publication.at(lang) \ ]
|
subdued[#item.publication.at(lang) \ ]
|
||||||
};
|
}
|
||||||
if "abstract" in item {
|
if "abstract" in item {
|
||||||
subdued[#item.abstract.at(lang) \ ]
|
subdued[#item.abstract.at(lang) \ ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#let horizon_line() = {v(-3pt); line(length: 100%); v(-5pt)}
|
#let horizon_line() = {
|
||||||
|
v(-3pt)
|
||||||
|
line(length: 100%)
|
||||||
|
v(-5pt)
|
||||||
|
}
|
||||||
|
|
||||||
#let section_header(title) = {[== #title]; horizon_line()};
|
#let section_header(title) = {
|
||||||
|
[== #title]
|
||||||
|
horizon_line()
|
||||||
|
};
|
||||||
|
|
||||||
#let section(title: "Section", entries: (), body) = {
|
#let section(title: "Section", entries: (), body) = {
|
||||||
section_header(title);
|
section_header(title)
|
||||||
if body == none or body == [] {
|
if body == none or body == [] {
|
||||||
for e in entries {
|
for e in entries {
|
||||||
entry(item:e)
|
entry(item: e)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
body
|
body
|
||||||
|
|
@ -121,26 +137,29 @@
|
||||||
|
|
||||||
// Slightly re-styled entry with PLACE first and TITLE second
|
// Slightly re-styled entry with PLACE first and TITLE second
|
||||||
#let education_entry(item: ()) = {
|
#let education_entry(item: ()) = {
|
||||||
assert("place" in item and "title" in item and "date" in item, message: "Education items require place, program and date.");
|
assert(
|
||||||
[*#item.place.at(lang)*, #item.title.at(lang) #h(1fr)];
|
"place" in item and "title" in item and "date" in item,
|
||||||
[ _#item.date.at(lang)_ \ ];
|
message: "Education items require place, program and date.",
|
||||||
|
)
|
||||||
|
[*#item.place.at(lang)*, #item.title.at(lang) #h(1fr)]
|
||||||
|
[ _#item.date.at(lang)_ \ ]
|
||||||
}
|
}
|
||||||
|
|
||||||
// Restyled entry with PLACE not emphasized like usual, and no date but an abstract
|
// Restyled entry with PLACE not emphasized like usual, and no date but an abstract
|
||||||
#let thesis_entry(item: ()) = {
|
#let thesis_entry(item: ()) = {
|
||||||
assert("title" in item and "place" in item, message: "Thesis items require type and title.");
|
assert("title" in item and "place" in item, message: "Thesis items require type and title.")
|
||||||
[*#item.title.at(lang)* #item.place.at(lang) #h(1fr)];
|
[*#item.title.at(lang)* #item.place.at(lang) #h(1fr)]
|
||||||
[#par(item.abstract.at(lang))]
|
[#par(item.abstract.at(lang))]
|
||||||
}
|
}
|
||||||
|
|
||||||
// skill-specific entry, changing its style for sidebar
|
// skill-specific entry, changing its style for sidebar
|
||||||
#let skill_item(item: (), is_sidebar: false) = {
|
#let skill_item(item: (), is_sidebar: false) = {
|
||||||
let side_list(body) = if is_sidebar {list(body)} else {par(body)}
|
let side_list(body) = if is_sidebar { list(body) } else { par(body) }
|
||||||
for skill in item {
|
for skill in item {
|
||||||
side_list({
|
side_list({
|
||||||
[*#skill.name.at(lang)*]
|
[*#skill.name.at(lang)*]
|
||||||
if is_sidebar [\ ] else [ (]
|
if is_sidebar [\ ] else [ (]
|
||||||
for (i,v) in skill.items.enumerate() {
|
for (i, v) in skill.items.enumerate() {
|
||||||
[#v.at(lang)]
|
[#v.at(lang)]
|
||||||
if i < skill.items.len() - 1 {
|
if i < skill.items.len() - 1 {
|
||||||
[, ]
|
[, ]
|
||||||
|
|
@ -151,7 +170,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#let resume(contents) = {
|
#let resume(contents, main: ("experience", "education"), sidebar: ("volunteering", "languages", "skills")) = {
|
||||||
set text(lang: lang)
|
set text(lang: lang)
|
||||||
|
|
||||||
let date_formatting = {
|
let date_formatting = {
|
||||||
|
|
@ -174,7 +193,7 @@
|
||||||
][
|
][
|
||||||
#smallcaps[#contents.about.fullname]
|
#smallcaps[#contents.about.fullname]
|
||||||
][
|
][
|
||||||
#counter(page).display()
|
#context counter(page).display()
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
@ -184,49 +203,57 @@
|
||||||
header(contents.about)
|
header(contents.about)
|
||||||
|
|
||||||
let body = {
|
let body = {
|
||||||
// if "summary" in contents {
|
if "summary" in main and "summary" in contents {
|
||||||
// section(title:"", {
|
section(
|
||||||
// contents.summary.at(lang)
|
title: "",
|
||||||
// })
|
{
|
||||||
// };
|
contents.summary.at(lang)
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
if "experience" in contents {
|
if "experience" in main and "experience" in contents {
|
||||||
let title = sel_word_lang(en:"Professional Experience", de:"Berufserfahrung")
|
let title = (en: "Professional Experience", de: "Berufserfahrung").at(lang)
|
||||||
section(title: title)[]
|
section(title: title)[]
|
||||||
freelance_by_client(experience:contents.experience)
|
by_experience_type(experience: contents.experience, type: contents.experience_types)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if "education" in contents {
|
if "education" in main and "education" in contents {
|
||||||
let title = sel_word_lang(en:"Education", de:"Ausbildung")
|
let title = (en: "Education", de: "Ausbildung").at(lang)
|
||||||
section(title: title, entries:contents.thesis + contents.education)[]
|
section(title: title, entries: contents.thesis + contents.education)[]
|
||||||
}
|
}
|
||||||
|
|
||||||
// if "volunteering" in contents {
|
if "volunteering" in main and "volunteering" in contents {
|
||||||
// let title = sel_word_lang(en:"Volunteer Work", de:"Ehrenamt")
|
let title = (en: "Volunteer Work", de: "Ehrenamt").at(lang)
|
||||||
// section(title: title, entries:contents.volunteering)[]
|
section(title: title, entries: contents.volunteering)[]
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
// if "skills" in contents {
|
if "skills" in main and "skills" in contents {
|
||||||
// let title = sel_word_lang(en:"Qualifications", de:"Qualifikationen")
|
let title = (en: "Qualifications", de: "Qualifikationen").at(lang)
|
||||||
// section(title: title, {
|
section(
|
||||||
// skill_item(item:contents.skills)
|
title: title,
|
||||||
// })
|
{
|
||||||
// }
|
skill_item(item: contents.skills)
|
||||||
//
|
},
|
||||||
// if "languages" in contents {
|
)
|
||||||
// let title = sel_word_lang(en:"Languages", de:"Sprachen")
|
}
|
||||||
// section(title: title, {
|
|
||||||
// skill_item(item:contents.languages)
|
if "languages" in main and "languages" in contents {
|
||||||
// })
|
let title = (en: "Languages", de: "Sprachen").at(lang)
|
||||||
// }
|
section(
|
||||||
|
title: title,
|
||||||
|
{
|
||||||
|
skill_item(item: contents.languages)
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let sidebar = {
|
let sidebar = {
|
||||||
if "volunteering" in contents {
|
if "volunteering" in sidebar and "volunteering" in contents {
|
||||||
let title = sel_word_lang(en:"Volunteer Work", de:"Ehrenamt")
|
let title = (en: "Volunteer Work", de: "Ehrenamt").at(lang)
|
||||||
[== #title]
|
[== #title]
|
||||||
for e in contents.volunteering {
|
for e in contents.at("volunteering") {
|
||||||
[
|
[
|
||||||
- *#e.title.at(lang)* (#e.date.at(lang))
|
- *#e.title.at(lang)* (#e.date.at(lang))
|
||||||
#par(e.bullets.at(0).at(lang)) \
|
#par(e.bullets.at(0).at(lang)) \
|
||||||
|
|
@ -234,24 +261,29 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if "languages" in contents {
|
if "languages" in sidebar and "languages" in contents {
|
||||||
let title = sel_word_lang(en:"Languages", de:"Sprachen")
|
let title = (en: "Languages", de: "Sprachen").at(lang)
|
||||||
[== #title]
|
[== #title]
|
||||||
skill_item(item:contents.languages, is_sidebar: true)
|
skill_item(item: contents.languages, is_sidebar: true)
|
||||||
[\ ]
|
[\ ]
|
||||||
}
|
}
|
||||||
|
|
||||||
if "skills" in contents {
|
if "skills" in sidebar and "skills" in contents {
|
||||||
let title = sel_word_lang(en:"Qualifications", de:"Kenntnisse")
|
let title = (en: "Qualifications", de: "Kenntnisse").at(lang)
|
||||||
[== #title]
|
[== #title]
|
||||||
skill_item(item:contents.skills, is_sidebar: true)
|
skill_item(item: contents.skills, is_sidebar: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let margin = 1pt
|
let margin = 1pt
|
||||||
grid(
|
grid(
|
||||||
columns: (2fr, 1fr),
|
columns: (2fr, 1fr),
|
||||||
block(outset: 0pt, inset: (top: 0.4 * margin, right: 0pt, rest: margin), stroke: none, width: 100%, {
|
block(
|
||||||
|
outset: 0pt,
|
||||||
|
inset: (top: 0.4 * margin, right: 0pt, rest: margin),
|
||||||
|
stroke: none,
|
||||||
|
width: 100%,
|
||||||
|
{
|
||||||
set block(above: 10pt)
|
set block(above: 10pt)
|
||||||
show heading.where(level: 1): it => style(s => {
|
show heading.where(level: 1): it => style(s => {
|
||||||
let h = text(size: 18pt, upper(it))
|
let h = text(size: 18pt, upper(it))
|
||||||
|
|
@ -263,13 +295,18 @@
|
||||||
dy: 7pt,
|
dy: 7pt,
|
||||||
dx: 10pt,
|
dx: 10pt,
|
||||||
horizon + left,
|
horizon + left,
|
||||||
line(stroke: accent-color, length: 100% - dim.width - 10pt)
|
line(stroke: accent-color, length: 100% - dim.width - 10pt),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
body
|
body
|
||||||
}),
|
},
|
||||||
align(right, block(fill: luma(250), width: 90%,
|
),
|
||||||
|
align(
|
||||||
|
right,
|
||||||
|
block(
|
||||||
|
fill: luma(250),
|
||||||
|
width: 90%,
|
||||||
{
|
{
|
||||||
v(15pt)
|
v(15pt)
|
||||||
set block(inset: (left: 20 * margin, right: 20 * margin))
|
set block(inset: (left: 20 * margin, right: 20 * margin))
|
||||||
|
|
@ -281,12 +318,10 @@
|
||||||
}
|
}
|
||||||
sidebar
|
sidebar
|
||||||
v(15pt)
|
v(15pt)
|
||||||
}))
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#resume(
|
#resume(yaml("content.yml"))
|
||||||
yaml("content.yml")
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue