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.
sawine@0
     1
%% start of file `template_en.tex'.
sawine@0
     2
%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
sawine@0
     3
%
sawine@0
     4
% This work may be distributed and/or modified under the
sawine@0
     5
% conditions of the LaTeX Project Public License version 1.3c,
sawine@0
     6
% available at http://www.latex-project.org/lppl/.
sawine@0
     7
sawine@0
     8
sawine@0
     9
\documentclass[11pt,a4paper]{moderncv}
sawine@0
    10
sawine@0
    11
% moderncv themes
sawine@0
    12
\moderncvtheme[green]{classic}                 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
sawine@0
    13
%\moderncvtheme[green]{classic}                % idem
sawine@0
    14
sawine@0
    15
% character encoding
sawine@0
    16
\usepackage[utf8]{inputenc}                   % replace by the encoding you are using
sawine@0
    17
sawine@0
    18
% adjust the page margins
sawine@0
    19
\usepackage[scale=0.8]{geometry}
sawine@0
    20
%\setlength{\hintscolumnwidth}{3cm}						% if you want to change the width of the column with the dates
sawine@0
    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
sawine@0
    22
\AtBeginDocument{\recomputelengths}                     % required when changes are made to page layout lengths
sawine@0
    23
sawine@0
    24
% personal data
sawine@0
    25
\firstname{Eugen}
sawine@0
    26
\familyname{Sawin}
sawine@0
    27
\title{Curriculum Vitae}               % optional, remove the line if not wanted
sawine@0
    28
\address{Fichtenweg 11}{77656 Offenburg\\Germany}    % optional, remove the line if not wanted
sawine@0
    29
\mobile{+49(0)175 2721276}                    % optional, remove the line if not wanted
sawine@0
    30
%\phone{phone (optional)}                      % optional, remove the line if not wanted
sawine@0
    31
%\fax{fax (optional)}                          % optional, remove the line if not wanted
sawine@0
    32
\email{esawin@gmail.com}                      % optional, remove the line if not wanted
sawine@0
    33
\extrainfo{www.me73.com} % optional, remove the line if not wanted
sawine@0
    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
sawine@0
    35
%\quote{Some quote (optional)}                 % optional, remove the line if not wanted
sawine@0
    36
sawine@0
    37
%\nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page
sawine@0
    38
sawine@0
    39
sawine@0
    40
%----------------------------------------------------------------------------------
sawine@0
    41
%            content
sawine@0
    42
%----------------------------------------------------------------------------------
sawine@0
    43
\begin{document}
sawine@0
    44
\maketitle
sawine@0
    45
sawine@0
    46
\section{Education}
sawine@0
    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
sawine@0
    48
\cventry{2003--2007}{Diploma in Informatics}{Technical University}{Karlsruhe}{\textit{3.3}}{Six semesters passed}  % arguments 3 to 6 are optional
sawine@0
    49
sawine@0
    50
\section{Experience}
sawine@0
    51
\subsection{University}
sawine@0
    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.} 
sawine@0
    53
\cventry{Object-oriented software development}{Tutor for C++}{University of Applied Sciences}{Offenburg}{}
sawine@0
    54
{Taken responsibility in consulting students during practical work in C++, examining the assignment results and testing for the understanding of involved topics.}
sawine@0
    55
\subsection{Private}
sawine@0
    56
\cventry{ANQ}{Developer}{}{}{}{Visual and dynamic testing environment for distributed algorithms in C\# and Python.}% arguments 3 to 6 are optional
sawine@0
    57
\cventry{Eden}{Developer}{}{}{}{Genetic Programming library and example written in C++ and Python.}% arguments 3 to 6 are optional
sawine@0
    58
\cventry{Theme Blocks}{Developer}{}{}{}{Windows game developed in C++ using OpenGL, Win32 and MySQL.}
sawine@0
    59
sawine@0
    60
\section{Languages}
sawine@0
    61
\cvlanguage{German}{Native}{Comment}
sawine@0
    62
\cvlanguage{English}{Fluent}{Comment}
sawine@0
    63
\cvlanguage{Russian}{Spoken}{Comment}
sawine@0
    64
sawine@0
    65
\section{Computer skills}
sawine@0
    66
\cvcomputer{Programming}{C++, Java, C\#, Python, C}{OS}{Windows, Linux}
sawine@0
    67
\cvcomputer{IDE}{Eclipse, Visual Studio 2005/2008}{Tools}{Subversion, \LaTeX}
sawine@0
    68
\cvcomputer{Technology}{TCP/UDP network programming, OpenGL, MySQL}{}{}
sawine@0
    69
\end{document}
sawine@0
    70
sawine@0
    71
sawine@0
    72
%% end of file `template_en.tex'.