commit 49a3425fca491f4a5d69df2bbd6e6ce71f327f25 Author: Marty Oehme Date: Thu Mar 16 07:58:57 2023 +0100 initial commit diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..70ebdf6 --- /dev/null +++ b/Makefile @@ -0,0 +1,37 @@ +OUTPUTDIR=out + +.PHONY: all prep_dir clean clean_all clean_outputdir prep_dir cv resume + +all: prep_dir cv resume + +cv: prep_dir create_cv.pdf + +resume: prep_dir create_resume.pdf + +clean_all: clean clean_outputdir + +create_cv.pdf: marty-oehme-cv-ger.md marty-oehme-cv-eng.md templates/jb2resume.latex + pandoc marty-oehme-cv-ger.md -f markdown+yaml_metadata_block \ + --template templates/jb2resume.latex \ + -o ${OUTPUTDIR}/marty-oehme-cv-ger.pdf + pandoc marty-oehme-cv-eng.md -f markdown+yaml_metadata_block \ + --template templates/jb2resume.latex \ + -o ${OUTPUTDIR}/marty-oehme-cv-eng.pdf + +create_resume.pdf: marty-oehme-resume-ger.md marty-oehme-resume-eng.md + pandoc marty-oehme-resume-ger.md -f markdown+yaml_metadata_block \ + --template templates/jb2resume.latex \ + -o ${OUTPUTDIR}/marty-oehme-resume-ger.pdf + pandoc marty-oehme-resume-eng.md -f markdown+yaml_metadata_block \ + --template templates/jb2resume.latex \ + -o ${OUTPUTDIR}/marty-oehme-resume-eng.pdf + +prep_dir: + mkdir -p ${OUTPUTDIR} + +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 + +clean_outputdir: + rm -rf ${OUTPUTDIR} + diff --git a/marty-oehme-cv-eng.md b/marty-oehme-cv-eng.md new file mode 100644 index 0000000..4a2d0ec --- /dev/null +++ b/marty-oehme-cv-eng.md @@ -0,0 +1,179 @@ +--- +name: Marty Oehme +keywords: git, api, sql, mysql, crawling, nation-building, mba, remote, parsing +left-column: + - 'Master of Science Graduate, currently located in Germany' + - 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)' + - 'Mobile: +49 177 377 4949' +right-column: + - 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)' + - 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)' + - 'Last Updated: \today' +documentclass: article +--- + +# Summary + +I graduated from the EU-funded European Master of Global Studies programme in September 2021 +with a focus on global processes of spatialization, nation-building and narrative ideologies. + +Since then I helped produce a variety of development research literature, +with a focus on labor market policies, their effects on poverty and collective organization, and multi-dimensional inequality reduction. + +I have developed a broad range of skills in data acquisition, organization and analysis, +manuscript editing and reference management, +as well as first insights into event management, teaching assistance, content creation and website management. +The range of my academic work has spanned development studies, tourism studies, social protection, American studies and security studies. + +Aside from academic work I am interested in and an active proponent +of free and open software production and +creating the conditions for an open and barrier-free science production. + +# Professional Experience + +## Research Assistant, UNU-WIDER (2022) + +> Niño-Zarazúa, M., & Morabito, C. (forthcoming). Assessing the potential distributional impacts of development interventions. UNU-WIDER. + +* Collected, processed, and cleaned 4 datasets, including UNU-WIDER-WIID and OECD-CRS DAC +* Conducted descriptive analysis of inequality trends and drivers in 4 countries +* Produced basic time-series visualizations and descriptive analysis of development aid contributions and their distribution + +## Consultant, Social Protection, Productivity and Formalization Nexus Review (2022) + +> Torm, N. (forthcoming). The Social Protection, Productivity and Formalization Nexus among low- and middle- income countries: A Scoping Review of the Literature. International Labour Office. + +* Managed data acquisition, organization, and maintenance for analysis from a pool of over 1500 review candidates +* Conducted qualitative analysis and organization of 41 individual review sources +* Performed basic quantitative analysis of dataset characteristics + +## Consultant, Active Labour Market Policies Review in Asia and the Pacific (2022) + +> Niño-Zarazúa, M., & Torm, N. (2022). Active Labour Market Policies in Asia and the Pacific: A review of the literature. Roskilde Universitet. SECO Working Paper Series Vol. 2022 No. 4 + +* Managed data acquisition, organization, and maintenance for analysis from a pool of over 700 review candidates +* Conducted qualitative description and organization of 106 individual review sources + +## Research Assistant, Roskilde University (2021) + +> Riisgaard, L. (2020). Worker Organisation and Social Protection amongst Informal Petty Traders in Tanzania. Roskilde Universitet. CAE Working Paper No. 2020:4 + +* Conducted data preparation and filtering from provided STATA dataset +* Copy edited manuscript for legibility, conciseness, and clarity +* Managed references and adhered to specified academic style guides + +## Editorial Assistant, SPIWORK Project, Roskilde University (2021) + +* Structured and edited individual chapters of a scientific anthology +* Managed references and adhered to specified academic style guides +* Prepared book structure, title, and appendix according to publisher's specifications + +## Academic Assistant, Institute of American Studies, University of Leipzig (2018--2019). + +* Digitized and optimized teaching and research materials +* Maintained and prepared internal institute content management system (SHRIMP) +* Optimized optical character recognition and artifact-free image processing + +## Student Assistant, Professor Crister S. Garrett, University of Leipzig (2017--2019). + +* Digitized and prepared selected working material +* Acquired and managed necessary references and research for further study + +## Event and Teaching Assistant, Trans Atlantic Summer School Cultures of Security (2018) + +* Prepared, organized, and implemented schedule for teaching and events +* Provided administrative support for international faculty +* Mentored and supported international participants on-site and follow-up + +# Content Management, Bachelor Plus Alumni System, University of Leipzig (2017--2018). + +* Co-created and structured content in Wordpress content management system +* Created API interface to interact with Twitter, Facebook, and an internal event stream +* Designed basic HTML and CSS pages + +# Education + +Master Thesis +: Re-Evaluating Nature's Gifts: Economic and Experiential Value Productions in Namibia's Ecotourism +: Used a theoretical basis of power analyze the mechanisms of consensus shaping the production of ecotourism space. Utilizing critical discourse analysis on the case study of Namibia, it explored various means of value production between economic and experiential values in tourism. + +University of Leipzig, Germany + +: European Master of Global Studies, MA; 2021. + +Roskilde University, Denmark + +: Global Studies, MSc; 2021. + +University of Leipzig, Germany + +: American Studies, BA; 2018. + + + + + + +# Qualifications + +Digital toolset + +: Version control software (git) +: Office Suite (Excel, Word, Access) +: Authoring software (LaTeX, pandoc) +: Data science (Python Pandas, SciPy, Plotly) +: Data management (Web scraping, SQL) + +Languages + +: German (native), English (fluent), French (basic) + + + diff --git a/marty-oehme-cv-ger.md b/marty-oehme-cv-ger.md new file mode 100644 index 0000000..ae80888 --- /dev/null +++ b/marty-oehme-cv-ger.md @@ -0,0 +1,128 @@ +--- +name: Marty Oehme +keywords: git, api, sql, mysql, crawling, nation-building, mba, remote, parsing +left-column: + - 'Master of Science Graduate, currently located in Germany' + - 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)' + - 'Mobile: +49 177 377 4949' +right-column: + - 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)' + - 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)' + - 'Last Updated: \today' +documentclass: article +--- + +# Zusammenfassung + +Ich habe im September 2021 das EU-geförderte European Master of Global Studies Studienprogramm absolviert, +mit dem Schwerpunkt globale Prozesse der Raumaneignung, Nationenbildung und narrativer Ideologien. + +Seitdem habe ich bei der Produktion unterschiedlicher Entwicklungs-Forschungsliteratur unterstützt, +mit einem Fokus auf Arbeitsmarktpolitiken, ihren Auswirkungen auf Armut und kollektive Organisation sowie multi-dimensionalen Ungleichheitsreduktion. + +Ich habe ein breites Spektrum an Fähigkeiten in Datenerfassung, -organisation und -analyse, +Manuskript-Bearbeitung und Literaturverwaltung entwickelt, +sowie erste Einblicke in Veranstaltungsmanagement, Lehrassistenz, Inhalterstellung und Website-Verwaltung gewonnen. +Der Rahmen meiner akademischen Arbeit erstreckt sich über Entwicklungsstudien, sozialen Schutz, Tourismusstudien, Amerikanistik und Sicherheitsstudien. + +Abseits meiner professionellen Tätigkeiten interessiere ich mich für, +und befürworte aktiv, +die Produktion von freier und offener Software sowie +die Schaffung von Bedingungen für eine offene und barrierefreie Wissenschaftsproduktion. + +# Berufserfahrung + +## Forschungsassistenz, UNU-WIDER (2022) + +> Niño-Zarazúa, M., & Morabito, C. (unveröffentlicht). Assessing the potential distributional impacts of development interventions. UNU-WIDER. + +* Sammlung, Verarbeitung und Bereinigung von 4 Datensätzen, darunter UNU-WIDER-WIID und OECD-CRS DAC +* Durchführung einer beschreibenden Analyse der Ungleichheitstrends und -treiber in 4 Ländern +* Erstellung grundlegender Zeitreihenvisualisierungen und beschreibender Analysen der Beiträge zur Entwicklungshilfe und ihrer Verteilung + +## Consultant, Review Nexus sozialer Schutz, Produktivität und Formalisierung (2022) + +> Torm, N. (unveröffentlicht). The Social Protection, Productivity and Formalization Nexus among low- and middle- income countries: A Scoping Review of the Literature. International Labour Office. + +* Verwaltung der Datenerfassung, Organisation und Pflege für die Analyse aus einem Pool von über 1500 Überprüfungskandidaten +* Durchführung qualitativer Analyse und Organisation von 41 einzelnen Überprüfungsquellen +* Durchführung grundlegender quantitativer Analysen der Datensatzmerkmale + +## Consultant, Review aktiver Arbeitsmarktpolitiken in Asien und dem Pazifik (2022) + +> Niño-Zarazúa, M., & Torm, N. (2022). Active Labour Market Policies in Asia and the Pacific: A review of the literature. Roskilde Universitet. SECO Working Paper Series Vol. 2022 No. 4 + +* Verwaltung der Datenerfassung, Organisation und Pflege für die Analyse aus einem Pool von über 700 Überprüfungskandidaten +* Durchführung qualitativer Beschreibung und Organisation von 106 einzelnen Überprüfungsquellen + +## Forschungsassistenz, Universität Roskilde (2021) + +> Riisgaard, L. (2020). Worker Organisation and Social Protection amongst Informal Petty Traders in Tanzania. Roskilde Universitet. CAE Working Paper No. 2020:4 + +* Durchführung der Datenvorbereitung und -filterung aus einem bereitgestellten STATA-Datensatz +* Lektorat des Manuskripts zur Verbesserung der Lesbarkeit, Kürze und Klarheit +* Verwaltung von Referenzen und Einhaltung spezifischer akademischer Stilrichtlinien + +## Redaktionsassistenz, SPIWORK-Projekt, Universität Roskilde (2021) + +* Strukturierung und Bearbeitung einzelner Kapitel einer wissenschaftlichen Anthologie +* Verwaltung von Referenzen und Einhaltung spezifischer akademischer Stilrichtlinien +* Vorbereitung der Buchstruktur, des Titels und des Anhangs gemäß den Vorgaben des Verlages + +## Akademische Hilfskraft, Institut für Amerikastudien, Universität Leipzig (2018--2019). + +* Digitalisierung und Optimierung von Unterrichts- und Forschungsmaterialien +* Pflege und Vorbereitung des internen Institutes Content Management System (SHRIMP) +* Optimierung der optischen Zeichenerkennung und artefaktfreien Bildverarbeitung + +## Studentische Hilfskraft, Professor Crister S. Garrett, Universität Leipzig (2017--2019). + +* Digitalisierung und Vorbereitung ausgewählter Arbeitsmaterialien +* Beschaffung und Verwaltung erforderlicher Referenzen und Forschungsmaterialien für weitere Studien + +## Veranstaltungs- und Lehrassistenz, Transatlantische Sommerschule Cultures of Security (2018) + +* Vorbereitung, Organisation und Umsetzung von Lehrveranstaltungen und Events +* Bereitstellung von administrativer Unterstützung für internationale Dozierende +* Mentoring und Unterstützung von internationalen Teilnehmenden vor Ort und anschließend + +# Content-Management, Bachelor Plus/Alumni-System, Universität Leipzig (2017--2018). + +* Gemeinsame Erstellung und Strukturierung von Inhalten im Content-Management-System von Wordpress +* Erstellung von API-Schnittstellen zur Interaktion mit Twitter, Facebook und einem internen Event-Stream +* Design einfacher HTML- und CSS-Seiten + +# Ausbildung + +Master Thesis +: Re-Evaluating Nature's Gifts: Economic and Experiential Value Productions in Namibia's Ecotourism +: Unter Verwendung einer theoretischen Grundlage von Macht wurden die Mechanismen der Konsensbildung bei der Produktion von Ökotourismusräumen analysiert. Durch die Anwendung kritischer Diskursanalyse auf die Fallstudie Namibia wurden verschiedene Arten der Wertschöpfung zwischen ökonomischen und erfahrungsbasierten Werten im Tourismus untersucht. + +Universität Leipzig + +: European Master of Global Studies, MA; 2021. + +Roskilde University, Denmark + +: Global Studies, MSc; 2021. + +University of Leipzig, Germany + +: American Studies, BA; 2018. + + +# Qualifikationen + +Digitales Toolset: + +: Versionskontrollsoftware (Git) +: Office-Suite (Excel, Word, Access) +: Autorensoftware (LaTeX, Pandoc) +: Datenanalyse (Python Pandas, SciPy, Plotly) +: Datenmanagement (Web-Scraping, SQL) + +Sprachen: + +: Deutsch (Muttersprache) +: Englisch (fließend) +: Französisch (Grundkenntnisse) diff --git a/templates/jb2resume.latex b/templates/jb2resume.latex new file mode 100644 index 0000000..4558261 --- /dev/null +++ b/templates/jb2resume.latex @@ -0,0 +1,104 @@ +% LaTeX Resume Pandoc Template jb2resume.latex +% +% Copyright (c) 2016-2017, John Bokma +% Based on Jason Blevins' LaTeX CV Template; +% http://jblevins.org/projects/cv-template/ +% +% GitHub: https://github.com/john-bokma/resume-pandoc + +\documentclass[$if(fontsize)$$fontsize$$else$10pt$endif$,letterpaper]{article} + +\usepackage{hyperref} +\usepackage{geometry} +\usepackage{enumitem} +\usepackage{underscore} +\usepackage[parfill]{parskip} +\usepackage{lmodern} +\usepackage[svgnames]{xcolor} +\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc} +\usepackage[utf8]{inputenc} + +% Your name on the resume +\def\name{$name$} + +% The following metadata will show up in the PDF properties +\hypersetup{ + colorlinks = true, + urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$, + linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$, + pdfauthor = {\name}, + pdfkeywords = {$keywords$}, + pdftitle = {\name: Curriculum Vitae}, + pdfsubject = {Curriculum Vitae}, + pdfpagemode = UseNone +} + +\geometry{ + left=0.5in, + top=0.5in, + right=0.5in, +} +\renewcommand{\baselinestretch}{1} + +% Fix for "! Undefined control sequence. \tightlist", +% see: https://github.com/osener/markup.rocks/issues/4 +% I have this issue with Pandoc 1.17.2 +\providecommand{\tightlist}{% + \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} + +% Page number is top right, and it is possible to control the rest of +% the header. +\pagestyle{myheadings} +\markright{\name} +\thispagestyle{empty} + +% Custom section fonts +\usepackage{sectsty} +$if(section-color)$ +\sectionfont{\color{$section-color$}\sffamily\bfseries\Large} +$else$ +\sectionfont{\rmfamily\mdseries\Large} +$endif$ +\subsectionfont{\rmfamily\mdseries\itshape\large} + +% Section numbers or not (default) +$if(numbersections)$ +\setcounter{secnumdepth}{5} +$else$ +\setcounter{secnumdepth}{0} +$endif$ + +% By putting an empty \item[] at the start of the list, the list +% starts on a new line. +\setlist[itemize]{leftmargin=1em,label={--},before=\item[]} + +\setlist[description]{leftmargin=0em, style=sameline} + +% Don't use monospace font for URLs +\urlstyle{same} + +\begin{document} + +% Place name at left +$if(name-color)$ +{\huge\color{$name-color$}\sffamily\bfseries \name} +$else$ +{\huge \name} +$endif$ + +\bigskip + +$if(left-column)$ +\begin{minipage}[t]{0.495\textwidth} + $for(left-column)$$left-column$$sep$ \\ $endfor$ +\end{minipage} % Don't use empty lines after \end and the next \begin{minipage}. +$endif$ +$if(right-column)$ +\begin{minipage}[t]{0.495\textwidth} + $for(right-column)$$right-column$$sep$ \\ $endfor$ +\end{minipage} +$endif$ + +$body$ + +\end{document}