source: cv/rickvanderzwet-cv.tex@ 222

Last change on this file since 222 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

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