Skip to content

Commit

Permalink
Update workshop site
Browse files Browse the repository at this point in the history
  • Loading branch information
spcanelon committed Nov 5, 2020
1 parent 3bd6bb0 commit e5a32fe
Show file tree
Hide file tree
Showing 13 changed files with 120 additions and 2,667 deletions.
6 changes: 4 additions & 2 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ navbar:
- text: "Slides"
menu:
- text: "Day 1: The Basics"
href: "static/slides/day-01-basics.html"
href: "slides/day-01-basics.html"
- text: "Day 2: The Beyond"
href: "static/slides/day-02-beyond.html"
href: "slides/day-02-beyond.html"
- icon: fab fa-youtube
href: "https://www.youtube.com/channel/UCMwM-3tg_-Pbx8hKO78q5EA"
- icon: fas fa-cloud
href: "https://bit.ly/3mfJM4k"
- icon: fab fa-github
Expand Down
23 changes: 18 additions & 5 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ meta() %>%

# Welcome

Thank you for registering for this workshop! This is the course site for the _Sharing Your Work with Xaringan_ workshop created by Dr. Silvia Canelón for the [NHS-R Community](https://nhsrcommunity.com/about/) [2020 Virtual Conference](https://nhsrcommunity.com/nhsr-conference-2020/).
This is the course site for the _Sharing Your Work with Xaringan_ workshop created by Dr. Silvia Canelón for the [NHS-R Community](https://nhsrcommunity.com/about/) [2020 Virtual Conference](https://nhsrcommunity.com/nhsr-conference-2020/).

<aside>
```{r, out.height=43}
Expand All @@ -54,7 +54,7 @@ knitr::include_graphics("https://nhsrcommunity.com/wp-content/uploads/2018/02/lo

This four-hour hands-on workshop will be a gentle introduction to the [xaringan](https://github.com/yihui/xaringan#xaringan) package as a tool to create impressive presentation slides that can be deployed to the web for easy sharing.

- **Day 1** covered the nuts and bolts of creating presentation slides using [xaringan](https://github.com/yihui/xaringan#xaringan) and deploying them in HTML format for easy sharing with others.
- **Day 1** will cover the nuts and bolts of creating presentation slides using [xaringan](https://github.com/yihui/xaringan#xaringan) and deploying them in HTML format for easy sharing with others.

<aside>
Tuesday, Nov. 3<br/>3-5pm BST ([check your time zone](https://www.worldtimebuddy.com/?qm=1&lid=2643743,5128581&h=5128581&date=2020-11-3&sln=10-12))
Expand Down Expand Up @@ -91,6 +91,19 @@ We will use the software listed below only as an important backup in the event w

You can find step-by-step instructions for installing these here: [macOS](https://www.youtube.com/watch?v=GM88tYlEy_g), [Windows](https://www.youtube.com/watch?v=JRKmZK5-6aE).

- Install the following packages:

```{r, eval=FALSE, echo=TRUE}
# From CRAN
install.packages("xaringan")
# From GitHub
devtools::install_github("nhs-r-community/nhsrtheme")
devtools::install_github("nhs-r-community/NHSRdatasets")
devtools::install_github("gadenbuie/xaringanExtra")
devtools::install_github("ropenscilabs/icon")
```

<aside>
Thanks to<br/>Stephan Kadauke
</aside>
Expand All @@ -99,11 +112,11 @@ Thanks to<br/>Stephan Kadauke

- Link to this website: [spcanelon.github.io/xaringan-basics-and-beyond](https://spcanelon.github.io/xaringan-basics-and-beyond/index.html)
- [RStudio Cloud workspace](https://bit.ly/3mfJM4k) and companion [source materials](https://github.com/spcanelon/xaringan-basics-and-beyond/tree/main/materials)
- [Day 1 slides: The Basics](static/slides/day-01-basics.html)
- [Day 2 slides: The Beyond (_coming soon!_)]()
- Day 1: The Basics: [Slides](slides/day-01-basics.html) | [Video](https://youtu.be/M3skTMQbCD0)
- Day 2: The Beyond: [Slides](slides/day-02-beyond.html) | [Video](https://www.youtube.com/channel/UCMwM-3tg_-Pbx8hKO78q5EA)

# Acknowledgments {.appendix}

This workshop draws from various sources, most notably Alison Hill’s [Making Slides with R Markdown](https://arm.rbind.io/slides/xaringan.html) and Greg Wilson's [Teaching Tech Together](http://teachtogether.tech/en/).
This workshop draws from various sources, most notably Alison Hill’s [Making Slides with R Markdown](https://arm.rbind.io/slides/xaringan.html) and Greg Wilson's [Teaching Tech Together](http://teachtogether.tech/en/). This workshop ran smoothly with the help of [Laurie Baker](https://lauriebaker.rbind.io/) as co-pilot.

This website was made with the [distill package](https://rstudio.github.io/distill/) and a custom theme designed by Silvia Canelón.
39 changes: 32 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2196,6 +2196,12 @@ <h3>${suggestion.title}</h3>

d-byline a:hover {
text-decoration: underline;
}

/*-- Code --*/
code, pre {
font-family: "Source Code Pro", "Lucida Console",
Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}</style>
<style type="text/css">
/* base style */
Expand Down Expand Up @@ -2398,10 +2404,13 @@ <h3>${suggestion.title}</h3>
<span class="down-arrow">&#x25BE;</span>
</button>
<div class="nav-dropdown-content">
<a href="static/slides/day-01-basics.html">Day 1: The Basics</a>
<a href="static/slides/day-02-beyond.html">Day 2: The Beyond</a>
<a href="slides/day-01-basics.html">Day 1: The Basics</a>
<a href="slides/day-02-beyond.html">Day 2: The Beyond</a>
</div>
</div>
<a href="https://www.youtube.com/channel/UCMwM-3tg_-Pbx8hKO78q5EA">
<i class="fab fa-youtube" aria-hidden="true"></i>
</a>
<a href="https://bit.ly/3mfJM4k">
<i class="fas fa-cloud" aria-hidden="true"></i>
</a>
Expand Down Expand Up @@ -2448,15 +2457,15 @@ <h3>Contents</h3>

</div>
<h1 id="welcome">Welcome</h1>
<p>Thank you for registering for this workshop! This is the course site for the <em>Sharing Your Work with Xaringan</em> workshop created by Dr. Silvia Canelón for the <a href="https://nhsrcommunity.com/about/">NHS-R Community</a> <a href="https://nhsrcommunity.com/nhsr-conference-2020/">2020 Virtual Conference</a>.</p>
<p>This is the course site for the <em>Sharing Your Work with Xaringan</em> workshop created by Dr. Silvia Canelón for the <a href="https://nhsrcommunity.com/about/">NHS-R Community</a> <a href="https://nhsrcommunity.com/nhsr-conference-2020/">2020 Virtual Conference</a>.</p>
<aside>
<div class="layout-chunk" data-layout="l-body">
<p><img src="https://nhsrcommunity.com/wp-content/uploads/2018/02/logo.png" height="43" /></p>
</div>
</aside>
<p>This four-hour hands-on workshop will be a gentle introduction to the <a href="https://github.com/yihui/xaringan#xaringan">xaringan</a> package as a tool to create impressive presentation slides that can be deployed to the web for easy sharing.</p>
<ul>
<li><strong>Day 1</strong> covered the nuts and bolts of creating presentation slides using <a href="https://github.com/yihui/xaringan#xaringan">xaringan</a> and deploying them in HTML format for easy sharing with others.</li>
<li><strong>Day 1</strong> will cover the nuts and bolts of creating presentation slides using <a href="https://github.com/yihui/xaringan#xaringan">xaringan</a> and deploying them in HTML format for easy sharing with others.</li>
</ul>
<aside>
Tuesday, Nov. 3<br/>3-5pm BST (<a href="https://www.worldtimebuddy.com/?qm=1&amp;lid=2643743,5128581&amp;h=5128581&amp;date=2020-11-3&amp;sln=10-12">check your time zone</a>)
Expand Down Expand Up @@ -2492,18 +2501,34 @@ <h2 id="optional">Optional</h2>
<li>Install <a href="https://cloud.r-project.org/">R</a> and <a href="https://rstudio.com/products/rstudio/download/">RStudio Desktop</a> on your computer.</li>
</ul>
<p>You can find step-by-step instructions for installing these here: <a href="https://www.youtube.com/watch?v=GM88tYlEy_g">macOS</a>, <a href="https://www.youtube.com/watch?v=JRKmZK5-6aE">Windows</a>.</p>
<ul>
<li>Install the following packages:</li>
</ul>
<div class="layout-chunk" data-layout="l-body">
<div class="sourceCode">
<pre><code><span class='co'># From CRAN</span>
<span class='fu'><a href='https://rdrr.io/r/utils/install.packages.html'>install.packages</a></span><span class='op'>(</span><span class='st'>"xaringan"</span><span class='op'>)</span>

<span class='co'># From GitHub</span>
<span class='fu'>devtools</span><span class='fu'>::</span><span class='fu'><a href='https://devtools.r-lib.org//reference/remote-reexports.html'>install_github</a></span><span class='op'>(</span><span class='st'>"nhs-r-community/nhsrtheme"</span><span class='op'>)</span>
<span class='fu'>devtools</span><span class='fu'>::</span><span class='fu'><a href='https://devtools.r-lib.org//reference/remote-reexports.html'>install_github</a></span><span class='op'>(</span><span class='st'>"nhs-r-community/NHSRdatasets"</span><span class='op'>)</span>
<span class='fu'>devtools</span><span class='fu'>::</span><span class='fu'><a href='https://devtools.r-lib.org//reference/remote-reexports.html'>install_github</a></span><span class='op'>(</span><span class='st'>"gadenbuie/xaringanExtra"</span><span class='op'>)</span>
<span class='fu'>devtools</span><span class='fu'>::</span><span class='fu'><a href='https://devtools.r-lib.org//reference/remote-reexports.html'>install_github</a></span><span class='op'>(</span><span class='st'>"ropenscilabs/icon"</span><span class='op'>)</span>
</code></pre>
</div>
</div>
<aside>
Thanks to<br/>Stephan Kadauke
</aside>
<h1 id="links">Links</h1>
<ul>
<li>Link to this website: <a href="https://spcanelon.github.io/xaringan-basics-and-beyond/index.html">spcanelon.github.io/xaringan-basics-and-beyond</a></li>
<li><a href="https://bit.ly/3mfJM4k">RStudio Cloud workspace</a> and companion <a href="https://github.com/spcanelon/xaringan-basics-and-beyond/tree/main/materials">source materials</a></li>
<li><a href="static/slides/day-01-basics.html">Day 1 slides: The Basics</a></li>
<li><a href="">Day 2 slides: The Beyond (<em>coming soon!</em>)</a></li>
<li>Day 1: The Basics: <a href="slides/day-01-basics.html">Slides</a> | <a href="https://youtu.be/M3skTMQbCD0">Video</a></li>
<li>Day 2: The Beyond: <a href="slides/day-02-beyond.html">Slides</a> | <a href="https://www.youtube.com/channel/UCMwM-3tg_-Pbx8hKO78q5EA">Video</a></li>
</ul>
<h1 id="acknowledgments" class="appendix">Acknowledgments</h1>
<p>This workshop draws from various sources, most notably Alison Hill’s <a href="https://arm.rbind.io/slides/xaringan.html">Making Slides with R Markdown</a> and Greg Wilson’s <a href="http://teachtogether.tech/en/">Teaching Tech Together</a>.</p>
<p>This workshop draws from various sources, most notably Alison Hill’s <a href="https://arm.rbind.io/slides/xaringan.html">Making Slides with R Markdown</a> and Greg Wilson’s <a href="http://teachtogether.tech/en/">Teaching Tech Together</a>. This workshop ran smoothly with the help of <a href="https://lauriebaker.rbind.io/">Laurie Baker</a> as co-pilot.</p>
<p>This website was made with the <a href="https://rstudio.github.io/distill/">distill package</a> and a custom theme designed by Silvia Canelón.</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
<!--radix_placeholder_article_footer-->
Expand Down
4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"date": "November 3rd, 2020",
"contents": "\n\nContents\nWelcome\nPreworkEssential\nOptional\n\nLinks\nAcknowledgments\n\n\n\n\nWelcome\nThank you for registering for this workshop! This is the course site for the Sharing Your Work with Xaringan workshop created by Dr. Silvia Canelón for the NHS-R Community 2020 Virtual Conference.\n\n\n\nThis four-hour hands-on workshop will be a gentle introduction to the xaringan package as a tool to create impressive presentation slides that can be deployed to the web for easy sharing.\nDay 1 covered the nuts and bolts of creating presentation slides using xaringan and deploying them in HTML format for easy sharing with others.\n\nTuesday, Nov. 33-5pm BST (check your time zone)\n\n\n\nfitvids('.shareagain', {players: 'iframe'});\n\nDay 2 will cover how to take your slides to the next level with the xaringanExtra package and how to customize slides with CSS.\n\nThursday, Nov. 53-5pm BST (check your time zone)\n\n\n\nfitvids('.shareagain', {players: 'iframe'});\n\nThis workshop is designed for R users already familiar with R Markdown and GitHub.\nPrework\nEssential\nThe workshop will take place within an RStudio Cloud project, please sign up for a free RStudio Cloud account here: https://rstudio.cloud.\nWe will be utilizing Zoom for this workshop, please download and install the latest version beforehand.\nOptional\nWe will use the software listed below only as an important backup in the event we experience technical difficulties with RStudio Cloud.\nInstall R and RStudio Desktop on your computer.\nYou can find step-by-step instructions for installing these here: macOS, Windows.\n\nThanks toStephan Kadauke\nLinks\nLink to this website: spcanelon.github.io/xaringan-basics-and-beyond\nRStudio Cloud workspace and companion source materials\nDay 1 slides: The Basics\nDay 2 slides: The Beyond (coming soon!)\nAcknowledgments\nThis workshop draws from various sources, most notably Alison Hill’s Making Slides with R Markdown and Greg Wilson’s Teaching Tech Together.\nThis website was made with the distill package and a custom theme designed by Silvia Canelón.\n\n\n\n",
"last_modified": "2020-11-05T09:47:05-05:00"
"contents": "\n\nContents\nWelcome\nPreworkEssential\nOptional\n\nLinks\nAcknowledgments\n\n\n\n\nWelcome\nThis is the course site for the Sharing Your Work with Xaringan workshop created by Dr. Silvia Canelón for the NHS-R Community 2020 Virtual Conference.\n\n\n\nThis four-hour hands-on workshop will be a gentle introduction to the xaringan package as a tool to create impressive presentation slides that can be deployed to the web for easy sharing.\nDay 1 will cover the nuts and bolts of creating presentation slides using xaringan and deploying them in HTML format for easy sharing with others.\n\nTuesday, Nov. 33-5pm BST (check your time zone)\n\n\n\nfitvids('.shareagain', {players: 'iframe'});\n\nDay 2 will cover how to take your slides to the next level with the xaringanExtra package and how to customize slides with CSS.\n\nThursday, Nov. 53-5pm BST (check your time zone)\n\n\n\nfitvids('.shareagain', {players: 'iframe'});\n\nThis workshop is designed for R users already familiar with R Markdown and GitHub.\nPrework\nEssential\nThe workshop will take place within an RStudio Cloud project, please sign up for a free RStudio Cloud account here: https://rstudio.cloud.\nWe will be utilizing Zoom for this workshop, please download and install the latest version beforehand.\nOptional\nWe will use the software listed below only as an important backup in the event we experience technical difficulties with RStudio Cloud.\nInstall R and RStudio Desktop on your computer.\nYou can find step-by-step instructions for installing these here: macOS, Windows.\nInstall the following packages:\n\n\n# From CRAN\ninstall.packages(\"xaringan\")\n\n# From GitHub\ndevtools::install_github(\"nhs-r-community/nhsrtheme\")\ndevtools::install_github(\"nhs-r-community/NHSRdatasets\")\ndevtools::install_github(\"gadenbuie/xaringanExtra\")\ndevtools::install_github(\"ropenscilabs/icon\")\n\n\n\n\nThanks toStephan Kadauke\nLinks\nLink to this website: spcanelon.github.io/xaringan-basics-and-beyond\nRStudio Cloud workspace and companion source materials\nDay 1: The Basics: Slides | Video\nDay 2: The Beyond: Slides | Video\nAcknowledgments\nThis workshop draws from various sources, most notably Alison Hill’s Making Slides with R Markdown and Greg Wilson’s Teaching Tech Together. This workshop ran smoothly with the help of Laurie Baker as co-pilot.\nThis website was made with the distill package and a custom theme designed by Silvia Canelón.\n\n\n\n",
"last_modified": "2020-11-05T15:20:38-05:00"
}
],
"collections": []
Expand Down
13 changes: 1 addition & 12 deletions slides/day-01-basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ subtitle: "An Introduction to Xaringan:<br>The Basics"
session: "01"
author: "Silvia Canelón, Ph.D."
institute: "University of Pennsylvania | Dept. of Biostatistics, Epidemiology, and Informatics"
date: \`r Sys.Date()`\
date: "Nov. 3rd, 2020"
output:
xaringan::moon_reader:
css:
Expand Down Expand Up @@ -356,16 +356,6 @@ More options for output `xaringan::moon_reader`
+ `arta`, `ascetic`, `dark`, `default`, `far`, `github`, `googlecode`, `idea`, `ir-black`, `magula`, `monokai`, `rainbow`, `solarized-dark`, `solarized-light`, `sunburst`, `tomorrow`, `tomorrow-night-blue`, `tomorrow-night-bright`, `tomorrow-night`, `tomorrow-night-eighties`, `vs`, `zenburn`.
] <!---->

.panel[.panel-name[syntax testing]
```r
# `r rmarkdown::metadata$title`
### `r rmarkdown::metadata$subtitle`

**`r rmarkdown::metadata$author`**<br>
`r rmarkdown::metadata$date`
```
]

] <!--end of panelset-->
---
# Testing things
Expand Down Expand Up @@ -1055,4 +1045,3 @@ class: goodbye-slide, inverse, middle, left
[@spcanelon `r icon::fa("github")`](https://github.com/spcanelon)<br/>
]]


Loading

0 comments on commit e5a32fe

Please sign in to comment.