resume.html
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 03:44:26 +0100
changeset 73 44d14b5e7bab
child 74 c0e6fb6cf6ef
permissions -rw-r--r--
Added backed pages.
     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         
    33       </div>
    34       <div id="content-wrap">
    35         <div id="main">
    36           <p>All locations below are located in Germany, unless otherwise noted.</p>
    37 <h2>Employment</h2>
    38 <ul>
    39 <li>
    40 <h4>Software Engineer, Comsoft GmbH, 03/2010-09/2010</h4>
    41 <ul>
    42 <li>
    43 Development of safety-critical back end systems for the ATC domain.
    44 </li>
    45 <li>
    46 On-site system integration and training.
    47 </li>
    48 </ul>
    49 </li>
    50 <li><h4>Working Student &amp; Internship, Comsoft GmbH, 10/2008-02/2010</h4>
    51 Development for safety-critical embedded systems.
    52 </li>
    53 <li>
    54 <h4>Student Assistant, University of Applied Sciences Offenburg, 10/2008-03/2009</h4>
    55 Assistance at a university course for object-oriented software development.
    56 </li>
    57 </ul>
    58 <h2>Education</h2>
    59 <ul>
    60 <li>
    61 <h4>University of Freiburg, since 10/2010</h4>
    62 M.Sc. in Applied Computer Science.<br />
    63 Emphasis in Artificial Intelligence and Algorithm Theory.
    64 </li>
    65 <li>
    66 <h4>University of Applied Sciences Offenburg, 03/2007-02/2010</h4>
    67 B.Sc. in Applied Computer Science.<br />
    68 Emphasis in Distributed Systems.
    69 </li>
    70 </ul>
    71 <h2>Accompanying the Studies</h2>
    72 <ul>
    73 <li><h4>Bachelor Thesis, Comsoft GmbH, 10/2009-04/2010</h4>
    74 "Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation"  
    75 <div class="download"><a href="http://me73.com/downloads/campus_magazin_29.pdf">
    76 Campus Mag (P. 36 / German)</a></div>
    77 <div class="download"><a href="http://me73.com/downloads/discover_me_24.pdf">
    78 Discover ME (P. 22 / German)</a></div>
    79 </li>
    80 <li><h4>University Project, University of Applied Sciences Offenburg &amp; Karlsruhe Institute of Technology, 2008</h4>
    81 Development of a client for 3D data streaming and visualisation. 
    82 </li>
    83 </ul>
    84 
    85 
    86 
    87         </div>
    88         <div id="sidebar">
    89           <p>
    90 	    <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
    91             <br />I'm a programmer,<br />
    92             a student of computer science,<br />
    93             a music enthusiast.<br />
    94             This is my site.
    95           </p>
    96           <div id="random_quote"></div>
    97         </div>
    98       </div>
    99       <div id="footer">
   100         <div id="footer-left">
   101           <p>
   102             <a href="mailto:sawine@me73.com">
   103 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   104           </p>
   105         </div>
   106         <div id="footer-right">
   107           <p class="align-right">
   108             <a href="index.html">Home</a> | <a href="#top">Top</a>
   109           </p>
   110         </div>
   111       </div>
   112     </div>
   113     <script type="application/javascript">
   114       javascript:load_random_quote();
   115     </script>
   116   </body>
   117 </html>
   118