Skip to content

Instantly share code, notes, and snippets.

@baisong
Created June 26, 2012 21:01
Show Gist options
  • Select an option

  • Save baisong/2998982 to your computer and use it in GitHub Desktop.

Select an option

Save baisong/2998982 to your computer and use it in GitHub Desktop.
very old resume HTML file to update...
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=us-ascii" http-equiv="Content-Type" />
<title>(HTML) Computer Resume</title>
<style type="text/css">
h1, h2, h3, ul {margin: 0px; }
h1 {margin-left: 10px; }
p, li, h3, h1 small {font-size:12px;}
p {margin: 6px 0px;}
h2 { color: gray }
#scores {margin:10px; width:100%; border: 1px solid #ccc; }
#scores .label, #scores .value { font-size:13px; }
#scores .label { width: 30%; }
#scores .value { width: 20%; }
.sub-title { text-style: italic }
.row {width: 100%; clear: left;}
.span-half { width: 440px; padding: 10px; float: left;}
.label { font-weight: bold; }
#page { margin: 10px;width: 960px; margin: 10px auto; }
.education h3 {margin-top: 6px;}
.objective p {margin-top: 13px; font-size: 13px; }
</style>
</head>
<body>
<div id="page">
<h1>Oren Robinson <small>get.oren@gmail.com | (315) 569-2888 | 102 Morrison Ave, Somerville MA 02144</small></h1>
<div id="body">
<div class="row">
<div class="education span-half">
<h2>Education</h2>
<h3>Bachelors of Arts in Computer Science</h3>
<p class="sub-title">Cum Laude, Wells College - May 2009</p>
<ul>
<li>3.68 comprehensive GPA</li>
<li>awarded for outstanding performance in computer science</li>
<li>student life award for "most involved student"</li>
<li>student leadership award for silent influence</li>
</ul>
<h3>Regents Diploma with Advanced Distinction</h3>
<p class="sub-title">Salutatorian, Onondaga HS - June 2005</p>
<ul>
<li>Class president for two consecutive years</li>
<li>Advanced placement in German Language, creative writing and Calculus</li>
<li>Student tutor, student band conductor and student theater director</li>
</ul>
<table id="scores">
<tbody>
<tr>
<td class="label">SAT Verbal</td>
<td class="value">590</td>
<td class="label">SAT Math</td>
<td class="value">800</td>
</tr>
<tr>
<td class="label">GRE Comp Sci</td>
<td class="value">690</td>
<td class="label">HSK Level</td>
<td class="value">7</td>
</tr>
</tbody>
</table>
</div>
<div class="objective span-half">
<h2>Objective</h2>
<p>
I'm an experienced project manager, a conscientious and positive team player, and a fast learner.
</p>
<p>
Two years ago I challenged myself to work as the only English speaker at a Chinese non-government
organization. While there I designed and built my first enterprise-level CMS website, communicated and
trained users in solely Chinese, and overcame my first major security incident and database
migration.
</p>
<p>
Since then, I've returned to Boston, where I began offering my services part-time to MassChallenge, Inc.
I continue to work here part-time as Chief Web Developer, This year our website provided 30,000 users with a robust
networking and game-like site experience. I developed both back and front end, trained 30+ staff and
managed security, server performance and source version control.
</p>
</div>
</div>
<div class="row">
<div class="research span-half">
<h2>Relevant Research</h2>
<h6>Machine Translation Research Intern</h6>
<h6><em>University of Rochester, June 08 - August 08</em></h6>
<ul>
<li>National Science Foundation research experience</li>
<li>Advised by Prof. Dan Gildea, Computer Science</li>
<li>Presented at weekly special topics colloquium</li>
<li>Worked alongside Computer Science PhD students</li>
<li>Contributed code to Zhang Hao's ITG decoder model</li>
</ul>
<h6>Undergraduate Thesis in Computer Science</h6>
<h6><em>Wells College, March 08 - May 09</em></h6>
<ul>
<li>Explored models for evaluating machine translated IM chat</li>
<li>Proposed automatic translation dictionary update model</li>
<li>Implemented simple web app using Google App platform</li>
<li>Presented slideshow lecture for department with questions</li>
</ul>
</div>
<div class="experience span-half">
<h2>Selected Experience</h2>
<h6>Chief Web Developer (Drupal)</h6>
<p class="sub-title">MassChallenge, Inc, October 2010 - Present</p>
<ul>
<li>Chief designer and PHP/Drupal developer of an application website with 30,000 active users.</li>
<li>Utilizing Drupal API for customizations, standardized feature modules, strict git dev/stage/prod workflow.</li>
<li>Took on project planning and development team management previously assigned to CTO.</li>
</ul>
<h6>Website Technical Lead</h6>
<p class="sub-title">Global Village of Beijing, June 2009 - June 2010<p>
<ul>
<li>Submitted proposal for organizational adaption of a CMS for internal/website use</li>
<li>Developed and migrated to a redesigned, multi-lingual, multi-project website in Drupal 6.</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="span-half">
<h2>References</h2>
<h3>Carol Shilepsky</h6>
<p class="sub-title">Professor of Mathematics &amp; Computer Science</h6>
<p>Wells College, Aurora NY 13026</p>
<p>cshilepsky@wells.edu</p>
<p>home: (843) 588-9625</p>
<h3>Dan Gildea Professor of Computer Science</h6>
<p class="sub-title">University of Rochester</h6>
<p>601 Elmwood Avenue, Rochester, NY<br /></p>
<p>gildea@cs.rochester.edu</p>
</div>
<div class="span-half">
<h2>Skills &amp; More</h2>
<p>Critical thinker, creative designer and cheerful comerade. Main experience PHP/HTML/CSS on Drupal 6+7
API, and learning new tools is my primary skill. Current IDE of choice: Gedit on Ubuntu</p>
<p>Jazz performer with extensive experience in leading improvisational theater games, group meeting facilitation and project management. View my <a href="http://korbomite.deviantart.com/gallery/">graphic design portfolio</a>.</p>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment