Add "markdown-resume" from "https://git.knownelement.com/ExternalVendorCode/markdown-resume@master"
git-vendor-name: markdown-resume git-vendor-dir: vendor/git.knownelement.com/ExternalVendorCode/markdown-resume git-vendor-repository: https://git.knownelement.com/ExternalVendorCode/markdown-resume git-vendor-ref: master
This commit is contained in:
commit
3da01fd19e
10
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/README.md
generated
vendored
Normal file
10
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/README.md
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# markdown-resume
|
||||
The simplest possible resume workflow from markdown source.
|
||||
|
||||
Changing the content or styling of a resume or CV is a relatively common event that can be a frustrating, time-consuming hassle. This repo contains starter files for the simplest possible workflow where resume *content* is maintained in a simple markdown file and generating `.html`, `.pdf` and `.docx` output formats can be automated with two tools: `pandoc` and `wkhtmltopdf`.
|
||||
|
||||
**Still trying to decide if this is the workflow for you? Here are the original markdown files and the three output files for your persual**:
|
||||
|
||||
[Markdown](resume.md) . [HTML](resume.html) . [PDF](resume.pdf) . [Word Doc](resume.docx)
|
||||
|
||||
[Full work flow details](http://sdsawtelle.github.io/blog/output/simple-markdown-resume-with-pandoc-and-wkhtmltopdf.html) are contained in a short blog post.
|
440
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume-css-stylesheet.css
generated
vendored
Normal file
440
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume-css-stylesheet.css
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume-docx-reference.docx
generated
vendored
Normal file
BIN
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume-docx-reference.docx
generated
vendored
Normal file
Binary file not shown.
BIN
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.docx
generated
vendored
Normal file
BIN
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.docx
generated
vendored
Normal file
Binary file not shown.
53
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.html
generated
vendored
Normal file
53
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.html
generated
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
<!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></title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<link rel="stylesheet" href="resume-css-stylesheet.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="sonya-sawtelle">Sonya Sawtelle</h1>
|
||||
<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
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.md
generated
vendored
Normal file
49
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.md
generated
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
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
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.pdf
generated
vendored
Normal file
BIN
vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/resume.pdf
generated
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user