Cleaning up resume files
parent
cab98e8ab3
commit
ff19f07046
@ -0,0 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Dustin Swan - Résumé</title>
|
||||
<!-- Blueprint -->
|
||||
<link rel='stylesheet' href='/include/blueprint/screen.css' type='text/css' media='screen, projection'>
|
||||
<link rel='stylesheet' href='/include/blueprint/print.css' type='text/css' media='print'>
|
||||
<!--[if lt IE 8]>
|
||||
<link rel='stylesheet' href='/include/blueprint/ie.css' type='text/css' media='screen, projection'>
|
||||
<![endif]-->
|
||||
<!-- Less CSS -->
|
||||
<link href='style.less' rel='stylesheet/less' type='text/css' />
|
||||
<script src='/include/less.js' type='text/javascript'></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id='name'>
|
||||
<a href='http://www.dustinswan.org'>Dustin Swan</a>
|
||||
</div>
|
||||
<div id='contact_info'>
|
||||
4745 N Ravenswood Ave, Apt 210 | Chicago, IL 60640 | 312.608.2957
|
||||
<a href='mailto:dustinswan@gmail.com'>dustinswan@gmail.com</a>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1>Objective</h1>
|
||||
<p>To obtain a position that utilizes my engineering education and interests in the fields of computer science and mathematics.</p>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1>Education</h1>
|
||||
<h2>
|
||||
<a href='http://www.uic.edu'>University of Illinois at Chicago (UIC)</a>
|
||||
</h2>
|
||||
<div class='when'>May 2007</div>
|
||||
<ul>
|
||||
<li>Bachelor of Science in Bioengineering</li>
|
||||
<li>Minors: Mathematics and Computer Science</li>
|
||||
<li>Major GPA: 3.4 / 4 Overall GPA: 3.2 / 4</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1>Coursework</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<div class='category'>Mathematics</div>
|
||||
Calculus I - IV, Differential Equations, Linear Algebra
|
||||
</li>
|
||||
<li>
|
||||
<div class='category'>Computer Science</div>
|
||||
C++, FORTRAN, Java, Visual Basic, Algorithms, Languages and Automata, Data Structures I, II
|
||||
</li>
|
||||
<li>
|
||||
<div class='category'>Electronics</div>
|
||||
Pattern Recognition, Signal Analysis, Discrete Continuous Signals and Systems
|
||||
</li>
|
||||
<li>
|
||||
<div class='category'>Biology</div>
|
||||
Modeling Physiological Data and Systems, Bioinformatics, Biostatistics, Bioinstrumentation, Genetics, Biomaterials
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1>Technical Skills</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<div class='category'>Languages</div>
|
||||
PHP, JavaScript, XML, HTML, CSS, SQL
|
||||
</li>
|
||||
<li>
|
||||
<div class='category'>Frameworks / Libraries</div>
|
||||
CakePHP, Code Igniter, JQuery, AJAX, Drupal
|
||||
</li>
|
||||
<li>
|
||||
<div class='category'>Systems</div>
|
||||
Linux, *BSD, Mac OS X, Microsoft Windows
|
||||
</li>
|
||||
<li>
|
||||
<div class='category'>Software / Tools</div>
|
||||
Microsoft Office (Word, Excel, PowerPoint), Open Office, MATLAB, MySQL
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1>Work Experience</h1>
|
||||
<div class='job'>
|
||||
<h2>
|
||||
<a href='http://www.iocom.com'>IOCOM Integrated Communications</a>
|
||||
</h2>
|
||||
<div class='location'>Chicago, IL</div>
|
||||
<div class='when'>2009 - 2010</div>
|
||||
<div class='position'>Web Application Developer</div>
|
||||
<ul>
|
||||
<li>Developed and maintained the video conferencing web application.</li>
|
||||
<li>Designed and developed server management and configuration scripts and web front-ends.</li>
|
||||
<li>Designed user and customer portal.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='job'>
|
||||
<h2>
|
||||
<a href='http://www.abbott.com/'>Abbott Laboratories</a>
|
||||
</h2>
|
||||
<div class='location'>Abbott Park, IL</div>
|
||||
<div class='when'>2007 - 2009</div>
|
||||
<div class='position'>Validation Engineer</div>
|
||||
<ul>
|
||||
<li>Managed projects and assembled cross-functional teams to construct change plans and assess product impact.</li>
|
||||
<li>Authored changes to testing documentation and product design records.</li>
|
||||
<li>Processed changes to quality system and product documents to comply with medical device regulatory requirements.</li>
|
||||
<li>Programmed automated testing control procedures using the Laboratory Information Management System (LIMS).</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='job'>
|
||||
<h2>Hoekstra Heating and Cooling</h2>
|
||||
<div class='location'>Homewood, IL</div>
|
||||
<div class='when'>2003 - 2006</div>
|
||||
<div class='position'>Driver and Installation Assistant</div>
|
||||
<ul>
|
||||
<li>Deliver HVAC equipment from warehouses to job sites.</li>
|
||||
<li>Assist in the installation of refrigeration lines and equipment.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1>Memberships</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href='http://www.acm.org/'>Association for Computing Machinery (ACM)</a>
|
||||
, Member
|
||||
<div class='when'>2005</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href='http://www.bmes.org/'>Biomedical Engineering Society (BMES)</a>
|
||||
, Member
|
||||
<div class='when'>2005</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +0,0 @@
|
||||
\documentclass[11pt]{article}
|
||||
\begin{document}
|
||||
|
||||
Test
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue