%% start of file `template_en.tex'. %% Copyright 2007 Xavier Danaux (xdanaux@gmail.com). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License version 1.3c, % available at http://www.latex-project.org/lppl/. \documentclass[11pt,a4paper]{moderncv} \usepackage{datetime} % moderncv themes \moderncvtheme[green]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts) %\moderncvtheme[green]{classic} % idem % character encoding \usepackage[utf8]{inputenc} % replace by the encoding you are using % adjust the page margins \usepackage[scale=0.8]{geometry} \recomputelengths % required when changes are made to page layout lengths % personal data \firstname{Rick} \familyname{van der Zwet} %\title{Resumé title (optional)} % optional, remove the line if not wanted \address{Brahmslaan 40}{2324 AN Leiden, The Netherlands} % optional, remove the line if not wanted \mobile{+31 (0)6 26 72 85 99} % optional, remove the line if not wanted %\fax{fax (optional)} % optional, remove the line if not wanted \email{info@rickvanderzwet.nl} % optional, remove the line if not wanted \extrainfo{http://rickvanderzwet.nl} % optional, remove the line if not wanted \photo[64pt]{rickvanderzwet} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted \quote{Innovation by integration} % optional, remove the line if not wanted %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page %---------------------------------------------------------------------------------- % content %---------------------------------------------------------------------------------- \begin{document} \maketitle \section{Education} \cventry{2001--current}{Computer Science}{Leiden University}{Leiden}{}{Bachelor} % arguments 3 to 6 are optional \cventry{2000--2001}{Electric Engineering}{TU Delft}{Delft}{}{} % arguments 3 to 6 are optional \cventry{1995--2001}{VWO}{Vlietland College}{Leiden}{}{Profile Natuur \& Techniek (Nature \& Science)} % arguments 3 to 6 are optional \section{Experience} \subsection{Jobs} \cventry{2009--current}{System Administrator}{TransIP B.V.}{Leiden}{}{I am responsible for IT systems and hardware running FreeBSD for internal use and external use. Also making sure that a 240 racks datacentre is well organised and in control} \cventry{2008--2009}{System Administration Manager}{Joost Technologies B.V.}{Leiden}{}{I am responsible for internal facing IT systems and hardware -running various operating systems like FreeBSD, Ubuntu, Windows Server- with primary focus towards the user (employee) improvement, leading a team of 6 people. Using a partial ITIL implementation I managed to get more user satisfaction, with regards to IT systems} \cventry{2006--2008}{System Administrator}{Joost Technologies B.V.}{Leiden}{}{I was responsible -together with my colleagues- for the initial setup of Joost internal IT support infrastructure in three offices. My focus was implementing mail \& web services running on FreeBSD/Ubuntu servers and network infrastructure. In this position I successfully managed an email migration from Zimbra/Exchange/Courier IMAP into Google Apps} \cventry{2005--2006}{System Administrator}{Cope IPS}{Leiden}{}{I was maintaining external facing web services running FreeBSD and responsible for the transition of the business users towards an Exchange 2003 environment. Next I have setup a new build environment for development} \subsection{Miscellaneous} \cventry{2009}{ITILv2 Foundation}{EXIN}{Utrecht}{}{} \section{Languages} \cvlanguage{Dutch}{excellent}{Native language} \cvlanguage{English}{good}{Joost' official language} \cvlanguage{French}{average}{Passive (listen/reading)} \cvlanguage{German}{average}{Passive (listen/reading)} \section{Computer skills} \cvcomputer{Operating Systems}{FreeBSD, Ubuntu, Mac OS X, Windows XP/Server}{Atlassian}{JIRA, Confluence, Crowd} \cvcomputer{Monitoring Tools}{nagios, cacti, opsview}{Office Tools}{OpenOffice.org, Office 2003, Office 2007} \cvcomputer{Scripting languages}{sh, Perl, Python}{Programming languages}{C, C++, Java} \cvcomputer{Mail}{qmail, postfix, ezmlm, mailman, spamassasssin}{Various}{isc-bind, isc-dhcp, apache, drupal, trac, moinmoin} \section{Interests} \cvline{Networks}{\small Networks of any kind has always fascinated me, social networks, wireless networks, all quite different, but fascinating} \cvline{Running}{\small 10km runs} \cvline{Open Source}{\small Developing software, maintaining projects, providing feedback} \cvline{Wireless Leiden}{\small I am an active developer (actually also board member) in Stichting Wireless Leiden, a non-profit organization which aims to build an open wireless network covering the city of Leiden and its surrounding using open source software. Running a stable FreeBSD configuration on 80 different hardware systems on hard-to-reach locations is quite a challenge, but it is real fun to get it all going together with many others} \closesection{} % needed to renewcommands \section{Version Control} \renewcommand{\listitemsymbol}{-} % change the symbol for lists \cvline{Generated}{ \newdateformat{mydate}{\THEDAY/\shortmonthname/\THEYEAR} \mydate\today~at~\currenttime} \cvline{Version 1.0}{\small Initial version} %\cvlistitem{Item 1} %\cvlistitem{Item 2} %\cvlistitem[+]{Item 3} % optional other symbol % %\section{Extra 2} %\cvlistdoubleitem[\Neutral]{Item 1}{Item 4} %\cvlistdoubleitem[\Neutral]{Item 2}{Item 5} %\cvlistdoubleitem[\Neutral]{Item 3}{} % %% Publications from a BibTeX file %\nocite{*} %\bibliographystyle{plain} %\bibliography{publications} % 'publications' is the name of a BibTeX file \end{document} %% end of file `template_en.tex'.