image
[lectures/latex.git] / cv / cv.tex
1 \documentclass[a4paper,10pt]{article}
2
3 \usepackage{marvosym}
4 %\usepackage{fontspec} % xetex and fonts
5 \usepackage{url,parskip} % formatting
6 %\usepackage{xunicode,xltxtra} % other packages for xetex
7  
8 % Graphics - Colors
9 \RequirePackage{color,graphicx}
10 \usepackage[usenames,dvipsnames]{xcolor}
11
12 % better formatting of the A4 page
13 \usepackage[empty]{fullpage}
14  
15 \usepackage{supertabular} % for Grades
16 \usepackage{titlesec} % custom section
17  
18 % Setup hyperref package, and colours for links
19 \usepackage{hyperref}
20 \definecolor{linkcolour}{rgb}{0,0.2,0.6}
21 \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour}
22
23 % xetex & fonts
24 %\defaultfontfeatures{Mapping=tex-text}
25 %\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin}
26
27 % CV Sections inspired by:
28 % http://stefano.italians.nl/archives/26
29 \titleformat{\section}{\large\scshape\raggedright}{}{0em}{}[\titlerule]
30 \titlespacing{\section}{0pt}{3pt}{3pt}
31
32 %-------BEGIN DOCUMENT--------
33 \begin{document}
34
35 \pagestyle{empty}
36
37  %--------------------TITLE-------------
38 \par{\centering
39 {\Huge\textsc{Frank Zirkelbach} }
40 \bigskip\par}
41
42 \section{Personal Data}
43 \begin{tabular}{rl}
44 \textsc{Place and Date of Birth:} & Berlin, Germany  | 17 November 1977\\
45 \textsc{Address:} & R\"omerweg 10, 86391 Stadtbergen, Germany\\
46 \textsc{Phone:} & +49 821 436915 / +49 175 5228066\\
47 \textsc{email:} & \href{mailto:zirkelbach@hdwlinux.org}{zirkelbach@hdwlinux.org}\\
48 \textsc{http:}  & \href{http://hdwlinux.org/~zirkelfr/}{http://hdwlinux.org/\textasciitilde{}zirkelfr}\\
49 \end{tabular}
50 \setlength\fboxsep{0pt}
51 \begin{picture}(0,0)(-18,44.5)
52 \fcolorbox{black}{white}{\includegraphics[height=2.8cm]{img/frank_app_ult.eps}}
53 %\begin{picture}(0,0)(-15,44.5)
54 %\fcolorbox{black}{white}{\includegraphics[height=2.8cm]{img/frank_app_mountain.eps}}
55 \end{picture}
56
57 \section{Work Experience}
58 \begin{tabular}{r|p{11cm}}
59 \textsc{Mar 2012 - Present} & \textbf{Research assistant (Postdoc)}\newline
60                  Max Planck Institute for Solid State Research Stuttgart\\
61 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
62 \textsc{Jan 2006 - Jan 2012} & \textbf{Research assistant \& Doctoral candidate}\newline
63                  Physics Department, University of Augsburg \\
64 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
65 \textsc{Jul 2009 - Dec 2009} & \textbf{Research scientist}\newline
66                  Physics Department, University of Paderborn\\
67 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
68 \end{tabular}
69
70 \section{Basic education}
71 \begin{tabular}{r|p{11cm}}
72 \textsc{Sep 1988 - Jul 1998} & \textbf{Grammar school}\newline
73                                Justus-von-Liebig-Gymnasium, Neus\"a\ss\newline
74                                Holbein-Gymnasium, Augsburg\\
75 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
76 \textsc{Sep 1984 - Jul 1988} & \textbf{Elementary school}\newline
77                                Ernst-Habermann-Grundschule, Berlin, Wilmersdorf\\
78 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
79 \end{tabular}
80
81 \section{National service}
82 \begin{tabular}{r|p{11cm}}
83 \textsc{Aug 1998 - Sep 1999} & \textbf{Alternative civilian service}\newline
84                                Hessing-Klinik, Augsburg\\
85 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
86 \end{tabular}
87
88 \section{Scientific education}
89 \begin{tabular}{r|p{11cm}}
90 \textsc{Jan 2006 - Jan 2012} & \textbf{Doctoral studies in physics}\newline
91                            Physics Department, University of Augsburg\newline
92  {\small
93  \begin{tabular}{lp{10cm}}
94  Thesis: &
95  {\em
96  Atomistic simulation study on
97  silicon carbide precipitation in silicon}\\
98  \end{tabular}
99  }\\
100 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
101 \textsc{Jul 2009 - Jan 2012} & \textbf{Scientific collaboration with the University of Paderborn}\newline
102                  Theoretical Physics, Physics Department\\
103 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
104 \textsc{Jan 2006 - Dec 2008} & \textbf{Scholarship student}\newline
105                            Bayerische Forschungsstiftung\\
106 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
107 \textsc{Oct/Nov 2007} & \textbf{Research period at the University of Helsinki}\\
108 \textsc{Aug/Sep 2008} & Division of Materials Physics, Department of Physics\\
109 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
110 \textsc{Oct 1999 - Dec 2005} & \textbf{Studies in physics}\newline
111                                Physics Department, University of Augsburg\newline
112  {\small
113  \begin{tabular}{lp{10cm}}
114  Thesis: &
115  {\em
116  Monte-Carlo-Simulation von selbstorganisierten nanometrischen\newline
117  SiC$_x$-Ausscheidungen in C$^+$-implantierten Silizium}\\
118  \end{tabular}
119  }\\
120 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
121 \end{tabular}
122
123 \addcontentsline{toc}{section}{List of publications}
124 \renewcommand{\refname}{List of publications}
125 \bibliography{../bibdb/bibdb}{}
126 \bibliographystyle{cv}
127 \nocite{zirkelbach12,zirkelbach11,zirkelbach10,zirkelbach09}
128 \nocite{zirkelbach2007,zirkelbach2006,zirkelbach2005}
129 \vspace*{0.3cm}
130
131 \section{Computer literacy}
132 \begin{tabular}{r|p{11cm}}
133 \textsc{Operating systems} & Linux, Unix, Windows, MacOS (ordered by competence)\\
134 %\multicolumn{2}{c}{}\\ %this clears the space between two jobs
135 \textsc{Programming} & C, Fortran, C++, RISC Assembler (Atmel, Mips), VHDL\\
136 %\multicolumn{2}{c}{}\\ %this clears the space between two jobs
137 \textsc{High Performance Computing} & POSIX Threads, OpenMP, MPI,
138                                       LoadLeveler, Grid Engine\\ %, PBS\\
139 %\multicolumn{2}{c}{}\\ %this clears the space between two jobs
140 \textsc{Scripting} & Bash, Sed, Awk, Make\\
141 %\multicolumn{2}{c}{}\\ %this clears the space between two jobs
142 \textsc{Revision control} & CVS, Git, SVN\\
143 %\multicolumn{2}{c}{}\\ %this clears the space between two jobs
144 \textsc{Text, Layout \& Graphics} & LaTeX, GNUPlot, Gimp, XFig,
145                           Inkscape, Openoffice, Povray\\ %, VMD\\
146 %\multicolumn{2}{c}{}\\ %this clears the space between two jobs
147 \textsc{Science} & VASP, ABINIT, Quantum-Espresso, Fhi98PP, APE\\ %, Mathematica\\
148 \textsc{Others} & Eagle (PCB Design), Xilinx ISE (VHDL Design), GDB\\
149 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
150 \end{tabular}
151
152 \section{Knowledge of languages}
153 \begin{tabular}{r|p{11cm}}
154 \textsc{German} & Native language\\
155 \textsc{English} & Excellent (written \& spoken)\\
156 \textsc{French} & Basic knowledge\\
157 \multicolumn{2}{c}{}\\ %this clears the space between two jobs
158 \end{tabular}
159
160 \section{Leisure activities}
161 \begin{tabular}{r|p{11cm}}
162 \textsc{Sports} & Hiking, Trekking, Basketball, Volleyball\\
163 \textsc{Technical} & Programming, Blackbox reversing, Hardware and logic designs\\
164 \textsc{Reading} & Social-scientific texts\\
165 %\multicolumn{2}{c}{}\\ %this clears the space between two jobs
166 \end{tabular}
167
168 \end{document}
169