Skip to content

Commit

Permalink
Updated resume and other front page material
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Frost committed Jan 19, 2016
1 parent 54954b3 commit 099406e
Show file tree
Hide file tree
Showing 13 changed files with 134 additions and 41 deletions.
35 changes: 18 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# This is the default format.
# This is the default format.
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /:categories/:title
permalink: /:categories/:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
highlighter: pygments
markdown: kramdown
kramdown:
parse_block_html: true

# Themes are encouraged to use these universal variables
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
title : MWFrost.com
Expand All @@ -17,7 +19,7 @@ author :
twitter : mattfrost

# The production_url is only used when full-domain names are needed
# such as sitemap.txt
# such as sitemap.txt
# Most places will/should use BASE_PATH to make the urls
#
# If you have set a CNAME (pages.github.com) set your custom domain here.
Expand All @@ -36,11 +38,11 @@ JB :
# however this value will be dynamically changed depending on your deployment situation.
#
# CNAME (http://yourcustomdomain.com)
# DO NOT SET BASE_PATH
# DO NOT SET BASE_PATH
# (urls will be prefixed with "/" and work relatively)
#
# GitHub Pages (http://username.github.io)
# DO NOT SET BASE_PATH
# DO NOT SET BASE_PATH
# (urls will be prefixed with "/" and work relatively)
#
# GitHub Project Pages (http://username.github.io/project-name)
Expand All @@ -59,7 +61,7 @@ JB :
# ex: [BASE_PATH]/assets/themes/[THEME-NAME]
#
# Override this by defining an absolute path to assets here.
# ex:
# ex:
# http://s3.amazonaws.com/yoursite/themes/watermelon
# /assets
#
Expand Down Expand Up @@ -91,39 +93,38 @@ JB :
num_posts: 5
width: 580
colorscheme: light

# Settings for analytics helper
# Set 'provider' to the analytics provider you want to use.
# Set 'provider' to false to turn analytics off globally.
#
#
analytics :
provider : false
google :
provider : false
google :
tracking_id : 'UA-123-12'
getclicky :
site_id :
site_id :
mixpanel :
token : '_MIXPANEL_TOKEN_'
piwik :
baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
idsite : '1' # the id of the site on Piwik

# Settings for sharing helper.
# Settings for sharing helper.
# Sharing is for things like tweet, plusone, like, reddit buttons etc.
# Set 'provider' to the sharing provider you want to use.
# Set 'provider' to false to turn sharing off globally.
#
sharing :
provider : false
# Settings for all other include helpers can be defined by creating

# Settings for all other include helpers can be defined by creating
# a hash with key named for the given helper. ex:
#
# pages_list :
# provider : "custom"
# provider : "custom"
#
# Setting any helper's provider to 'custom' will bypass the helper code
# and include your custom code. Your custom file must be defined at:
# ./_includes/custom/[HELPER]
# where [HELPER] is the name of the helper you are overriding.

Binary file modified _site/assets/MattFrostResume.pdf
Binary file not shown.
Binary file added _site/assets/whisker_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/assets/zoomsync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions _site/atom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>MWFrost.com</title>
<link href="http://mwfrost.github.io/" rel="self"/>
<link href="http://mwfrost.github.io"/>
<updated>2016-01-18T12:43:32-08:00</updated>
<updated>2016-01-19T07:31:26-08:00</updated>
<id>http://mwfrost.github.io</id>
<author>
<name>Matt Frost</name>
Expand Down Expand Up @@ -186,5 +186,5 @@
</content>
</entry>

</feed>

