source: cv/rickvanderzwet-cv.tex@ 406

Last change on this file since 406 was 223, checked in by Rick van der Zwet, 14 years ago

New phone number.

File size: 6.0 KB
RevLine 
[2]1%% start of file `template_en.tex'.
2%% Copyright 2007 Xavier Danaux (xdanaux@gmail.com).
3%
4% This work may be distributed and/or modified under the
5% conditions of the LaTeX Project Public License version 1.3c,
6% available at http://www.latex-project.org/lppl/.
7
8
9\documentclass[11pt,a4paper]{moderncv}
10\usepackage{datetime}
11
12% moderncv themes
13\moderncvtheme[green]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
14%\moderncvtheme[green]{classic} % idem
15
16% character encoding
17\usepackage[utf8]{inputenc} % replace by the encoding you are using
18
19% adjust the page margins
20\usepackage[scale=0.8]{geometry}
21\recomputelengths % required when changes are made to page layout lengths
22
23% personal data
24\firstname{Rick}
25\familyname{van der Zwet}
26%\title{Resumé title (optional)} % optional, remove the line if not wanted
27\address{Brahmslaan 40}{2324 AN Leiden, The Netherlands} % optional, remove the line if not wanted
[223]28\mobile{+31 (0)6 26 72 85 99} % optional, remove the line if not wanted
[2]29%\fax{fax (optional)} % optional, remove the line if not wanted
30\email{info@rickvanderzwet.nl} % optional, remove the line if not wanted
31\extrainfo{http://rickvanderzwet.nl} % optional, remove the line if not wanted
32\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
33\quote{Innovation by integration} % optional, remove the line if not wanted
34
35%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
36
37
38%----------------------------------------------------------------------------------
39% content
40%----------------------------------------------------------------------------------
41\begin{document}
42\maketitle
43
44\section{Education}
45\cventry{2001--current}{Computer Science}{Leiden University}{Leiden}{}{Bachelor} % arguments 3 to 6 are optional
46\cventry{2000--2001}{Electric Engineering}{TU Delft}{Delft}{}{} % arguments 3 to 6 are optional
47\cventry{1995--2001}{VWO}{Vlietland College}{Leiden}{}{Profile Natuur \& Techniek (Nature \& Science)} % arguments 3 to 6 are optional
48
49
50\section{Experience}
51\subsection{Jobs}
52\cventry{2009--current}{System Administrator}{TransIP B.V.}{Leiden}{}{I am
53responsible for IT systems and hardware running FreeBSD for internal use and
54external use. Also making sure that a 240 racks datacentre is well organised
55and in control}
56
57\cventry{2008--2009}{System Administration Manager}{Joost Technologies
58B.V.}{Leiden}{}{I am responsible for internal facing IT systems and hardware
59-running various operating systems like FreeBSD, Ubuntu, Windows Server- with
60primary focus towards the user (employee) improvement, leading a team of 6
61people. Using a partial ITIL implementation I managed to get more
62user satisfaction, with regards to IT systems}
63
64\cventry{2006--2008}{System Administrator}{Joost Technologies B.V.}{Leiden}{}{I
65was responsible -together with my colleagues- for the initial setup of Joost
66internal IT support infrastructure in three offices. My focus was implementing
67mail \& web services running on FreeBSD/Ubuntu servers and network
68infrastructure. In this position I successfully managed an email migration from
69Zimbra/Exchange/Courier IMAP into Google Apps}
70
71\cventry{2005--2006}{System Administrator}{Cope IPS}{Leiden}{}{I was
72maintaining external facing web services running FreeBSD and responsible for
73the transition of the business users towards an Exchange 2003 environment. Next
74I have setup a new build environment for development}
75
76\subsection{Miscellaneous}
77\cventry{2009}{ITILv2 Foundation}{EXIN}{Utrecht}{}{}
78
79\section{Languages}
80\cvlanguage{Dutch}{excellent}{Native language}
81\cvlanguage{English}{good}{Joost' official language}
82\cvlanguage{French}{average}{Passive (listen/reading)}
83\cvlanguage{German}{average}{Passive (listen/reading)}
84
85\section{Computer skills}
86\cvcomputer{Operating Systems}{FreeBSD, Ubuntu, Mac OS X, Windows XP/Server}{Atlassian}{JIRA, Confluence, Crowd}
87\cvcomputer{Monitoring Tools}{nagios, cacti, opsview}{Office Tools}{OpenOffice.org, Office 2003, Office 2007}
88\cvcomputer{Scripting languages}{sh, Perl, Python}{Programming languages}{C, C++, Java}
89\cvcomputer{Mail}{qmail, postfix, ezmlm, mailman, spamassasssin}{Various}{isc-bind, isc-dhcp, apache, drupal, trac, moinmoin}
90
91\section{Interests}
92\cvline{Networks}{\small Networks of any kind has always fascinated me, social
93networks, wireless networks, all quite different, but fascinating}
94\cvline{Running}{\small 10km runs}
95\cvline{Open Source}{\small Developing software, maintaining projects, providing feedback}
96\cvline{Wireless Leiden}{\small I am an active developer (actually also board
97member) in Stichting Wireless Leiden, a non-profit organization which aims to
98build an open wireless network covering the city of Leiden and its surrounding
99using open source software. Running a stable FreeBSD configuration on 80
100different hardware systems on hard-to-reach locations is quite a
101challenge, but it is real fun to get it all going together with many others}
102
103
104\closesection{} % needed to renewcommands
105\section{Version Control}
106\renewcommand{\listitemsymbol}{-} % change the symbol for lists
107\cvline{Generated}{
108\newdateformat{mydate}{\THEDAY/\shortmonthname/\THEYEAR}
109\mydate\today~at~\currenttime}
110\cvline{Version 1.0}{\small Initial version}
111
112%\cvlistitem{Item 1}
113%\cvlistitem{Item 2}
114%\cvlistitem[+]{Item 3} % optional other symbol
115%
116%\section{Extra 2}
117%\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
118%\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
119%\cvlistdoubleitem[\Neutral]{Item 3}{}
120%
121%% Publications from a BibTeX file
122%\nocite{*}
123%\bibliographystyle{plain}
124%\bibliography{publications} % 'publications' is the name of a BibTeX file
125
126\end{document}
127
128
129%% end of file `template_en.tex'.
Note: See TracBrowser for help on using the repository browser.