comsoft/portfolio.tex
changeset 0 9784821a1c6f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/comsoft/portfolio.tex	Sat Jul 03 12:15:48 2010 +0200
     1.3 @@ -0,0 +1,61 @@
     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[blue]{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 +\usepackage[latin1]{inputenc}
    1.21 + 
    1.22 +
    1.23 +% adjust the page margins
    1.24 +\usepackage[scale=0.8]{geometry}
    1.25 +%\setlength{\hintscolumnwidth}{3cm}						% if you want to change the width of the column with the dates
    1.26 +%\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.27 +\AtBeginDocument{\recomputelengths}                     % required when changes are made to page layout lengths
    1.28 +
    1.29 +% personal data
    1.30 +\firstname{Eugen}
    1.31 +\familyname{Sawin}
    1.32 +\title{Projektbeteiligungen\newline COMSOFT GmbH}               % optional, remove the line if not wanted
    1.33 +\address{Fichtenweg 11}{77656 Offenburg}    % optional, remove the line if not wanted
    1.34 +\mobile{+49(0)175 2721276}                    % optional, remove the line if not wanted
    1.35 +%\phone{phone (optional)}                      % optional, remove the line if not wanted
    1.36 +%\fax{fax (optional)}                          % optional, remove the line if not wanted
    1.37 +\email{esawin@gmail.com}                      % optional, remove the line if not wanted
    1.38 +%\extrainfo{www.me73.com} % optional, remove the line if not wanted
    1.39 +%\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
    1.40 +%\quote{Some quote (optional)}                 % optional, remove the line if not wanted
    1.41 +
    1.42 +\nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page
    1.43 +
    1.44 +
    1.45 +%----------------------------------------------------------------------------------
    1.46 +%            content
    1.47 +%----------------------------------------------------------------------------------
    1.48 +\begin{document}
    1.49 +\maketitle
    1.50 +\\
    1.51 +\section{Bachelor-Thesis}
    1.52 +\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.}
    1.53 +\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).}
    1.54 +\cventry{seit Dezember 2009}{EFS - Electronic Flight Strip System}{}{}{}{Erweiterung von ATCCL zur Definition und Evaluierung komplexer Flugplanmuster in Zusammenarbeit mit Christophe Girardey.}
    1.55 +\\
    1.56 +\section{Praktikum}
    1.57 +\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.}
    1.58 +\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.}
    1.59 +\cventry{Juli 2009}{Quadrant MLAT}{}{}{}{Erweiterung der Quadrant Software zum Versenden von GPS-gesteuerten Zeitnachrichten an den Multilateration Central Processor.}
    1.60 +\cventry{Oktober 2009}{Interrogator Prototyp}{}{}{}{Anpassung der TIS-B Software and Testskripte zur Integration in den Interrogator Prototyp in Zusammenarbeit mit Daniel Dieterle.}
    1.61 +\\
    1.62 +\section{Werkstudent}
    1.63 +\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.}
    1.64 +\end{document}