|
127 | 127 | <ul class="summary">
|
128 | 128 | <li class="chapter" data-level="1" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i><b>1</b> Preface</a><ul>
|
129 | 129 | <li class="chapter" data-level="1.1" data-path="index.html"><a href="index.html#workshop-expectations"><i class="fa fa-check"></i><b>1.1</b> Workshop Expectations</a></li>
|
| 130 | +<li class="chapter" data-level="1.2" data-path="index.html"><a href="index.html#learning-objectives"><i class="fa fa-check"></i><b>1.2</b> Learning Objectives</a></li> |
130 | 131 | </ul></li>
|
131 | 132 | <li class="chapter" data-level="2" data-path="introduction.html"><a href="introduction.html"><i class="fa fa-check"></i><b>2</b> Introduction</a><ul>
|
132 | 133 | <li class="chapter" data-level="2.1" data-path="introduction.html"><a href="introduction.html#setup-on-rstudio-cloud"><i class="fa fa-check"></i><b>2.1</b> Setup (On RStudio Cloud)</a></li>
|
@@ -201,9 +202,18 @@ <h1 class="title">A gRadual intRoduction to Shiny</h1>
|
201 | 202 | <h1><span class="header-section-number">1</span> Preface</h1>
|
202 | 203 | <div id="workshop-expectations" class="section level2">
|
203 | 204 | <h2><span class="header-section-number">1.1</span> Workshop Expectations</h2>
|
204 |
| -<p>We want to foster a positive learning environment in this workshop. We expect everyone to adhere to the <a href="https://github.com/laderast/gradual_shiny/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a>. In short, be respectful of each other’s learning styles, don’t be dismissive or mean to someone who knows less than you, and try to help people if you see them struggle and you can help. We will enforce this and ask you to leave if you are not respectful to others.</p> |
205 |
| -<p>Additionally, please work together! The people in my workshops who have a really bad time and don’t get anything out of it are the ones who try to do it alone. To quote Legend of Zelda, “<em>It’s dangerous to go alone</em>”. Talking through the material with someone will help you understand it.</p> |
206 |
| -<p>We also are giving people post-it notes. Put them on your laptops so we can identify you if you need help or not. <em>Green</em> means “I’m okay, don’t bug me”, <em>Red</em> means “I need some help!”.</p> |
| 205 | +<p>We want to foster a positive learning environment in this workshop. We expect everyone to adhere to the <a href="https://github.com/laderast/gradual_shiny/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a>. In short, be respectful of each other’s learning styles, don’t be dismissive or mean to someone who knows less than you, and try to help people if you see them struggle and you can help. We will enforce this and ask you to leave if you are not respectful to others. |
| 206 | +Additionally, please work together! The people in my workshops who have a really bad time and don’t get anything out of it are the ones who try to do it alone. To quote Legend of Zelda, “<em>It’s dangerous to go alone</em>”. Talking through the material with someone will help you understand it.</p> |
| 207 | +<p>We also are giving people post-it notes. Put them on your laptops so we can identify you if you need help or not. <em>Yellow</em> means “I’m okay, I’m done, don’t bug me”, <em>Red</em> means “I need some help!”.</p> |
| 208 | +</div> |
| 209 | +<div id="learning-objectives" class="section level2"> |
| 210 | +<h2><span class="header-section-number">1.2</span> Learning Objectives</h2> |
| 211 | +<p>By the end of this workshop, you should be able to:</p> |
| 212 | +<ol style="list-style-type: decimal"> |
| 213 | +<li><strong>Browse</strong> examples in the shiny gallery and understand how they work.</li> |
| 214 | +<li><strong>Understand</strong> the components of a Shiny app and how they communicate.,</li> |
| 215 | +<li><strong>Learn</strong> three basic design patterns to the shiny apps.</li> |
| 216 | +</ol> |
207 | 217 |
|
208 | 218 | </div>
|
209 | 219 | </div>
|
|
0 commit comments