first draft complete

This commit is contained in:
jankapunkt 2014-09-12 18:14:13 +02:00
parent 923d032fec
commit a07730a72c
2 changed files with 49 additions and 47 deletions

BIN
main.pdf

Binary file not shown.

View File

@ -42,6 +42,12 @@
%we use utf8 since we want to build from any machine %we use utf8 since we want to build from any machine
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
%----------------------------------------------------------------------------------------
% LOGIC
%----------------------------------------------------------------------------------------
\usepackage{xifthen}% provides \isempty test
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
% FONT % FONT
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
@ -89,7 +95,7 @@
%customize entries left, center and righjt %customize entries left, center and righjt
\lhead{} \lhead{}
\chead{ \small{Jan Küster $\cdot$ Kissinger Str. 31 $\cdot$ 28215, Bremen, Germany $\cdot$ \textcolor{sectcol}{info@jankuester.com} $\cdot$ +49 176 313 877 34}} \chead{ \small{Adress: Kissinger Str. 31 $\cdot$ 28215, Bremen, Germany $\cdot$ Contact: \textcolor{sectcol}{\textbf{info@jankuester.com}} $\cdot$ +49 176 313 877 34}}
\rhead{} \rhead{}
@ -208,16 +214,17 @@
\newcommand{\cvsection}[1] \newcommand{\cvsection}[1]
{ {
\colorbox{sectcol}{\mystrut \makebox[1\linewidth][l]{ \colorbox{sectcol}{\mystrut \makebox[1\linewidth][l]{
\larrow{bgcol} \hspace{-8pt} \larrow{bgcol} \textcolor{white}{\textbf{#1}}\hspace{4pt} \larrow{bgcol} \hspace{-8pt} \larrow{bgcol} \hspace{-8pt} \larrow{bgcol} \textcolor{white}{\textbf{#1}}\hspace{4pt}
}}\\ }}\\
} }
%create a coloured arrow with title as cv meta section section %create a coloured arrow with title as cv meta section section
% param 1: meta section title % param 1: meta section title
\newcommand{\metasection}[1] \newcommand{\metasection}[2]
{ {
\noindent \begin{tabular*}{1\textwidth}{p{2.4cm} p{8.4cm} x{3.9cm}}
\mbox{\larrow{bgcol}\normalsize{\textcolor{sectcol}{#1}}} \larrow{bgcol} \normalsize{\textcolor{sectcol}{#1}}&#2\\[2pt]
\end{tabular*}
} }
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
@ -230,27 +237,19 @@
% param 3: institution (where did you work / study) % param 3: institution (where did you work / study)
% param 4: what was your position % param 4: what was your position
% param 5: some words about your contributions % param 5: some words about your contributions
\newcommand{\cvevent}[5] \newcommand{\cvevent}[5]
{ {
\vspace{6pt}
\begin{tabular*}{1\textwidth}{p{2.8cm} p{8.4cm} x{3.9cm}} \begin{tabular*}{1\textwidth}{p{2.4cm} p{8.4cm} x{3.9cm}}
\larrow{sectcol} \textcolor{bgcol}{#1} & \textbf{#2} & \vspace{2.5pt}\textcolor{sectcol}{#3} \textcolor{bgcol}{#1} & \textbf{#2} & \vspace{2.5pt}\textcolor{sectcol}{#3}
\end{tabular*}
\begin{tabular*}{1\textwidth}{p{2.4cm} p{12.4cm}}
&\textit{#4}\\[6pt]
&\larrow{bgcol} #5\\[6pt]
\end{tabular*} \end{tabular*}
\begin{tabular*}{1\textwidth}{p{2.8cm} p{12.4cm}}
&#4\\
\end{tabular*}\\
} }
%deprecated but maybe still used
%\newcommand{\cvevent}[5]
%{
% \colorbox{white}{\mystrut \makebox[0.17\linewidth][l]{\larrow{sectcol} \textcolor{bgcol}{\textbf{#1}}}}
% \colorbox{white}{\mystrut \makebox[0.83\linewidth][l]{\textbf{{#2}}\hspace{\stretch{1}}\textcolor{sectcol}{#3}}}
% \cveventmeta{#4}{#5}
%}
%creates a stretched box as %creates a stretched box as
\newcommand{\cveventmeta}[2] \newcommand{\cveventmeta}[2]
{ {
@ -269,7 +268,7 @@
% CUSTOM LOREM IPSUM % CUSTOM LOREM IPSUM
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\newcommand{\lorem} \newcommand{\lorem}
{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue.} {Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus.}
%============================================================================% %============================================================================%
% %
@ -288,7 +287,7 @@
\hspace{-74pt} \hspace{-74pt}
%\begin{figure}[htbp] %\begin{figure}[htbp]
% \begin{center} % \begin{center}
\includegraphics[trim= 0 50 0 100,clip,width=1.05\paperwidth]{myfoto.jpg} %trimming relative to image size! \includegraphics[trim= 0 50 0 100,clip,width=1.005\paperwidth]{myfoto.jpg} %trimming relative to image size!
% \end{center} % \end{center}
%\end{figure} %\end{figure}
@ -297,62 +296,65 @@
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\vspace{-20.55pt} \vspace{-20.55pt}
%\begin{flushright}
\hspace{-0.25\linewidth}\colorbox{bgcol}{\makebox[1.5\linewidth][c]{\HUGE{\textcolor{white}{\textsc{Jan Küster}} } \textcolor{sectcol}{\rule[-1mm]{1mm}{0.9cm}} \parbox[b]{5cm}{ \large{ \textcolor{white}{{Assessment Software}}}\\ \hspace{-0.25\linewidth}\colorbox{bgcol}{\makebox[1.5\linewidth][c]{\HUGE{\textcolor{white}{\textsc{Jan Küster}} } \textcolor{sectcol}{\rule[-1mm]{1mm}{0.9cm}} \parbox[b]{5cm}{ \large{ \textcolor{white}{{Assessment Software}}}\\
\large{ \textcolor{white}{{Developer}}}} \large{ \textcolor{white}{{Developer}}}}
}} }}
%\end{flushright}
%--------------------------------------------------------------------------------------- %---------------------------------------------------------------------------------------
% META SECTION % META SECTION
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\vspace{-144pt}
\includegraphics[width=64pt]{qrcode}
\normalsize \normalsize
\vspace{12pt} \vspace{88pt}
\metasection{Languages:}{Flex \& AIR, Java, Processing, Latex}
\metasection{Concepts:}{Software Design, Design Pattern, Usability}
\metasection{Activities:}{FL Studio, Blender, Muay Thai, Grappling}
\metasection{Languages:}Flex \& AIR, Java, Processing, Latex\\
\metasection{Concepts:}Software Design, Design Pattern, Usability\\
\metasection{Activities:}FL Studio, Blender, Muay Thai, Grappling\\
%--------------------------------------------------------------------------------------- %---------------------------------------------------------------------------------------
% SUMMARAY % SUMMARAY
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\cvsection{Summary}\\ %\cvsection{Summary}\\
Digital media graduate with four years of project work experience as a software developer in the field of technology based assessment. Specialized in development of test-scenario engines and innovative, rich media item formats. Master studies were in teams from different disciplines and cultural backgrounds on (digital) solutions for complex problems. Prior knowledge has been collected in he field of usability / accessibility during bachelor studies.\\ %Digital media graduate with four years project experience in the field of technology based assessment. Specialized in development of test-scenario engines and innovative, rich media item formats. Master studies focused on teams from different disciplines and cultural backgrounds on solutions for complex problems. Prior knowledge has been collected in he field of usability / accessibility during bachelor studies.\\
%--------------------------------------------------------------------------------------- %---------------------------------------------------------------------------------------
% EXPERIENCE % EXPERIENCE
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\cvsection{Experience}\\ \cvsection{Experience}
\cvevent{2013 / 09}{Poster Presentation}{DELFI Conference}{Usability Guidelines for Tests with Functional Illiterates (Publication)} \cvevent{2013 / 09}{Poster Presentation}{DELFI Conference}{Usability Guidelines for Tests with Functional Illiterates (Publication)}
{Presented results from usability field tests with functional illiterates. Held 30 seconds 'poster madness' presentation on quick resuming the content.} {Presented results from usability field tests with functional illiterates;}
\cvevent{2012 - Present}{Software Developer}{BMBF Project}{Technology Based Domain Specific Learning Assessment}\
\cvevent{2010 - 2011}{Student Assistant}{BMBF Project}{otu.lea} \textcolor{softcol}{\hrule}
\cvevent{2009}{Semester Abroad}{University of Melbourne}{Description} \cvevent{2012 - Present}{Software Developer}{BMBF Project}{Technology Based Domain Specific Learning Assessment}
{Gather requirements from partners; Software design; Test engine design; Leading development team of three }
\textcolor{softcol}{\hrule}
\cvevent{2010 - 2011}{Student Assistant}{BMBF Project}{otu.lea - online test environment targeting functional illiterates}{Software design by given architecture; Implementation; Testing; Reporting}
\textcolor{softcol}{\hrule}
\cvevent{2009}{Semester Abroad}{University of Melbourne}{Studied one semester in Melbourne, Australia}{Programming the machine; Information visualization; Professional essay writing}
%--------------------------------------------------------------------------------------- %---------------------------------------------------------------------------------------
% EDUCATION % EDUCATION
%---------------------------------------------------------------------------------------- %--------------------------------------------------------------------------------------
\cvsection{Education}
\cvsection{Education}\\
\cvevent \cvevent
{2012 - Present} {2012 - Present}
{Master of Science Digital Media} {Master of Science Digital Media}
{University of Bremen} {University of Bremen}
{Thesis: Title of the master thesis, usually a very long title for a very complex topic}{\lorem} {Thesis: Developing and Evaluating an Algorithm for Automated Scoring of Spreadsheets (in progress)}{Intercultural classes in english; Special topics in programming and design; }
\textcolor{softcol}{\hrule}
\cvevent{2011 / 11}{Seminar on Project Management}{Getoq Consulting}{Two day simulation of a generic project lifecycle including basics of ...} \cvevent{2011 / 11}{Seminar on Project Management}{Getoq Consulting}{Two day simulation of a generic project lifecycle from management perspective.}{Customer contracts; change management; Communication; Controlling; Planning; Realization; Evaluation}
\textcolor{softcol}{\hrule}
\cvevent{2007 - 2011}{Bachelor of Science Digital Media}{University of Bremen}{Thesis: Bachelor Thesis Name} \cvevent{2007 - 2011}{Bachelor of Science Digital Media}{University of Bremen}{Thesis: (Redesigning the Keyboard to Reduce the Cognitive Load and to Support the Learning Process for People with Low Usage Experience}{Programming basics; Technical basics; Design principles; Usability principles}
%------------------------------------------------------------------------------------------------- %-------------------------------------------------------------------------------------------------
% ARTIFICIAL FOOTER (fancy footer cannot exceed linewidth) % ARTIFICIAL FOOTER (fancy footer cannot exceed linewidth)
@ -360,7 +362,7 @@ Digital media graduate with four years of project work experience as a software
\null \null
\vspace*{\fill} \vspace*{\fill}
\hspace{-0.25\linewidth}\colorbox{bgcol}{\makebox[1.5\linewidth][c]{\small \textcolor{white}{www.jankuester.com $\cdot$ github.com/jankapunkt}}} \hspace{-0.25\linewidth}\colorbox{bgcol}{\makebox[1.5\linewidth][c]{\mystrut \small \textcolor{white}{www.jankuester.com} $\cdot$ \textcolor{white}{github.com/jankapunkt}}}
%============================================================================% %============================================================================%
% %