</feed>
18 changes: 12 additions & 6 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,18 @@ <h1>MWFrost.com <br/><small>Matt Frost's personal projects</small></h1>
<h3>Projects</h3>
<article class="markdown-body entry-content" itemprop="mainContentOfPage">
<h4><a href="/ZoomSync.html">Zoom Sync</a> </h4>
<p>Multiple maps at a common scale</p>
<h4><a href="https://github.com/mwfrost/MSHA">Ongoing analysis of US mine safety data</a> </h4>
<p>View two maps of different places at a common scale</p>
<img src="/assets/zoomsync.png" alt="Screenshot of two maps displayed side by side" />
<h4><a href="https://frost.shinyapps.io/insurance_estimator/">Monte Carlo analysis for household health care costs</a> </h4>
<p>Simulate household health care costs across different insurance scenarios</p>
<img src="/assets/insurance.png" alt="Insurance Cost Distribution" />
<img src="/assets/whisker_plot.png" alt="Insurance Cost Box-and-Whisker Plots" />
<p><a href="https://github.com/mwfrost/insurance_estimator">Source code here.</a></p>
<h4><a href="https://github.com/mwfrost/MSHA">Analysis of US mine safety data</a> </h4>
<p>Using R and python to examine a large file of mine inspection records</p>
<img src="/assets/msha.png" alt="Experimental mine safety analysis" />
<h4><a href="https://github.com/mwfrost/insurance_estimator">Monte Carlo analysis for household health care costs</a> </h4>
<img src="/assets/insurance.png" alt="Insurance Cost Distribution" />
<h4><a href="https://github.com/mwfrost/Energy_Storage_Valuation">An R implementation of EPRI's Energy Storage Valuation Primer </a></h4>
<p>A white paper used randomly generated scenarios to evaluate the viability of an energy storage project. I rewrote the method in R.</p>
<img src="/assets/epri.png" alt="EPRI analysis" />

</article>
Expand All @@ -81,10 +87,10 @@ <h4><a href="https://github.com/mwfrost/Energy_Storage_Valuation">An R implement
<h3>Presentations</h3>
<h4><a href="/r_slides/">&ldquo;Stop Clicking, Start Typing:&rdquo; an introduction to scripted analysis</a></h4>
<a href="/r_slides/"><img src="/assets/slide_title.png" alt="Title Slide from R Tutorial" /></a>
<h3>My Resume</h3>
<p>I am a professional data analyst serving the US federal government as a contractor, specializing in energy and environmental policy and economics. My resume is available as a pdf <a href="/assets/MattFrostResume.pdf">here.</a></p>
<h3>My Public Key</h3>
<p>Hosted at <a href="https://keybase.io/mattfrost">keybase.io/mattfrost</a> or <a href="/assets/mwfrost_public_key.txt">here.</a></p>
<h3>My Resume</h3>
<p>Available as a pdf <a href="/assets/MattFrostResume.pdf">here.</a></p>
<h3>Writing</h3>

<li><a href="/coal_retirement_plan">Coal Retirement Plan</a>&nbsp;<p>A very rough draft of an idea I’ve been discussing on twitter, posted here for reference and continued conversation.</p>
Expand Down
86 changes: 83 additions & 3 deletions _site/rss.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,73 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RSS Feed</title>

<meta name="author" content="Matt Frost">

<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Le styles -->
<link href="/assets/themes/twitter/bootstrap/css/bootstrap.2.2.2.min.css" rel="stylesheet">
<link href="/assets/themes/twitter/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<link href="/assets/themes/twitter/css/custom.css?body=1" rel="stylesheet" type="text/css" media="all">
<link href='http://fonts.googleapis.com/css?family=Crete+Round:400,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->

<!-- atom & rss feed -->
<!-- <link href="" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> -->
<link href="" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">

</head>

<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">MWFrost.com</a>
<ul class="nav">


<li><a href="http://twitter.com/mattfrost">@mattfrost</a></li>
</ul>
</div>
</div>
</div>

<div class="container">

<div class="content">

<div class="jumbotron">
<h1>RSS Feed </h1>
</div>

<div class="row-fluid">
<div class="span12">
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>MWFrost.com</title>
<description>MWFrost.com - Matt Frost</description>
<link>http://mwfrost.github.io</link>
<link>http://mwfrost.github.io</link>
<lastBuildDate>2016-01-18T12:43:32-08:00</lastBuildDate>
<pubDate>2016-01-18T12:43:32-08:00</pubDate>
<lastBuildDate>2016-01-19T07:31:26-08:00</lastBuildDate>
<pubDate>2016-01-19T07:31:26-08:00</pubDate>
<ttl>1800</ttl>


