Templates


“Reden ist Silber, Schweigen ist Gold”

Ps 12,7

The build up templates was a project in a job searching phases. My idea was to use different tools for creating CVs, as output I got several types of my CV. The outcome of this work was to learn new tools and the improve of my methodological expertise using my earned knowledge of bioinformatics training.

Originally this training were modules of a master program for bioinformatics. I liked it and I wished, I could continue the training to get an additional certification of a higher education in bioinformatics which would let to more job opportunities.

Unfortunately, I was to much stressed with a part-time job as a Dental Assistant at Dr. Klockenkämper, the master training, a heart-broken situation and nursing my 5 year old son. Less money I had throughout this time to pay my rent and to buy second hand clothes for my son, even new socks I couldn’t effort for myself. The result was a depression for 2 years. Dr. Klockenkämper had already enough full-time employees, so I quit my job as a Dental Assistant to get out of my unlucky situation and to find new opportunities. 

This CV I build with Inkscape, visualized a timeline of my work experience and education. 

Code I have written with LateX that I give you.

\documentclass[twocolumn]{article}
\usepackage[T1]{fontenc} %font family
\usepackage[utf8]{inputenc} %utf8 provides umlaute
\usepackage{ngerman} %provides german language with new grammatic
\usepackage[left=1cm,right=-3cm,top=3cm,bottom=3cm]{geometry} %settings for layout like footnotes, heading and margins
\usepackage[pdftex]{graphicx} %include graphics
%\usepackage{layouts}
%\usepackage{tikz} 
\usepackage{fontawesome} %special symbol package
\usepackage{picture} %use picture surrounding for makro put - X,Y-position
\usepackage{pgffor} %foreach syntax
\usepackage{anyfontsize} %variable fontsize
\usepackage{xcolor} %use color
%\renewcommand{\familydefault}{\rmdefault}

\pagestyle{empty} %page without footnotes,pagecounter and header

%%%Init

%%init saved boxes for later use

%new savebox with the name
\newsavebox{\name}
\savebox{\name}{\fontsize{40}{20}\selectfont \textbf Vanessa Bachl}

%new savebox with the working title
\newsavebox{\worktitle}
\savebox{\worktitle}{\Large Dipl. Biologin}

% new savebox with contact data and personality description
\newsavebox{\contactdata}
\savebox{\contactdata}{
\begin{minipage}[b]{240pt}
\center \shortstack[c]{ \Large \textbf Kontakt \bigskip}

\shortstack[l]{
\Large \faMapMarker \space \space \large Mainkai 3 \\ \\
\large \quad \enskip 60311 Frankfurt\\ \\
\large \quad \enskip Deutschland\\ \\
\large \faPhone \space \space 0160 977 131 87\\ \\ \smallskip
\large \faEnvelope \space VanessaBachl@gmx.de \\ \\
\Large \faUser \space \large 11.12.1980 \\ \\
\large \space \space \space \space 1 Kind, 7 Jahre}
\end{minipage}
}


\shortstack[l]{
\Large \faMapMarker \space \space \large Mainkai 3\\
\large \quad \enskip 60311 Frankfurt\\ \\
\large \quad \enskip Deutschland\\ \\
\large \faPhone \space \space 0160 977 131 87\\ \\ \smallskip
\large \faEnvelope \space VanessaBachl@gmx.de}
\end{minipage}
}

%%%main
\begin{document}

%set savebox name and working title in a box without a frame
 \makebox[400pt][c]{\usebox{\name}} \\ \bigskip
 \makebox[300pt][c]{\usebox{\worktitle}}
 
%section about working experience
 \huge \center \textbf Berufserfahrung \par \bigskip
	\flushleft \Large \textbf Assistenz, Beratung, Administration \& Qualitätsmanagement \hfill \normalsize 06/2015 -- 06/2018\\
	\large \textbf Zahnarztpraxis Art of dental care, Ffm\\
	\normalsize Erstellung und Pflege von SOPs, Kontrolle der Einhaltung von Hygieneplänen \par \bigskip
	
	\Large \textbf Promotion, Messe- und Eventhostess \hfill \normalsize 08/2008 -- 04/2011\\
	\large \textbf Freiberuflich u.a. Deutsche Bank, Nivea, Rhein-Main/Schweiz\\
	\normalsize Akkreditierung \& Information desk, Beratung und Service auf Messen und Events, Administration \par \bigskip

	\Large \textbf Verkauf \& Vertretung des Filialleiters \hfill \normalsize 07/2006 -- 12/2006\\
	\large \textbf Aldi GmbH, Mannheim\\
	\normalsize Verkauf, Personalplanung, Bestellwesen, Führung und Leitung einer Filiale \par \bigskip

	\Large \textbf Assistenz \& Beratung \hfill \normalsize 04/2003 -- 08/2003\\
	\large \textbf Praxis für Oralchirurgie Dr. Valentin, Mannheim\\
	%\normalsize Behandlungsassistenz, Herstellung von Provisorien, Patientenempfang
	\par \bigskip

	\Large \textbf Assistenz \& Empfang \hfill \normalsize 09/2001 -- 10/2002\\
	\large \textbf Zahnarztpraxis Dr. Schumacher, Mannheim
	%\normalsize Behandlungsassistenz, Patientenempfang

