-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
205 lines (124 loc) · 4.2 KB
/
index.qmd
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
---
title: "What They Forgot To Teach You About R"
author: "Shannon Pileggi & E. David Aja"
footer: "Workshop Overview"
logo: "img/wtf-logo-square-transparent.png"
format:
revealjs:
height: 900
width: 1600
theme: [night, slides.scss]
highlight-style: a11y
transition: fade
slide-number: true
chalkboard: true
editor: visual
execute:
freeze: auto
---
# WiFi
<br>
**Network** `Posit Conf 2024`
**Password** `conf2024`
```{r}
library(countdown)
```
# Introductions
<br>
:::: {.columns}
::: {.column width="50%"}
**Shannon Pileggi**
![](img/Shannon_circle.png){width="40%"}
:::
::: {.column width="50%"}
**E. David Aja**
![](img/edavidaja-modified.png){width="40%"}
:::
::::
# General information
<br>
* There are **gender-neutral bathrooms** located on levels 3, 4, 5, 6 & 7.
* The **meditation/prayer room** is located in 503; available Mon & Tues 7am - 7pm, and Wed 7am - 5pm.
* The **lactation room** is located in 509; available Mon & Tues 7am - 7pm, and Wed 7am - 5pm.
* Participants who **do not wish to be photographed** have red lanyards; please note everyone's lanyard colors before taking a photo and respect their choices.
# Code of conduct
<br>
The Code of Conduct and COVID policies can be found at <https://posit.co/code-of-conduct/>. Please review them carefully.
<br>
You can report Code of Conduct violations in person, by email, or by phone.
# License
<br>
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
<br>
To view a copy of this license, visit <http://creativecommons.org/licenses/by-sa/4.0/>
# Resources
<br>
Workshop website: <https://github.com/posit-conf-2024/wtf>
<br>
WTF Book: <https://rstats.wtf/>
# Discord for communication
1. Go to the [virtual event portal](https://reg.conf.posit.co/flow/posit/positconf23/attendee-portal/page/portal).
2. Click on the image that says, “Click here to join Discord, the virtual networking platform!“.
3. Accept the invitation.
4. **Review and agree to the code of conduct** to participate in the virtual networking.
5. Click “Browse Channels” in the top-left corner and search or scroll down until you see your workshop. Check off your workshop to join the channel. (Join any other channels that catch your eye!)
6. Introduce yourself in your workshop channel!
Encountering any issues? Check out the [Discord tips & troubleshooting](https://docs.google.com/document/d/1c-tO3rY2fLg1lcdEcr0XeLaNZWXA5whOEcG-m9vXSUA/edit) doc.
```{r}
countdown(
minutes = 1,
# Fanfare when it's over
play_sound = TRUE,
# Set timer theme to match solarized colors
color_border = "#FFFFFF",
color_text = "#7aa81e",
color_running_background = "#7aa81e",
color_running_text = "#FFFFFF",
color_finished_background = "#ffa07a",
color_finished_text = "#FFFFFF",
font_size = "2em",
bottom = "70%"
)
```
# Community learning
<br>
Discord will disappear at the end of the conference. For discussions and questions
that should persist, everyone is encouraged to open issues here:
<br>
<https://github.com/posit-conf-2024/wtf> ->
<https://github.com/posit-conf-2024/wtf/issues>
<br>
Record glitches, gotchas, good sidebar discussions, etc.to address now or later.
# What if...
<br> <br>
I'm in over my head?
. . .
<br> <br>
I could teach this workshop?
# Meet your neighbors
```{r}
countdown(
minutes = 3,
bottom = "0%"
)
```
# Pre-workshop checklist
<br><br>
<https://github.com/posit-conf-2024/wtf#prework>
# Asking for help
<br>
::: {data-id="box1" style="background: #e06666ff; width: 500px; height: 150px; margin: 10px;"}
I'm stuck or need help
:::
<br>
::: {data-id="box2" style="background: #6aa84fff; width: 500px; height: 150px; margin: 10px;"}
All good, ready to move on
:::
# Completion survey
<br>
At the conclusion of the workshop, please submit <https://pos.it/conf-workshop-survey>.
<br>
Your feedback is crucial! Data from the survey informs curriculum and format decisions for future conf workshops, and we really appreciate you taking the time to provide it.
# Go here now
<br><br>
<https://github.com/posit-conf-2024/wtf#schedule>