📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / documents / cv-curriculum-vitae / cv-curriculum-vitae.tex
132935 viewsLicense: OTHER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1% Two Column Curriculum Vitae XeLaTeX Template2%3% This template has been downloaded from:4% http://www.latextemplates.com/template/two-column-one-page-cv5%6% Original author:7% Alessandro (The CV Inn)8%9% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX10%11% This template uses several fonts not included with Windows/Linux by12% default. If you get compilation errors saying a font is missing, find the line13% on which the font is used and either change it to a font included with your14% operating system or comment the line out to use the default font.15%16%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1718%----------------------------------------------------------------------------------------19% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS20%----------------------------------------------------------------------------------------2122\documentclass[a4paper,10pt]{article} % Font size (10pt, 11pt or 12pt)2324\usepackage[ngerman]{babel} % this is needed for umlauts25\usepackage[hmargin=1.25cm, vmargin=1.0cm]{geometry} % Document margins26\usepackage{marvosym} % Required for symbols in the colored box27\usepackage{ifsym} % Required for symbols in the colored box28\usepackage{pdfpages} % Signatureinbingung und includepdf29\usepackage{csquotes}30\usepackage{xcolor} % Allows the definition of hex colors3132% Fonts and tweaks for XeLaTeX33\usepackage{fontspec,xltxtra,xunicode}34\defaultfontfeatures{Mapping=tex-text}35\setromanfont[Mapping=tex-text]{Times New Roman} % Main document font36\setsansfont[Scale=MatchLowercase,Mapping=tex-text]{Arial} % Font for your name at the top37%\setmonofont[Scale=MatchLowercase]{Andale Mono}3839% Colors for links, text and headings40\usepackage{hyperref}41\definecolor{linkcolor}{HTML}{506266} % Blue-gray color for links42\definecolor{shade}{HTML}{F5DD9D} % Peach color for the contact information box43\definecolor{text1}{HTML}{2b2b2b} % Main document font color, off-black44\definecolor{headings}{HTML}{701112} % Dark red color for headings45% Other color palettes: shade=B9D7D9 and linkcolor=A40000; shade=D4D7FE and linkcolor=FF00804647\hypersetup{colorlinks,breaklinks, urlcolor=linkcolor, linkcolor=linkcolor} % Set up links and colors4849\usepackage{fancyhdr}50\pagestyle{fancy}51\fancyhf{}52% Headers and footers can be added with the \lhead{} \rhead{} \lfoot{} \rfoot{} commands53% Example footer:54%\rfoot{\color{headings} {\sffamily Last update: \today}. Typeset with Xe\LaTeX}5556\renewcommand{\headrulewidth}{0pt} % Get rid of the default rule in the header5758\usepackage{titlesec} % Allows creating custom \section's59\usepackage{microtype}6061% Format of the section titles62\titleformat{\section}{\color{headings}63\scshape\Large\raggedright}{}{0em}{}[\color{black}\titlerule]6465\titlespacing{\section}{0pt}{0pt}{5pt} % Spacing around titles6667\newcommand{\ts}{\textsuperscript}6869\hypersetup{70pdfauthor = {Martin Thoma},71pdfkeywords = {Martin Thoma,KIT,CV},72pdftitle = {Curriculum Vitae of Martin Thoma}73}7475\usepackage{microtype}7677\begin{document}7879\color{text1} % Sets the default text color for the whole document8081%----------------------------------------------------------------------------------------82% TITLE83%----------------------------------------------------------------------------------------8485\par{\centering{\sffamily\Huge Martin Thoma}\\ % Your name86{\Huge \color{headings}\fontspec{LTZapfino One} Curriculum {Vit\fontspec{LTZapfino One}\ae}\\[15pt]\par}8788%----------------------------------------------------------------------------------------8990% Start the left-hand side of the page91\begin{minipage}[t]{0.5\textwidth}92\vspace{0pt} % Trick for alignment9394%----------------------------------------------------------------------------------------95% WORK EXPERIENCE96%----------------------------------------------------------------------------------------9798\section{Work Experience}99100%----------------------------------------------------------------------------------------101% WORK EXPERIENCE -0-102103{\raggedleft\textsc{2017}\par}104105{\raggedright\large IT Consultant\\106\textit{ }\\[5pt]}107108\normalsize{Working for Netlight Consulting GmbH}\\109110%----------------------------------------------------------------------------------------111% WORK EXPERIENCE -0-112113{\raggedleft\textsc{2014}\par}114115{\raggedright\large Student research assistant\\116\textit{developing neural nets for on-line handwriting recognition}\\[5pt]}117118\normalsize{My bachelors thesis includes getting on-line data of handwritten119mathematical symbols, preprocessing, extracting features and using neural nets120to classify those symbols. The data was collected with \href{http://write-math.com}{write-math.com}. All results are available there, too.}\\121122%----------------------------------------------------------------------------------------123% WORK EXPERIENCE -0-124125{\raggedleft\textsc{2013}\par}126127{\raggedright\large Software Developer\\128\textit{improving KIT lecture translator}\\[5pt]}129130\normalsize{I've implemented and integrated an unsupervised acoustic model training framework into KIT lecture translator system for automatic model adaption.}\\131132%----------------------------------------------------------------------------------------133% WORK EXPERIENCE -0-134135{\raggedleft\textsc{2013}\par}136137{\raggedright\large Scientific lector\\138\textit{\LaTeX{}, German and computer science}\\[5pt]}139140\normalsize{I've corrected a script for computer engineering.}\\141142%----------------------------------------------------------------------------------------143% WORK EXPERIENCE -0-144145{\raggedleft\textsc{2012}\par}146147{\raggedright\large Tutor for programming\\148\textit{teaching students programming at university}\\[5pt]}149150\normalsize{I taught people about 30 students how to program in Java.151Coding conventions and basic OOP was part of the course. All of my German presentations are online.}\hfill \href{http://martin-thoma.com/programmieren-tutorium/#Folien}{$\rightarrow$ presentations}\\152153%----------------------------------------------------------------------------------------154% WORK EXPERIENCE -1-155156{\raggedleft\textsc{2011}\par}157158{\raggedright\large Freelancer at KTC\\159\textit{programming for a consulting company}\\[5pt]}160161\normalsize{At KTC, I gained first experiences with buisness-logic162and a big, but algorithmically not challenging project. To be honest,163I only fixed some Java bugs.}\\164165%----------------------------------------------------------------------------------------166% WORK EXPERIENCE -4-167168%{\raggedleft\textsc{2010}\par}169170%{\raggedright\large Compulsory community service\\171%\textit{District Office Augsburg}\\[5pt]}172173%\normalsize{I have worked in the district office of Augsburg in my174%as compulsory community service. I had the task to controll nature175%conservation conditions. To do so, I had to use a geographic176%information system (which could definitely be improved).}\\177178%----------------------------------------------------------------------------------------179180%----------------------------------------------------------------------------------------181182\end{minipage} % End left-hand side of the page183\hfill184% Start the right-hand side of the page185\begin{minipage}[t]{0.44\textwidth}186\vspace{0pt} %trick for alignment187188%----------------------------------------------------------------------------------------189% COLORED BOX190%----------------------------------------------------------------------------------------191192\colorbox{shade}{\textcolor{text1}{193\begin{tabular}{c|p{7cm}}194\raisebox{-4pt}{\textifsymbol{18}} & Alte Allee 107, 81245 Munich \\ % Address195\raisebox{-3pt}{\Mobilefone} & +49 $($1636$)$ 28 04 91 \\ % Phone number196\raisebox{-1pt}{\Letter} & \href{mailto:info@martin-thoma.de}{info@martin-thoma.de} \\ % Email address197\Keyboard & \href{http://martin-thoma.com}{martin-thoma.com} \\ % Website198\end{tabular}199}200}\\[10pt]201202%----------------------------------------------------------------------------------------203% EDUCATION204%----------------------------------------------------------------------------------------205206\section{Education}207208\begin{tabular}{rl} % Start a table with two columns, one for dates and one for qualifications209210%----------------------------------------------------------------------------------------211% EDUCATION -1-2122132014 -- 2017 & \textbf{Master of Science} \\214& \textsc{Computer Science} \\215& \textit{Karlsruhe Institute of Technology}\\216&\\217218%----------------------------------------------------------------------------------------219% EDUCATION -2-2202212011 -- 2014 & \textbf{Bachelor of Science} \\222& \textsc{Computer Science} \\223& \textit{Karlsruhe Institute of Technology} (KIT)\\224& \textit{Carnegie Mellon University} (CMU)\\225& Thesis about {\textbf{\color{headings}On-line Recognition of}}\\226& {\textbf{\color{headings}Handwritten Mathematical Symbols}} (\textbf{\href{http://martin-thoma.com/write-math/}{Link}})\\227&\\228229%----------------------------------------------------------------------------------------230% EDUCATION -3-2312322004 -- 2010 & \textbf{Abitur}\\233& \textsc{Intensive course physics and mathematics} \\234& \textit{Paul-Klee-Gymnasium Gersthofen}\\235&\\236237%----------------------------------------------------------------------------------------238239\end{tabular}\\[10pt]240241%----------------------------------------------------------------------------------------242% AWARDS243%----------------------------------------------------------------------------------------244245\section{Awards}246247\begin{tabular}{rl}2482010 & \textbf{Winner}\\249& \textit{Federal Competition for Computer Science}\\ \\250251%----------------------------------------------------------------------------------------2522532009 & \textbf{2nd prize - regional competition}\\254& \textit{Youth Research Competition}\\[10pt]255256%----------------------------------------------------------------------------------------2572582008 & \textbf{1st prize}\\259& \textit{data analysis competition at University of Augsburg}\\[10pt]260261%----------------------------------------------------------------------------------------262263% 2008 & \textbf{Award for social commitment}\\264% & \textit{Paul-Klee-Gymnasium}265% \\[10pt]266267%----------------------------------------------------------------------------------------2682692007 & \textbf{Prize for science and research}\\270& \textit{FOCUS pupils competition}271\end{tabular}\\[10pt]272273%----------------------------------------------------------------------------------------274% COMPUTER SKILLS275%----------------------------------------------------------------------------------------276277\section{Computer Skills}278279\begin{tabular}{rl}280Basic Knowledge & \textsc{JavaScript}\\281& \textsc{Linux}, \textsc{SQL}, \textsc{PHP}\\ \\282Intermediate Knowledge & \LaTeX, \textsc{Java}, \textsc{HTML}\\ \\283Good Knowledge & \textsc{Python}\\ \\284\end{tabular}285286%----------------------------------------------------------------------------------------287% COMMUNICATION SKILLS288%----------------------------------------------------------------------------------------289290\section{Language Skills}291292\begin{tabular}{rl}293\textsc{German}294& mother tongue\\295& \\296\textsc{English}297& Cambridge Certificate – C1\\298& \\299\textsc{French}300& DELF A2 \\301\end{tabular}\\[10pt]302303%----------------------------------------------------------------------------------------304305\end{minipage} % End right-hand side of the page306%-----------------------------------------------------------------------------------------------------------------------------------------------------307308% Start the left-hand side of the page309\begin{minipage}[t]{0.5\textwidth}310\vspace{0pt} % Trick for alignment311312%----------------------------------------------------------------------------------------313% WORK EXPERIENCE314%----------------------------------------------------------------------------------------315316\section{Work Experience}317%----------------------------------------------------------------------------------------318% WORK EXPERIENCE -2-319320{\raggedleft\textsc{2011}\par}321322{\raggedright\large Student research assistant at \textsc{ Institute of Toxicology and Genetics}, KIT\\323\textit{participating in a university research project}\\[5pt]}324325\normalsize{In summer 2011 I worked for over a month for a326research project at KIT. I have written bash scripts for file327conversions, fixed some bugs and re-written a slow Mathematica script328in a much faster Python version. But it quickly turned out that329this project had a lot of C++ source which was rarely commented or330documented. I realized, that I wouldn't have time for this project331after beginning my studies at university.}\\332333%----------------------------------------------------------------------------------------334% WORK EXPERIENCE -3-335336{\raggedleft\textsc{since 2011}\par}337338{\raggedright\large Freelance Work\\339\textit{building an online service}\\[5pt]}340341\normalsize{I have started to work as a freelancer at the beginning342of 2011. I have developed an online-service which helped343schools to coordinate their dates. I have sold this online service to344two schools in bavaria and three other schools were interested.345Unfortunately, the ministry of education of Bavaria346released an application with similar functionality in3472012. This was the reason why I decided to shut down my service.}\\348%----------------------------------------------------------------------------------------349350{\raggedleft\textsc{since 2006}\par}351352{\raggedright\large HackIts, Puzzles and Challenges\\353\textit{ProjectEuler, bright-shadows.net and many more}\\[5pt]}354355\normalsize{I really love solving logical, algorithmical or math356puzzles and participated in competitions. I started to solve puzzles357in 2006 and I still like them. This was the reason why I participated358in a practical curse at KIT for preparation for ICPC. It was fun,359but I found out that many people are much faster in producing C++360code that passed the tests than I am.361However, as I've been very successfull at the Federal Competition for362Computer Science (``Bundeswettbewerb Informatik'') it seems as if I'm363better in problem solving if I get more time to think about it.}\\364365%----------------------------------------------------------------------------------------366367\section{Future plans and motivation}368369The next step in my academic career is finishing the masters degree in computer370science with a minor in mathematics.\\371372Besides my studies, I have built a machine learning students group called373\textit{Machine Learning Karlsruhe} (ml-ka.de). In this group we organize374regular \enquote{Paper Discussion Groups} in which we, talk about papers375about convolutional networks. We want have regular talks about machine learning376in general as well as practical sessions where we try to apply the377algorithms.378379380381\end{minipage} % End left-hand side of the page382\hfill383% Start the right-hand side of the page384\begin{minipage}[t]{0.44\textwidth}385\vspace{0pt} %trick for alignment386387%----------------------------------------------------------------------------------------388% AWARDS389%----------------------------------------------------------------------------------------390391\section{Projects}392393\begin{tabular}{rl}394%----------------------------------------------------------------------------------------39502/2016 & \textbf{A Survey of Semantic Segmentation}\\396& \textit{writing a review paper about the work }\\397& \textit{in the area}\hfill \href{https://arxiv.org/abs/1602.06541}{$\rightarrow$ read more}\\ \\398399%----------------------------------------------------------------------------------------40001/2016 & \textbf{Creativity in Machine Learning}\\401& \textit{a little project to help people understand}\\402& \textit{my fascination about the topic}\hfill \href{https://arxiv.org/abs/1601.03642}{$\rightarrow$ read more}\\ \\403404%----------------------------------------------------------------------------------------40505/2015 & \textbf{Semantic Segmentation with CNNs}\\406& \textit{classifying street for self-driving cars}\\ \\407408%----------------------------------------------------------------------------------------40911/2013 & \textbf{Book about Geometry and Topology}\\410& \textit{writing an introduction to geometry and}\\411& \textit{topology}\hfill \href{http://martin-thoma.com/geotopo/}{$\rightarrow$ read more}\\ \\412413%----------------------------------------------------------------------------------------41406/2013 & \textbf{Interpolation}\\415& \textit{creating an interactive HTML5/JS-example}\\416& \textit{for interpolation} \hfill \href{http://martin-thoma.com/polynomial-interpolation/}{$\rightarrow$ read more} \\\\417418%----------------------------------------------------------------------------------------41906/2012 & \textbf{Matrix multiplication}\\420& \textit{examining algorithms and libraries for}\\421& \textit{matrix multiplication} \hfill \href{http://martin-thoma.com/matrix-multiplication-python-java-cpp/}{$\rightarrow$ read more}\\\\422423%----------------------------------------------------------------------------------------42409/2011 & \textbf{Blogging on martin-thoma.com}\\425& \textit{about Algorithms, the Web, University, \dots}\\ \\426427%----------------------------------------------------------------------------------------42842906/2011 & \textbf{Community Chess}\\430& \textit{This is a platform for programmers. They}\\431& \textit{can use the API to create A.I.s that play}\\432& \textit{chess agains each other. } \hfill \href{https://github.com/MartinThoma/community-chess}{$\rightarrow$ read more}\\\\433\end{tabular}\\[10pt]434435%----------------------------------------------------------------------------------------436% COMPUTER SKILLS437%----------------------------------------------------------------------------------------438439\section{Online Courses}440441\begin{tabular}{rll}44209/2013 & \textbf{Artificial Intelligence} & Udacity\\443& \textbf{for Robotics} &\\444& \textit{finished 10/2013} &\\\\44506/2013 & \textbf{Introduction to } & Udacity\\446& \textbf{Artificial Intelligence} &\\447& \textit{finished 08/2013} &\\\\44805/2012 & \textbf{Algorithms I} & Stanford\\449& \textit{finished 07/2012} &\\\\45006/2010 & \textbf{Introduction to Computer}& MIT\\451& \textbf{Science and Programming} &\\452& \textit{finished 09/2010} &\\\\453\end{tabular}\\[10pt]454455456\section{Profiles}457458\begin{tabular}{ll}459StackExchange & \href{https://careers.stackoverflow.com/thoma}{careers.stackoverflow.com/thoma} \\460arXiv & \href{http://arxiv.org/a/thoma_m_1.html}{arxiv.org/a/thoma\_m\_1} \\461LinkedIn & \href{https://www.linkedin.com/in/themoosemind}{linkedin.com/in/themoosemind} \\462\end{tabular}\\[10pt]463464%----------------------------------------------------------------------------------------465466\end{minipage} % End right-hand side of the page467468%\includepdf[pages=1-2]{zeugnis}469470\end{document}471472473