%section about education
 \huge \center \textbf Ausbildung \par \bigskip
	\flushleft \Large \textbf Diplom Biologie \hfill \normalsize 10/2006 -- 04/2014\\
	\large \textbf Technische Universität Darmstadt\\
	%\normalsize Schwerpunkt: Ökologie
	\par \bigskip

	\Large \textbf Allgemeine Hochschulreife \hfill \normalsize 09/2003 -- 06/2006\\
	\large \textbf Staatliches Kolleg/Karl-Friedrich-Gymnasium, Mannheim
	\par \bigskip

	\Large \textbf Ausbildung \hfill \normalsize 08/1998 -- 07/2001\\
	\textbf Zahnmedizinische Fachangestellte\\
	\large \textbf Zahnarztpraxis Dres. Gokel, Mannheim\\
	\par \bigskip

%sets a new distance for the sections
 \setlength{\parskip}{7cm}

%include the picture with position
 \begin{minipage}[t]{240pt}
	\includegraphics[scale=0.85,bb=-60 120 0 0]{/home/penelope/Schreibtisch/Bew/Bewerbung/Bewerbungsfotos/fotoFrame4.png}
 \end{minipage}

\usebox{\contactdata}

%%sets a new distance for the sections
 \setlength{\parskip}{2cm}

%create a new box that contains software skills
 \begin{minipage}[]{240pt}
	\center 
		\shortstack[c]{ \Large \textbf Technische\\ \Large \textbf Kompetenzen\\ \smallskip}
	\center 
		\foreach \n in {Excel, Word, PowerPoint, Photoshop/Gimp, Latex, SQL}{\large \n \par \medskip}
 \end{minipage}

%switch to a new page
 \newpage

%sets new layout
 \newgeometry{left=1cm,right=-3cm,top=3cm,bottom=5cm}

%sets the saveboxes name and working title
 \makebox[400pt][c]{\usebox{\name}} \\
 \makebox[300pt][c]{\usebox{\worktitle}} \bigskip \smallskip

%%sets a new distance for the sections
 \setlength{\parskip}{0.5cm}

%section about social engagement
% \huge \center \textbf Soziales Engagement \par \bigskip
%	\flushleft \Large \textbf Freiwilliges Soziales Jahr \hfill 1997 -- 1998\\
%	\large \textbf (St. Hedwig Klinik, Mannheim)\\

%section about further education
 \huge \center \textbf Weiterbildung \par \bigskip
	\flushleft \Large \textbf Zertifizierung zur Qualitätsmanagerin (QM) \hfill \normalsize 11/2018\\
	\textbf TÜV Zertifikat\\
	\normalsize Werkzeuge zum Prozessmanagement, Statistische Methoden und Auswerteverfahren, Rechtliche Grundlagen

	\flushleft \Large \textbf Zertifizierung zur Qualitätsbeauftragten (QMB) \hfill \normalsize 10/2018\\
	\textbf Zertifikat\\
	\normalsize Planung, Einführung und Pflege eines QMS, Anwendung der ISO DIN EN 9001, Planung interner Audits, Projektarbeit, Rhetorik

	\flushleft \Large \textbf Module des Masters Bioinformatik \hfill \normalsize 10/2015 -- 04/2017\\
	\textbf JLU Gießen/THM Hessen\\
	\normalsize Theoretische und angewandte Modellierung komplexer biologischer Prozesse und Systeme (R, Matlab), Statistische Methoden, OOP interaktiver Systeme (Java)

%section about the interests
 \huge \center \textbf Interessen \par \bigskip \bigskip
 	\begin{picture}(8,4)
		\put(-95,0){
			\includegraphics[scale=0.22]{/home/penelope/Dokumente/BausteineGrafiken/bakeryKlein.png}
		}
		\put(-30,0){
			\includegraphics[scale=0.16]{/home/penelope/Dokumente/BausteineGrafiken/bookreaderKlein.png}
		}
		\put(20,0){
			\includegraphics[scale=0.15]{/home/penelope/Dokumente/BausteineGrafiken/ukulele.png}
		}
		\put(70,0){
			\includegraphics[scale=0.16]{/home/penelope/Dokumente/BausteineGrafiken/yoga1Klein.png}
		}
%		\put(-160,-40){
%			\includegraphics[scale=0.4]{/home/penelope/Dokumente/BausteineGrafiken/swimmerKlein.png}
%		}
	\end{picture}
	
%%sets a new length for the picture surrounding
 \setlength{\unitlength}{1cm}
 
%sets the savebox contact data in a picture surrounding and gives a position
 \begin{picture}(8,4)
	\put(10.3,13){\usebox{\contactdataMINUSkid}
	}
 \end{picture}

%sets the minipage with language skills in a picture surrounding and gives a position
	%includes stars for evaluation of skills
 \begin{picture}(8,4)
	\put(-2,-6.4){
		\begin{minipage}[]{240pt}
			\center \Large \textbf Sprachen \smallskip
			\center \large Deutsch\\
			\color{red} \foreach \n in {0,...,5}{$\star$ }\\ \medskip
			\color{black} Englisch\\
			\color{red} \foreach \n in {0,...,3}{$\star$ }\color{black} \foreach \n in 	{0,...,1}{$\star$ }\\ \medskip
			\color{black} Polnisch\\
			\color{red} \foreach \n in {0,...,2}{$\star$ }\color{black} \foreach \n in 	{0,...,2}{$\star$ }
		\end{minipage}
	}
 \end{picture}

%sets the minipage with other skills in a picture surrounding and gives a position
	%includes stars for evaluation of skills
 \begin{picture}(8,4)
	\put(-2,-7){
		\begin{minipage}[]{240pt}
			\center \Large \textbf Skills \smallskip
			\center \large Teamarbeit\\
			\color{red} \foreach \n in {0,...,5}{$\star$ }\\
			\color{black} \center Lernbereitschaft\\
			\color{red} \foreach \n in {0,...,5}{$\star$ }\\
		\end{minipage}
	}
 \end{picture}
 



\end{document}

The last version of my CV I created with Pages.