resume.html
author root@h1429602.stratoserver.net
Mon, 05 Jul 2010 17:19:17 +0200
changeset 16 a04897b5801e
parent 2 98e7c7074764
permissions -rw-r--r--
Increased photo size.
     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 	        <!--<h3>About</h3>	-->
    80 	        <p>
    81 				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    82 			ME73 is my digital playground.
    83             I'm a programmer, a student of computer science, a music enthusiast.
    84             This site serves as a portfolio for my work, private and professional.
    85 	        </p>
    86 			<div id="random_quote"></div>	        	
    87         </div>	
    88 	</div>
    89   <div id="footer">
    90 	<div id="footer-left">
    91 		<p>
    92 		<!--&copy; ME73.COM&nbsp; 	-->
    93       	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    94 		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>
    95 		</p>	
    96 	</div>
    97 	
    98 	<div id="footer-right">
    99 		<p class="align-right">
   100 		<a href="index.html">Home</a> | <a href="#top">Top</a>
   101 		</p>
   102 	</div>	
   103 </div> 
   104 </div>
   105 <script type="text/javascript">
   106     javascript:load_random_quote();        
   107 </script>
   108 <script type="text/javascript">
   109 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   110 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   111 </script>
   112 <script type="text/javascript">
   113 var pageTracker = _gat._getTracker("UA-2137333-1");
   114 pageTracker._trackPageview();
   115 </script>
   116 </body>
   117 </html>
   118