|
24 | 24 | <meta name="author" content="dr. Caspar J. van Lissa" />
|
25 | 25 |
|
26 | 26 |
|
27 |
| -<meta name="date" content="2020-03-29" /> |
| 27 | +<meta name="date" content="2020-03-31" /> |
28 | 28 |
|
29 | 29 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
30 | 30 | <meta name="apple-mobile-web-app-capable" content="yes" />
|
@@ -172,13 +172,13 @@ <h1>
|
172 | 172 | <div id="header">
|
173 | 173 | <h1 class="title">A GitBook Example for Teaching</h1>
|
174 | 174 | <p class="author"><em><a href="https://www.uu.nl/staff/CJvanLissa">dr. Caspar J. van Lissa</a></em></p>
|
175 |
| -<p class="date"><em>2020-03-29</em></p> |
| 175 | +<p class="date"><em>2020-03-31</em></p> |
176 | 176 | </div>
|
177 | 177 | <div id="about-gitbooks" class="section level1">
|
178 | 178 | <h1><span class="header-section-number">Chapter 1</span> About GitBooks</h1>
|
179 | 179 | <p><img src="img/using_gitbook.jpeg" /></p>
|
180 | 180 | <p>A <em>GitBook</em> is a useful tool for creating (open?) educational resources. It is an online “book” format, that can be hosted directly from a GitHub repository. You are currently reading a GitBook designed to help you get started creating your own educational GitBooks for your courses (how meta!). It does this in two ways: By explaining how to create GitBooks, and by serving as a template that you can copy and edit, instead of having to start from scratch. This template GitBook has all the settings that I consider to be useful for educational GitBooks, but you can always customize it.</p>
|
181 |
| -<p>I will focus specifically on GitBooks that are made in <a href="www.rstudio.com">Rstudio</a>, using the <a href="https://rstudio.com/wp-content/uploads/2016/03/rmarkdown-cheatsheet-2.0.pdf"><code>rmarkdown</code> markup language</a>, rendered using the <a href="https://bookdown.org/yihui/bookdown/get-started.html"><code>bookdown</code> package</a>, and hosted on <a href="https://github.com/">GitHub</a>. If you want to get started, skip ahead to Chapter <a href="prerequisites.html#prerequisites">2</a>; if you need more convincing, keep reading below.</p> |
| 181 | +<p>I will focus specifically on GitBooks that are made in <a href="https://rstudio.com">Rstudio</a>, using the <a href="https://rstudio.com/wp-content/uploads/2016/03/rmarkdown-cheatsheet-2.0.pdf"><code>rmarkdown</code> markup language</a>, rendered using the <a href="https://bookdown.org/yihui/bookdown/get-started.html"><code>bookdown</code> package</a>, and hosted on <a href="https://github.com/">GitHub</a>. If you want to get started, skip ahead to Chapter <a href="prerequisites.html#prerequisites">2</a>; if you need more convincing, keep reading below.</p> |
182 | 182 | <div id="why-use-a-gitbook-for-teaching" class="section level2">
|
183 | 183 | <h2><span class="header-section-number">1.1</span> Why use a GitBook for teaching?</h2>
|
184 | 184 | <p><strong>To spead the workload</strong></p>
|
|
0 commit comments