249 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			249 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!doctype html>
 | 
						|
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
 | 
						|
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
 | 
						|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
 | 
						|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
 | 
						|
<head>
 | 
						|
<meta charset="utf-8">
 | 
						|
 | 
						|
 | 
						|
<title>Site Title</title>
 | 
						|
 | 
						|
<meta name="keywords" content="">
 | 
						|
 | 
						|
 | 
						|
<!-- Twitter Cards -->
 | 
						|
<meta name="twitter:title" content="Site Title">
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<meta name="twitter:card" content="summary">
 | 
						|
<meta name="twitter:image" content="/images/default-thumb.png">
 | 
						|
 | 
						|
<!-- Open Graph -->
 | 
						|
<meta property="og:locale" content="en_US">
 | 
						|
<meta property="og:type" content="article">
 | 
						|
<meta property="og:title" content="Site Title">
 | 
						|
 | 
						|
<meta property="og:url" content="/resume/">
 | 
						|
<meta property="og:site_name" content="Site Title">
 | 
						|
 | 
						|
<meta property="og:image" content="/images/default-thumb.png">
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<link rel="canonical" href="/resume/">
 | 
						|
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Site Title Feed">
 | 
						|
 | 
						|
<!-- http://t.co/dKP3o1e -->
 | 
						|
<meta name="HandheldFriendly" content="True">
 | 
						|
<meta name="MobileOptimized" content="320">
 | 
						|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
 | 
						|
<!-- For all browsers -->
 | 
						|
<link rel="stylesheet" href="/assets/css/cvmain.css">
 | 
						|
 | 
						|
 | 
						|
<meta http-equiv="cleartype" content="on">
 | 
						|
 | 
						|
 | 
						|
<!-- Modernizr -->
 | 
						|
<script src="/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
 | 
						|
 | 
						|
 | 
						|
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
 | 
						|
<!-- Icons -->
 | 
						|
<!-- 16x16 -->
 | 
						|
<link rel="shortcut icon" href="/favicon.ico">
 | 
						|
<!-- 32x32 -->
 | 
						|
<link rel="shortcut icon" href="/favicon.png">
 | 
						|
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
 | 
						|
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png">
 | 
						|
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
 | 
						|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
 | 
						|
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
 | 
						|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
 | 
						|
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
 | 
						|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png">
 | 
						|
 | 
						|
 | 
						|
 | 
						|
</head>
 | 
						|
 | 
						|
<body class="page">
 | 
						|
 | 
						|
<!--[if lt IE 9]><div class="browser-upgrade alert alert-info">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
 | 
						|
 | 
						|
 | 
						|
<div class="navigation-wrapper">
 | 
						|
	<div class="site-name">
 | 
						|
		
 | 
						|
		<a href="/">Site Title</a>
 | 
						|
		
 | 
						|
	</div><!-- /.site-name -->
 | 
						|
	<div class="top-navigation">
 | 
						|
		<nav role="navigation" id="site-nav" class="nav">
 | 
						|
		    <ul>
 | 
						|
		        
 | 
						|
				    
 | 
						|
				    <li><a href="/" >Home</a></li>
 | 
						|
				
 | 
						|
				    
 | 
						|
				    <li><a href="/about/" >About Me</a></li>
 | 
						|
				
 | 
						|
				    
 | 
						|
				    <li><a href="/presentations/" >Presentations</a></li>
 | 
						|
				
 | 
						|
				    
 | 
						|
				    <li><a href="/resume/" >Resume</a></li>
 | 
						|
				
 | 
						|
				    
 | 
						|
				    <li><a href="/archive/" >Blog Archive</a></li>
 | 
						|
				
 | 
						|
		    </ul>
 | 
						|
		</nav>
 | 
						|
	</div><!-- /.top-navigation -->
 | 
						|
</div><!-- /.navigation-wrapper -->
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<div id="main" role="main">
 | 
						|
  <div class="article-author-side">
 | 
						|
    
 | 
						|
 | 
						|
