-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReviving-RainbowR.Rmd
205 lines (123 loc) · 3.87 KB
/
Reviving-RainbowR.Rmd
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: "Reviving RainbowR"
author: "Ella Kaye (She/Her) and Zane Dax (She/They)"
date: "May 18th, 2022"
output:
xaringan::moon_reader:
includes:
seal: false
css: [xaringan-themer.css, extra.css]
lib_dir: libs
nature:
highlightStyle: solarized-light
highlightLines: true
countIncrementalSlides: false
---
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
knitr::opts_chunk$set(collapse = TRUE, fig.retina = 3)
```
```{r xaringan-themer, include=FALSE, warning=FALSE}
library(xaringanthemer)
style_mono_dark(
#base_color = "#D4006A",
base_color = "#32fbe2",
text_font_google = google_font("Montserrat"),
)
```
class: center, middle
# Reviving RainbowR
### Ella Kaye (She/Her) and Zane Dax (She/They)
### May 18th, 2022
![](pride-hexes.png)
---
## Overview
.pull-left[
- Notes about this session
- What is RainbowR?
- Who is it for?
- Past, present and future
- Connecting and brainstorming breakout
- Back together
- Next steps
]
.pull-right[
```{r, echo=FALSE, out.width="75%"}
knitr::include_graphics("RainbowR.png")
```
]
---
## Session Notes
- This session is confidential
- not recorded
- notes won't be publicly shared
- etherpad document (link in chat)
- operating under [RLadies Code of Conduct](https://rladies.org/code-of-conduct/) (until the RainbowR one is finalised)
- any unresolved issues to [email protected]
---
class: center, middle
# Our mission is to *support*, *promote* and *connect* LGBTQ+ people in the R community and to *spread awareness* of LGBTQ+ issues through data-driven activism.
---
## LGBTQ+ people
--
- those who identify as being a minority sexual orientation, i.e. those who are not straight/heterosexual
- those who are not cisgender, i.e. those whose sense of personal identity and gender does not correspond with their birth sex
--
## These are RainbowRs!
--
To our straight, cis friends: we very much appreciate your allyship and your support of RainbowR, e.g. by sharing our information and posts on social media and by telling your friends and colleagues about us.
---
class: center, middle
# Past, present, future
---
## Past
- Founded at useR!2017
- Infrastructure set up
- Attempt to revive in 2019
---
## Present
- New-found time and enthusiasm (Ella)!
- New-found interest and driving-force in the group (Zane)!
- This is an announcement of intent to *really* get RainbowR going this time!
--
### Existing infrastructure
- Slack: [https://rainbowr.slack.com](https://rainbowr.slack.com) (60 members, currently dormant)
- GitHub: [rlgbtq](https://github.com/rlgbtq) (currently dormant)
- Twitter: [@R_LGBTQ](https://twitter.com/R_LGBTQ) (recently revived)
---
## Future/Works in Progress
- Revive the Slack group
- Needs sign-up page
- New Code of Conduct and review process
- Ownership
- New website
- Introductory blog-post
---
## Over to you...
- Breakout rooms to connect with others
- Some topics to discuss:
- what would *you* like RainbowR to be, in order to best serve its community?
- what kind of activities would you like RainbowR to run?
- ideas for blog-posts
- ideas for data sets for data-driven activism
- would you like to contribute and, if so, how?
- Anything else you'd like to add
- Notes on the etherpad (put link in chat again!)
---
## Back together
- Share ideas from the breakout room
- Any questions?
---
## Next steps
- Review and incorporate ideas from this session
- Complete work in progress
- Relaunch!
- Announcements on Twitter
- Announcements through other groups promoting diversity and community in R
- Another community call, perhaps as part of next Forwards Slackathon
---
class: center, middle
# Thank you!
```{r, echo=FALSE, out.width="50%"}
knitr::include_graphics("rainbow-hearts.png")
```