default/.svn/text-base/cv_en.tex.svn-base
changeset 0 9784821a1c6f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/default/.svn/text-base/cv_en.tex.svn-base	Sat Jul 03 12:15:48 2010 +0200
     1.3 @@ -0,0 +1,72 @@
     1.4 +%% start of file `template_en.tex'.
     1.5 +%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
     1.6 +%
     1.7 +% This work may be distributed and/or modified under the
     1.8 +% conditions of the LaTeX Project Public License version 1.3c,
     1.9 +% available at http://www.latex-project.org/lppl/.
    1.10 +
    1.11 +
    1.12 +\documentclass[11pt,a4paper]{moderncv}
    1.13 +
    1.14 +% moderncv themes
    1.15 +\moderncvtheme[green]{classic}                 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
    1.16 +%\moderncvtheme[green]{classic}                % idem
    1.17 +
    1.18 +% character encoding
    1.19 +\usepackage[utf8]{inputenc}                   % replace by the encoding you are using
    1.20 +
    1.21 +% adjust the page margins
    1.22 +\usepackage[scale=0.8]{geometry}
    1.23 +%\setlength{\hintscolumnwidth}{3cm}						% if you want to change the width of the column with the dates
    1.24 +%\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
    1.25 +\AtBeginDocument{\recomputelengths}                     % required when changes are made to page layout lengths
    1.26 +
    1.27 +% personal data
    1.28 +\firstname{Eugen}
    1.29 +\familyname{Sawin}
    1.30 +\title{Curriculum Vitae}               % optional, remove the line if not wanted
    1.31 +\address{Fichtenweg 11}{77656 Offenburg\\Germany}    % optional, remove the line if not wanted
    1.32 +\mobile{+49(0)175 2721276}                    % optional, remove the line if not wanted
    1.33 +%\phone{phone (optional)}                      % optional, remove the line if not wanted
    1.34 +%\fax{fax (optional)}                          % optional, remove the line if not wanted
    1.35 +\email{esawin@gmail.com}                      % optional, remove the line if not wanted
    1.36 +\extrainfo{www.me73.com} % optional, remove the line if not wanted
    1.37 +\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
    1.38 +%\quote{Some quote (optional)}                 % optional, remove the line if not wanted
    1.39 +
    1.40 +%\nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page
    1.41 +
    1.42 +
    1.43 +%----------------------------------------------------------------------------------
    1.44 +%            content
    1.45 +%----------------------------------------------------------------------------------
    1.46 +\begin{document}
    1.47 +\maketitle
    1.48 +
    1.49 +\section{Education}
    1.50 +\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
    1.51 +\cventry{2003--2007}{Diploma in Informatics}{Technical University}{Karlsruhe}{\textit{3.3}}{Six semesters passed}  % arguments 3 to 6 are optional
    1.52 +
    1.53 +\section{Experience}
    1.54 +\subsection{University}
    1.55 +\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.} 
    1.56 +\cventry{Object-oriented software development}{Tutor for C++}{University of Applied Sciences}{Offenburg}{}
    1.57 +{Taken responsibility in consulting students during practical work in C++, examining the assignment results and testing for the understanding of involved topics.}
    1.58 +\subsection{Private}
    1.59 +\cventry{ANQ}{Developer}{}{}{}{Visual and dynamic testing environment for distributed algorithms in C\# and Python.}% arguments 3 to 6 are optional
    1.60 +\cventry{Eden}{Developer}{}{}{}{Genetic Programming library and example written in C++ and Python.}% arguments 3 to 6 are optional
    1.61 +\cventry{Theme Blocks}{Developer}{}{}{}{Windows game developed in C++ using OpenGL, Win32 and MySQL.}
    1.62 +
    1.63 +\section{Languages}
    1.64 +\cvlanguage{German}{Native}{Comment}
    1.65 +\cvlanguage{English}{Fluent}{Comment}
    1.66 +\cvlanguage{Russian}{Spoken}{Comment}
    1.67 +
    1.68 +\section{Computer skills}
    1.69 +\cvcomputer{Programming}{C++, Java, C\#, Python, C}{OS}{Windows, Linux}
    1.70 +\cvcomputer{IDE}{Eclipse, Visual Studio 2005/2008}{Tools}{Subversion, \LaTeX}
    1.71 +\cvcomputer{Technology}{TCP/UDP network programming, OpenGL, MySQL}{}{}
    1.72 +\end{document}
    1.73 +
    1.74 +
    1.75 +%% end of file `template_en.tex'.