forked from TWUOnline/bookdown-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path09-sample-books.Rmd
39 lines (33 loc) · 2.57 KB
/
09-sample-books.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Sample Course Books
One of the best ways to learn bookdown is to browse some of the books out there. [Bookdown.org](https://bookdown.org/) lists a number of example Bookdown courses and books. Below are some of my favourites, and some features to explore.
```{block, type='reflect'}
1. [On The Line: How Schooling, Housing, and Civil Rights Shaped Hartford and its Suburbs](https://ontheline.trincoll.edu/).
- See the interactive map in [Chapter 2](https://ontheline.trincoll.edu/segregating.html)
2. [R Module 1](https://csu-r.github.io/Module1/)
- See [special boxes](https://csu-r.github.io/Module1/this-textbook.html)
3. [Science Research Methods: Tutorials](https://bookdown.org/pkaldunn/SRM-tutorials/)
- See [integration of H5P](https://bookdown.org/pkaldunn/SRM-tutorials/UnderstandingTerminology2.html)
4. [Applied Social Network Analysis in Education](https://bookdown.org/chen/snaEd)
- See embedded [Padlet](https://bookdown.org/chen/snaEd/intro.html#networks-are-everywhere)
5. [SOC 4015 & 5050: Quantitative Analysis](https://slu-soc5050.github.io/syllabus/)
- example of a syllabus on Bookdown
6. [Learning Analytics](https://bookdown.org/chen/la-manual/)
- See [Weekly Participation](https://bookdown.org/chen/la-manual/intro.html#this-course) graphic
7. [APS 135: Introduction to Exploratory Data Analysis with R](https://dzchilds.github.io/eda-for-bio/)
- See examples of graphs and [plots](https://dzchilds.github.io/eda-for-bio/customising-plots.html)
8. [Teaching Tech Together](http://teachtogether.tech/en/index.html#)
- See Learning Activities and [Concept Maps](http://teachtogether.tech/en/index.html#s:models)
9. [What they forgot to teach you about teaching R](https://wtf-teach.netlify.app/index.html)
- See slides using [Flipbook](https://wtf-teach.netlify.app/cake.html)
10. [Reproducible Research in R](https://r-cubed.rostools.org/index.html)
- See [linked schedule](https://r-cubed.rostools.org/schedule.html)
11. [Data Visualization](https://socviz.co/index.html#preface)
- This is in the Tufte format. See notes and [graphs in margins](https://socviz.co/lookatdata.html#lookatdata)
```
### TWU Courses: {-}
```{block, type='reflect'}
- [TWU Bookdown Course Template](https://twuonline.github.io/bookdown-template/)
- [LDRS 664: Creating Authentic Learning Communities](https://ma-lead.github.io/ldrs664/)
- [LDRS 591: Scholarly Inquiry](https://ma-lead.github.io/ldrs591/)
- [LDRS 663: Effective Coaching for Transformational Learning in Blended Learning Environments](https://ma-lead.github.io/ldrs663/)
```