Skip to content

Commit

Permalink
Added slides for Chapters 1 and 5 from StrangeLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmyleswhite committed Sep 24, 2012
1 parent 3d0deda commit e873cba
Show file tree
Hide file tree
Showing 75 changed files with 73,232 additions and 0 deletions.
Binary file added slides/01-Slides/assets/media/lights.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 slides/01-Slides/assets/media/lrg.jpg
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 slides/01-Slides/assets/media/split_apply.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions slides/01-Slides/assets/stylesheets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
p {
font-size: 18px;
};

li {
font-size: 20px;
};
47 changes: 47 additions & 0 deletions slides/01-Slides/assets/templates/deck.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<!--
Google HTML5 slide template
Authors: Luke Mah?? (code)
Marcin Wichary (code and design)
Dominic Mazzoni (browser compatibility)
Charles Chen (ChromeVox support)
URL: http://code.google.com/p/html5slides/
-->

<html>
<head>

<meta charset='utf-8'>
<title>{{ title }}</title>
<meta name="description" content="{{title}}">
<meta name="author" content="{{author}}">
<meta name="generator" content="slidify" />

<!-- LOAD STYLE SHEETS -->
<link rel="stylesheet" href="{{lib_path}}/html5slides/{{theme}}/styles.css">
<link rel="stylesheet" href="{{lib_path}}/html5slides/{{theme}}/uulm.css">
<link rel="stylesheet" href="{{lib_path}}/{{highlighter}}/styles/{{histyle}}.css">
{{> user_css}}

</head>
<body style='display: none'>
<section class='slides layout-{{layout}} template-{{template}}'>
{{#slides}}
<article class = "{{classes}}" id = "{{id}}">
{{{ slide }}}
</article>
{{/slides}}
</section>
</body>
<!-- LOAD JAVASCRIPTS -->
<script src='{{lib_path}}/html5slides/{{theme}}/slides.js'></script>
{{> mathjax}}
{{> highlight_js}}
{{> google_prettify}}
{{> user_js}}

</html>

2 changes: 2 additions & 0 deletions slides/01-Slides/assets/templates/slide.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{{ header }}}
{{{ content }}}
2 changes: 2 additions & 0 deletions slides/01-Slides/build.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
library("slidify")
slidify('index.Rmd')
Binary file added slides/01-Slides/figure/facet_plot_plot_1.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 slides/01-Slides/figure/facet_plot_plot_2.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 slides/01-Slides/figure/plot_1.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 slides/01-Slides/figure/plot_2.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 slides/01-Slides/figure/quick_hist_1.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 slides/01-Slides/figure/quick_hist_2.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 slides/01-Slides/figure/unnamed-chunk-2.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 slides/01-Slides/figure/unnamed-chunk-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e873cba

Please sign in to comment.