-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
78 lines (59 loc) · 3.2 KB
/
index.qmd
File metadata and controls
78 lines (59 loc) · 3.2 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Welcome! {.unnumbered}
{{< include /includes/_badges.qmd >}}
This 3-hour workshop is a gentle introduction to using
[GitHub](https://github.com/) for managing and working with files.
It is designed for doing participatory live-typing, where the teacher
demonstrates the tasks on their computer connected to a projector while
learners type along on their own computer. The workshop also includes
reading tasks, discussion activities, and hands-on exercises.
This website contains all of the material for the workshop, including
readings, exercises, presentations, live-typing material, and images. It
is structured as a book, with "chapters" being the individual sessions
that will be covered in order of appearance. We make heavy use of the
website throughout the workshop where "type-along" sessions almost
identically follow the material on the website (with slight
modifications for time or more detailed explanations).
To get a better understanding of what the workshop covers, check out the
overview section, starting with the [Syllabus](/overview/syllabus.qmd).
If you plan on attending the workshop, make sure to complete the
[Pre-workshop tasks](/pre-workshop/overview.qmd) to get set up and ready
for the workshop. The pre-workshop tasks include a survey that you need
to fill out before the workshop starts.
{{< include /includes/_star-us.qmd >}}
## Target audiences
This website and its content are targeted to three groups:
1. For the **learners** to use during the workshop, both to follow
along and also to use as a reference after the workshop ends. A more
detailed description of who the learner is can be found in [Is this
for you?](/overview/is-this-for-you.qmd) in the Overview section.
2. For the **teachers** to use as a guide for when they do the
type-along sessions.
3. For those who are **interested in teaching**, who may not have much
experience or may not know where to start, to use this website as a
guide to running and teaching their own workshops.
## Re-use and licensing
The workshop material is licensed under the [Creative Commons
Attribution 4.0 License](LICENSE.md), so the material can be used,
re-used, and modified, as long as there is attribution to this source.
Check out the [For teachers](/appendix/for-teachers.qmd) section for
more details and tips on using this material for teaching.
## Contributing
Want to contribute to this workshop? Look through our
[CONTRIBUTING](CONTRIBUTING.md) page for contribution guidelines on how
to get started.
### Contributors
{{< include /includes/_contributors.qmd >}}
## How the website is made
The workshop material is created using [Quarto](https://quarto.org) to
write the material and create the book format,
[GitHub](https://github.com/) to host the [Git](https://git-scm.com/)
repository of the material, and [GitHub
Actions](https://github.com/features/actions) with
[Netlify](https://www.netlify.com/) to build and host the website. The
source material for this workshop is found on the
[`{{< meta gh.repo >}}`](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}})
repository on GitHub.
::: callout-tip
By clicking the arrow at the bottom of each page, you'll be taken
through the workshop material in order :arrow_right:
:::