Files
resume/cv.tex
2018-06-11 19:33:22 +02:00

156 lines
4.1 KiB
TeX

%!TEX TS-program = xelatex
\documentclass[]{friggeri-cv}
%\usepackage{pgfplots}
%\pgfplotsset{compat=newest}
%\usetikzlibrary{patterns}
\usepackage{bchart}
\usepackage[normalem]{ulem}
\begin{document}
{\Large \header{Tim }{Van den Eynde}
{Computer Scientist / Software Developer}}
% In the aside, each new line forces a line break
\begin{aside}%
\vspace*{0.2cm}%
\section{Contact}
\vspace*{0.57cm}%
Nerviërsstraat 62
3000 Leuven
Belgium
~
\href{mailto:hireme@vdeynde.com}{hireme@vdeynde.com}
~
\section{Programming}
\vspace*{0.47cm}%
\hspace*{-0.3cm}\begin{bchart}[max=10,width=3.4cm,plain]%
\bcbar[plain,text=Python]{9}%
\bcbar[plain,text=Java]{7}%
\bcbar[plain,text=Rust]{6}%
\bcbar[plain,text=C/C++]{7}%
\end{bchart}%
\vspace*{0.5cm}
\section{General skills}
\vspace*{0.47cm}%
\hspace*{-0.3cm}\begin{bchart}[max=10,width=3.4cm,plain]%
\bcbar[plain,text=Linux CLI]{7}%
\bcbar[plain,text=Git]{9}%
\bcbar[plain,text=\LaTeX]{6}%
\end{bchart}%
\vspace*{0.5cm}
\section{Languages}
\vspace*{0.47cm}%
\hspace*{-0.3cm}\begin{bchart}[max=10,width=3.4cm,plain]%
\bcbar[plain,text=Dutch]{10}%
\bcbar[plain,text=English]{8}%
\bcbar[plain,text=French]{5}%
\end{bchart}%
%\begin{tikzpicture}%
% \begin{axis}[%
% xbar, xmin=0,%
% ticks=none,%
% width=4cm, height=3.5cm, enlarge y limits=0.5,%
% nodes near coords style={anchor=west},%
% %every node near coord/.append style={
% % anchor={\ifdim\valueissmall pt=1 pt west\else east\fi}
% %}
% %major grid style=white,%
% axis lines*=left]%
% \addplot%
% [draw=blue] %
% coordinates%
% {(5,LaTeX) (9,git) (7,Linux CLI)};%
% \end{axis}%
%\end{tikzpicture}%
\end{aside}
\section*{Work experience}
\begin{entrylist}
\entry
{2017-...}
{Software Engineer}
{Unleashed}
{Python 3 / Django}
\entry
{2015-2016}
{Software Engineer}
{VikingCo}
{Python 2 / Django}
\end{entrylist}
\vspace*{-0.16cm}
\section*{Education}
\begin{entrylist}
\entry
{2016-2017}
{Ph.D. Computer Science (Knowledge Representation)}
{KU Leuven}
{(Did not finish)}
\entry
{2013-2015}
{M.Sc. Computer Science (Secure Software)}
{KU Leuven}
{Thesis: \emph{Integrating a Theory of Linear Arithmetic in IDP}}
\entry
{2010-2013}
{B.Sc. Computer Science}
{KU Leuven}
{}
\end{entrylist}
\vspace*{-0.45cm}
\section*{Extracurricular activities}
\begin{entrylist}
\entry
{2015-...}
{Participating CTF events}
{HacknamStyle}
{}
\entry
{2015}
{Winner of the Cyber Security Challenge Belgium}
{Nviso}
{Team: HacknamStyle Jr.}
\entry
{2010-...}
{Nightly testing and user support}
{Mozilla Foundation}
{Registered Mozillian: \href{https://mozillians.org/u/Timvde/}{https://mozillians.org/u/Timvde/}}
\entry
{2014-...}
{Active member}
{ULYSSIS VZW}
{System administration, daily operation}
\entry
{2011-2015}
{Praesidium}
{Wina Leuven VZW}
{Web team, course service, bar team}
\entry
{2009-2013}
{Leader}
{Chiro Wilduraantjes}
{Certified animator: 2011}
\end{entrylist}
%\section*{\sout{Buzzwords} Keywords}
%Github, Gitlab, VPS, Digital Ocean, hosting, Linux, vim, Android, GPG, PostgreSQL, MySQL, nginx, apache, postfix, dovecot, scrum, kanban, agile, microservices, docker, type systems, mypy, Z3, security, devops
%%% This piece of code has been commented by Karol Kozioł due to biblatex errors.
%
%\printbibsection*{article}{article in peer-reviewed journal}
%\begin{refsection*}
% \nocite{*}
% \printbibliography[sorting=chronological, type=inproceedings, title={international peer-reviewed conferences/proceedings}, notkeyword={france}, heading=subbibliography]
%\end{refsection*}
%\begin{refsection*}
% \nocite{*}
% \printbibliography[sorting=chronological, type=inproceedings, title={local peer-reviewed conferences/proceedings}, keyword={france}, heading=subbibliography]
%\end{refsection*}
%\printbibsection*{misc}{other publications}
%\printbibsection*{report}{research reports}
\end{document}