-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinners.html
More file actions
430 lines (359 loc) · 11.4 KB
/
winners.html
File metadata and controls
430 lines (359 loc) · 11.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" sizes="76x76" href="./img/favicon.png">
<link rel="icon" type="image/png" href="./img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>DataFest: COVID-19 Virtual Data Challenge</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdn.rawgit.com/gaborcsardi/r-font/master/rlogo.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.0/js/all.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.0/js/v4-shims.js"></script>
<link href="./css/bootstrap.min.css" rel="stylesheet" />
<link href="./css/material-kit.css" rel="stylesheet"/>
</head>
<body class="profile-page">
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">DataFest: COVID-19 Virtual Data Challenge</a>
</div>
<div class="collapse navbar-collapse" id="navigation-example">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="./">
<i class="sidebar-button-icon fa fa-lg fa-home"></i>
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a href="./submit.html">
<i class="sidebar-button-icon fa fa-lg fa-thermometer-full"></i>
<span>Submit Project</span>
</a>
</li>
<li class="nav-item">
<a href="./details.html">
<i class="material-icons">description</i>
<span>Details</span>
</a>
</li>
<li class="nav-item">
<a href="./signup.html">
<i class='fas fa-user-plus fa-lg'></i>
<span>Sign Up</span>
</a>
</li>
<li class="nav-item">
<a href="./resources.html">
<i class="material-icons">help</i>
<span>Resources</span>
</a>
</li>
<li class="nav-item">
<a href="./sponsors.html">
<i class='fas fa-life-ring'></i>
<span>Sponsors</span>
</a>
</li>
<li class="nav-item">
<a href="./winners.html">
<i class='fas fa-trophy'></i>
<span>Winners</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="header header-filter" style="background-image: url('https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Ff06e9694-65fb-11ea-b021-fae459863cfa.jpg?crop=8256%2C4644%2C0%2C430&resize=1180');">
</div>
<div class="main main-raised">
<div class="container">
<div class="section text-left">
<h2 class="title">DataFest Winners</h2>
<script src="./rmarkdown-libs/header-attrs/header-attrs.js"></script>
<script src="./rmarkdown-libs/kePrint/kePrint.js"></script>
<p><br></p>
<p>Gold: 🥇</p>
<p>Silver: 🥈</p>
<p>Honourable Mention: 🥉</p>
<table class="table table-condensed table-hover" style="margin-left: auto; margin-right: auto;">
<thead>
<tr>
<th style="text-align:left;">
Place
</th>
<th style="text-align:left;">
Award Category
</th>
<th style="text-align:left;">
Team Members
</th>
<th style="text-align:left;">
Team Name
</th>
<th style="text-align:left;">
Comments
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
🥇
</td>
<td style="text-align:left;">
Best in show
</td>
<td style="text-align:left;">
Shirley Wang, Eva Huang
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-shirley_eva" style=" ">Shirley Eva</a>
</td>
<td style="text-align:left;">
Excellent visualisation, modelling and scope. All around really professionally and thoughtfully done.
</td>
</tr>
<tr>
<td style="text-align:left;">
🥈
</td>
<td style="text-align:left;">
Best in show
</td>
<td style="text-align:left;">
Amar Dholakia, Joshua Hug, Rachael Jaffe, Wendi Qu
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-bayes-gang" style=" ">Bayes Gang</a>
</td>
<td style="text-align:left;">
Thoughfully addressed an important topic, set a good scope and produced an excellent dashboard that showed the story of their investigation.
</td>
</tr>
<tr>
<td style="text-align:left;">
🥇
</td>
<td style="text-align:left;">
Best presentation (non-dashboard)
</td>
<td style="text-align:left;">
Ariyo Vahdat, Nicole Palmero, Luis Vargas, Wesley Zou
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-the-outliers" style=" ">The Outliers</a>
</td>
<td style="text-align:left;">
Excellent video presentation, demonstrating team wide strengths and supported with an clear and consise slide deck
</td>
</tr>
<tr>
<td style="text-align:left;">
🥇
</td>
<td style="text-align:left;">
Best presentation (dashboard based)
</td>
<td style="text-align:left;">
Kevin Zhengkai Fu, Zhuyi Huang, Nayan Saxena, Stephen Shannon
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-kzns" style=" ">KZNS</a>
</td>
<td style="text-align:left;">
Excllent dashboard, with a very professional video and great choice of topic
</td>
</tr>
<tr>
<td style="text-align:left;">
🥈
</td>
<td style="text-align:left;">
Best presentation (dashboard based)
</td>
<td style="text-align:left;">
Daniela Lopez Loncar, Krisha Mansukhani, Rhamel Roomes-Delpeache, Samantha Cheung
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-azeban" style=" ">Azeban</a>
</td>
<td style="text-align:left;">
Insightfully wove the context around the plots in their dashbaord, told a good story with their exploration and had an important and interesting question.
</td>
</tr>
<tr>
<td style="text-align:left;">
🥇
</td>
<td style="text-align:left;">
Most creative dataset/topic
</td>
<td style="text-align:left;">
Gloria Hou,
Jonathan Li,
Tina Yang,
Aliraza Nagamia
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-pluto-to-the-moon" style=" ">Pluto to the Moon</a>
</td>
<td style="text-align:left;">
Wove data from a range of sources, including surveys, news articles and Google Trends and used appropriate tools to approach a really important and interesting topic and explained it all in a very professional video
</td>
</tr>
<tr>
<td style="text-align:left;">
🥈
</td>
<td style="text-align:left;">
Most creative dataset/topic
</td>
<td style="text-align:left;">
Nichole Feghali, Verna Maullon , Shruthi Vaidyanathan
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-funky-cats-and-their-feisty-stats" style=" ">Funky Cats and their Fiesty Stats</a>
</td>
<td style="text-align:left;">
Demonstrated their learning about getting their data, as well as choosing a really interesting topic and scope
</td>
</tr>
<tr>
<td style="text-align:left;">
🥇
</td>
<td style="text-align:left;">
Best Insights
</td>
<td style="text-align:left;">
Ka Chun Mo,
Edmund Lo,
Jia Yuan Liu,
Boyu Zhu
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-intercontinental" style=" ">Intercontinental</a>
</td>
<td style="text-align:left;">
Combined a range of appropriate data sources to create a useful metric and derive meaningful insights about human behaviour.
</td>
</tr>
<tr>
<td style="text-align:left;">
🥉
</td>
<td style="text-align:left;">
Honourable Mention
</td>
<td style="text-align:left;">
Xiaomeng Lu, Tu Wu , Yingshi Wang, Jiawei Xu
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-a-team" style=" ">A Team</a>
</td>
<td style="text-align:left;">
For engaging the viewer in the modelling process decisions through an interactive dashboard
</td>
</tr>
<tr>
<td style="text-align:left;">
🥉
</td>
<td style="text-align:left;">
Honourable Mention
</td>
<td style="text-align:left;">
Yuchen Wang, Tingfeng Xia, Gongyi Shi , Chen Ding
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-team-zeroloss" style=" ">Team Zeroloss</a>
</td>
<td style="text-align:left;">
For contextualising time series data with world events (and a cool word cloud)
</td>
</tr>
<tr>
<td style="text-align:left;">
🥉
</td>
<td style="text-align:left;">
Honourable Mention
</td>
<td style="text-align:left;">
Dawei Dong, Ting Wang
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-quantum-statistics" style=" ">Quantum Statistics</a>
</td>
<td style="text-align:left;">
For making sure we don’t make mistakes in our stock trades (comparing stock prices for Zoom Video Communications and Zoom Tech, only one of which is the Zoom we’re calling our friends on)
</td>
</tr>
<tr>
<td style="text-align:left;">
🥉
</td>
<td style="text-align:left;">
Honourable Mention
</td>
<td style="text-align:left;">
Xinyi Ji, Cong Wei, Jincheng Leng, Shuangzhuo Li
</td>
<td style="text-align:left;">
<a href="https://github.com/DataFestUofT/submit-project-lies-damned-lies-and-statistics" style=" ">Lies Damnded Lies and Statistics</a>
</td>
<td style="text-align:left;">
For a really fun video about an interesting topic.
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="https://www.statistics.utoronto.ca/"><i class="button-icon fa fa fa-map-marker"></i> UofT StatSci</a>
</li>
<li>
<a href="https://ww2.amstat.org/education/datafest/"><i class="button-icon fa fa fa-chart-bar"></i> ASA DataFest</a>
</li>
<li>
<a href="https://twitter.com/UofTStatSci"><i class="button-icon fa fa fa-twitter"></i> Twitter</a>
</li>
<li>
<a href="./"> </a>
</li>
</ul>
</nav>
<div class="copyright pull-right">
<img src="./img/cc-by.svg"/>
</div>
</div>
</footer>
</div>
</body>
<script src="./js/jquery.min.js" type="text/javascript"></script>
<script src="./js/bootstrap.min.js" type="text/javascript"></script>
<script src="./js/material.min.js"></script>
<script src="./js/nouislider.min.js" type="text/javascript"></script>
<script src="./js/bootstrap-datepicker.js" type="text/javascript"></script>
<script src="./js/material-kit.js" type="text/javascript"></script>
</html>