-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.qmd
More file actions
149 lines (106 loc) · 4.21 KB
/
Copy pathindex.qmd
File metadata and controls
149 lines (106 loc) · 4.21 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
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
---
title: "R en Buenos Aires presenta"
subtitle: "<strong>Big data, medios digitales y autogestión: cómo trabajar con millones de noticias</strong>"
author: "Expositores: <em>Manuel Iglesias, Joaquín Lovizio Ramos, Ariana Bardauil, Santiago Marta y Sofía Rubinstein</em>"
institute: "Universidad de Flores"
format:
revealjs:
transition: slide
footer: "[R en Buenos Aires](https://renbaires.github.io/about) presentación realizada con [Quarto](https://quarto.org/)"
theme: [serif, mitheme.scss]
logo: imagenes/icon.png
css: logo.css
fig.align: "center"
embed-resources: true
---
# Código de conducta
::: incremental
- 🌈 Nuestro objetivo es que disfrutes este espacio. Si algo no está bien, avísanos.
- 🛡️ Todos los espacios de participación R en Buenos Aires, se rigen por el [Código de conducta de R en Buenos Aires.](https://renbaires.github.io/cdc)
:::
# Agradecimientos

# ¿Quienes somos? {.section}
::: columns
::: {.column width="30%"}
<br> 
:::
::: {.column width="70%"}
<br> **R en Buenos Aires** surge con la misión de conectar a quienes usan el lenguaje de programación R en Buenos Aires, independientemente de su grado de conocimiento y el ámbito de aplicación del mismo. El objetivo es promover el uso R, el aprendizaje continuo y favorecer la creación de proyectos interdisciplinarios.
:::
:::
# Organizadoras <img src="https://media.giphy.com/media/ObNTw8Uzwy6KQ/giphy.gif" width="50px"/> {.section}
::: columns
::: {.column width="50%"}
{width="50%" style="border-radius: 80%;"}
**Andrea Gomez Vargas**
:::
::: {.column width="50%"}
{width="50%" style="border-radius: 80%; aling: center;"}
**Ariana Bardauil**
:::
:::
# Colaboradores <img src="https://media.giphy.com/media/7TcdtHOCxo3meUvPgj/giphy.gif" width="90px"/>
::: columns
::: {.column width="50%"}
{width="50%" style="border-radius: 80%;"}
**Emanuel Ciardullo**
:::
::: {.column width="50%"}
{width="50%" style="border-radius: 80%; aling: center;"}
**Jose García Tácite**
:::
:::
# <img src="https://media.giphy.com/media/LnQjpWaON8nhr21vNW/giphy.gif" width="100px"/> Comunidad
::: columns
::: {.column width="50%"}
***¡Sumate a nuestra comunidad!***
[{fig-alt="Sumate a nuestra comunidad de slack!" fig-align="left"}](https://renbaires.slack.com/join/shared_invite/enQtNDY5NDQ3NzIzNTcwLTExYjAxZmIxNjNiYjE2NDg0YzAyNGM4OTEwNTkxYWYwNDhjMmI0YTY1ZGMwZTQ1MTliOTkwNGMyMDdjNWI4M2Y)
:::
::: {.column width="50%"}
```{r}
library(ggplot2)
library(gganimate)
data <- data.frame(
value = 0:578,
frame = 1:579
)
# Gráfico base
ggplot(data, aes(x = 1, y = 1, label = value)) +
geom_text(size = 60, fontface = "bold", color = "#263e7e") +
theme_void() +
labs(title = paste0("575 colaboradores en slack")) +
theme(plot.title = element_text(size = 50, face = "bold", hjust = 0.5)) +
transition_time(frame) # Transición basada en frames
```
{fig-alt="Logo de Slack" fig-align="center" width="200"}
:::
:::
# Próximas actividades <img src="https://media.giphy.com/media/VgCDAzcKvsR6OM0uWg/giphy.gif" width="90"/>
# `arcenso` & Brindis 🍷 {.section}
::: columns
::: {.column width="40%"}
{width="400"}
:::
::: {.column width="60%"}
<br> <br> <br>
📆 A confirmar
📌 Lugar
💟 Junto con [R-Ladies BA](https://rladiesba.netlify.app/) & CEIL - CONICET
:::
:::
# **Club de Lectura de Shiny**
::: columns
::: {.column width="60%"}
<!-- <br> <img src="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExODBmNzZ2Nm8zNXc3bHZqaXhycTMyOHJ0b2Vma2FmNnZmMnl0czkycSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/JEhCPFfqi2Hy8/giphy.gif" width="150%"/> -->

:::
::: {.column width="40%"}
🗓️ 2025
📚[Mastering Shiny](https://mastering-shiny.org/)
💟 Junto con [R-Ladies BA](https://rladiesba.netlify.app/) &
[R-Ladies Resistencia-Corrientes](https://twitter.com/rladies_rciacte)
:::
:::
# Gracias💫 {.section}
{width="367" height="54"}