2
2
3
3
## Description
4
4
5
- TODO: Very brief intro, motivation, and overview of tutorial .
5
+ TODO: Very brief intro, motivation, and overview of workshop .
6
6
7
7
This repository contains the lesson, lecture, and assignment material
8
- for the tutorial , including the website source files and other associated
9
- tutorial administration files.
8
+ for the workshop , including the website source files and other associated
9
+ workshop administration files.
10
10
11
- For more detail on the tutorial , check out the [ welcome page] ( ) .
11
+ For more detail on the workshop , check out the [ welcome page] ( ) .
12
12
13
13
## Instructional Design
14
14
15
- The lectures and lessons in this tutorial are designed to be presented
15
+ The lectures and lessons in this workshop are designed to be presented
16
16
primarily with a participatory live-coding approach. This involves an
17
17
instructor typing and running code in
18
18
[ RStudio] ( https://posit.co/products/open-source/rstudio/ ) in front of
19
19
the class, while the class follows along using their own computers.
20
20
Challenges are interspersed in the lesson material, allowing
21
21
participants to collaboratively work on smaller coding problems for a
22
22
few minutes. All lesson materials are provided ahead of time on the
23
- tutorial website for participants to refer to during lectures.
23
+ workshop website for participants to refer to during lectures.
24
24
25
25
## Lesson content
26
26
27
27
The teaching material is found mainly in these locations:
28
28
29
- - ` index.Rmd ` : Contains the overview of the tutorial .
29
+ - ` index.Rmd ` : Contains the overview of the workshop .
30
30
- ` preamble/ ` folder: Contains the files necessary for use before the
31
- tutorial , for instance the syllabus, schedule, and pre-tutorial tasks.
32
- - ` sessions/ ` folder: Contains the files used during the tutorial (e.g.
31
+ workshop , for instance the syllabus, schedule, and pre-workshop tasks.
32
+ - ` sessions/ ` folder: Contains the files used during the workshop (e.g.
33
33
code-along material)
34
- - ` appendix/ ` folder: Contains the files used to support the tutorial ,
35
- such as pre-tutorial tasks, code of conduct, resources, and
34
+ - ` appendix/ ` folder: Contains the files used to support the workshop ,
35
+ such as pre-workshop tasks, code of conduct, resources, and
36
36
instructions for instructors.
37
37
- ` slides/ ` : The lecture slides are rendered into HTML slides from
38
38
Markdown.
@@ -42,7 +42,7 @@ follows the file and folder structure conventions from that package.
42
42
43
43
## Contributing
44
44
45
- If you are interested in contributing to the tutorial material, please
45
+ If you are interested in contributing to the workshop material, please
46
46
refer to the [ contributing guidelines] ( CONTRIBUTING.md ) . For guidelines
47
47
on how to be a helper or instructor, check out the [ For
48
48
Instructors] ( https://r-cubed.rostools.org/for-instructors.html ) page.
@@ -53,7 +53,7 @@ this project, you agree to abide by its terms.
53
53
54
54
## Re-use
55
55
56
- The tutorial is largely designed to be taught in the order given, as each
56
+ The workshop is largely designed to be taught in the order given, as each
57
57
session builds off of the previous ones. The easiest way to use this
58
58
material is to use it as-is, making use of the tips and instructions
59
59
found throughout this page. The only thing you might want to make as
@@ -68,7 +68,7 @@ build your own website from the material is outside the scope of this
68
68
document but you can find more information on Quarto's
69
69
[ Publishing] ( https://quarto.org/docs/publishing/ ) page.
70
70
71
- To help with general admin tasks of running the tutorial , there is the
71
+ To help with general admin tasks of running the workshop , there is the
72
72
[ r3admin] ( https://github.com/rostools/r3admin ) R package. For details of
73
73
the license and acknowledgement of content used from sources, see the
74
74
[ license] ( TODO ) page of the website.
0 commit comments