forked from jtleek/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title : EDA Case Study - Fine Particulate Matter Air Pollution in the United States | ||
subtitle : | ||
author : Roger D. Peng, Associate Professor of Biostatistics | ||
job : Johns Hopkins Bloomberg School of Public Health | ||
logo : bloomberg_shield.png | ||
framework : io2012 # {io2012, html5slides, shower, dzslides, ...} | ||
highlighter : highlight.js # {highlight.js, prettify, highlight} | ||
hitheme : tomorrow # | ||
url: | ||
lib: ../../libraries | ||
assets: ../../assets | ||
widgets : [mathjax] # {mathjax, quiz, bootstrap} | ||
mode : selfcontained # {standalone, draft} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>EDA Case Study - Fine Particulate Matter Air Pollution in the United States</title> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="EDA Case Study - Fine Particulate Matter Air Pollution in the United States"> | ||
<meta name="author" content="Roger D. Peng, Associate Professor of Biostatistics"> | ||
<meta name="generator" content="slidify" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<link rel="stylesheet" href="../../libraries/frameworks/io2012/css/default.css" media="all" > | ||
<link rel="stylesheet" href="../../libraries/frameworks/io2012/phone.css" | ||
media="only screen and (max-device-width: 480px)" > | ||
<link rel="stylesheet" href="../../libraries/frameworks/io2012/css/slidify.css" > | ||
<link rel="stylesheet" href="../../libraries/highlighters/highlight.js/css/tomorrow.css" /> | ||
<base target="_blank"> <!-- This amazingness opens all links in a new tab. --> | ||
<script data-main="../../libraries/frameworks/io2012/js/slides" | ||
src="../../libraries/frameworks/io2012/js/require-1.0.8.min.js"> | ||
</script> | ||
|
||
<link rel="stylesheet" href = "../../assets/css/custom.css"> | ||
<link rel="stylesheet" href = "../../assets/css/custom.css.BACKUP.546.css"> | ||
<link rel="stylesheet" href = "../../assets/css/custom.css.BASE.546.css"> | ||
<link rel="stylesheet" href = "../../assets/css/custom.css.LOCAL.546.css"> | ||
<link rel="stylesheet" href = "../../assets/css/custom.css.orig"> | ||
<link rel="stylesheet" href = "../../assets/css/custom.css.REMOTE.546.css"> | ||
<link rel="stylesheet" href = "../../assets/css/ribbons.css"> | ||
|
||
</head> | ||
<body style="opacity: 0"> | ||
<slides class="layout-widescreen"> | ||
|
||
<!-- LOGO SLIDE --> | ||
<!-- END LOGO SLIDE --> | ||
|
||
|
||
<!-- TITLE SLIDE --> | ||
<!-- Should I move this to a Local Layout File? --> | ||
<slide class="title-slide segue nobackground"> | ||
<aside class="gdbar"> | ||
<img src="../../assets/img/bloomberg_shield.png"> | ||
</aside> | ||
<hgroup class="auto-fadein"> | ||
<h1>EDA Case Study - Fine Particulate Matter Air Pollution in the United States</h1> | ||
<h2></h2> | ||
<p>Roger D. Peng, Associate Professor of Biostatistics<br/>Johns Hopkins Bloomberg School of Public Health</p> | ||
</hgroup> | ||
</slide> | ||
|
||
<!-- SLIDES --> | ||
<slide class="" id="slide-1" style="background:;"> | ||
<hgroup> | ||
|
||
</hgroup> | ||
<article> | ||
|
||
</article> | ||
<!-- Presenter Notes --> | ||
</slide> | ||
|
||
<slide class="backdrop"></slide> | ||
</slides> | ||
|
||
<!--[if IE]> | ||
<script | ||
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"> | ||
</script> | ||
<script>CFInstall.check({mode: 'overlay'});</script> | ||
<![endif]--> | ||
</body> | ||
<!-- Grab CDN jQuery, fall back to local if offline --> | ||
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="../../libraries/widgets/quiz/js/jquery-1.7.min.js"><\/script>')</script> | ||
<!-- Load Javascripts for Widgets --> | ||
<!-- MathJax: Fall back to local if CDN offline but local image fonts are not supported (saves >100MB) --> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [['$','$'], ['\\(','\\)']], | ||
processEscapes: true | ||
} | ||
}); | ||
</script> | ||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
<!-- <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
</script> --> | ||
<script>window.MathJax || document.write('<script type="text/x-mathjax-config">MathJax.Hub.Config({"HTML-CSS":{imageFont:null}});<\/script><script src="../../libraries/widgets/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"><\/script>') | ||
</script> | ||
<!-- LOAD HIGHLIGHTER JS FILES --> | ||
<script src="../../libraries/highlighters/highlight.js/highlight.pack.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
<!-- DONE LOADING HIGHLIGHTER JS FILES --> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title : EDA Case Study - Fine Particulate Matter Air Pollution in the United States | ||
subtitle : | ||
author : Roger D. Peng, Associate Professor of Biostatistics | ||
job : Johns Hopkins Bloomberg School of Public Health | ||
logo : bloomberg_shield.png | ||
framework : io2012 # {io2012, html5slides, shower, dzslides, ...} | ||
highlighter : highlight.js # {highlight.js, prettify, highlight} | ||
hitheme : tomorrow # | ||
url: | ||
lib: ../../libraries | ||
assets: ../../assets | ||
widgets : [mathjax] # {mathjax, quiz, bootstrap} | ||
mode : selfcontained # {standalone, draft} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.