-
Notifications
You must be signed in to change notification settings - Fork 5
/
slides.html
747 lines (680 loc) · 24.3 KB
/
slides.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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Slides</title>
<script src="site_libs/header-attrs-2.22/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
<script src="site_libs/pagedtable-1.1/js/pagedtable.js"></script>
<link href="site_libs/ionicons-2.0.1/css/ionicons.min.css" rel="stylesheet" />
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">code{white-space: pre;}</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark the anchor link active (and if it's in a dropdown, also mark that active)
var dropdown = menuAnchor.closest('li.dropdown');
if (window.bootstrap) { // Bootstrap 4+
menuAnchor.addClass('active');
dropdown.find('> .dropdown-toggle').addClass('active');
} else { // Bootstrap 3
menuAnchor.parent().addClass('active');
dropdown.addClass('active');
}
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "\e258";
font-family: 'Glyphicons Halflings';
border: none;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Zurich R User Group</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="slides.html">Slides</a>
</li>
<li>
<a href="sponsors.html">Sponsors & Venues</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://www.meetup.com/Zurich-R-User-Group/">Meetup page</a>
</li>
<li>
<a href="https://twitter.com/ZurichRUsers">
<span class="ion ion-social-twitter"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<h1 class="title toc-ignore">Slides</h1>
</div>
<p>Here you can find slides from past meetups.</p>
<div id="november-2-2023" class="section level3">
<h3>November 2, 2023</h3>
<ul>
<li><a href="slides/20231102_Thuerlimann.pdf">Unveiling Market Insights
with Real Estate</a> (Andreas Thürlimann, Datahouse)</li>
<li><a href="slides/20231102_Farnham.pdf">Interpretable machine
learning: applications in public health</a> (Andrea Farnham, University
of Zurich)</li>
</ul>
</div>
<div id="september-11-2023-r-integration-and-real-world-problem-solving"
class="section level3">
<h3>September 11, 2023 – R Integration and Real-World Problem
solving</h3>
<ul>
<li>duckplyr: Tight Integration of duckdb with R and the tidyverse
(Kirill Müller, cynkra)</li>
<li>The best bottle is just one (or two) GAMMs away (Luisa Barbanti and
Matteo Tanadini, Zürich Data Scientists)</li>
</ul>
</div>
<div id="jul-2023-re-insurance-and-r---july-edition"
class="section level3">
<h3>05 JUL 2023 – Re-Insurance and R - July Edition</h3>
<ul>
<li>Bayesian mortality modelling: a fresh perspective from A to Z
(Patrick Hogan, Life & Health Analytics at PartnerRe)</li>
<li>An interactive Shiny dashboard to quantify the carbon footprint of
marine insurers’ Hull and Machinery portfolios (Elena Pesce, Business
Analyst at the Swiss Re Institute and technical advisor to the Poseidon
Principles for Marine Insurance)</li>
</ul>
</div>
<div id="july-05-2022-data-visualisation" class="section level3">
<h3>July 05, 2022 – Data Visualisation:</h3>
<ul>
<li>Detecting and analysing space-time correlations with ARCOS (Maciej
Dobrzyński, Postdoc @ University of Berne)</li>
<li>Exploring “The Grammar of Graphics” (Lynda Metref, Principal
Engineer / Data Scientist @ Helbling Technik)</li>
</ul>
</div>
<div id="april-27-2022-all-around-shiny" class="section level3">
<h3>April, 27 2022 – All around Shiny</h3>
<ul>
<li>Comprehensive audit of a Shiny app through CI/CD: toward
production-readiness (David Granjon (<span
class="citation">@divadnojnarg</span>), <span
class="citation">@RinteRface</span> founder and maintainer)</li>
<li>Anomaly Detection on Vote Sundays with R & Shiny (Thomas Lo
Russo, Statistical Office of the Canton of Zurich)</li>
</ul>
</div>
<div id="october-27-2021-spatial-statistics" class="section level3">
<h3>October 27, 2021 – Spatial Statistics</h3>
<ul>
<li>Developing the mlr/mlr3 machine learning framework in R (Patrick
Schratz – M.Sc. in Geoinformatics, member of the mlr-org core team)</li>
<li>varycoef: An R Package for Gaussian Process-based Spatially Varying
Coefficient Models (Jakob Dambon, PhD, Data Scientist Intern @ Swiss Re,
External Lecturer @ Lucerne University of Applied Sciences and
Arts)</li>
</ul>
</div>
<div id="october-29-2020" class="section level3">
<h3>October 29, 2020</h3>
<ul>
<li><a href="https://github.com/statistikZH/SPARQL_WITH_R">SPARQL with
R</a> (Katharina Kaelin, Statistisches Amt, Kanton Zürich)</li>
</ul>
</div>
<div id="january-29-2020" class="section level3">
<h3>January 29, 2020</h3>
<ul>
<li><a href="slides/20200129_PartnerRe_pdfversion.pdf">From survival
analysis to projecting disability payments</a> (Benjamin Abt and Simon
Adamov, PartnerRe)</li>
<li>Data Science at UPC (Felix Reisen, UPC)</li>
<li><a
href="https://rinterface.com/shiny/talks/zurichR2020/index.html#slide=1">shinyMobile:
mobile ready shiny apps</a> (David Granjon, Novartis)</li>
</ul>
</div>
<div id="november-13-2019" class="section level3">
<h3>November 13, 2019</h3>
<ul>
<li><a href="slides/20191113_Perucco.pdf">Predicting the departing
runway of a flight based on a classification tree model</a> (Benjamin
Perucco, Zurich Airport)</li>
<li><a href="slides/20191113_Banha.pdf">NOTAM message classifier</a>
(Joao Banha, Swiss International Air Lines)</li>
</ul>
</div>
<div id="october-14-2019" class="section level3">
<h3>October 14, 2019</h3>
<ul>
<li><a href="slides/20191014_quanteda.pdf">quanteda - Quantitative
Analysis of Textual Data</a> (Stefan Müller, UZH)</li>
<li><a href="https://zhr-meetup-201910.netlify.com/#1">useR!2019
Toulouse : ZRH-PARIS-BORDEAUX-TOULOUSE</a> (Matthias Bannert,
KOF/ETHZ)</li>
</ul>
</div>
<div id="september-16-2019" class="section level3">
<h3>September 16, 2019</h3>
<ul>
<li>Relational data models with the dm package: <a
href="https://github.com/krlmlr/dm/blob/master/demo/zurich.R">R
script</a>, <a href="https://krlmlr.github.io/dm/">package website</a>
(Kirill Müller, cynkra)</li>
<li><a href="slides/20190916_Pres_Datahouse_Crawling.pdf">Tracking Real
Estate Project Web Sites with R</a> (Thomas Maier, Datahouse AG)</li>
</ul>
</div>
<div id="june-18-2019" class="section level3">
<h3>June 18, 2019</h3>
<ul>
<li><a href="slides/20190618_reinforcelearn.pdf">Use case of
reinforcement-learning examplified by Super Mario AI</a> (Sebastian
Heinz & Oliver Guggenbühl, STATWORX)</li>
<li><a href="slides/20190618_duckdb.pdf">Analytical Data Management with
R</a> (Hannes Mühleisen, CWI, University of Amsterdam (UvA))</li>
</ul>
</div>
<div id="may-22-2019" class="section level3">
<h3>May 22, 2019</h3>
<ul>
<li><a
href="https://lyndametref.github.io/docker4r-presentation/docs/">Docker
for R users</a> (Lynda Metref, Helbling Technik AG)</li>
<li><a href="https://rinterface.com/shiny/talks/index.html">Toward
production-ready user interfaces with the R Shiny framework</a> (David
Granjon, UZH)</li>
</ul>
</div>
<div id="april-03-2019" class="section level3">
<h3>April 03, 2019</h3>
<ul>
<li>Medical underwriting triage: An end-to-end machine learning case
study (Alexander Noll, PartnerRe)</li>
<li><a href="slides/20190403_Reber_chartbookR.pdf">Introducing
chartbookR</a> (Kilian Reber, SUVA)</li>
</ul>
</div>
<div id="february-19-2019" class="section level3">
<h3>February 19, 2019</h3>
<ul>
<li><a href="slides/20190219_talkMJK.pdf">On weapons and dialects: The
initial hypothesis and the final story</a> (Marie-José Kolly, NZZ)</li>
<li><a
href="https://docs.google.com/presentation/d/1wWc-yjw33mIA8SrOQd16OoIID54L0wU5mNV4410RxKk">Data
driven journalism at Tamedia</a> (Patrick Meier, Tamedia)</li>
</ul>
</div>
<div id="december-5-2018" class="section level3">
<h3>December 5, 2018</h3>
<ul>
<li><a
href="https://stat.ethz.ch/~maechler/U/R/Zurich_R-2018_ProgR-ALTREP.html#1">What
I find important when R Programming - and Recent Cool Features in R</a>
(Dr. Martin Mächler, ETH Zurich)</li>
</ul>
</div>
<div id="october-25-2018" class="section level3">
<h3>October 25, 2018</h3>
<ul>
<li><a href="slides/20181025_useR_predicting_FIFA_groll.pdf">A
Comparison of Covariate-based Prediction Methods for FIFA World Cups</a>
(Andreas Groll, TU Dortmund)</li>
<li><a
href="slides/20181025_useR_predicting_biathlon_maier.pdf">Predicting
biathlon shooting performance using machine learning</a> (Thomas Maier,
Swiss Federal Institute of Sport Magglingen/datahouse)</li>
</ul>
</div>
<div id="september-3-2018" class="section level3">
<h3>September 3, 2018</h3>
<ul>
<li><a href="slides/20180903_blogdown_rmeetup_tlorusso.pdf">blogdown:
Creating Websites with R Markdown</a> (Thomas Lo Russo, Statistical
Office, Canton of Zurich)</li>
<li><a
href="https://krlmlr.github.io/dbi-slides/2018-09-zurich-meetup/">DBI:
Recent developments in R’s database interface</a> (Kirill Müller, cynkra
GmbH)</li>
</ul>
</div>
<div id="may-16-2018" class="section level3">
<h3>May 16, 2018</h3>
<ul>
<li><a href="slides/20180516_Pres_Schweizer.pdf">Micro location rating
in real estate</a> (Jacqueline Schweizer, Wüest Partner)</li>
<li><a href="slides/20180516_Pres_Papritz.pdf">Speeding R up on your
computer by parallelized computations - a geostatistical case study</a>
(Andreas Papritz, Department of Environmental Systems Science, ETH
Zurich / Statistik Stadt Zürich)</li>
</ul>
</div>
<div id="march-21-2018" class="section level3">
<h3>March 21, 2018</h3>
<ul>
<li><p><a href="slides/20180321_LTPM-in-R.pdf">Long Term Protection
Model</a> (Alexis Iglauer, Partner Re, and Maarten-Jan Kallen,
BeDataDriven, on behalf of Dr. Urszula Gasser, Partner Re)</p></li>
<li><p>Social contact network analysis: static versus dynamic
(time-stamped) approaches (Beatriz Vidondo, Veterinary Public Health
Institute, Department of Clinical Research and Public Health, University
of Bern)</p></li>
</ul>
</div>
<div id="january-8-2018" class="section level3">
<h3>January 8, 2018</h3>
<ul>
<li><a
href="https://www.slideshare.net/NicolaLambiase/big-data-analytics-in-r-using-sparklyr">Big
Data Analytics in R using sparklyr</a> (Nicola Lambiase,
Mirai-Solutions)
<ul>
<li>also available as <a
href="https://gist.github.com/lambiase/f07ba853618a9219137fee0764671c94#file-nyc_tlc-rmd">Rmd</a>
and <a
href="https://cdn.rawgit.com/lambiase/f07ba853618a9219137fee0764671c94/raw/4f65642e012704f087a93e337ee10b486d53e544/nyc_tlc.html">html</a>
files</li>
</ul></li>
<li><a
href="https://www.slideshare.net/Zurich_R_User_Group/anomaly-detection-database-integrated">Anomaly
detection – database integrated</a> (Olaf Nimz, Trivadis)</li>
</ul>
</div>
<div id="november-7-2017" class="section level3">
<h3>November 7, 2017</h3>
<ul>
<li><p><a
href="https://github.com/statistikZH/RMeetup/blob/master/unstructered_data.pdf">Read
and process unstructured data with R</a> (Max Grütter, Statistical
Office, Canton of Zurich)</p></li>
<li><p><a href="https://schnllr.github.io/Meetup">Mastering Corporate
Design with R</a> (Andrea Schnell and Thomas Lo Russo, Statistical
Office, Canton of Zurich)</p></li>
<li><p><a
href="http://prezi.com/ao48t6yeh_vz/?utm_campaign=share&utm_medium=copy&rc=ex0share">Illustration
of pupils’ diversity with R</a> (Flavian Imlig, Zurich State Department
of Education)</p></li>
<li><p><a
href="http://www.christophsax.com/slides/171107-meetup/slides.html">Making
Public Data Public</a> (Christoph Sax, Christoph Sax Data
Analytics)</p></li>
</ul>
<p>See also the <a href="https://statistikzh.github.io/RMeetup/">list of
presentations</a> provided by the <a
href="http://statistik.zh.ch/">Statistical Office of the Canton of
Zurich</a>.</p>
</div>
<div id="september-4-2017" class="section level3">
<h3>September 4, 2017</h3>
<ul>
<li><p><a
href="https://openml.github.io/articles/slides/talk_cenisbs_2017/OpenML_CENISBS.html">Open
machine learning</a> (Heidi Seibold, Epidemiology, Biostatistics and
Prevention Institute, UZH)</p></li>
<li><p><a
href="https://docs.datahouse.ch/2017/RMeetup_September">Dynamic Pricing
- Analyzing rapidly-changing prices</a> (Daniel Meister,
datahouse)</p></li>
<li><p><a
href="https://www.slideshare.net/Zurich_R_User_Group/r-at-sanitas-workflow-problems-and-solutions">R
at Sanitas – Workflow, Problems and Solutions</a> (Patrik Lengacher,
Sanitas)</p></li>
</ul>
</div>
<div id="may-3-2017" class="section level3">
<h3>May 3, 2017</h3>
<ul>
<li><p><a
href="https://www.slideshare.net/Zurich_R_User_Group/visualizing-the-frequency-of-transit-delays-using-qgis-and-the-leaflet-javascript-library-in-r">Visualizing
the frequency of delays using QGIS and the Leaflet javascript library in
R</a> (Peter B. Pearman and Thomas Roth)</p></li>
<li><p><a
href="https://www.slideshare.net/Zurich_R_User_Group/modeling-bus-bunching">Modelling
Bus Bunching</a> (Andrea Farnham)</p></li>
<li><p>How we organized the Hackathon (Heidi Seibold)</p></li>
</ul>
</div>
<div id="april-10-2017" class="section level3">
<h3>April 10, 2017</h3>
<ul>
<li><a href="https://github.com/krlmlr/remake-slides">Slides</a> and <a
href="https://github.com/krlmlr/remake-tutorial">tutorial</a> (Kirill
Müller, ETHZ/datatools GmbH)</li>
</ul>
</div>
<div id="february-6-2017" class="section level3">
<h3>February 6, 2017</h3>
<ul>
<li><p><a
href="https://www.slideshare.net/Zurich_R_User_Group/introduction-to-renjin-the-alternative-engine-for-r">Introduction
to Renjin, the alternative engine for R</a> (Maarten-Jan Kallen,
BeDataDriven)</p></li>
<li><p><a
href="https://github.com/christophM/r-y-u-do-dis/blob/master/presentation.Rmd">R,
y u do dis?</a> (Christoph Molnar)</p></li>
<li><p>Scraping Interactive Graphs with Selenium (Kushtrim Veseli, Swiss
International Air Lines) (<a
href="https://github.com/Zurich-R-User-Group/Zurich-R-User-Group.github.io/blob/master/_files/slides-code/538_polls_all.R">Code</a>)</p></li>
</ul>
</div>
<div id="november-29-2016-how-r-is-used-in-different-professions"
class="section level3">
<h3>November 29, 2016 (How R is used in different professions)</h3>
<ul>
<li><p>Make it simpleR! (Raymond Zychowicz, UBS)</p></li>
<li><p><a
href="http://www.slideshare.net/Zurich_R_User_Group/rinfinancegabrielfoix">R
in Finance: Using R in a productive and highly regulated environment</a>
(Gabriel Foix, Mirai Solutions)</p></li>
<li><p><a
href="http://www.slideshare.net/Zurich_R_User_Group/how-to-use-r-in-different-professions-r-for-car-insurance-product-speaker-claudio-giancaterino">R
for Car Insurance Product</a> (Claudio Giancaterino)</p></li>
<li><p>Using Shiny for worldwide climate monitoring (David Masson,
CelsiusPro)</p></li>
</ul>
</div>
<div id="september-29-2016" class="section level3">
<h3>September 29, 2016</h3>
<ul>
<li><p><a
href="http://htmlpreview.github.io/?https://github.com/Zurich-R-User-Group/Zurich-R-User-Group.github.io/blob/master/_files/slides/nadja-shiny/MeetupPresentation.html#/">Fast
Prototyping in R - a brief Introduction to R Shiny</a> (Nadja Ulrich,
Zühlke) <a
href="https://github.com/naulrich/ZurichRUserMeetup">Code</a></p></li>
<li><p><a
href="http://www.slideshare.net/Zurich_R_User_Group/where-south-america-is-swinging-to-the-right-an-rdriven-data-journalism-project-from-neue-zrcher-zeitung">Clean,
code, analyze and visualize election data in R: An example from
datajournalism</a> (Marie-José Kolly & Marvin Milatz, NZZ)</p></li>
</ul>
</div>
<div id="august-4-2016-visualisation-special" class="section level3">
<h3>August 4, 2016 (Visualisation special)</h3>
<ul>
<li><p><a
href="http://de.slideshare.net/Zurich_R_User_Group/analyzing-the-bhrer-family-data-set-using-an-advanced-mosaic-plot">Analyzing
the Bührer family data set using an advanced mosaic plot.</a> (Thomas
Roth, ZHAW)</p></li>
<li><p><a
href="http://de.slideshare.net/Zurich_R_User_Group/visualization-challenge-mapping-health-during-travel">Mapping
health during travel: a visualization of a trip through Thailand.</a>
(Andrea Farnham, UZH)</p></li>
<li><p><a
href="http://htmlpreview.github.io/?https://raw.githubusercontent.com/Zurich-R-User-Group/Zurich-R-User-Group.github.io/master/_files/slides/matteo-rcharts/index.html">Interactive
Javascript in R with rCharts</a> (Matteo Casserini, Centralway)</p></li>
<li><p><a
href="https://github.com/srfdata/2015-09-elections-political-shifts/blob/master/analysis/main.Rmd">Animation
of political shifts in elections</a> (Timo Grossenbacher, SRF)</p></li>
<li><p><a
href="http://de.slideshare.net/Zurich_R_User_Group/an-interactive-map-with-rshiny-and-leaflet">An
interactive map with R-Shiny and leaflet</a> (Bojan Škerlak,
Migros)</p></li>
<li><p><a
href="http://www.web.statistik.zh.ch/cms_vis/meetup/panachage.html">Federal
election 2015 : visualizing the panachage-statistics</a> (Thomas Lo
Russo, Statistical Office Zurich)</p></li>
<li><p><a
href="https://raw.githubusercontent.com/dimitris1ps/zurichRMeetup/master/meetup.rmd">Crosstalk</a>
(Dimitris Psaradellis, eBay)</p></li>
</ul>
</div>
<div id="may-23-2016" class="section level3">
<h3>May 23, 2016</h3>
<ul>
<li><p><a href="http://chilp.it/e690a33">Microsoft R Server</a> (Marc
Schöni, Microsoft)</p></li>
<li><p><a
href="http://www.slideshare.net/AndrewMarritt/zurich-r-user-group-presentation-may-2016">Automated
reports at OrganizationView</a> (Andrew Marritt,
OrganizationView)</p></li>
</ul>
</div>
<div id="march-16-2016" class="section level3">
<h3>March 16, 2016</h3>
<ul>
<li><p><a href="http://grssnbchr.github.io/zrug-rddj">Data
journalism</a> (Timo Grossenbacher, SRF)</p></li>
<li><p><a
href="http://de.slideshare.net/Opendatazurich/open-data-lt3-r">Open Data
Zurich</a> (Marco Sieber and Fidel Thomet, Open Data Zurich)</p></li>
</ul>
</div>
<div id="january-21-2016" class="section level3">
<h3>January 21, 2016</h3>
<ul>
<li><p><a
href="http://de.slideshare.net/Zurich_R_User_Group/speeding-up-big-data-manipulation-with-datatable-package">Speeding
up (big) data manipulation with the data.table package</a> (Vasily
Tolkachev, Zurich University of Applied Sciences, Institute for Data
Analysis and Process Design)</p></li>
<li><p><a
href="http://de.slideshare.net/Zurich_R_User_Group/zurich-r-user-group-desc-tools">DescTools
- Tools for Descriptive Statistics and Exploratory Data Analysis</a>
(Andri Signorell, Helsana/HWZ)</p></li>
</ul>
</div>
<div id="december-7-2015" class="section level3">
<h3>December 7, 2015</h3>
<ul>
<li><p><a
href="http://de.slideshare.net/Zurich_R_User_Group/december-2015-meetup-shiny-make-your-r-code-interactive-craig-wang">Shiny:
Make Your R Code Interactive</a> (Craig Wang, ETH)</p></li>
<li><p>Exploring knitr (Isaac Gravestock, UZH)</p></li>
<li><p><a
href="https://krlmlr-user15.github.io/presentation/#1">Improving
computational performance with algorithm engineering</a> (Kirill Müller,
ETH)</p></li>
</ul>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>