Fix work experience heading line breaks
This commit is contained in:
parent
aee96bc192
commit
61f5d0d2ff
2 changed files with 9 additions and 24 deletions
16
content.yml
16
content.yml
|
@ -34,22 +34,6 @@ summary:
|
||||||
creating the conditions for an open and barrier-free science production.
|
creating the conditions for an open and barrier-free science production.
|
||||||
|
|
||||||
experience:
|
experience:
|
||||||
- date:
|
|
||||||
de: 2022
|
|
||||||
en: 2022
|
|
||||||
title:
|
|
||||||
de: Forschungsassistenz, Entwicklungsprojekte zur Reduzierung von Ungleichheitstrends, UN
|
|
||||||
en: Research Assistant, UNU-WIDER
|
|
||||||
publication:
|
|
||||||
de: Niño-Zarazúa, M., \& Morabito, C. (unveröffentlicht). Assessing the potential distributional impacts of development interventions. UNU-WIDER.
|
|
||||||
en: Niño-Zarazúa, M., \& Morabito, C. (forthcoming). Assessing the potential distributional impacts of development interventions. UNU-WIDER.
|
|
||||||
bullets:
|
|
||||||
- de: Sammlung, Verarbeitung und Bereinigung von 4 quantitativen Datensätzen, u.a. der UN Ungleichheitstrends
|
|
||||||
en: Collected, processed, and cleaned 4 datasets, including UNU-WIDER-WIID and OECD-CRS DAC
|
|
||||||
- de: Durchführung einer beschreibenden Analyse von Ungleichheitstrends und -treibern in 4 Ländern
|
|
||||||
en: Conducted descriptive analysis of inequality trends and drivers in 4 countries
|
|
||||||
- de: Erstellung visueller Abbildungen der Daten und beschreibender Analysen der Entwicklungshilfen und ihrer Verteilung
|
|
||||||
en: Produced basic time-series visualizations and descriptive analysis of development aid contributions and their distribution
|
|
||||||
- date:
|
- date:
|
||||||
de: 2022--2023
|
de: 2022--2023
|
||||||
en: 2022--2023
|
en: 2022--2023
|
||||||
|
|
|
@ -22,6 +22,7 @@ def experience_to_md(data: dict[str, Any], lang: str = "en", headline: str = "")
|
||||||
|
|
||||||
for point in exp["bullets"]:
|
for point in exp["bullets"]:
|
||||||
md += f"* {point[lang]}\n"
|
md += f"* {point[lang]}\n"
|
||||||
|
md += "\n\n"
|
||||||
|
|
||||||
return md
|
return md
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue