This repository has been archived by the owner on Jan 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (342 loc) · 15.2 KB
/
index.html
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CLEAN MARKUP = GOOD KARMA.
Hi source code lover,
you're a curious person and a fast learner ;)
Let's make something beautiful together. Contribute on Github:
https://github.com/webslides/webslides
Thanks!
-->
<!-- SEO -->
<title>JSDayES 2017: JavaScript para un DataScientist</title>
<meta name="description" content="JSDay 2017: JavaScript para un Data Scientist">
<!-- URL CANONICAL -->
<!-- <link rel="canonical" href="http://your-url.com/permalink"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat+Subrayada|Open+Sans" rel="stylesheet">
<!-- CSS Base -->
<link rel="stylesheet" type="text/css" media="all" href="static/css/base.css">
<!-- CSS Colors -->
<link rel="stylesheet" type="text/css" media="all" href="static/css/colors.css">
<!-- Optional - CSS SVG Icons (Font Awesome) -->
<link rel="stylesheet" type="text/css" media="all" href="static/css/svg-icons.css">
<!-- SOCIAL CARDS (ADD YOUR INFO) -->
<!-- FACEBOOK -->
<meta property="og:url" content="https://github.com/chucheria">
<!-- EDIT -->
<meta property="og:type" content="article">
<meta property="og:title" content="JSDay2017" />
<meta property="og:description" content="Bea Hernández: JavaScript para un Data Scientist">
<!-- EDIT -->
<meta property="og:updated_time" content="2017-05-13">
<!-- EDIT -->
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/7696356?v=3&u=7c30b61ef962685d9ed7c5f4a035417416936d77&s=400">
<!-- TWITTER -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@chucheria">
<!-- EDIT -->
<meta name="twitter:title" content="JSDay2017">
<!-- EDIT -->
<meta name="twitter:description" content="Bea Hernández: JavaScript para un Data Scientist">
<!-- EDIT -->
<meta name="twitter:image" content="https://avatars1.githubusercontent.com/u/7696356?v=3&u=7c30b61ef962685d9ed7c5f4a035417416936d77&s=400">
<!-- EDIT -->
<!-- FAVICONS -->
<link rel="shortcut icon" sizes="16x16" href="static/images/favicons/favicon.png">
<link rel="shortcut icon" sizes="32x32" href="static/images/favicons/favicon-32.png">
<link rel="apple-touch-icon icon" sizes="76x76" href="static/images/favicons/favicon-76.png">
<link rel="apple-touch-icon icon" sizes="120x120" href="static/images/favicons/favicon-120.png">
<link rel="apple-touch-icon icon" sizes="152x152" href="static/images/favicons/favicon-152.png">
<link rel="apple-touch-icon icon" sizes="180x180" href="static/images/favicons/favicon-180.png">
<link rel="apple-touch-icon icon" sizes="192x192" href="static/images/favicons/favicon-192.png">
<!-- Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#333333">
</head>
<body>
<main role="main">
<article id="webslides" class="vertical">
<!-- Quick Guide
- Each parent <section> in the <article id="webslides"> element is an individual slide.
- Vertical sliding = <article id="webslides" class="vertical">
- <div class="wrap"> = container 90% / <div class="wrap size-50"> = 45%;
-->
<section>
<!--.wrap = container (width: 90%) -->
<div class="wrap aligncenter">
<h1 class="text-landing">JavaScript para una Data Scientist</h1>
<p class="text-intro">
<strong>Bea Hernández</strong>
</p>
<nav>
<ul class="flexblock metrics">
<li>
<div>
<svg class="fa-twitter">
<use xlink:href="#fa-twitter"></use>
</svg>
<a href="https://twitter.com/chucheria">@chucheria</a>
</div>
</li>
<li>
<div>
<svg class="fa-github">
<use xlink:href="#fa-github"></use>
</svg>
<a href="https://github.com/chucheria">@chucheria</a>
</div>
</li>
</ul>
</nav>
</div>
<!-- .end .wrap -->
</section>
<section class="bg-gradient-gray">
<span class="background dark" style="background-image:url('static/images/craig-garner-202.jpg');"></span>
<div class="wrap size-60">
<p class="text-context">Como Data Scientist</p>
<h2>¿Cueces o enriqueces?</h2>
</div>
<!-- .end .wrap -->
</section>
<section class="bg-brown">
<div class="wrap">
<div class="grid">
<div class="column">
<div>
<img class="aligncenter graylogo" src="static/images/logos/robot.svg" alt="El motor">
</div>
<h3><strong>El motor</strong></h3>
<h5>Core de aplicaciones.</h5>
</div>
<div class="column">
<div>
<img class="aligncenter graylogo" src="static/images/logos/web.svg" alt="Web app">
</div>
<h3><strong>La aplicación web</strong></h3>
<h5>Core de negocio.</h5>
</div>
</div>
<!-- end .grid-->
</div>
<!-- end .wrap-->
</section>
<section class="aligncenter">
<!-- Overlay/Opacity: [class*="bg-"] > .background.dark or .light -->
<a href="https://bl.ocks.org/mbostock/raw/4062045/"><span class="background" style="background-image:url('static/images/force graph.png'); background-size: initial;"></span></a>
</section>
<section class="aligncenter">
<!-- Overlay/Opacity: [class*="bg-"] > .background.dark or .light -->
<span class="background" style="background-image:url('static/images/errors-everywhere-meme.png'); background-size: initial;"></span>
</section>
<section>
<div class="wrap">
<h3>La COJOHERRAMIENTA</h3>
<ul class="flexblock steps">
<!-- li>a? Add blink = <ul class="flexblock steps blink">-->
<li>
<span>
<svg class="fa-line-chart">
<use xlink:href="#fa-line-chart"></use>
</svg>
</span>
<h2>01. Visualizar en web</h2>
<p>La web como espacio de divulgación.</p>
</li>
<li>
<div class="process step-2"></div>
<span>
<svg class="fa-calculator">
<use xlink:href="#fa-calculator"></use>
</svg>
</span>
<h2>02. Lenguaje científico</h2>
<p>Integradas en Python, R, Julia,...</p>
</li>
<li>
<div class="process step-3"></div>
<span>
<svg class="fa-bar-chart">
<use xlink:href="#fa-bar-chart"></use>
</svg>
</span>
<h2>03. Personalización</h2>
<p>Totalmente custom.</p>
</li>
<li>
<div class="process step-4"></div>
<span>
<svg class="fa-database">
<use xlink:href="#fa-database"></use>
</svg>
</span>
<h2>04. Robustas</h2>
<p>Soporte de cantidades cada vez más grandes de datos.</p>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<section class="bg-gradient-gray">
<span class="background dark" style="background-image:url('static/images/carlos-muza-84523.jpg');"></span>
<div class="wrap size-60">
<p class="text-context">JS vs DS</p>
<h2>I still haven't found what I'm looking for</h2>
</div>
<!-- .end .wrap -->
</section>
<section class="fullscreen bg-white">
<div class="card-50">
<figure>
<img src="static/images/exploratory.png" alt="Exploratory analysis">
</figure>
<!-- end figure-->
<div class="flex-content">
<h2><strong>Explorar</strong></h2>
<p class="text-intro">Gráfico exploratorio</p>
<p>Requiere muy poco código y el 99% de las veces solo lo vas a ver y usar tú.</p>
<p class="text-symbols">* * *</p>
</div>
<!-- end .flex-content-->
</div>
</section>
<section class="fullscreen bg-white">
<div class="card-50">
<figure>
<img src="static/images/expository.png" alt="Expository analysis">
</figure>
<!-- end figure-->
<div class="flex-content">
<h2><strong>Exponer</strong></h2>
<p class="text-intro">Gráfico de publicación</p>
<p>Gráfico estático, muy claro, utilizado para artículos y papers. Requiere más trabajo y su objectivo es mayoritariamente académico.</p>
<p class="text-symbols">* * *</p>
</div>
<!-- end .flex-content-->
</div>
</section>
<section class="fullscreen bg-white">
<div class="card-50">
<figure>
<img src="static/images/interactive.png" alt="Interactive analysis">
</figure>
<!-- end figure-->
<div class="flex-content">
<h2><strong>Interactuar</strong></h2>
<p class="text-intro">Gráfico de web</p>
<p>Gráfico mucho más elaborado para web. Una de las funciones es que el lector interatúe con el gráfico. </p>
<p class="text-symbols">* * *</p>
</div>
<!-- end .flex-content-->
</div>
</section>
<section class="bg-pink">
<div class="wrap">
<h3>Librerías</h3>
<!-- li>a? Add blink (block link) = <ul class="flexblock metrics blink">-->
<ul class="flexblock metrics border">
<li> R
<a href="https://github.com/GeoinquietosMadrid/datavis-with-r"><span>ggplot2</span></a>
</li>
<li> R
<a href="http://rstudio.github.io/leaflet/"><span>leaflet</span></a>
</li>
<li> python
<span>mpl.plt</span>
</li>
<li> python
<span>seaborn</span>
</li>
<li>
<a href="https://www.highcharts.com/demo"><span>highcharts</span></a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<section>
<div class="wrap">
<h2>Problemas</h2>
<ul class="flexblock features">
<li>
<div>
<h2>
<svg class="fa-mobile">
<use xlink:href="#fa-mobile"></use>
</svg>
Responsive
</h2>
Obtengo una imagen o un gráfico no responsive.
</div>
</li>
<li>
<div>
<h2>
<svg class="fa-puzzle-piece">
<use xlink:href="#fa-puzzle-piece"></use>
</svg>
Custom
</h2>
Beggars can't be choosers
</div>
</li>
<li>
<div>
<h2>
<svg class="fa-code">
<use xlink:href="#fa-code"></use>
</svg>
Nuevo paradigma
</h2>
Cambio de mentalidad
</div>
</li>
<li>
<div>
<h2>
<svg class="fa-server">
<use xlink:href="#fa-server"></use>
</svg>
Grandes datos
</h2>
¿Tengo que pasar al servidor?
</div>
</li>
<li>
<div>
<h2>
<svg class="fa-square-o">
<use xlink:href="#fa-square-o"></use>
</svg>
Widgets
</h2>
Shiny apps, HTMLWidgets
</div>
</li>
</ul>
</div>
</section>
<section>
<span class="background dark" style="background-image:url('static/images/explosion.gif');"></span>
<!-- .end .wrap -->
</section>
<section>
<span class="background dark" style="background-image:url('static/images/hug.gif');"></span>
<!-- .end .wrap -->
</section>
</article>
</main>
<!--main-->
<!-- Required -->
<script src="static/js/webslides.js"></script>
<!-- Autoslide 5 seconds. If you don't want autoslide, remove: {autoslide: 5000} -->
<script>
window.ws = new WebSlides({});
</script>
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
<script defer src="static/js/svg-icons.js"></script>
</body>
</html>