comsoft/portfolio.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[blue]{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 \usepackage[latin1]{inputenc}
    18  
    19 
    20 % adjust the page margins
    21 \usepackage[scale=0.8]{geometry}
    22 %\setlength{\hintscolumnwidth}{3cm}						% if you want to change the width of the column with the dates
    23 %\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
    24 \AtBeginDocument{\recomputelengths}                     % required when changes are made to page layout lengths
    25 
    26 % personal data
    27 \firstname{Eugen}
    28 \familyname{Sawin}
    29 \title{Projektbeteiligungen\newline COMSOFT GmbH}               % optional, remove the line if not wanted
    30 \address{Fichtenweg 11}{77656 Offenburg}    % optional, remove the line if not wanted
    31 \mobile{+49(0)175 2721276}                    % optional, remove the line if not wanted
    32 %\phone{phone (optional)}                      % optional, remove the line if not wanted
    33 %\fax{fax (optional)}                          % optional, remove the line if not wanted
    34 \email{esawin@gmail.com}                      % optional, remove the line if not wanted
    35 %\extrainfo{www.me73.com} % optional, remove the line if not wanted
    36 %\photo[100pt]{foto}                         % '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
    37 %\quote{Some quote (optional)}                 % optional, remove the line if not wanted
    38 
    39 \nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page
    40 
    41 
    42 %----------------------------------------------------------------------------------
    43 %            content
    44 %----------------------------------------------------------------------------------
    45 \begin{document}
    46 \maketitle
    47 \\
    48 \section{Bachelor-Thesis}
    49 \cventry{seit September 2009}{ATCCL - Air Traffic Control Constraint Language}{}{}{}{Entwicklung von einer domänenspezifische Regelsprache, Parser, Compiler und virtuellen Maschine zur Definition und Evaluierung von Flugplanmuster, Zuweisung von Flow Points und optimalen Abflugzeiten.}
    50 \cventry{seit September 2009}{FDPS-DFLOW}{}{}{}{Entwicklung einer Abflugplanungskomponente zur Berechnung von optimalen Abflugzeiten basierend auf Flugplandaten unter Berücksichtigung von konfigurierbaren Separationsregeln in Zusammenarbeit mit Wenzel Svojanovsky (User Interface).}
    51 \cventry{seit Dezember 2009}{EFS - Electronic Flight Strip System}{}{}{}{Erweiterung von ATCCL zur Definition und Evaluierung komplexer Flugplanmuster in Zusammenarbeit mit Christophe Girardey.}
    52 \\
    53 \section{Praktikum}
    54 \cventry{März bis September 2009}{Quadrant TIS-B Transceiver}{}{}{}{Entwicklung der TIS-B Software und Erweiterung des Treibers für den Quadrant Sensor. Kommunikation mit TIS-B Server, Ansteuerung des FPGA, SNMP Agent, Maintenance Application.}
    55 \cventry{Juli bis August 2009}{Quadrant ASTERIX}{}{}{}{Erweiterung der Quadrant Software zur Generierung von ASTERIX Category 21 Version 1.3 Nachrichten in Zusammenarbeit mit Stefan Meyer und Eugen Beck.}
    56 \cventry{Juli 2009}{Quadrant MLAT}{}{}{}{Erweiterung der Quadrant Software zum Versenden von GPS-gesteuerten Zeitnachrichten an den Multilateration Central Processor.}
    57 \cventry{Oktober 2009}{Interrogator Prototyp}{}{}{}{Anpassung der TIS-B Software and Testskripte zur Integration in den Interrogator Prototyp in Zusammenarbeit mit Daniel Dieterle.}
    58 \\
    59 \section{Werkstudent}
    60 \cventry{Dezember 2008 bis März 2009}{Quadrant TIS-B Transceiver}{}{}{}{Einarbeitung in Quadrant Sensor Software und Entwicklungsumgebung. Anpassung des Treibers zur FPGA-Ansteuerung zum zeitlich sortiertem Vesenden von TIS-B Nachrichten.}
    61 \end{document}