resume.html
changeset 17 a264da3d80be
parent 16 a04897b5801e
child 20 adbea491e9b9
     1.1 --- a/resume.html	Mon Jul 05 17:19:17 2010 +0200
     1.2 +++ b/resume.html	Tue Jul 06 00:05:38 2010 +0200
     1.3 @@ -1,118 +1,116 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.6 -
     1.7 -<head>
     1.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     1.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    1.10 -<meta name="description" content="A Digital Playground" />
    1.11 -<meta name="robots" content="index, follow, noarchive" />
    1.12 -<meta name="googlebot" content="noarchive" />
    1.13 -<script src="script.js" type="text/javascript"></script>
    1.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    1.15 -</head>
    1.16 -
    1.17 -<body onload="draw(0, 0, 0, 0);">
    1.18 -<div id="wrap">
    1.19 -	<div id="header">			
    1.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.21 -	    <p id="intro">A Programmer's Playground.</p>
    1.22 -        <div id="nav">
    1.23 -			<ul>
    1.24 -				<li><a href="index.html">Home</a></li>
    1.25 -				<li><a href="chrome.html">Chrome</a></li>
    1.26 -				<li><a href="resume.html">Resume</a></li>
    1.27 -				<li><a href="howiwork.html">How I Work</a></li>
    1.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    1.29 -            	<li><a href="books.html">Books</a></li>
    1.30 -	         	<li><a href="links.html">Links</a></li>			
    1.31 -				<li><a href="contact.html">Contact</a></li>		
    1.32 -			</ul>		
    1.33 -	    </div>	
    1.34 -	</div>
    1.35 -	<div id="content-wrap">				
    1.36 -		<div id="main">
    1.37 -			
    1.38 -<h2>Professional Experience</h2>
    1.39 -<ul>
    1.40 -<li><h4>Software Engineer, Comsoft GmbH, since 2010</h4>
    1.41 -Development of safety-critical back end systems for the ATC domain.
    1.42 -</li>
    1.43 -</ul>
    1.44 -<h2>Accompanying the Studies</h2>
    1.45 -<ul>
    1.46 -<li><h4>Bachelor Thesis, Comsoft GmbH, 2009-2010</h4>
    1.47 -"Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation" 
    1.48 -</li>
    1.49 -<li><h4>Working Student &amp; Internship, Comsoft GmbH, 2008-2009</h4>
    1.50 -Development of software and driver for safety-critical embedded systems.
    1.51 -</li>
    1.52 -<li>
    1.53 -<h4>Student Assistant, University of Applied Sciences Offenburg, 2008</h4>
    1.54 -Assistance at a university course for object-oriented software development.
    1.55 -</li>
    1.56 -<li><h4>University Project, University of Applied Sciences Offenburg &amp; Karlsruhe Institute of Technology, 2008</h4>
    1.57 -Development of a client for 3D data streaming and visualisation. 
    1.58 -</li>
    1.59 -<li><h4>University Project, University Karlsruhe, 2006</h4>
    1.60 -Development of a multi-discipline scheduler.
    1.61 -</li>
    1.62 -</ul>
    1.63 -<h2>Education</h2>
    1.64 -<ul>
    1.65 -<li>
    1.66 -<h4>University of Applied Sciences Offenburg, 2007-2010</h4>
    1.67 -B. Sc. in Computer Science.<br />
    1.68 -Emphasis in Distributed Systems and Artificial Intelligence.
    1.69 -</li>
    1.70 -</ul>
    1.71 -<ul>
    1.72 -<li>
    1.73 -<h4>University Karlsruhe, 2003-2007</h4>
    1.74 -Diplom in Informatics, 6 semesters.
    1.75 -</li>
    1.76 -</ul>
    1.77 -
    1.78 -
    1.79 -      
    1.80 -		</div>
    1.81 -		<div id="sidebar">
    1.82 -	        <!--<h3>About</h3>	-->
    1.83 -	        <p>
    1.84 -				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    1.85 -			ME73 is my digital playground.
    1.86 -            I'm a programmer, a student of computer science, a music enthusiast.
    1.87 -            This site serves as a portfolio for my work, private and professional.
    1.88 -	        </p>
    1.89 -			<div id="random_quote"></div>	        	
    1.90 -        </div>	
    1.91 -	</div>
    1.92 -  <div id="footer">
    1.93 -	<div id="footer-left">
    1.94 -		<p>
    1.95 -		<!--&copy; ME73.COM&nbsp; 	-->
    1.96 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    1.97 -		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>
    1.98 -		</p>	
    1.99 -	</div>
   1.100 -	
   1.101 -	<div id="footer-right">
   1.102 -		<p class="align-right">
   1.103 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
   1.104 -		</p>
   1.105 -	</div>	
   1.106 -</div> 
   1.107 -</div>
   1.108 -<script type="text/javascript">
   1.109 -    javascript:load_random_quote();        
   1.110 -</script>
   1.111 -<script type="text/javascript">
   1.112 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.113 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.114 -</script>
   1.115 -<script type="text/javascript">
   1.116 -var pageTracker = _gat._getTracker("UA-2137333-1");
   1.117 -pageTracker._trackPageview();
   1.118 -</script>
   1.119 -</body>
   1.120 -</html>
   1.121 -
   1.122 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   1.123 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   1.124 +
   1.125 +<head>
   1.126 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
   1.127 +<meta name="author" content="Eugen Sawin - me73.com" />
   1.128 +<meta name="description" content="A Digital Playground" />
   1.129 +<meta name="robots" content="index, follow, noarchive" />
   1.130 +<meta name="googlebot" content="noarchive" />
   1.131 +<script src="script.js" type="text/javascript"></script>
   1.132 +<link rel="stylesheet" href="dark.css" type="text/css" />
   1.133 +</head>
   1.134 +
   1.135 +<body onload="draw(0, 0, 0, 0);">
   1.136 +<div id="wrap">
   1.137 +	<div id="header">			
   1.138 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
   1.139 +	    <p id="intro">A Programmer's Playground.</p>
   1.140 +        <div id="nav">
   1.141 +			<ul>
   1.142 +				<li><a href="index.html">Home</a></li>
   1.143 +				<li><a href="chrome.html">Chrome</a></li>
   1.144 +				<li><a href="resume.html">Resume</a></li>
   1.145 +				<li><a href="howiwork.html">How I Work</a></li>
   1.146 +				<li><a href="personalwork.html">Personal Work</a></li>
   1.147 +            	<li><a href="books.html">Books</a></li>
   1.148 +	         	<li><a href="links.html">Links</a></li>			
   1.149 +				<li><a href="contact.html">Contact</a></li>		
   1.150 +			</ul>		
   1.151 +	    </div>	
   1.152 +	</div>
   1.153 +	<div id="content-wrap">				
   1.154 +		<div id="main">
   1.155 +			
   1.156 +<h2>Professional Experience</h2>
   1.157 +<ul>
   1.158 +<li><h4>Software Engineer, Comsoft GmbH, since 2010</h4>
   1.159 +Development of safety-critical back end systems for the ATC domain.
   1.160 +</li>
   1.161 +</ul>
   1.162 +<h2>Accompanying the Studies</h2>
   1.163 +<ul>
   1.164 +<li><h4>Bachelor Thesis, Comsoft GmbH, 2009-2010</h4>
   1.165 +"Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation" 
   1.166 +</li>
   1.167 +<li><h4>Working Student &amp; Internship, Comsoft GmbH, 2008-2009</h4>
   1.168 +Development of software and driver for safety-critical embedded systems.
   1.169 +</li>
   1.170 +<li>
   1.171 +<h4>Student Assistant, University of Applied Sciences Offenburg, 2008</h4>
   1.172 +Assistance at a university course for object-oriented software development.
   1.173 +</li>
   1.174 +<li><h4>University Project, University of Applied Sciences Offenburg &amp; Karlsruhe Institute of Technology, 2008</h4>
   1.175 +Development of a client for 3D data streaming and visualisation. 
   1.176 +</li>
   1.177 +<li><h4>University Project, University Karlsruhe, 2006</h4>
   1.178 +Development of a multi-discipline scheduler.
   1.179 +</li>
   1.180 +</ul>
   1.181 +<h2>Education</h2>
   1.182 +<ul>
   1.183 +<li>
   1.184 +<h4>University of Applied Sciences Offenburg, 2007-2010</h4>
   1.185 +B. Sc. in Computer Science.<br />
   1.186 +Emphasis in Distributed Systems and Artificial Intelligence.
   1.187 +</li>
   1.188 +</ul>
   1.189 +<ul>
   1.190 +<li>
   1.191 +<h4>University Karlsruhe, 2003-2007</h4>
   1.192 +Diplom in Informatics, 6 semesters.
   1.193 +</li>
   1.194 +</ul>
   1.195 +
   1.196 +
   1.197 +      
   1.198 +		</div>
   1.199 +		<div id="sidebar">
   1.200 +	        <p>
   1.201 +				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
   1.202 +			ME73 is my digital playground.
   1.203 +            I'm a programmer, a student of computer science, a music enthusiast.
   1.204 +            This site serves as a portfolio for my work, private and professional.
   1.205 +	        </p>
   1.206 +			<div id="random_quote"></div>	        	
   1.207 +        </div>	
   1.208 +	</div>
   1.209 +  <div id="footer">
   1.210 +	<div id="footer-left">
   1.211 +		<p>
   1.212 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   1.213 +		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>
   1.214 +		</p>	
   1.215 +	</div>
   1.216 +	
   1.217 +	<div id="footer-right">
   1.218 +		<p class="align-right">
   1.219 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
   1.220 +		</p>
   1.221 +	</div>	
   1.222 +</div> 
   1.223 +</div>
   1.224 +<script type="text/javascript">
   1.225 +    javascript:load_random_quote();        
   1.226 +</script>
   1.227 +<script type="text/javascript">
   1.228 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.229 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.230 +</script>
   1.231 +<script type="text/javascript">
   1.232 +var pageTracker = _gat._getTracker("UA-2137333-1");
   1.233 +pageTracker._trackPageview();
   1.234 +</script>
   1.235 +</body>
   1.236 +</html>
   1.237 +