This repository was archived by the owner on Jun 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
719 lines (678 loc) · 34.1 KB
/
Copy pathindex.html
File metadata and controls
719 lines (678 loc) · 34.1 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
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
<!--
=========================================================
* Material Kit - v2.0.6
=========================================================
* Product Page: https://www.creative-tim.com/product/material-kit
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
Licensed under MIT (https://github.com/creativetimofficial/material-kit/blob/master/LICENSE.md)
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="src/img/apple-icon.png">
<link rel="icon" type="image/png" href="src/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
New York City: A Numbers Game
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<!-- CSS Files -->
<link href="src/css/material-kit.css?v=2.0.6" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<!-- <link href="demo/demo.css" rel="stylesheet" /> -->
<style>
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
.iframe-container-small {
overflow: hidden;
padding-top: 39.25%;
position: relative;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.iframe-container-small iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.seasoncontent,
.pestcontent {
display: none;
}
</style>
<script>
function openCity(evt, objname, tablinkname, classname) {
// Declare all variables
var i, tabcontent, tablinks;
// Get all elements with class="tabcontent" and hide them
tabcontent = document.getElementsByClassName(classname);
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
// Get all elements with class="tablinks" and remove the class "active"
tablinks = document.getElementsByClassName(tablinkname);
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
// Show the current tab, and add an "active" class to the button that opened the tab
document.getElementById(objname).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
</head>
<body class="landing-page sidebar-collapse" style="background-color: #383838; color: #BBC8D8">
<nav class="navbar navbar-transparent navbar-color-on-scroll fixed-top navbar-expand-lg" color-on-scroll="100"
id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="index.html">
New York City: A Numbers Game </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false"
aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" data-placement="bottom"
href="https://github.com/Battleman/Squada" target="_blank" data-original-title="Fork me!">
<i class="fa fa-github"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" data-placement="bottom" href="https://ada.epfl.ch"
target="_blank" data-original-title="Host course">
<img src="src/img/dlab.svg" width="40px" alt="DLAB Logo">
</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" data-placement="bottom" href="https://epfl.ch" target="_blank"
data-original-title="Host university">
<img src="src/img/epfl.png" width="48px" alt="EPFL Logo">
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="page-header header-filter" data-parallax="true" style="background-image: url('src/img/nyc.jpg')">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="title"><i>Sometimes it's just a numbers game</i></h1>
<h4><b>An analysis of New York's fun, interesting, disturbing events throughout data analysis.</b></h4>
<br>
<a id="getstarted" target="_blank" class="btn btn-danger btn-raised btn-lg">
Get started!
</a>
</div>
<div class="col-md-1">
</div>
<div class="col-md-5 text-md-righ text-left" style="font-family: Letter Gothic LCY Bold, LetterGotLCYBol, MONOSPACE;
margin-top: 200px; color:#bbb">
<b>In New York, <br>
Concrete jungle where dreams are made of <br>
There's nothin' you can't do <br>
Now you're in New York <br>
These streets will make you feel brand new <br>
Big lights will inspire you <br>
Let's hear it for New York, New York, New York" <br>
Alicia Keys, Jay-Z
</b>
</div>
</div>
</div>
</div>
<div class="main main-raised" style="background-color: #121212">
<div class="container">
<div class="section text-center">
<div class="row">
<div class="col-md-10 ml-auto mr-auto">
<h2 id="start_content" class="title">NYC in a nutshell: the <i>311</i></h2>
<h5 class="description">You probably know the 9-1-1, the US emergency number. But you may not be as familiar
with 3-1-1.
As multiple
<u><i><a href="https://en.wikipedia.org/wiki/3-1-1" target="_blank">
US and Canadian cities
</a></i></u>
, New York City implemented this
<i><u><a href="https://portal.311.nyc.gov/" target="_blank">
non-emergency requests number
</a></u></i>
. By calling this number (or by visiting the online portal), you can make requests of inform
the city of very various problems: rats sighting, broken water heater in a city building,
broken street lamp, noise in the street, illegal parking,...
<div class="iframe-container">
<iframe src="src/plots/calls_by_year.html"></iframe>
</div>
<div class="text-left">
<small>Note that in 2019 only calls until November are included</small>
</div>
<br>
<br>
<i>How it came to be and where it is heading</i><br>
The service was first launched in Baltimore in 2001. Thanks to the success and rapid growth, it
served as a model to be replicated in other cities. Only two years later it was established in NYC. It is
known that it is the city that never sleeps and same holds for the NYC311 which operates 24/7. Since 2010
the calls are published on the
<i>
<u>
<a href="https://data.cityofnewyork.us/browse?q=NYC+311+Service+Requests+from+2010+to+Present">data.cityofnewyork.us
website</a></u>
</i>, updated
daily. Not surprisingly, its popularity is on the increase as more and more citizens are conscious of it
and decide not to ignore the problems they spot.
<br>
<br>
</h5>
<img src="src/img/wordcloud.png" width="100%" class="rounded" alt="NYC Wordcloud">
</div>
</div>
</div>
</div>
</div>
<div class="main main-raised" style="background-color: #222222">
<div class="container">
<div class="section">
<div class="col-md-10 ml-auto mr-auto">
<div class="text-center">
<h2 id="start_content" class="title">Neighborhood Tabulation Areas (NTA)</h2>
</div>
<div class="text-justify">
There exist several ways to split a city in meaningful ways. Blocks, districts, boroughs,...
But in New York City, it's interesting to consider <i>Neighborhood Tabulation Areas</i> (formerly
"Neighborhood Projection Areas"), or simply NTAs.
<br>
<br>
According to <a href="https://www1.nyc.gov/site/planning/data-maps/open-data/dwn-nynta.page">NYC official
website</a>:
<cite>[NTAs] were created to project populations at a small area level, from 2000 to 2030 for PlaNYC, the
long-term sustainability plan for New York City. Since population size affects the error associated with
population projections, these geographic units needed to have a minimum population, which we determined
to
be 15,000. This criterion resulted in combinations of neighborhoods that probably would not occur if one
were solely designating boundaries of historical neighborhoods.
</cite>
<br>
It becomes interesting to compare NTAs between them with an innovative criterion: the number of requests
made concerning each of them. With that, and because they have a relatively similar count of inhabitants,
we are able to "rank" them according to certain criterions. With that, we could help recommend arriving
citizens some favorable places according to their preferences: if noise is a real problem for them, we would
recommend them
not to settle in a place with many requests linked to noise. We have access to the population data of the
NTAs (2010 census), which will allow us to construct a better ranking scheme that normalizes the number of
complaints by the population size of the NTA.
<div class="text-justify">
<h3>Analysis</h3>
A naive ranking would only look at the number of complaints per NTA. Since we have access to population
sizes, a more sensible ranking scheme takes into account the population size of an NTA.
<div class="iframe-container" style="padding-top: 70%;">
<iframe src="src/plots/nta_ranking.html" height="500%" style="height:500%"></iframe>
</div>
One NTA really stands out, both in terms of total complaints and complaints per capita: <i>Rikers Island</i>.
This example highlights the fact that no ranking is perfect and should therefore be taken with a grain of
salt, we would not recommend moving to that island as it is a 1.67 km2 island in the East River between
Queens and the Bronx that is home to New York City's main jail complex.
<br>
Interesting fact about <i>Stuyvesant Town-Cooper Village</i> and <i>Starrett City</i>: both NTAs have their
own public safety forces, which might explain why they have so few complaints per capita. In fact, <i>Starrett City</i> had
one of the city's lowest crime rates, mainly because of the existence of the security force. This private
security force has been used as a case study in the advantages of private security over public policing.
<br>
<br>
Finally, while a general rankinkg that looks at all types of complaints certainly is helpful, people have different
preferences when it comes to choosing a place to live. For instance one might not care about the fact that there are
frequently problems with the infractructure of a neighborhood (brooken streetlight, graffitis on the walls, but be
very sensitive to noise. This is why we now take a closer look at a selection of NTAs, that already have the lowest
number of complaints per capita, but distinguish between different Complaint Categegory Classes (CTCs), to see how
the NTAs perform in each category, with respect to the city-wide average.
<div class="iframe-container">
<iframe src="src/plots/nta_heatmap.html"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main main-raised" style="background-color: #121212">
<div class="container">
<div class="section">
<div class="col-md-10 ml-auto mr-auto">
<div class="text-center">
<h2 id="start_content" class="title">Departments</h2>
</div>
<div class="text-justify">
While NTAs are geographical separation of the city, we can also split a city according to the nature of the
problem.
Obviously, illegal parking, street light condition and broken water heater should not go to the same people.
This is the
role of <i>Departments</i>. There are officially about 45 agencies/departments registered, but 3-1-1
requests go to
only a handful of them:
<ul>
<li>HPD (Housing Preservation & Development)</li>
<li>NYPD (New York Police Department)</li>
<li>DOT (Department of Transportation)</li>
<li>DSNY (Department of Sanitation of New York)</li>
<li>DEPP (Department of Environmental Protection Police)</li>
</ul>
It is interesting to look at the distribution of requests among them.
<div class="iframe-container">
<iframe src="src/plots/percentage_311_agency.html"></iframe>
</div>
Much of the calls are directed to the famous NYPD (New York Police Department).
Let’s zoom out from the granularity of the NTAs and look at the big picture - the boroughs.
<figure style="margin-top: 30px; margin-bottom: 30px">
<img width="60%" class="img-fluid rounded mx-auto d-block" src="src/maps/boroughs.jpg">
<figcaption>NYC boroughs</figcaption>
</figure>
311 is a non emergency line, so we don’t expect to see crimes reported. In fact the most common problems
tackled by NYPD through 311 are:
<ul>
<li>Noise complaints</li>
<li>Illegal parking</li>
<li>Dealing with derelict vehicles</li>
<li>Animal abuse</li>
</ul>
Staten Island has the reputation of being the
<a href="https://www.dnainfo.com/crime-safety-report/staten-island/">safest borough</a> in the Big Apple.
It also appears to be the most calm, with the smallest proportion of its 311 calls directed to NYPD.
<div class="iframe-container">
<iframe src="src/plots/nypd_vs_all.html"></iframe>
</div>
On the other end of the spectrum we see Queens, where most common problem is a blocked driveway. This type
of complaint is, next to illegal parking and noise among top 3 annoyances in all the boroughs but
Manhattan. In Manhattan it is noise of all types that occupies the minds of inhabitants. Interestingly it
is the only borough where the issue of homeless encampments makes it to the top 10.
<div class="iframe-container" style="padding-top: 70%;">
<iframe src="src/plots/common_complaints.html" height="500%" style="height:500%"></iframe>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
<div class="main main-raised" style="background-color: #222222">
<div class="container">
<div class="section">
<div class="col-md-10 ml-auto mr-auto">
<div class="text-center">
<h2 id="start_content" class="title">Seasonality</h2>
</div>
<div class="text-justify">
Since the dawn of humanity, humans have lived their lives in accordance to seasons.
Behaviors drastically change between winter and summer. In summer, people tend to go away
for vacations, and in winter tend to stay at home instead of going out. Meanwhile, spring sees a lot of
people
in the street, as the weather is warmer but you're not in vacations yet.
<br>
<br>
This is equally true for natural events: coincidentally, people tend to need snow plowing more often
in winter than in summer (who knows why ?). This is the goal of this section: perform an analysis on
the seasonality of different events.
<br>
<br>
If we are able to uncover hidden recurrent events, we may be able to prepare for those events better,
either by raising awareness in the population, or by better anticipating. This could lead to less
stressful moments for city employees.
<br>
Below, you'll find an interactive graph, showing the count of request per month, split according to
the "Complaint Type". Note that we only kept the 100 most frequent.
</div>
<div class="text-center">
<div class="iframe-container">
<iframe src="src/plots/complaint_type.html"></iframe>
</div>
</div>
<div class="text-left">
<small>
Howto: you can click on the legend items to enable/disable items one at a time.
If you wish to enable/disable all at once, double click on an item. Use the tools
at the top of the chart to move, zoom, etc.
</small>
</div>
<div class="text-justify">
<h3>Analysis</h3>
To save you the trouble, we picked a few interesting analysis. You can see for yourself by selecting the
stated entries.
<ul>
<li>By selecting all forms of <b>Noise</b>,
you'll notice peaks during summer. But interestingly, there used to be 2 peaks, back in 2010: one in
May, one un Septembre (with a light
pit between them). This shape slightly shifted in the recent years, to peak in June/September.
<div class="iframe-container-small">
<iframe src="src/plots/noise.html"></iframe>
</div>
</li>
<li><b>Sewers</b> are not always fun, but we can learn from them. In particular, when they should be
cleaned. By selecting the corresponding
entry, we see a few small peaks, without real seasonality. But a huge peak appears in August 2011!
Interesting! We believe the
cause for this many calls is an earthquake that happened in late August 2011. The calls mostly happened
after this date.
It's an interesting lesson: after an earthquake, the city should also prepare additional people for
cleaning the sewers.
<div class="iframe-container-small">
<iframe src="src/plots/sewers.html"></iframe>
</div>
</li>
<li><b>Rodents</b> are also not to be forgotten! They are sighted all year long, but summer marks their
favorite time. More on this
in the next section...
<div class="iframe-container-small">
<iframe src="src/plots/rodent.html"></iframe>
</div>
</li>
<li>Although <b>Trees</b> are supposed to thrive during summer, this is also the period in which there are
most requests about dead or dying trees. The cause may be that a dead tree is not necessarily spotted
in winter, but in the heart of summer, not only is it very clear, but also they disturb passerby more.
<br>
Note that the naming convention changed in 2016, reason why there are 2 entries.
<div class="iframe-container-small">
<iframe src="src/plots/trees.html"></iframe>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="main main-raised" style="background-color: #121212">
<div class="container">
<div class="section">
<div class="col-md-10 ml-auto mr-auto">
<div class="text-center">
<h2 id="start_content" class="title">Zoom: Pest in NYC</h2>
<img src="src/img/nyc.gif" alt="Rat with Pizza" class="img-raised img-fluid">
</div>
</div>
<br>
<div class="text-justify">
<i>
Can you spot the NYC stereotypes in the picture above?
Image taken from "New York City rat taking pizza home on the subway (Pizza Rat)"
</i>
<br>
The Rat Problem in NYC is so famous that it is honored by its dedicated Wikipedia article.
An official channel for pest spotting in NYC is the 3-1-1 report system.
<br>
<br>
Thus, our dataset offers us the opportunity to take a look into the famous Rat Problem,
principal component of pest reports aggregated under the complaint type class "pest".
<br>
<br>
We describe the steps to create a normalized timelapse heatmap/by NTA of pest report calls from 2010 to 2019
in the city.
<br>
<br>
We ultimately want to represent the intensity of pest problems by NTA using a weight computed from the
amount of 311 calls. We note:
<br>
<br>
<ul>
<li>NTAs have different populations and we can assume population is somewhat proportional to reports count
</li>
<li>311 entries have been increasing over the decade
</li>
</ul>
We will generate the weight by using the pest 311 entries, normalized per capita, normalized per total
number of reports each year. We will restrict our source dataset to entries which contain valid information
for date, NTA, for which NTAs contain population count, and which are defined as complaint type class pests.
<br>
<br>
You can find a visual representation the formula below:
<br>
<br>
</div>
<div class="text-center">
<img src="src/img/rat_weight_equation.png" alt="Rat weight equation Image" width=50%
class="img-raised img-fluid">
</div>
<br>
<br>
<div class="text-justify">
You can find detailed information about seasonality description, normalization process, re-weighting of the
NTAs in the notebook.
<br>
<br>
Below you can find the result of our computation, as a timelapse map over NYC:
</div>
<br>
<!-- pests map -->
<div class="iframe-container">
<iframe src="src/maps/Pests.html" width="100%"></iframe>
</div>
<div class="text-justify">
<br>
<br>
As discussed in the notebook, the following conclusions can be made from the timelapse.
<ul>
<li>Clinton Hill, Prospect Heights, Stuyvesant and Bedford, at the center of Brooklyn, have fluctuating
intensities over the years but consistently stay at the most pest-affected NTAs of the city.</li>
<li>During the early years of the decade, Staten Island is impacted more in the southern part. Over the
decade, the southern part seems to be left alone by rats gradually, and inversly the nothern part
slightly increases in weight. In general the pest intensity slightly subsides over the decade on Staten
Island.</li>
<li>Southern Queens starts off as a hotspot for pest reporting. It gradually calms over the decade, but
stays overall the most affected area in Queens.</li>
<li>In Central Harlem South, the problem is very intense throughout the decade. Melrose South-Mott Haven
North, in the Bronx, witnesses a mostly constant increase in weight over the decade.</li>
<li>Southern Manhattan appears to gradually become more affected at the first half of the decade which
then diminished after 2015.</li>
</ul>
</div>
Here are the areas comparatively unaffected by the problem:
<ul>
<li> Southern Brooklyn, especially south of Prospect park. </li>
<li> North-eastern Queens, east of Flushing-Meadows-Park but above the Grand Central parkway (south of the
parkway, Jamaica, is affected). </li>
<li> South Staten Island since the improvements of the early part of the decade. </li>
</ul>
<br>
We also provide complementary NTA ranking for best and worse pest exposure in the notebook.
</div>
</div>
</div>
</div>
<div class="main main-raised" style="background-color: #222222">
<div class="container">
<div class="section">
<div class="col-md-10 ml-auto mr-auto">
<div class="text-center">
<h2 id="start_content" class="title">Conclusion</h2>
</div>
<div class="text-justify">
We hope you enjoyed our tour in the City of Dreams. We looked at it from the point of the audible New
Yorkers - those who don’t hesitate to report the problems at sight via 3-1-1 service. We have seen what bugs
them most and observed temporal patterns. Even within one city the issues vary from place to place and
that’s what we’ve observed in the scale of boroughs and in finer granularity, NTAs. At last, we zoomed in to
the problem of pests in the city and there we found out that it is not stationary - over years different,
but nearby, neighbourhoods are haunted by rats. This information might serve the city agencies such as
Department of Sanitation in allocating their resources.
</div>
</div>
</div>
</div>
</div>
<!-- section "TEAM" -->
<div class="main main-raised"
style="background-color: #121212 ">
<div class="container">
<div class="section text-center">
<h2 class="title">Here is our team</h2>
<div class="team">
<div class="row">
<div class="col-md-3">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="src/img/faces/julien.jpg" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Heitmann Julien
<br>
<!-- <small class="card-description text-muted">Model</small> -->
</h4>
<div class="card-body">
<p class="card-description">Usually responds <i>You son a gun, I'm in</i> when asked if he wants
to participate in a data analysis project.</p>
</div>
<div class="card-footer justify-content-center">
<a href="https://www.github.com/jheitmann" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a href="mailto:julien.heitmann@epfl.ch" class="btn btn-link btn-just-icon"><i
class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="src/img/faces/artur.jpeg" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Szałata Artur
<br>
<!-- <small class="card-description text-muted">Data Scientist</small> -->
</h4>
<div class="card-body">
<p class="card-description">Keen on mining information from wild, insubordinate data. Most
excited
by applications in biology.</p>
</div>
<div class="card-footer justify-content-center">
<a href="https://github.com/arturs68" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/artur-szalata" class="btn btn-link btn-just-icon"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="src/img/faces/olivier.jpg" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Cloux Olivier
</h4>
<div class="card-body">
<p class="card-description">Self-proclaimed specialist in the art of dealing with things that need
to be dealt with.
I hate and love data, depending on my current mood.
</p>
</div>
<div class="card-footer justify-content-center">
<a href="https://www.github.com/battleman" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/oliviercloux/" class="btn btn-link btn-just-icon"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="src/img/faces/louis.jpeg" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Landelle Louis
<br>
<!-- <small class="card-description text-muted">Model</small> -->
</h4>
<div class="card-body">
<p class="card-description">None of us individually is as smart as all of us combined. What do I know though, I might be the dumbest one here.</p>
</div>
<div class="card-footer justify-content-center">
<a href="https://www.github.com/louislandelle" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/louis-landelle/" class="btn btn-link btn-just-icon"><i
class="fa fa-linkedin"></i></a>
<a href="mailto:louis.landelle@epfl.ch" class="btn btn-link btn-just-icon"><i
class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Core JS Files -->
<script src="src/js/core/jquery.min.js" type="text/javascript"></script>
<script src="src/js/core/popper.min.js" type="text/javascript"></script>
<script src="src/js/core/bootstrap-material-design.min.js" type="text/javascript"></script>
<script src="src/js/plugins/moment.min.js"></script>
<!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker -->
<script src="src/js/plugins/bootstrap-datetimepicker.js" type="text/javascript"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="src/js/plugins/nouislider.min.js" type="text/javascript"></script>
<script>
$("#getstarted").click(function () {
$('html,body').animate({
scrollTop: $("#start_content").offset().top - 120
},
'slow');
});
</script>
<!-- Control Center for Material Kit: parallax effects, scripts for the example pages etc -->
<script src="src/js/material-kit.js?v=2.0.6" type="text/javascript"></script>
</body>
</html>