updated to 2015 version
This commit is contained in:
parent
e70002cc73
commit
4f2a226943
BIN
modern/main.pdf
BIN
modern/main.pdf
Binary file not shown.
104
modern/main.tex
104
modern/main.tex
@ -1,7 +1,7 @@
|
|||||||
%-----------------------------------------------------------------------------------------------------------------------------------------------%
|
%-----------------------------------------------------------------------------------------------------------------------------------------------%
|
||||||
% The MIT License (MIT)
|
% The MIT License (MIT)
|
||||||
%
|
%
|
||||||
% Copyright (c) 2014 Jan Küster
|
% Copyright (c) 2015 Jan Küster
|
||||||
%
|
%
|
||||||
% Permission is hereby granted, free of charge, to any person obtaining a copy
|
% Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
% of this software and associated documentation files (the "Software"), to deal
|
% of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -81,7 +81,7 @@
|
|||||||
\usepackage[a4paper]{geometry}
|
\usepackage[a4paper]{geometry}
|
||||||
|
|
||||||
% for example, change the margins to 2 inches all round
|
% for example, change the margins to 2 inches all round
|
||||||
\geometry{top=1.75cm, bottom=-.6cm, left=2.5cm, right=2.5cm}
|
\geometry{top=1.75cm, bottom=-.6cm, left=1.5cm, right=1.5cm}
|
||||||
|
|
||||||
%use customized header
|
%use customized header
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
%customize entries left, center and right
|
%customize entries left, center and right
|
||||||
\lhead{}
|
\lhead{}
|
||||||
\chead{ \small{Jan Küster $\cdot$ Latex-Avenue 143, Bremen, Germany $\cdot$ \textcolor{sectcol}{\textbf{info@jankuester.com}} $\cdot$ +49 170 123 456 789}}
|
\chead{ \small{Jan Küster $\cdot$ Consultant and Software Developer $\cdot$ Bremen, Germany $\cdot$ \textcolor{sectcol}{\textbf{info@jankuester.com}} $\cdot$ +49 176 313 877 34}}
|
||||||
\rhead{}
|
\rhead{}
|
||||||
|
|
||||||
|
|
||||||
@ -124,6 +124,9 @@
|
|||||||
|
|
||||||
%for floating figures
|
%for floating figures
|
||||||
\usepackage{wrapfig}
|
\usepackage{wrapfig}
|
||||||
|
\usepackage{float}
|
||||||
|
%\floatstyle{boxed}
|
||||||
|
%\restylefloat{figure}
|
||||||
|
|
||||||
%for drawing graphics
|
%for drawing graphics
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
@ -143,7 +146,7 @@
|
|||||||
\definecolor{bgcol}{RGB}{110,110,110}
|
\definecolor{bgcol}{RGB}{110,110,110}
|
||||||
|
|
||||||
%light background / accent color
|
%light background / accent color
|
||||||
\definecolor{softcol}{RGB}{230,230,230}
|
\definecolor{softcol}{RGB}{225,225,225}
|
||||||
|
|
||||||
|
|
||||||
%============================================================================%
|
%============================================================================%
|
||||||
@ -220,7 +223,7 @@
|
|||||||
\newcommand{\metasection}[2]
|
\newcommand{\metasection}[2]
|
||||||
{
|
{
|
||||||
\begin{tabular*}{1\textwidth}{p{2.4cm} p{11cm}}
|
\begin{tabular*}{1\textwidth}{p{2.4cm} p{11cm}}
|
||||||
\larrow{bgcol} \normalsize{\textcolor{sectcol}{#1}}\\[2pt]
|
\larrow{bgcol} \normalsize{\textcolor{sectcol}{#1}}\\[12pt]
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -239,10 +242,14 @@
|
|||||||
\newcommand{\cvevent}[5]
|
\newcommand{\cvevent}[5]
|
||||||
{
|
{
|
||||||
\vspace{8pt}
|
\vspace{8pt}
|
||||||
\begin{tabular*}{1\textwidth}{p{2.3cm} p{8.8cm} x{3.9cm}}
|
\begin{tabular*}{1\textwidth}{p{2.3cm} p{10.8cm} x{3.9cm}}
|
||||||
\textcolor{bgcol}{#1}& \textbf{#2} & \vspace{2.5pt}\textcolor{sectcol}{#3}
|
\textcolor{bgcol}{#1}& \textbf{#2} & \vspace{2.5pt}\textcolor{sectcol}{#3}
|
||||||
|
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
\begin{tabular*}{1\textwidth}{p{2.3cm} p{12.4cm}}
|
\vspace{-12pt}
|
||||||
|
\textcolor{softcol}{\hrule}
|
||||||
|
\vspace{6pt}
|
||||||
|
\begin{tabular*}{1\textwidth}{p{2.3cm} p{14.4cm}}
|
||||||
& \larrow{bgcol} #4\\[3pt]
|
& \larrow{bgcol} #4\\[3pt]
|
||||||
& \larrow{bgcol} #5\\[6pt]
|
& \larrow{bgcol} #5\\[6pt]
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
@ -284,45 +291,52 @@
|
|||||||
%use our custom fancy header definitions
|
%use our custom fancy header definitions
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
% HEADER IMAGE
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
\hspace{-74pt}
|
|
||||||
%\begin{figure}[htbp]
|
|
||||||
% \begin{center}
|
|
||||||
\includegraphics[trim= 0 130 0 210,clip,width=1.005\paperwidth]{myfoto.jpg} %trimming relative to image size!
|
|
||||||
% \end{center}
|
|
||||||
%\end{figure}
|
|
||||||
|
|
||||||
%---------------------------------------------------------------------------------------
|
%---------------------------------------------------------------------------------------
|
||||||
% TITLE HEADLINE
|
% TITLE HEADLINE
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
\vspace{-20.55pt}
|
\vspace{-20.55pt}
|
||||||
|
|
||||||
% for multiple words like working titles etc.
|
% use this for multiple words like working titles etc.
|
||||||
%\hspace{-0.25\linewidth}\colorbox{bgcol}{\makebox[1.5\linewidth][c]{\hspace{46pt}\HUGE{\textcolor{white}{\textsc{Jan Küster}} } \textcolor{sectcol}{\rule[-1mm]{1mm}{0.9cm}} \parbox[b]{5cm}{ \large{ \textcolor{white}{{Flex Developer}}}\\
|
%\hspace{-0.25\linewidth}\colorbox{bgcol}{\makebox[1.5\linewidth][c]{\hspace{46pt}\HUGE{\textcolor{white}{\textsc{Jan Küster}} } \textcolor{sectcol}{\rule[-1mm]{1mm}{0.9cm}} \parbox[b]{5cm}{ \large{ \textcolor{white}{{IT Consultant}}}\\
|
||||||
% \large{ \textcolor{white}{{Resume}}}}
|
% \large{ \textcolor{white}{{Resume}}}}
|
||||||
%}}
|
%}}
|
||||||
|
|
||||||
% for single words, e.g. CV or RESUME etc.
|
% use this for single words, e.g. CV or RESUME etc.
|
||||||
\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}} \HUGE{\textcolor{white}{\textsc{Resume}} } }}
|
\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}} \HUGE{\textcolor{white}{\textsc{Resume}} } }}
|
||||||
|
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
% HEADER IMAGE
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\begin{figure}[H]
|
||||||
|
\begin{flushright}
|
||||||
|
\includegraphics[trim= 320 130 460 210,clip,width=0.2\linewidth]{myfoto.jpg} %trimming relative to image size!
|
||||||
|
\end{flushright}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
%---------------------------------------------------------------------------------------
|
%---------------------------------------------------------------------------------------
|
||||||
% QR CODE (optional)
|
% QR CODE (optional)
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
\vspace{-144pt}
|
%\vspace{-136pt}
|
||||||
\hspace{0.85\linewidth}
|
%\hspace{0.75\linewidth}
|
||||||
\includegraphics[width=64pt]{qrcode}
|
%\includegraphics[width=103pt]{qrcode}
|
||||||
\normalsize
|
%\normalsize
|
||||||
\vspace{88pt}
|
%\vspace{88pt}
|
||||||
|
|
||||||
%---------------------------------------------------------------------------------------
|
%---------------------------------------------------------------------------------------
|
||||||
% META SECTION
|
% META SECTION
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
\metasection{Tools:}{Flex, AIR, Java, Processing, Git, Eclipse}
|
|
||||||
\metasection{Concepts:}{Software Design, OOP-Pattern, Scrum, Usability, Accessibility}
|
\vspace{-114pt}
|
||||||
|
|
||||||
|
\metasection{Status:}{M.Sc. Digital Media, IT Consultant at We4IT Bremen}
|
||||||
|
\metasection{Fields:}{Project Management, Software Development, Scrum, Usability}
|
||||||
|
\metasection{Prefers:}{JS, Java, XPages, Flex / AIR, Processing, Git, Eclipse}
|
||||||
\metasection{Activities:}{Global Game Jam, Sound Engineering, Blender, Martial Arts}
|
\metasection{Activities:}{Global Game Jam, Sound Engineering, Blender, Martial Arts}
|
||||||
|
|
||||||
|
\vspace{6pt}
|
||||||
|
|
||||||
%---------------------------------------------------------------------------------------
|
%---------------------------------------------------------------------------------------
|
||||||
% SUMMARAY (optional)
|
% SUMMARAY (optional)
|
||||||
@ -343,40 +357,52 @@
|
|||||||
\cvsection{Experience}
|
\cvsection{Experience}
|
||||||
|
|
||||||
%
|
%
|
||||||
\cvevent{2013 / 09}{Poster Presentation}{DELFI Conference}{Usability Guidelines for Tests with Functional Illiterates (Publication)}{Task: Presented results to conference audience}
|
\cvevent{2014 - Present}{IT Consultant for IBM XPages and Notes Domino}{We4IT GmbH Bremen}{Realize projects in XPages and We4IT Aveedo, monitor project status, conduct reports}{Implement the frontend for a BPMN compatible engine within We4IT Aveedo}
|
||||||
|
|
||||||
\textcolor{softcol}{\hrule}
|
%\textcolor{softcol}{\hrule}
|
||||||
|
|
||||||
%
|
%
|
||||||
\cvevent{2012 - Present}{Scientific Employee / Software Developer}{BMBF Project}{Technology Based Domain Specific Learning Assessment (Apache Flex)}{Tasks: Requirements elicitation, software design, assessment engine design, leading a development team of three persons}
|
\cvevent{2013 / 09}{Poster Presentation}{DELFI Conference}{Co-published poster with paper on usability guidelines for tests with functional illiterates}{Presented results to conference audience at conference event}
|
||||||
|
|
||||||
\textcolor{softcol}{\hrule}
|
%\textcolor{softcol}{\hrule}
|
||||||
|
|
||||||
%
|
%
|
||||||
\cvevent{2010 - 2011}{Student Assistant / Programmer}{BMBF Project}{Online diagnosis platform for workforce literacy development (Apache Flex)}{Tasks: Software design, implementation, testing, reporting}
|
\cvevent{2012 - 2014}{Scientific Employee / Software Development}{University of Bremen}{Invented a flexible assessment framework, targeting industrial trainees}{Supervised software development lifecycle, Recruited team members}
|
||||||
|
|
||||||
\textcolor{softcol}{\hrule}
|
%\textcolor{softcol}{\hrule}
|
||||||
|
|
||||||
%
|
%
|
||||||
\cvevent{2009 - 2010}{Semester Abroad}{University of Melbourne}{Six months of study and intercultural experience in Melbourne, Australia}{Classes included: Programming the machine, information visualization, professional essay writing}
|
\cvevent{2011 / 11}{Project Management Simulation Training}{Getoq Consulting}{Performed a two-day project simulation from management perspective}{Topics included customer contracts, change management, controlling, operational tasks}
|
||||||
|
|
||||||
|
%\textcolor{softcol}{\hrule}
|
||||||
|
|
||||||
|
|
||||||
|
%
|
||||||
|
\cvevent{2010 - 2011}{Student Assistant / Programmer}{otulea.uni-bremen.de}{Realized an online diagnosis platform for workforce literacy development (Flex)}{Modeled software design, implemented various prototypes, conducted usability tests}
|
||||||
|
|
||||||
|
|
||||||
%---------------------------------------------------------------------------------------
|
%---------------------------------------------------------------------------------------
|
||||||
% EDUCATION SECTION
|
% EDUCATION SECTION
|
||||||
%--------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------
|
||||||
\cvsection{Education}
|
\cvsection{Education}
|
||||||
|
|
||||||
%
|
\cvevent{2015 / 07}{Graduated as M.Sc. Digital Media}{University of Bremen}{Master Thesis: Semi Automated Scoring in Technology Based Assessment}{Developed and evaluated an algorithm for semi automated scoring of spreadsheet data}
|
||||||
\cvevent{2012 - 2013}{Master Project - PrIMA}{University of Bremen}{Developing a touch table software for medical support (Java)}{Tasks: Server setup and administration, software design, implementation, testing}
|
|
||||||
|
|
||||||
\textcolor{softcol}{\hrule}
|
%\textcolor{softcol}{\hrule}
|
||||||
|
|
||||||
%
|
%
|
||||||
\cvevent{2012 - Present}{Master of Science Digital Media}{University of Bremen}{Master Thesis: Developing and Evaluating an Algorithm for Automated Scoring of Spreadsheets (in progress)}{Intercultural classes in English, special topics in programming and design }
|
\cvevent{2012 - 2013}{Master Project - PrIMA}{University of Bremen}{Co-Invented a touch table application for medical support, co-developed software (Java) }{Formed a scrum team, mainted project dev server (Debian), surveyed target audience}
|
||||||
|
|
||||||
\textcolor{softcol}{\hrule}
|
%\textcolor{softcol}{\hrule}
|
||||||
|
|
||||||
%
|
%
|
||||||
\cvevent{2011 / 11}{Seminar on Project Management}{Getoq Consulting}{Two day project simulation from management perspective}{Topics: Customer contracts, change management, communication, controlling, planning, realization, evaluation}
|
\cvevent{2012 - 2015}{Master Studies Digital Media}{University of Bremen}{Inter-cultural classes in English, covering special topics in computer science and design}{Professionalized in research methods, software development and e-assessment}
|
||||||
|
|
||||||
|
%\textcolor{softcol}{\hrule}
|
||||||
|
|
||||||
|
%
|
||||||
|
\cvevent{2009 - 2010}{Semester Abroad}{University of Melbourne}{Mastered six months of study and trans-cultural experience in Melbourne, Australia}{Finished machine programming, information visualization, professional essay writing}
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------------------------
|
||||||
% ARTIFICIAL FOOTER (fancy footer cannot exceed linewidth)
|
% ARTIFICIAL FOOTER (fancy footer cannot exceed linewidth)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user