-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstudent-guide.Rmd
More file actions
20 lines (10 loc) · 1.12 KB
/
student-guide.Rmd
File metadata and controls
20 lines (10 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Student Guide
## Activity One
Many of the AnVIL books that are designed for teaching a class or workshop contain information aimed at the instructor.
You might want to create a "student guide" that contains a different subset of Rmd files from your book, or renders to a different output format (e.g. word document). You can specify the output and Rmd files that will be used for the student guide using the `_output.yml` and `_bookdown.yml` files in the `student-guide` directory.
By default, repositories based on `AnVIL_Template` create a docx file containing this chapter as an example. Once you have adjusted `student-guide/bookdown.yml` to include the chapters you want in your student guide, you can link to it by replacing `{repo-name}` in the following URL:
`https://github.com/jhudsl/{repo-name}/raw/main/student-guide/docs/Student_Guide.docx`
When someone clicks this link, they will download the docx file. For example, here is the link for the student guide from `AnVIL_Template`:
https://github.com/jhudsl/AnVIL_Template/raw/main/student-guide/docs/Student_Guide.docx
## Activity Two
Steps of the guide could go here.