Skip to content

Commit dcebe8e

Browse files
committed
add student-guide.Rmd
1 parent e06c1af commit dcebe8e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

resources/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bloomberg
44
Datatrail
55
DataTrail
66
dropdown
7+
docx
78
GDSCN
89
Gmail
910
impactful
@@ -18,6 +19,7 @@ NHGRI
1819
OTTR
1920
ottrpal
2021
preprint
22+
Rmd
2123
UE
2224
UE5
2325
reproducibility

student-guide.Rmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# Student Guide
3+
4+
## Activity One
5+
6+
Many of the AnVIL books that are designed for teaching a class or workshop contain information aimed at the instructor.
7+
8+
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.
9+
10+
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:
11+
12+
`https://github.com/jhudsl/{repo-name}/raw/main/student-guide/docs/Student_Guide.docx`
13+
14+
When someone clicks this link, they will download the docx file. For example, here is the link for the student guide from `AnVIL_Template`:
15+
16+
https://github.com/jhudsl/AnVIL_Template/raw/main/student-guide/docs/Student_Guide.docx
17+
18+
## Activity Two
19+
20+
Steps of the guide could go here.

0 commit comments

Comments
 (0)