Expand Down Expand Up @@ -187,3 +248,22 @@

</channel>
</rss>

</div>
</div>


</div>
<footer>
<p>&copy; 2016 Matt Frost
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap.</a> No client-side tracking.
</p>
</footer>

</div>


</body>
</html>

Binary file modified assets/MattFrostResume.pdf
Binary file not shown.
Binary file added assets/whisker_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/zoomsync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: nil
layout: null
title : Atom Feed
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>{{ site.title }}</title>
<link href="{{ site.production_url }}/{{ site.atom_path }}" rel="self"/>
<link href="{{ site.production_url }}"/>
Expand All @@ -24,5 +24,5 @@ title : Atom Feed
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
</feed>

</feed>
18 changes: 12 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ tagline: Matt Frost's personal projects
<h3>Projects</h3>
<article class="markdown-body entry-content" itemprop="mainContentOfPage">
<h4><a href="/ZoomSync.html">Zoom Sync</a> </h4>
<p>Multiple maps at a common scale</p>
<h4><a href="https://github.com/mwfrost/MSHA">Ongoing analysis of US mine safety data</a> </h4>
<p>View two maps of different places at a common scale</p>
<img src="/assets/zoomsync.png" alt="Screenshot of two maps displayed side by side">
<h4><a href="https://frost.shinyapps.io/insurance_estimator/">Monte Carlo analysis for household health care costs</a> </h4>
<p>Simulate household health care costs across different insurance scenarios</p>
<img src="/assets/insurance.png" alt="Insurance Cost Distribution">
<img src="/assets/whisker_plot.png" alt="Insurance Cost Box-and-Whisker Plots">
<p><a href="https://github.com/mwfrost/insurance_estimator">Source code here.</a></p>
<h4><a href="https://github.com/mwfrost/MSHA">Analysis of US mine safety data</a> </h4>
<p>Using R and python to examine a large file of mine inspection records</p>
<img src="/assets/msha.png" alt="Experimental mine safety analysis">
<h4><a href="https://github.com/mwfrost/insurance_estimator">Monte Carlo analysis for household health care costs</a> </h4>
<img src="/assets/insurance.png" alt="Insurance Cost Distribution">
<h4><a href="https://github.com/mwfrost/Energy_Storage_Valuation">An R implementation of EPRI's Energy Storage Valuation Primer </a></h4>
<p>A white paper used randomly generated scenarios to evaluate the viability of an energy storage project. I rewrote the method in R.</p>
<img src="/assets/epri.png" alt="EPRI analysis">

</article>
Expand All @@ -26,10 +32,10 @@ tagline: Matt Frost's personal projects
<h3>Presentations</h3>
<h4><a href="/r_slides/">&ldquo;Stop Clicking, Start Typing:&rdquo; an introduction to scripted analysis</a></h4>
<a href="/r_slides/"><img src="/assets/slide_title.png" alt="Title Slide from R Tutorial"></a>
<h3>My Resume</h3>
<p>I am a professional data analyst serving the US federal government as a contractor, specializing in energy and environmental policy and economics. My resume is available as a pdf <a href="/assets/MattFrostResume.pdf">here.</a></p>
<h3>My Public Key</h3>
<p>Hosted at <a href="https://keybase.io/mattfrost">keybase.io/mattfrost</a> or <a href="/assets/mwfrost_public_key.txt">here.</a></p>
<h3>My Resume</h3>
<p>Available as a pdf <a href="/assets/MattFrostResume.pdf">here.</a></p>
<h3>Writing</h3>
{% for post in site.posts %}
<li><a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a>&nbsp;{{ post.excerpt }}</li>
Expand Down
2 changes: 1 addition & 1 deletion rss.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: nil
layout: page
title : RSS Feed
---

Expand Down

0 comments on commit 099406e

Please sign in to comment.