Skip to content

Commit

Permalink
Cleaned up some typos and also put css files in their own section.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrayer committed Oct 1, 2019
1 parent 36e9787 commit 2e14293
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 66 deletions.
2 changes: 1 addition & 1 deletion custom_resume.css → css/custom_resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

[data-id="title"] {
margin: 0 0.5in 0.08in -0.4in;
margin: 0 0.5in 0.08in -0.5in;
}

.main-block {
Expand Down
File renamed without changes.
Binary file removed cv.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: Nick Strayer
date: "`r Sys.Date()`"
output:
pagedown::html_resume:
css: ['styles.css', 'resume']
css: ['css/styles.css', 'resume']
# set it to true for a self-contained HTML page but it'll take longer to render
self_contained: true
---
Expand All @@ -19,7 +19,7 @@ library(glue)
library(tidyverse)
# Set this to true to have links turned into footnotes at the end of the document
PDF_EXPORT <- FALSE
PDF_EXPORT <- TRUE
# Holds all the links that were inserted for placement at the end
links <- c()
Expand Down Expand Up @@ -110,7 +110,7 @@ Nick Strayer {#title}
```{r}
intro_text <- "I have made [visualizations viewed by hundreds of thousands of people](https://www.nytimes.com/interactive/2016/08/26/us/college-student-migration.html), [sped up query times for 25 terabytes of data by an average of 4,800 times](https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/), and built [packages for R](https://github.com/nstrayer/shinysense) that let you [do magic](http://nickstrayer.me/dataDayTexas/).
Currently searching for a data science position that allows me build tools using visualization and machine learning to help people explore and understand their data.
Currently searching for a data science position that allows me to build tools using visualization and machine learning to help people explore and understand their data.
"
cat(sanitize_links(intro_text))
Expand Down
126 changes: 81 additions & 45 deletions index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions positions.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
section,in_resume,title,loc,institution,start,end,description_1,description_2,description_3
education,TRUE,"PhD. Candidate, biostatistics",Vanderbilt University,"Nashville, TN",2015,2020,Working on Bayesian network models & interactive visualization platforms,University Graduate Fellow
education,TRUE,"B.S., mathematics, statistics (minor C.S.)",University of Vermont,"Burlington, VT",2011,2015,Thesis: An agent based model of Diel Vertical Migration patterns of Mysis diluviana,NA
education,TRUE,"PhD. Candidate, Biostatistics",Vanderbilt University,"Nashville, TN",2015,2020,Working on Bayesian network models & interactive visualization platforms,University Graduate Fellow
education,TRUE,"B.S., Mathematics, Statistics (minor C.S.)",University of Vermont,"Burlington, VT",2011,2015,Thesis: An agent based model of Diel Vertical Migration patterns of Mysis diluviana,NA
research_positions,FALSE,Research Assistant,Adair Laboratory,University of Vermont,2012,2013,Independently analyzed and constructed statistical models for large data sets pertaining to carbon decomposition rates.,NA,NA
research_positions,FALSE,Undergraduate Researcher,Bentil Laboratory,University of Vermont,2013,2014,Developed mathematical model to predict the transport of sulfur through the environment with applications in waste cleanup.,NA,NA
research_positions,FALSE,Undergraduate Researcher,Rubenstein Ecosystems Science Laboratory,University of Vermont,2013,2015,Analyzed and visualized data for CATOS fish tracking project.,Head of data mining project to establish temporal trends in population densities of Mysis diluviana (Mysis).,Ran project to mathematically model the migration patterns of Mysis (honors thesis project.)
Expand All @@ -18,11 +18,11 @@ teaching_positions,FALSE,Advanced Statistical Computing,Vanderbilt Biostatistics
teaching_positions,FALSE,Data Visualization Best Practices,DataCamp,N/A,2019,2019,Designed from bottom up course to teach best practices for scientific visualizations.,Uses R and ggplot2.,In top 10% on platform by popularity.
teaching_positions,FALSE,Improving your visualization in Python,DataCamp,N/A,2019,2019,Designed from bottom up course to teach advanced methods for enhancing visualization.,"Uses python, matplotlib, and seaborn.",NA
data_science_writings,FALSE,[Classifying physical activity from smartphone data](https://blogs.rstudio.com/tensorflow/posts/2018-07-17-activity-detection/),RStudio Tensorflow Blog,NA,NA,2018,Walk through of training a convolutional neural network to achieve state of the art recognition of activities from accelerometer data.,Contracted article.,NA
data_science_writings,TRUE,[Using AWK and R to parse 25tb](https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/),LiveFreeOrDichotomize.com,NA,NA,2019,Story of parsing large amounts of genomics data.,Provided advice for dealing with data much larger than disk.,Reached top of HackerNews.
data_science_writings,TRUE,[Using AWK and R to Parse 25tb](https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/),LiveFreeOrDichotomize.com,NA,NA,2019,Story of parsing large amounts of genomics data.,Provided advice for dealing with data much larger than disk.,Reached top of HackerNews.
data_science_writings,FALSE,[The United States of Seasons](https://livefreeordichotomize.com/2018/02/12/the-united-states-of-seasons/),LiveFreeOrDichotomize.com,NA,NA,2018,GIS analysis of weather data to find the most 'seasonal' locations in United States,Used Bayesian regression methods for smoothing sparse geospatial data.,NA
data_science_writings,FALSE,[A year as told by fitbit](https://livefreeordichotomize.com/2017/12/27/a-year-as-told-by-fitbit/),LiveFreeOrDichotomize.com,NA,NA,2017,Analyzing a full years worth of second-level heart rate data from wearable device.,Demonstrated visualization-based inference for large data.,NA
data_science_writings,FALSE,[MCMC and the case of the spilled seeds](https://livefreeordichotomize.com/2017/10/14/mcmc-and-the-case-of-the-spilled-seeds/),LiveFreeOrDichotomize.com,NA,NA,2017,Full Bayesian MCMC sampler running in your browser.,Coded from scratch in vanilla Javascript.,NA
data_science_writings,TRUE,[The traveling metallurgist](https://livefreeordichotomize.com/2017/09/25/the-traveling-metallurgist/),LiveFreeOrDichotomize.com,NA,NA,2017,Pure javascript implementation of traveling salesman solution using simulated annealing.,Allows reader to customize the number and location of cities to attempt to trick the algorithm.,NA
data_science_writings,TRUE,[The Traveling Metallurgist](https://livefreeordichotomize.com/2017/09/25/the-traveling-metallurgist/),LiveFreeOrDichotomize.com,NA,NA,2017,Pure javascript implementation of traveling salesman solution using simulated annealing.,Allows reader to customize the number and location of cities to attempt to trick the algorithm.,NA
about_me_press,FALSE,[Great paper? Swipe right on the new ‘Tinder for preprints’ app](https://www.sciencemag.org/news/2017/06/great-paper-swipe-right-new-tinder-preprints-app),Science,N/A,2017,2017,Story of the app [Papr](https://jhubiostatistics.shinyapps.io/papr/) made with Jeff Leek and Lucy D’Agostino McGowan.,NA,NA
about_me_press,FALSE,[Swipe right for science: Papr app is ‘Tinder for preprints’](https://www.nature.com/news/swipe-right-for-science-papr-app-is-tinder-for-preprints-1.22163),Nature News,N/A,2017,2017,Second press article for app Papr.,NA,NA
about_me_press,FALSE,[The Deeper Story in the Data](https://www.uvm.edu/uvmnews/news/deeper-story-data),University of Vermont Quarterly,N/A,2016,2016,Story on my path post graduation and the power of narrative.,NA,NA
Expand Down
8 changes: 4 additions & 4 deletions resume.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: Nick Strayer
date: "`r Sys.Date()`"
output:
pagedown::html_resume:
css: ['custom_resume.css', 'styles.css', 'resume']
css: ['css/custom_resume.css', 'css/styles.css', 'resume']
# set it to true for a self-contained HTML page but it'll take longer to render
self_contained: true

Expand Down Expand Up @@ -122,7 +122,7 @@ Nick Strayer {#title}
```{r}
intro_text <- "I have made [visualizations viewed by hundreds of thousands of people](https://www.nytimes.com/interactive/2016/08/26/us/college-student-migration.html), [sped up query times for 25 terabytes of data by an average of 4,800 times](https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/), and built [packages for R](https://github.com/nstrayer/shinysense) that let you [do magic](http://nickstrayer.me/dataDayTexas/).
Currently searching for a data science position that allows me build tools using visualization and machine learning to help people explore and understand their data.
Currently searching for a data science position that allows me to build tools using visualization and machine learning to help people explore and understand their data.
"
Expand All @@ -135,7 +135,7 @@ Education {data-icon=graduation-cap data-concise=true}
--------------------------------------------------------------------------------

```{r}
print_section(position_data, 'education')
position_data %>% print_section('education')
```


Expand All @@ -147,7 +147,7 @@ Selected Positions {data-icon=suitcase}
position_data %>% print_section('positions')
```

Selected Writing {data-icon=suitcase}
Selected Writing {data-icon=newspaper}
--------------------------------------------------------------------------------


Expand Down
18 changes: 9 additions & 9 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="author" content="Nick Strayer" />
<meta name="date" content="2019-09-30" />
<meta name="date" content="2019-10-01" />
<title>Nick Strayer’s Resume&quot;</title>

<style type="text/css">
Expand Down Expand Up @@ -30114,7 +30114,7 @@
[data-id="main"] { padding: 0 0.05in 0 0.05in;
}
[data-id="title"] {
margin: 0 0.5in 0.08in -0.4in;
margin: 0 0.5in 0.08in -0.5in;
}
.main-block {
margin-top: 0;
Expand Down Expand Up @@ -30296,20 +30296,20 @@ <h2>More info</h2>
<h2>Disclaimer</h2>
<p>Made w/ <a href="https://github.com/rstudio/pagedown"><strong>pagedown</strong></a>.</p>
<p>Source code: <a href="https://github.com/nstrayer/cv">github.com/nstrayer/cv</a>.</p>
<p>Last updated on 2019-09-30.</p>
<p>Last updated on 2019-10-01.</p>
</div>
</div>
<div id="main" class="section level1">
<h1>Main</h1>
<div id="title" class="section level2">
<h2>Nick Strayer</h2>
<p>I have made <a href="https://www.nytimes.com/interactive/2016/08/26/us/college-student-migration.html">visualizations viewed by hundreds of thousands of people</a>, <a href="https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/">sped up query times for 25 terabytes of data by an average of 4,800 times</a>, and built <a href="https://github.com/nstrayer/shinysense">packages for R</a> that let you <a href="http://nickstrayer.me/dataDayTexas/">do magic</a>.</p>
<p>Currently searching for a data science position that allows me build tools using visualization and machine learning to help people explore and understand their data.</p>
<p>Currently searching for a data science position that allows me to build tools using visualization and machine learning to help people explore and understand their data.</p>
</div>
<div id="education" class="section level2" data-icon="graduation-cap" data-concise="true">
<h2>Education</h2>
<div id="phd.-candidate-biostatistics" class="section level3">
<h3>PhD. Candidate, biostatistics</h3>
<h3>PhD. Candidate, Biostatistics</h3>
<p>Vanderbilt University</p>
<p>Nashville, TN</p>
<p>2020 - 2015</p>
Expand All @@ -30319,7 +30319,7 @@ <h3>PhD. Candidate, biostatistics</h3>
</ul>
</div>
<div id="b.s.-mathematics-statistics-minor-c.s." class="section level3">
<h3>B.S., mathematics, statistics (minor C.S.)</h3>
<h3>B.S., Mathematics, Statistics (minor C.S.)</h3>
<p>University of Vermont</p>
<p>Burlington, VT</p>
<p>2015 - 2011</p>
Expand Down Expand Up @@ -30361,10 +30361,10 @@ <h3>Data Journalist - Graphics Department</h3>
</ul>
</div>
</div>
<div id="selected-writing" class="section level2" data-icon="suitcase">
<div id="selected-writing" class="section level2" data-icon="newspaper">
<h2>Selected Writing</h2>
<div id="using-awk-and-r-to-parse-25tb" class="section level3">
<h3><a href="https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/">Using AWK and R to parse 25tb</a></h3>
<h3><a href="https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/">Using AWK and R to Parse 25tb</a></h3>
<p>LiveFreeOrDichotomize.com</p>
<p>N/A</p>
<p>2019</p>
Expand All @@ -30375,7 +30375,7 @@ <h3><a href="https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_par
</ul>
</div>
<div id="the-traveling-metallurgist" class="section level3">
<h3><a href="https://livefreeordichotomize.com/2017/09/25/the-traveling-metallurgist/">The traveling metallurgist</a></h3>
<h3><a href="https://livefreeordichotomize.com/2017/09/25/the-traveling-metallurgist/">The Traveling Metallurgist</a></h3>
<p>LiveFreeOrDichotomize.com</p>
<p>N/A</p>
<p>2017</p>
Expand Down
Binary file modified strayer_cv.pdf
Binary file not shown.
Binary file added strayer_resume.pdf
Binary file not shown.

0 comments on commit 2e14293

Please sign in to comment.