initial commit

This commit is contained in:
sdsawtelle 2016-12-08 17:32:32 -05:00
commit e6a752c354
6 changed files with 544 additions and 0 deletions

440
resume-css-stylesheet.css Normal file

File diff suppressed because one or more lines are too long

BIN
resume-docx-reference.docx Normal file

Binary file not shown.

BIN
resume.docx Normal file

Binary file not shown.

55
resume.html Normal file
View File

@ -0,0 +1,55 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Sonya Sawtelle</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="resume-css-stylesheet.css" type="text/css" />
</head>
<body>
<div id="header">
<h1 class="title">Sonya Sawtelle</h1>
</div>
<h4 id="data-enthusiast-with-a-strong-background-in-math-science-and-programming.">Data enthusiast with a strong background in math, science and programming.</h4>
<h6 id="sdsawtelle.github.io-.-sonya.sawtelleyale.edu-.-802-461-3429">[ <a href="http://sdsawtelle.github.io">sdsawtelle.github.io</a> ] . [ sonya.sawtelle@yale.edu ] . [ 802 461 3429 ]</h6>
<h2 id="education">Education</h2>
<p><strong>Ph.D. program in Applied Physics, Yale University</strong> (2012-present)</p>
<ul>
<li>Research on transport in metal nanostructures.</li>
<li>Coursework in physics, engineering, and statistics.</li>
</ul>
<p><strong>B.S. in Physics, Indiana University</strong> (2008-2011)</p>
<ul>
<li>Baccalaureate with Departmental Honors and Highest Distinction, 3.98/4.0 GPA</li>
</ul>
<p><strong>MOOCs</strong> (ongoing)</p>
<ul>
<li>Machine Learning (Stanford, Andrew Ng)</li>
</ul>
<h2 id="experience">Experience</h2>
<p><strong>Independent Researcher, Yale University</strong> (2012-present, New Haven CT)</p>
<ul>
<li>Data analysis and simulation in Python and MATLAB, and instrument control in C++. Designed and executed experiments across four projects and managed several undegraduate students.</li>
</ul>
<p><strong>MCAT Instructor, Kaplan Test Prep</strong> (2011-2012, New Haven CT)</p>
<ul>
<li>Planned and delivered lectures on core content in undergraduate Physics, Chemistry and Biology to medium-sized groups of undergraduates.</li>
</ul>
<h2 id="skills">Skills</h2>
<p><strong>Programming:</strong> Python, MATLAB, SQL, R, git, HTML/CSS</p>
<p><strong>Python SciPy Tools:</strong> Pandas, Numpy, Matplotlib, Scikit-learn</p>
<h2 id="awards">Awards</h2>
<ul>
<li><strong>Sterling Prize Fellowship</strong>, Yale University (2013). Awarded to 30 out of 10,500 applicants.</li>
<li><strong>IU Founders Scholar</strong>, Indiana University (2012)</li>
<li><strong>Baccalaureate with Highest Distinction</strong>, Indiana University (2012). Granted to 5 students out of 498 in the class.</li>
</ul>
<h2 id="projects">Projects</h2>
<p><strong><a href="http://sdsawtelle.github.io/blog/output/index.html"><em>Evening Sessions: Explorations in Data Science and Python</em> Blog</a></strong> (2015-present)</p>
<ul>
<li>Authored a series of articles covering a wide variety of topics and tools related to pure Python programming, data science and statistics.</li>
</ul>
</body>
</html>

49
resume.md Normal file
View File

@ -0,0 +1,49 @@
---
title: Sonya Sawtelle
---
#### Data enthusiast with a strong background in math, science and programming.
###### [ [sdsawtelle.github.io](http://sdsawtelle.github.io) ] . [ sonya.sawtelle@yale.edu ] . [ 802 461 3429 ]
Education
---------
**Ph.D. program in Applied Physics, Yale University** (2012-present)
- Research on transport in metal nanostructures.
- Coursework in physics, engineering, and statistics.
**B.S. in Physics, Indiana University** (2008-2011)
- Baccalaureate with Departmental Honors and Highest Distinction, 3.98/4.0 GPA
**MOOCs** (ongoing)
- Machine Learning (Stanford, Andrew Ng)
Experience
---------
**Independent Researcher, Yale University** (2012-present, New Haven CT)
- Data analysis and simulation in Python and MATLAB, and instrument control in C++. Designed and executed experiments across four projects and managed several undegraduate students.
**MCAT Instructor, Kaplan Test Prep** (2011-2012, New Haven CT)
- Planned and delivered lectures on core content in undergraduate Physics, Chemistry and Biology to medium-sized groups of undergraduates.
Skills
------
**Programming:** Python, MATLAB, SQL, R, git, HTML/CSS
**Python SciPy Tools:** Pandas, Numpy, Matplotlib, Scikit-learn
Awards
------
- **Sterling Prize Fellowship**, Yale University (2013). Awarded to 30 out of 10,500 applicants.
- **IU Founders Scholar**, Indiana University (2012)
- **Baccalaureate with Highest Distinction**, Indiana University (2012). Granted to 5 students out of 498 in the class.
Projects
--------
**[*Evening Sessions: Explorations in Data Science and Python* Blog](http://sdsawtelle.github.io/blog/output/index.html)** (2015-present)
- Authored a series of articles covering a wide variety of topics and tools related to pure Python programming, data science and statistics.

BIN
resume.pdf Normal file

Binary file not shown.