-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
851 lines (789 loc) · 47.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
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
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- BEGIN HEAD -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-79634131-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-79634131-2');
</script>
<meta charset="utf-8"/>
<title>ICDSS</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="ICDSS" name="author"/>
<meta name="description" content="With a student reach across all departments, the Imperial College Data Science
Society (ICDSS) serves to build a community and bridge the data science
skills gap.">
<meta property="og:title" content="ICDSS">
<meta property="og:image" content="img\logos\LOGO edited.png">
<link rel="canonical" href="https://www.icdss.club/">
<!-- GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<!-- PAGE LEVEL PLUGIN STYLES -->
<link href="css/animate.css" rel="stylesheet">
<link href="vendor/swiper/css/swiper.min.css" rel="stylesheet" type="text/css"/>
<!-- THEME STYLES -->
<link href="css/layout.css" rel="stylesheet" type="text/css"/>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Charts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
</head>
<!-- END HEAD -->
<!-- BODY -->
<body>
<!--========== HEADER ==========-->
<header class="header navbar-fixed-top">
<!-- Navbar -->
<nav class="navbar" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="menu-container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="toggle-icon"></span>
</button>
<!-- Logo -->
<div class="logo">
<a class="logo-wrap" href="index.html">
<img class="logo-img logo-img-main" src="img/logos/LOGO white.png" alt="ICDSS Logo">
<img class="logo-img logo-img-active" src="img/logos/LOGO dark.png" alt="ICDSS Logo">
</a>
</div>
<!-- End Logo -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-collapse">
<div class="menu-container">
<ul class="navbar-nav navbar-nav-right">
<li class="nav-item"><a class="nav-item-child nav-item-hover active" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="events.html">Events</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="workshops.html">Workshops</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="aihack.html">AIHack</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="joinus.html">Join Us</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="workwithus.html">Work with Us</a></li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
</header>
<!--========== END HEADER ==========-->
<!--========== SLIDER ==========-->
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div class="container">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
</div>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="img-responsive" src="img/1920x1080/Advanced.JPG" alt="Slider Image" loading="lazy">
<div class="container">
<div class="carousel-centered">
<div class="margin-b-20">
<div class="extra_layer_black">
<h1 class="carousel-title">Imperial College <br>Data Science Society</h1>
<p style="color: white;">Harnessing the skills and creativity of data scientists at Imperial College London</p>
</div>
</div>
<a href="#explore" class="btn-theme btn-theme-sm btn-white-brd text-uppercase">Explore</a>
</div>
</div>
</div>
<div class="item">
<img class="img-responsive" src="img/1920x1080/Advanced2.JPG" alt="Slider Image" loading="lazy">
<div class="container">
<div class="carousel-centered">
<div class="margin-b-20">
<div class="extra_layer_black">
<h1 class="carousel-title">Imperial College <br>Data Science Society</h1>
<p style="color: white;">Harnessing the skills and creativity of data scientists at Imperial College London</p>
</div>
</div>
<a href="#explore" class="btn-theme btn-theme-sm btn-white-brd text-uppercase">Explore</a>
</div>
</div>
</div>
<div class="item">
<img class="img-responsive" src="img/1920x1080/aihack.png" alt="Slider Image" loading="lazy">
<div class="container">
<div class="carousel-centered">
<div class="margin-b-20">
<div class="extra_layer_black">
<h1 class="carousel-title">Imperial College <br>Data Science Society</h1>
<p style="color: white;">Harnessing the skills and creativity of data scientists at Imperial College London</p>
</div>
</div>
<a href="#explore" class="btn-theme btn-theme-sm btn-white-brd text-uppercase">Explore</a>
</div>
</div>
</div>
</div>
</div>
<!--========== SLIDER ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- Introduction -->
<div class="content-lg container" id = "explore">
<div class="row margin-b-50">
<div class="col-sm-8">
<h2>Introduction</h2>
<p>The Imperial College Data Science Society (ICDSS) is an opportunity for students to engage with
and learn about Data Science. Data science which encompasses computer science and
mathematics--specifically Machine Learning (ML), Artificial Intelligence (AI), statistics,
and their applications toward solving problems in various domains--has been one of the
hottest topics in the second half of this decade.</p>
</div>
</div>
<!--// end row -->
<div class="row margin-b-50">
<div class="col-sm-7 sm-margin-b-50">
<div class="wow fadeInLeft" data-wow-duration=".5" data-wow-delay=".5s">
<div class="margin-b-30">
<h3>Building a Community</h3>
<p>With a student reach across all departments, the ICDSS serves to bring together Imperial's
diverse and passionate data science community. ICDSS aims to harness the skills and
creativity of Imperial’s most talented students to become the UK’s leading assemblage of
data scientists and entrepreneurs.</p>
</div>
</div>
</div>
<div class="col-sm-4 col-sm-offset-1">
<div class="wow fadeInLeft" data-wow-duration=".5" data-wow-delay=".5s">
<img class="img-responsive" src="img/970x970/community.jpg" alt="Our Office">
</div>
</div>
</div>
<div class = "row margin-b-20">
<div class="col-sm-4 sm-margin-b-50">
<div class="wow fadeInRight" data-wow-duration=".5" data-wow-delay=".5s">
<img class="img-responsive" src="img/970x970/gap.png" alt="Our Office">
</div>
</div>
<div class="col-sm-7 col-sm-offset-1">
<div class="wow fadeInRight" data-wow-duration=".5" data-wow-delay=".5s">
<h3>Bridging the Gaps</h3>
<p>Being the departmental society of the
Imperial College Data Science Institute and with a student reach across all major
departments, ICDSS’s goal is to equip students from all disciplines with key data science skills and
bridge the gap between industry and academia. The talents we develop help meet the high
demands of various industries for data scientists. We do this by providing students with
industry insights, skill development workshops, Hackathons, and projects to practice the
art of data science.</p>
</div>
</div>
</div>
<!--// end row -->
</div>
<!-- What we offer -->
<div class="bg-color-sky-light" data-auto-height="true">
<div class="content-lg container">
<h2>What We Offer</h2>
<div class="row row-space-1 margin-b-20">
<div class="col-sm-6 sm-margin-b-2">
<div class="wow fadeInLeft" data-wow-duration=".5" data-wow-delay=".5s">
<div class="service service-workshops" data-height="height">
<div class="extra_layer">
<div class="service-element">
<i class="service-icon icon-chemistry"></i>
</div>
<div class="service-info">
<h3>Workshops</h3>
<p class="margin-b-5" style="color:rgb(80, 80, 80)">Our workshop series cover various topics including data analysis,
data visualisation, machine learning, and Python programming. Over the course of the last two years,
we achieved a cumulative attendance of over 600 students.</p>
</div>
<a href="workshops.html" class="content-wrapper-link"></a>
<a href="workshops.html" class="content-wrapper-link"></a>
<a href="workshops.html" class="content-wrapper-link"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 sm-margin-b-2">
<div class="wow fadeInLeft" data-wow-duration=".5" data-wow-delay=".5s">
<div class="service service-hackathons" data-height="height">
<div class="extra_layer">
<div class="service-element">
<i class="service-icon icon-screen-tablet"></i>
</div>
<div class="service-info">
<h3>Hackathons</h3>
<p class="margin-b-5" style="color:rgb(80, 80, 80)">We host AI Hack annually, the largest student-led AI Hackathon in the UK.
For AI Hack 2020, we had more than 200 participants including students from other top universities in the UK.
We will continue to host our annual hackathon, so stay tuned for more updates for AI Hack 2021!</p>
</div>
<a href="aihack.html" class="content-wrapper-link"></a>
<a href="aihack.html" class="content-wrapper-link"></a>
<a href="aihack.html" class="content-wrapper-link"></a>
</div>
</div>
</div>
</div>
</div>
<div class="row row-space-1 margin-b-20">
<div class="col-sm-6">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".1s">
<div class="service service-projects" data-height="height">
<div class="extra_layer">
<div class="service-element">
<i class="service-icon icon-badge"></i>
</div>
<div class="service-info">
<h3>Advanced Analytics Consulting Projects</h3>
<p class="margin-b-5" style="color:rgb(80, 80, 80)">Providing hands-on data science experience for students to
tackle real-world problems in industrial settings and build portfolios of high impact projects.</p>
</div>
<a href="#" class="content-wrapper-link"></a>
<a href="#" class="content-wrapper-link"></a>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 sm-margin-b-2">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".4s">
<div class="service service-industry" data-height="height">
<div class="extra_layer">
<div class="service-element">
<i class="service-icon icon-notebook"></i>
</div>
<div class="service-info">
<h3>Industrial Networking</h3>
<p class="margin-b-5" style="color:rgb(80, 80, 80)">Regular talks by data scientists from industry provide our members
with insights into the real-world applications of data science. Previous speakers
included data scientists from J.P. Morgan, LinkedIn, Uber, and BCG Gamma.</p>
</div>
<a href="events.html" class="content-wrapper-link"></a>
</div>
</div>
</div>
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End activity -->
<div class="content-lg container">
<section id="statistics" class="main special">
<header class="major">
<h2>Society Statistics</h2>
</header>
<h3> ICDSS is the largest data science student society in the UK. </h3>
<div class="row row-space-1 margin-b-50">
<ul class="statistics">
<li class="style1">
<span class="fa fa-users"></span>
<strong>978</strong> Current Members
</li>
<li class="style2">
<span class="fa fa-envelope"></span>
<strong>3,630</strong> Email Subscribers
</li>
<li class="style3">
<span class="fa fa-laptop"></span>
<strong>355</strong> AI Hack Contestants
</li>
<li class="style4">
<span class="fa fa-code-fork"></span>
<strong>173</strong> Jupyter Notebooks Submitted
</li>
<li class="style5">
<span class="fa fa-child"></span>
<strong>70.56%</strong> Member Participation
</li>
</ul>
</div>
<div class="row row-space-1 margin-b-50">
<div class="center">
<h3>Departmental Breakdown</h3>
<canvas id="departmentbreakdown"></canvas>
</div>
</div>
<div class="row row-space-1 margin-b-50">
<div class="center">
<h3>Level of Study Breakdown</h3>
<canvas id="levelofstudybrekdown"></canvas>
</div>
</div>
<script>
Chart.plugins.unregister(ChartDataLabels);
var ctx = document.getElementById('departmentbreakdown').getContext('2d');
var color = Chart.helpers.color;
var horizontalBarChartData = {
labels: ['Computing', 'Business School', 'Mathematics', 'Electrical Engineering', 'Physics', 'Other Engineering', 'Other Sciences'],
datasets: [{
label: 'Departmental Breakdown',
borderWidth: 1,
data: [
18.14,
14.67,
13.56,
11.67,
10.41,
22.08,
9.46
],
backgroundColor: [
'rgb(255, 99, 132)',
'rgb(255, 159, 64)',
'rgb(255, 205, 86)',
'rgb(75, 192, 192)',
'rgb(54, 162, 235)',
'rgb(153, 102, 255)',
'rgb(201, 203, 207)'
]
}]
};
var myBarChart = new Chart(ctx, {
type: 'horizontalBar',
data: horizontalBarChartData,
options: {
legend: {
display: false,
},
scales: {
xAxes: [{
scaleLabel: {
display: true,
labelString: 'Percent Representation'
}
}]
}
}
});
</script>
<script>
var ctx = document.getElementById('levelofstudybrekdown').getContext('2d');
var data = {
labels: ['Undergraduate', 'Postgraduate', 'Research Postgraduate'],
datasets: [{
label: 'Departmental Breakdown',
borderWidth: 1,
data: [
57.50,
12.20,
28.89
],
backgroundColor: [
'rgb(137,209,254)',
'rgb(87, 160, 211)',
'rgb(70, 130, 180)',
]
}]
};
var myDoughnutChart = new Chart(ctx, {
plugins: [ChartDataLabels],
type: 'doughnut',
data: data,
options: {
plugins:{
labels: {
render: 'percentage',
fontColor: ['green', 'white', 'red'],
precision: 2,
arc: true,
}
}
}
});
</script>
</section>
<div class="center">
<div class="margin-b-20">
<a href="http://eepurl.com/hbw_B5" class="btn-theme btn-theme-bg btn-default-bg">JOIN THE SOCIETY VIA HERE<br>if you are <b>NOT</b> an <br> Imperial College Student!</a>
<a href="https://www.imperialcollegeunion.org/activities/a-to-z/data-science" class="btn-theme btn-theme-bg btn-default-bg">JOIN THE SOCIETY VIA HERE<br>if you are currently an <br> Imperial College Student!</a>
</div>
</div>
</div>
<!-- Team -->
<div class="bg-color-sky-light" data-auto-height="true">
<div class="content-lg container">
<div class="row margin-b-40">
<div class="col-sm-6">
<h2>Meet the Team</h2>
</div>
</div>
<!--// end row -->
<div class="row margin-b-40">
<!-- Team -->
<div class="col-sm-2 col-sm-offset-3 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20 ">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center col-center" src="img\team\satya.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Satya Johnson</h4>
<p>Chair</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/satyapjohnson/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/satyapjohnson" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\jenniffer.jpeg" alt="Team Image" width="200">
</div>
</div>
<h4>Jenniffer Mosquera</h4>
<p>Vice President</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/jenniffersolorzanomosquera/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\hermine.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Hermine Tranie</h4>
<p>Vice President</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/hermine-t-326ab1ab/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/hermitra" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
</div>
<!--// end row -->
<div class="row margin-b-40">
<!-- Team -->
<div class="col-sm-2 col-sm-offset-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\william.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>William Profit</h4>
<p>Head of Talent Development</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/williamprofit/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/williamprofit" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\xing.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Xing Liu</h4>
<p>Head of Talent Development</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/xingliu97/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/xinglliu" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\kacper.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Kacper Kazaniecki</h4>
<p>Head of Talent Development</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/kacperkazaniecki/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/KacperKazan" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\harrison.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Harrison Zhu</h4>
<p>Head of Talent Development</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/hzhu508/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/harrisonzhu508" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
</div>
<!--// end row -->
<div class="row margin-b-40">
<!-- Team -->
<div class="col-sm-2 col-sm-offset-3 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\cyril.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Cyril Gliner</h4>
<p>Head of Finance</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/cyril-gliner/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\lionel.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Lionel Tan</h4>
<p>Head of Operations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/si-yu-lionel-tan-28a414105/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/sytan98" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\kenton.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Kenton Kwok</h4>
<p>Event Manager</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/kentonkwok/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/kwokkenton" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
</div>
<!--// end row -->
<div class="row margin-b-40">
<!-- Team -->
<div class="col-sm-2 col-sm-offset-2 sm-margin-b-50 center center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\chris.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Chris Huang</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/bobweasel/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/inyrface" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\terry.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Terry Peng</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/terry-peng-415752171/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/terripeng" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\jenn.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Jenn Tan</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/jenn-tan-21775818b/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\jenny.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Jenny Pan</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/pan-jenny-/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
</div>
<!--// end row -->
<div class="row margin-b-40">
<!-- Team -->
<div class="col-sm-2 col-sm-offset-3 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\sofia.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Sofia Gonzalez Garcia</h4>
<p>Head of Marketing</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/sofiagonga/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/sofiagonga" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\stacey.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Stacey Wu</h4>
<p>Head of Outreach</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/stacey-wu/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\tilman.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Tilman Roeder</h4>
<p>Web Developer</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/tilman-roeder/" class="fa fa-with-padding fa-linkedin"></a>
<a href="https://github.com/dyedgreen" class="fa fa-with-padding fa-github"></a>
</div>
<!-- End Team -->
</div>
<!--// end row -->
</div>
</div>
<!-- End Team -->
<!-- Clients -->
<div class="content-lg container">
<div class="row margin-b-40">
<div class="col-sm-6">
<h2>Current and Past Sponsors</h2>
</div>
</div>
<!-- Swiper Clients -->
<div class="swiper-slider swiper-clients">
<!-- Swiper Wrapper -->
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/nhs.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/shell.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/expedia.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/business_school.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/jpmorgan.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/facebook.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/udacity.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/datascienceinstitute.png" alt="Clients Logo">
</div>
</div>
<!-- End Swiper Wrapper -->
</div>
<!-- End Swiper Clients -->
</div>
<!-- End Clients -->
<!--========== END PAGE LAYOUT ==========-->
<!--========== FOOTER ==========-->
<footer class="footer">
<!-- Links -->
<div class="footer-seperator">
<div class="content-lg container">
<div class="row">
<div class="col-sm-4 sm-margin-b-50">
<!-- List -->
<h2 class = "footer-list-link" >Overview</h2>
<ul class="list-unstyled footer-list">
<li class="footer-list-item"><a class="footer-list-link" href="index.html">Home</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="events.html">Events</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="workshops.html">Workshops</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="aihack.html">AI Hack</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="joinus.html">Join Us</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="workwithus.html">Work With Us</a></li>
</ul>
<!-- End List -->
</div>
<div class="col-sm-4 sm-margin-b-30">
<!-- List -->
<h2 class = "footer-list-link">Contact Us</h2>
<p class="footer-list-item">
Email: [email protected]
</p>
<!-- End List -->
<a href="https://www.facebook.com/icdatasoc/" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/company/imperial-college-data-science-society/" class="fa fa-linkedin"></a>
<a href="https://github.com/Imperial-College-Data-Science-Society" class="fa fa-github"></a>
</div>
<div class="col-sm-4 sm-margin-b-30">
<!-- List -->
<h2 class = "footer-list-link">Location</h2>
<p class="footer-list-item">Imperial College London,<br>South Kensington Campus,<br>Exhibition Road,<br>SW7 2AZ</p>
<!-- End List -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Links -->
<!-- Copyright -->
<div class="content container">
<div class="row">
<div class="col-xs-6">
<img class="footer-logo" src="img/logos/LOGO white.png" alt="ICDSS Logo">
</div>
</div>
<!--// end row -->
</div>
<!-- End Copyright -->
</footer>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="#carousel-example-generic" class="js-back-to-top back-to-top">Top</a>
<!-- JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- CORE PLUGINS -->
<script src="vendor/jquery.min.js" type="text/javascript"></script>
<script src="vendor/jquery-migrate.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL PLUGINS -->
<script src="vendor/jquery.easing.js" type="text/javascript"></script>
<script src="vendor/jquery.back-to-top.js" type="text/javascript"></script>
<script src="vendor/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="vendor/jquery.wow.min.js" type="text/javascript"></script>
<script src="vendor/swiper/js/swiper.jquery.min.js" type="text/javascript"></script>
<script src="vendor/masonry/jquery.masonry.pkgd.min.js" type="text/javascript"></script>
<script src="vendor/masonry/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL SCRIPTS -->
<script src="js/layout.js" type="text/javascript"></script>
<script src="js/components/wow.min.js" type="text/javascript"></script>
<script src="js/components/swiper.min.js" type="text/javascript"></script>
<script src="js/components/masonry.min.js" type="text/javascript"></script>
</body>
<!-- END BODY -->
</html>