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