-
Notifications
You must be signed in to change notification settings - Fork 15
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
1 parent
93845dd
commit d7d29ab
Showing
70 changed files
with
16,276 additions
and
7 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
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
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
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
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,44 @@ | ||
--- | ||
title: "Day 1 Case Study" | ||
output: | ||
xaringan::moon_reader: | ||
css: ["scrollable.css", "mtheme_max.css", "fonts_mtheme_max.css"] | ||
self_contained: false | ||
lib_dir: libs | ||
chakra: libs/remark-latest.min.js | ||
nature: | ||
ratio: '16:9' | ||
highlightStyle: github | ||
highlightLines: true | ||
countIncrementalSlides: false | ||
seal: false | ||
--- | ||
|
||
```{r setup, include=FALSE, cache=FALSE} | ||
# Set global R options | ||
options(htmltools.dir.version = FALSE, servr.daemon = TRUE) | ||
# Set global knitr chunk options | ||
knitr::opts_chunk$set( | ||
fig.align = "center" | ||
) | ||
``` | ||
|
||
|
||
# Case Study | ||
|
||
<br><br><br><br><br><br> | ||
.center.font200.bold[http://bit.ly/2F7lyal] | ||
|
||
--- | ||
|
||
# Day 1...done `r anicon::faa("check", animate = "pulse", speed = "slow", colour = "red")` | ||
|
||
<br> | ||
|
||
```{r questions-end-of-day1, echo=FALSE, out.height="450", out.width="450"} | ||
knitr::include_graphics("images/exhausted.png") | ||
``` | ||
|
||
|
||
|
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,79 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Day 1 Case Study</title> | ||
<meta charset="utf-8"> | ||
<link href="libs/font-awesome-animation/font-awesome-animation-emi.css" rel="stylesheet" /> | ||
<script src="libs/fontawesome/js/fontawesome-all.min.js"></script> | ||
<link rel="stylesheet" href="scrollable.css" type="text/css" /> | ||
<link rel="stylesheet" href="mtheme_max.css" type="text/css" /> | ||
<link rel="stylesheet" href="fonts_mtheme_max.css" type="text/css" /> | ||
</head> | ||
<body> | ||
<textarea id="source"> | ||
|
||
|
||
|
||
|
||
|
||
# Case Study | ||
|
||
<br><br><br><br><br><br> | ||
.center.font200.bold[http://bit.ly/2F7lyal] | ||
|
||
--- | ||
|
||
# Day 1...done <span><i class="fas fa-check faa-pulse animated faa-slow " style=" color:red;"></i></span> | ||
|
||
<br> | ||
|
||
<img src="images/exhausted.png" width="450" height="450" style="display: block; margin: auto;" /> | ||
</textarea> | ||
<script src="libs/remark-latest.min.js"></script> | ||
<script>var slideshow = remark.create({ | ||
"ratio": "16:9", | ||
"highlightStyle": "github", | ||
"highlightLines": true, | ||
"countIncrementalSlides": false | ||
}); | ||
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) { | ||
window.dispatchEvent(new Event('resize')); | ||
}); | ||
(function() { | ||
var d = document, s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler"); | ||
if (!r) return; | ||
s.type = "text/css"; s.innerHTML = "@page {size: " + r.style.width + " " + r.style.height +"; }"; | ||
d.head.appendChild(s); | ||
})();</script> | ||
|
||
<script> | ||
(function() { | ||
var i, text, code, codes = document.getElementsByTagName('code'); | ||
for (i = 0; i < codes.length;) { | ||
code = codes[i]; | ||
if (code.parentNode.tagName !== 'PRE' && code.childElementCount === 0) { | ||
text = code.textContent; | ||
if (/^\\\((.|\s)+\\\)$/.test(text) || /^\\\[(.|\s)+\\\]$/.test(text) || | ||
/^\$\$(.|\s)+\$\$$/.test(text) || | ||
/^\\begin\{([^}]+)\}(.|\s)+\\end\{[^}]+\}$/.test(text)) { | ||
code.outerHTML = code.innerHTML; // remove <code></code> | ||
continue; | ||
} | ||
} | ||
i++; | ||
} | ||
})(); | ||
</script> | ||
<!-- dynamically load mathjax for compatibility with self-contained --> | ||
<script> | ||
(function () { | ||
var script = document.createElement('script'); | ||
script.type = 'text/javascript'; | ||
script.src = 'https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML'; | ||
if (location.protocol !== 'file:' && /^https?:/.test(script.src)) | ||
script.src = script.src.replace(/^https?:/, ''); | ||
document.getElementsByTagName('head')[0].appendChild(script); | ||
})(); | ||
</script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 @@ | ||
.fa-empty:before { | ||
content: ""; | ||
} |
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,11 @@ | ||
$('img').each(function() { | ||
var deg = $(this).data('rotate') || 0; | ||
var rotate = 'rotate(' + deg + 'deg)'; | ||
$(this).css({ | ||
'-webkit-transform': rotate, | ||
'-moz-transform': rotate, | ||
'-o-transform': rotate, | ||
'-ms-transform': rotate, | ||
'transform': rotate | ||
}); | ||
}); |
Oops, something went wrong.