resume.html
author Eugen Sawin <sawine@me73.com>
Tue, 06 Jul 2010 00:22:27 +0200
changeset 19 31c7acfbf85c
parent 16 a04897b5801e
child 20 adbea491e9b9
permissions -rw-r--r--
Fixed wrong draw call.
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3 
     4 <head>
     5 <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     6 <meta name="author" content="Eugen Sawin - me73.com" />
     7 <meta name="description" content="A Digital Playground" />
     8 <meta name="robots" content="index, follow, noarchive" />
     9 <meta name="googlebot" content="noarchive" />
    10 <script src="script.js" type="text/javascript"></script>
    11 <link rel="stylesheet" href="dark.css" type="text/css" />
    12 </head>
    13 
    14 <body onload="draw(0, 0, 0, 0);">
    15 <div id="wrap">
    16 	<div id="header">			
    17     	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    18 	    <p id="intro">A Programmer's Playground.</p>
    19         <div id="nav">
    20 			<ul>
    21 				<li><a href="index.html">Home</a></li>
    22 				<li><a href="chrome.html">Chrome</a></li>
    23 				<li><a href="resume.html">Resume</a></li>
    24 				<li><a href="howiwork.html">How I Work</a></li>
    25 				<li><a href="personalwork.html">Personal Work</a></li>
    26             	<li><a href="books.html">Books</a></li>
    27 	         	<li><a href="links.html">Links</a></li>			
    28 				<li><a href="contact.html">Contact</a></li>		
    29 			</ul>		
    30 	    </div>	
    31 	</div>
    32 	<div id="content-wrap">				
    33 		<div id="main">
    34 			
    35 <h2>Professional Experience</h2>
    36 <ul>
    37 <li><h4>Software Engineer, Comsoft GmbH, since 2010</h4>
    38 Development of safety-critical back end systems for the ATC domain.
    39 </li>
    40 </ul>
    41 <h2>Accompanying the Studies</h2>
    42 <ul>
    43 <li><h4>Bachelor Thesis, Comsoft GmbH, 2009-2010</h4>
    44 "Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation" 
    45 </li>
    46 <li><h4>Working Student &amp; Internship, Comsoft GmbH, 2008-2009</h4>
    47 Development of software and driver for safety-critical embedded systems.
    48 </li>
    49 <li>
    50 <h4>Student Assistant, University of Applied Sciences Offenburg, 2008</h4>
    51 Assistance at a university course for object-oriented software development.
    52 </li>
    53 <li><h4>University Project, University of Applied Sciences Offenburg &amp; Karlsruhe Institute of Technology, 2008</h4>
    54 Development of a client for 3D data streaming and visualisation. 
    55 </li>
    56 <li><h4>University Project, University Karlsruhe, 2006</h4>
    57 Development of a multi-discipline scheduler.
    58 </li>
    59 </ul>
    60 <h2>Education</h2>
    61 <ul>
    62 <li>
    63 <h4>University of Applied Sciences Offenburg, 2007-2010</h4>
    64 B. Sc. in Computer Science.<br />
    65 Emphasis in Distributed Systems and Artificial Intelligence.
    66 </li>
    67 </ul>
    68 <ul>
    69 <li>
    70 <h4>University Karlsruhe, 2003-2007</h4>
    71 Diplom in Informatics, 6 semesters.
    72 </li>
    73 </ul>
    74 
    75 
    76       
    77 		</div>
    78 		<div id="sidebar">
    79 	        <p>
    80 				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    81 			ME73 is my digital playground.
    82             I'm a programmer, a student of computer science, a music enthusiast.
    83             This site serves as a portfolio for my work, private and professional.
    84 	        </p>
    85 			<div id="random_quote"></div>	        	
    86         </div>	
    87 	</div>
    88   <div id="footer">
    89 	<div id="footer-left">
    90 		<p>
    91       	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    92 		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    93 		</p>	
    94 	</div>
    95 	
    96 	<div id="footer-right">
    97 		<p class="align-right">
    98 		<a href="index.html">Home</a> | <a href="#top">Top</a>
    99 		</p>
   100 	</div>	
   101 </div> 
   102 </div>
   103 <script type="text/javascript">
   104     javascript:load_random_quote();        
   105 </script>
   106 <script type="text/javascript">
   107 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   108 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   109 </script>
   110 <script type="text/javascript">
   111 var pageTracker = _gat._getTracker("UA-2137333-1");
   112 pageTracker._trackPageview();
   113 </script>
   114 </body>
   115 </html>
   116