default/cv_en.tex
author Eugen Sawin <sawine@me73.com>
Sat, 03 Jul 2010 12:15:48 +0200
changeset 0 9784821a1c6f
permissions -rw-r--r--
Moved from SVN.
     1 %% start of file `template_en.tex'.
     2 %% Copyright 2006-1008 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 
    11 % moderncv themes
    12 \moderncvtheme[green]{classic}                 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
    13 %\moderncvtheme[green]{classic}                % idem
    14 
    15 % character encoding
    16 \usepackage[utf8]{inputenc}                   % replace by the encoding you are using
    17 
    18 % adjust the page margins
    19 \usepackage[scale=0.8]{geometry}
    20 %\setlength{\hintscolumnwidth}{3cm}						% if you want to change the width of the column with the dates
    21 %\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}}  % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
    22 \AtBeginDocument{\recomputelengths}                     % required when changes are made to page layout lengths
    23 
    24 % personal data
    25 \firstname{Eugen}
    26 \familyname{Sawin}
    27 \title{Curriculum Vitae}               % optional, remove the line if not wanted
    28 \address{Fichtenweg 11}{77656 Offenburg\\Germany}    % optional, remove the line if not wanted
    29 \mobile{+49(0)175 2721276}                    % optional, remove the line if not wanted
    30 %\phone{phone (optional)}                      % optional, remove the line if not wanted
    31 %\fax{fax (optional)}                          % optional, remove the line if not wanted
    32 \email{esawin@gmail.com}                      % optional, remove the line if not wanted
    33 \extrainfo{www.me73.com} % optional, remove the line if not wanted
    34 \photo[64pt]{picture}                         % '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
    35 %\quote{Some quote (optional)}                 % optional, remove the line if not wanted
    36 
    37 %\nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page
    38 
    39 
    40 %----------------------------------------------------------------------------------
    41 %            content
    42 %----------------------------------------------------------------------------------
    43 \begin{document}
    44 \maketitle
    45 
    46 \section{Education}
    47 \cventry{2007--2010}{Bachelor of Science in Applied Informatics}{University of Applied Sciences}{Offenburg}{\textit{2.8}}{Three semesters until degree}  % arguments 3 to 6 are optional
    48 \cventry{2003--2007}{Diploma in Informatics}{Technical University}{Karlsruhe}{\textit{3.3}}{Six semesters passed}  % arguments 3 to 6 are optional
    49 
    50 \section{Experience}
    51 \subsection{University}
    52 \cventry{ROSI 3D-Laser Scanner}{Windows client developer}{University of Applied Sciences Offenburg, Research Center Karlsruhe, Karlsruhe Institute of Technology}{Offenburg}{}{Medium-sized university project driven by V-XT software development process. Team completed tasks in design, implementation and test of an embedded Linux server application and a Windows client for visualization and storage of 3D-laser data.} 
    53 \cventry{Object-oriented software development}{Tutor for C++}{University of Applied Sciences}{Offenburg}{}
    54 {Taken responsibility in consulting students during practical work in C++, examining the assignment results and testing for the understanding of involved topics.}
    55 \subsection{Private}
    56 \cventry{ANQ}{Developer}{}{}{}{Visual and dynamic testing environment for distributed algorithms in C\# and Python.}% arguments 3 to 6 are optional
    57 \cventry{Eden}{Developer}{}{}{}{Genetic Programming library and example written in C++ and Python.}% arguments 3 to 6 are optional
    58 \cventry{Theme Blocks}{Developer}{}{}{}{Windows game developed in C++ using OpenGL, Win32 and MySQL.}
    59 
    60 \section{Languages}
    61 \cvlanguage{German}{Native}{Comment}
    62 \cvlanguage{English}{Fluent}{Comment}
    63 \cvlanguage{Russian}{Spoken}{Comment}
    64 
    65 \section{Computer skills}
    66 \cvcomputer{Programming}{C++, Java, C\#, Python, C}{OS}{Windows, Linux}
    67 \cvcomputer{IDE}{Eclipse, Visual Studio 2005/2008}{Tools}{Subversion, \LaTeX}
    68 \cvcomputer{Technology}{TCP/UDP network programming, OpenGL, MySQL}{}{}
    69 \end{document}
    70 
    71 
    72 %% end of file `template_en.tex'.