<div itemscope itemtype="http://schema.org/Person">
 | 
						|
 | 
						|
 | 
						|
	<img src="/images/bio-photo.jpg" class="bio-photo" alt="Your Name bio photo">
 | 
						|
 | 
						|
 | 
						|
  <h3 itemprop="name">Your Name</h3>
 | 
						|
  <p>A brief description of yourself.</p>
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
  
 | 
						|
</div>
 | 
						|
 | 
						|
  </div>
 | 
						|
  <article class="page">
 | 
						|
    <h1></h1>
 | 
						|
 | 
						|
   <div class="resume">
 | 
						|
      <h2 id="currently">Currently</h2>
 | 
						|
 | 
						|
<p>Current Position Description</p>
 | 
						|
 | 
						|
<h2 id="education">Education</h2>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1990 - 1994</code>
 | 
						|
<strong>University Name</strong>
 | 
						|
Degree Awarded</p>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1995 - 1997</code>
 | 
						|
<strong>University Name</strong>
 | 
						|
Degree Awarded</p>
 | 
						|
 | 
						|
<h2 id="awards">Awards</h2>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">2012</code>
 | 
						|
Name of Award, Organization</p>
 | 
						|
 | 
						|
<h2 id="publications">Publications</h2>
 | 
						|
 | 
						|
<!-- A list is also available [online](http://scholar.google.co.uk/citations?user=LTOTl0YAAAAJ) -->
 | 
						|
 | 
						|
<h3 id="journals">Journals</h3>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1994</code>
 | 
						|
Article Title, Journal Title</p>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1994</code>
 | 
						|
Article Title, Journal Title</p>
 | 
						|
 | 
						|
<h3 id="books">Books</h3>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1994</code>
 | 
						|
Book Title, Journal Title</p>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1994</code>
 | 
						|
Book Title, Journal Title</p>
 | 
						|
 | 
						|
<h2 id="presentations">Presentations</h2>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1994</code>
 | 
						|
Presentation Title, Conference, <a href="http://MyWebsite.tld/presentation1">Link to Presentation</a></p>
 | 
						|
 | 
						|
<h2 id="occupation">Occupation</h2>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">Current</code>
 | 
						|
<strong>Current Job Title</strong>, Current Employer</p>
 | 
						|
 | 
						|
<ul>
 | 
						|
  <li>Task</li>
 | 
						|
  <li>Task</li>
 | 
						|
</ul>
 | 
						|
 | 
						|
<p><code class="highlighter-rouge">1994-1996</code>
 | 
						|
<strong>Current Job Title</strong>, Current Employer</p>
 | 
						|
 | 
						|
<ul>
 | 
						|
  <li>Task</li>
 | 
						|
  <li>Task</li>
 | 
						|
</ul>
 | 
						|
 | 
						|
<!-- ### Footer
 | 
						|
 | 
						|
Last updated: May 2013 -->
 | 
						|
 | 
						|
 | 
						|
</div><!--closing resume div-->
 | 
						|
    <!--  
 | 
						|
        <hr />
 | 
						|
  
 | 
						|
      -->
 | 
						|
 | 
						|
   <!-- 
 | 
						|
  </article>
 | 
						|
</div><!-- /#index -->
 | 
						|
 | 
						|
<div class="footer-wrap">
 | 
						|
  <footer>
 | 
						|
  <!--  
 | 
						|
 | 
						|
<span>© 2016 Your Name. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://ncsu-libraries.github.io/jekyll-academic/" rel="nofollow">Jekyll Academic</a> theme.
 | 
						|
<br />Based on the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme developed by Michael Rose.</span>
 | 
						|
-->
 | 
						|
  </footer>
 | 
						|
</div><!-- /.footer-wrap -->
 | 
						|
 | 
						|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
 | 
						|
<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
 | 
						|
<script src="/assets/js/scripts.min.js"></script>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |