resume.html
author Eugen Sawin <sawine@me73.com>
Fri, 06 Jan 2012 18:28:31 +0100
changeset 89 728dc42f2eb3
parent 80 ba69edadfc4c
permissions -rw-r--r--
Bugus menu highlighting.
     1 <!DOCTYPE html>
     2 <html lang="en">
     3   <head>
     4     <title>ME73</title>
     5     <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
     6     <meta name="description" content="A Digital Playground" />
     7     <meta name="robots" content="index, follow, noarchive" />
     8     <meta name="googlebot" content="noarchive" />
     9     <script src="jquery.js"></script>
    10     <script src="script.js"></script>
    11     <link rel="stylesheet" href="dark.css" type="text/css" />
    12     <script type="application/javascript">
    13       var _gaq = _gaq || [];
    14       _gaq.push(['_setAccount', 'UA-2137333-1']);
    15       _gaq.push(['_trackPageview']);
    16       (function() {
    17       var ga = document.createElement('script'); ga.type = 'text/javascript';
    18       ga.async = true;
    19       ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    20       + '.google-analytics.com/ga.js';
    21       var s = document.getElementsByTagName('script')[0];
    22       s.parentNode.insertBefore(ga, s);
    23       })();
    24     </script>
    25   </head>
    26   <body>
    27     <div id="wrap">
    28       <div id="header">
    29         <canvas id="logo">
    30           FIND A BETTER BROWSER
    31         </canvas>
    32         <canvas id="sim">
    33         </canvas>
    34       </div>
    35       <div id="content-wrap">
    36         <div id="main">
    37           <p>All locations below are located in Germany, unless otherwise noted.</p>
    38 <h2>Employment</h2>
    39 <ul>
    40 <li>
    41 <h4>Software Engineer, <a href="http://comsoft.aero">Comsoft GmbH</a>, 03/2010-09/2010</h4>
    42 <ul>
    43 <li>
    44 Development of safety-critical back end systems for the ATC domain.
    45 </li>
    46 <li>
    47 On-site system integration and training.
    48 </li>
    49 </ul>
    50 </li>
    51 <li><h4>Working Student &amp; Internship, <a href="http://comsoft.aero">Comsoft GmbH</a>, 10/2008-02/2010</h4>
    52 Development for safety-critical embedded systems.
    53 </li>
    54 <li>
    55 <h4>Student Assistant, <a href="http://fh-offenburg.de">University of Applied Sciences Offenburg</a>, 10/2008-03/2009</h4>
    56 Assistance at a university course for object-oriented software development.
    57 </li>
    58 </ul>
    59 <h2>Education</h2>
    60 <ul>
    61 <li>
    62 <h4><a href="http://uni-freiburg.de">University of Freiburg</a>, since 10/2010</h4>
    63 M.Sc. in Applied Computer Science.<br />
    64 Emphasis in Artificial Intelligence and Algorithm Theory.
    65 </li>
    66 <li>
    67 <h4><a href="http://fh-offenburg.de">University of Applied Sciences Offenburg</a>, 03/2007-02/2010</h4>
    68 B.Sc. in Applied Computer Science.<br />
    69 Emphasis in Distributed Systems.
    70 </li>
    71 </ul>
    72 <h2>Accompanying the Studies</h2>
    73 <ul>
    74 <li><h4>Bachelor Thesis, <a href="http://comsoft.aero">Comsoft GmbH</a>, 10/2009-04/2010</h4>
    75 "Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation"  
    76 <div class="download"><a href="http://me73.com/downloads/campus_magazin_29.pdf">
    77 Campus Mag (P. 36 / German)</a></div>
    78 <div class="download"><a href="http://me73.com/downloads/discover_me_24.pdf">
    79 Discover ME (P. 22 / German)</a></div>
    80 </li>
    81 <li><h4>University Project, <a href="http://fh-offenburg.de">University of Applied Sciences Offenburg</a> &amp; <a href="http://kit.edu">Karlsruhe Institute of Technology</a>, 2008</h4>
    82 Development of a client for 3D data streaming and visualisation. 
    83 </li>
    84 </ul>
    85 
    86 
    87 
    88         </div>
    89         <div id="sidebar">
    90           <p>           
    91 	    <a href="about.html" class="float-left"></a>            
    92             I'm a programmer,<br />
    93             a student of computer science,<br />
    94             a music enthusiast.<br />
    95             This is my site.
    96           </p>
    97           <div id="random_quote"></div>
    98         </div>
    99       </div>
   100       <div id="footer">
   101         <div id="footer-left">
   102           <p>
   103             <a href="mailto:sawine@me73.com">
   104 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   105           </p>
   106         </div>
   107         <div id="footer-right">
   108           <p class="align-right">
   109             <a href="index.html">Home</a> | <a href="#top">Top</a>
   110           </p>
   111         </div>
   112       </div>
   113     </div>
   114     <script type="application/javascript">
   115       load_random_quote();
   116     </script>
   117   </body>
   118 </html>
   119