1
0
aclindsay.com/resume/index.php
2011-04-04 09:44:50 -06:00

81 lines
4.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php include("../header_top.php"); ?>
<title>Resume - aclindsay.com</title>
<?php include("../header_bottom.php"); ?>
<div id="content">
<div id="main">
<center><h2>Aaron Charles Lindsay</h2></center>
<h3>Education</h3>
Virginia Polytechnic Institute and State University (Virginia Tech), Blacksburg, VA
<ul>
<li>M.S. Computer Science (3.93/4.0 GPA) - expected May 2012</li>
<li>B.S. Computer Science / Math Minor (3.90/4.0 GPA) - December 2010</li>
</ul>
<h3>Technical Skills</h3>
<h4 style="margin: 0em;">Languages:</h4>
<p style="margin: .5em 0 .5em 2em;">Python, C, C++, Java, HTML, CSS, JavaScript, JSON, XML, PHP, SQL, and LaTeX</p>
<h4 style="margin: 0em;">Other Skills:</h4>
<p style="margin: .5em 0 .5em 2em;">Linux kernel development, Linux/Unix scripting and command-line tools, virtualization and cloud computing, Apache, Tomcat/Java Servlets, MySQL, DB2, WAS (WebSphere Application Server), XMPP</p>
<h3>Related Experience</h3>
<ul>
<li>Real-time Linux Systems Research at Virginia Tech - August 2010 to present
<ul><li>Researched and implemented techniques for quickly communicating kernel scheduling decisions to user space</li>
<li>Experimented with mechanisms for scheduling real-time tasks in Java</li></ul>
</li>
<li>Virtual Environments Research in Computer Science - Spring 2010
<ul><li>Conducted user studies testing the effects of interaction fidelity on procedure memorization</li>
<li>Designed the test environment using Blender, programmed it with Python and the Vizard Toolkit, including C++ to interface with VR hardware (OptiTrack tracking system, pinch gloves)</li></ul>
</li>
<li>Undergraduate Research in Computer Science - Spring 2010
<ul><li>Researched file management methods to mirror associations in human memory</li>
<li>Designed and developed associative data structure and user interface in Python</li></ul>
</li>
<li>IBM Emerging Technologies (jStart Team) - January 2009 to February 2010
<ul><li>Extended, supported web monitoring service using Java Servlets/Tomcat/WAS, DB2, Dojo Toolkit</li>
<li>Architected, programmed, tested, and presented new distributed mashup technology utilizing XMPP, a custom Java server, MySQL, HTML5, JavaScript, and CSS</li>
<li>Created and deployed IBM Media Hub demonstration on IBM cloud using Red Hat Linux</li>
<li>Developed HTML/JavaScript widgets for IBM Mashup Center and the jStart team website</li>
<li>Filed patent for “Distributed Multi-User Mashups”</li></ul>
</li>
<li>National Climatic Data Center - Web Design Intern - Summer 2005, January to May 2006
<ul><li>Created new web content and upgraded existing content to web/accessibility standards</li></ul>
</li>
<li>St. Marks Lutheran Church - Volunteer Website Design and Maintenance Using PHP - 2004 to 2010</li>
</ul>
<h3>Other Experience</h3>
<ul>
<li>Virginia Tech - Resident Advisor - 2007 to 2010</li>
<li>Camp Daniel Boone - Scoutcraft Area Director, Head Commissioner - Summers 2007, 2010</li>
<li>Computer Science Community Service (CS<sup>2</sup>) Member and Site Coordinator - 2006 to 2007, 2010
<ul><li>Participated in and led programs for disadvantaged children teaching basic computer skills and HTML</li></ul>
</li>
<li>Study Abroad in Cuernavaca, Mexico - Summer 2008</li>
</ul>
<h3>Honors</h3>
<ul>
<li>Honor Societies: Phi Beta Kappa, Phi Kappa Phi, Upsilon Pi Epsilon</li>
<li>Scholarships: Eleanor Davenport Leadership, National Merit, Computer Science Resources Consortium, C.T. Tate Distinguished Co-Op Award</li>
<li>University Honors Program at Virginia Tech</li>
<li>Eagle Scout</li>
</ul>
</div>
<div id="sidebar">
<h4>Other Formats</h4>
<ul>
<li><a href="http://aclindsay.com/resume/AaronLindsay-Resume.pdf">Resume (pdf)</a></li>
<li><a href="http://aclindsay.com/resume/AaronLindsay-Resume.tex">Resume (LaTeX)</a></li>
<li style="margin-top: 1em;">Note: All contact information has been removed - please <a href="http://aclindsay.com/contact">contact me</a> for a full version</li>
</ul>
</div>
</div>
<?php include("../footer.php"); ?>