forked from satRdays/sponsoring
-
Notifications
You must be signed in to change notification settings - Fork 2
/
presentation-en.Rmd
267 lines (159 loc) · 6 KB
/
presentation-en.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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
---
title: "<img src= 'img/placeholder.png' width = '40%'></br></br>satRday"
subtitle: "CITY"
author: "DATE"
#date: "2016/12/12"
output:
xaringan::moon_reader:
lib_dir: libs
css: ["custom.css", "slides.css"]
---
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
```
class: slide
## satRday - About
.pull-left[
</br>
</br>
</br>
<img src ="img/placeholder.png" width = "90%"></img>
]
.pull-right[
+ satRday is an __international event__ that was launched in 2016.
+ satRday has been sponsored by the __RConsortium__, the Linux Foundation's open source project supporting the international R community.
+ It's a (relatively) recent project: we aim at organizing one event per continent per quarter.
+ Each event usually attracts between 100 and 250 participants.
+ The events are always organised with involvement from the local community.
]
---
class: slide
## The satRday philosophy
#### Open, and Open source
Everybody can organise a satRday as long as it follows these requirements:
+ The main event must happen on a __Saturday__
+ The event must operate under a __Code of Conduct__ and have a __strong commitment to increasing the diversity of speakers and attendees__
+ The ticket price to attend the Saturday for an industry person must __cost less than 8 hours of minimum wage work__
+ The event has a __pot of free tickets available for people who can’t afford__ the full cost
+ Speakers should not be required to pay the attendance fee
+ There should be a __mechanism to encourage and mentor new speakers__
+ The event should be __volunteer run__
+ __Excess funds should support the local community__ whether that’s the user group, holding the funds over for your next satRday, or arranging a prominent international speaker to come and do a workshop during the next year
---
class: slide
## Why sponsor satRday?
Some good reasons to sponsor a satRday:
+ satRday is organized by __volunteers__: by sponsoring the event, you show your support to the local R/Open source community.
+ satRday is non-profit: sponsorships and profits (if any) will be __reinvested into community events__.
+ satRday is "low-cost": we want to __set the ticket at the lowest possible price__. This is only possible thanks to our sponsors.
+ satRday is "at the cutting edge": this conference aims to invite keynote speakers who are __leaders in their field of expertise__.
+ satRday is "for everyone": the program is __prepared to suit both beginners and advanced users__.
+ satRday is inclusive: by sponsoring this event, you __contribute to the effort to include minorities in the tech/data science sector__.
---
class: slide
## How to sponsor satRday?
How can you help satRday?
+ __Sponsoring Venue__ : make your venue available for the event.
+ __Sponsoring Lunch__ : finance the lunch break.
+ __Sponsoring Coffee Break__ : finance one or two coffee breaks.
+ __Sponsoring Logistic__ : support the general logistics of the event (help on site with the installation and overall organisation of the day).
+ __Sponsoring Communication__ : sponsor the printing of posters, flyers, leaflets, website costs and marketing via social media.
+ __Sponsoring Goodies__ : sponsor the creation of goodies for the event: tshirts, stickers etc.
+ __Sponsoring General Finance__ : you sponsor the event in a more traditional way with a direct financial donation.
---
class: slide
## Considerations for sponsoring
Depending on your sponsorship, you will have, in return:
+ Visibility on satRday's __website__ and __Twitter account__.
+ Your __logo__ on the posters, flyers and programs.
+ Your __logo__ on the opening, break, and closing slides of the conference.
+ A __stand__, on site, during breaks.
---
class: slidish
## satRday - Timeline
.pull-left[
### 2016
+ Budapest
### 2017
+ Cape Town
+ Puerto Rico
### 2018
+ Cape Town
+ Cardiff
+ Amsterdam
+ Belgrade
+ Washington
]
.pull-right[
</br>
</br>
```{r echo = FALSE, warning=FALSE, message=FALSE}
library(maps)
library(ggplot2)
library(dplyr)
events <- tribble(
~ place, ~ lat, ~ long,
"Budapest",47.497912, 19.040235,
"Cape Town",-33.924869, 18.424055,
"Puerto Rico",18.220833, -66.590149,
"Cardiff",51.481581, -3.179090,
"Amsterdam",52.370216, 4.895168,
"Belgrade",44.786568, 20.448922,
"Washington",38.907192, -77.036871
)
map_data("world") %>%
ggplot(aes(long, lat, group=group)) +
geom_polygon(fill="white", colour="gray") +
geom_point(data = events, aes(long, lat, group = NULL), colour = "#3265B0", size = 2) +
guides(fill=FALSE) +
coord_quickmap() +
theme_void()
```
]
---
classe: slide
## PLACE YEAR
### The Organising team
About your organising team...
---
class: slidish
## About R
satRday is a conference focused on R, __the main open source language__ for Data Science.
.pull-left[
</br>
</br>
<img src ="img/rlogo.png" width = "90%"></img>
]
.pull-right[
+ R is __open source__ : free and open source.
+ R is __everywhere__ : used by __university__, __researchers__, and __industry__.
+ R has proven itself: it celebrated it's __25th birthday__ this year.
+ R is used everywhere: Airbnb, BBC, Booking, Ebay, Facebook, Google, Microsoft, Netflix, Twitter, Uber...
]
R is today the __lingua franca of Data Science__, and has become a real professional asset, whatever the sector of expertise.
R users can be found everywhere: in the private sector, with energy, finance, banking, the pharmaceutical industry, marketing, online commerce, as well as in the public sector, where R is used in many ministries.
---
class: slide
## To know more
### satRday
+ satRday : https://satrdays.org/
+ Knowledge Base : https://knowledgebase.satrdays.org/
## R Consortium
+ RConsortium : https://www.r-consortium.org/
## R
+ About R : https://www.r-project.org/
+ Companies using R : https://github.com/ThinkR-open/companies-using-r
---
class: slide
background-image: url(img/photogrid_4-3.jpg)
---
class: contact
</br>
</br>
</br>
</br>
</br>
# Contact
## WHO WHO
### this@that.com
### who you gonna call