forked from lanzhenw/datathon
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
398 lines (325 loc) · 14.8 KB
/
index.html
File metadata and controls
398 lines (325 loc) · 14.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WiDS Texas Datathon 2021</title>
<!-- css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body data-spy="scroll" data-target="#site-nav">
<nav id="site-nav" class="navbar navbar-fixed-top navbar-custom">
<div class="container">
<!-- logo -->
<div class="site-branding">
<a class="logo" href="index.html">
<!-- logo image -->
<img src="assets/images/wids-white-1line_transparent.png" />
</a>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-items"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-items">
<ul class="nav navbar-nav navbar-right">
<!-- navigation menu -->
<li class="active"><a data-scroll href="#about">About</a></li>
<li><a data-scroll href="#agenda">Agenda</a></li>
<li><a data-scroll href="#faq">FAQ</a></li>
<li><a data-scroll href="#sponsor">Sponsor</a></li>
</ul>
</div>
</div><!-- /.container -->
</nav>
<header id="site-header" class="site-header valign-center">
<div class="intro">
<h1>WiDS Texas Datathon 2021</h1>
<h2>May 17 - June 30, 2021</h2>
<a class="btn btn-white" href="https://forms.gle/stF9X42b3duxjp4z5" target="_blank">Sign Up</a>
</div>
</header>
<section id="about" class="section about">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">About WiDS Texas Datathon 2021</h3>
<p>WiDS Texas is an independent event that is organized by WiDS Texas Ambassadors as part of the annual WiDS
Worldwide conference organized by Stanford University
and an estimated 150+ locations worldwide, which features outstanding women doing outstanding work in the
field of data science. All genders are invited to attend all WiDS Worldwide conference events.</p>
<p>The WiDS Texas Datathon aims to inspire women to learn more about data science, and to create a
supportive environment for women to connect with others in their community who share their
interests. We invite anyone from those new to data science to veterans of the field to participate. For
those who have never tried machine learning or worked with time series forecasting before, we
will host a series of tutorials to help you get started.</p>
<p>This year's challenge will focus on electricity load forecasting. Load forecasting is the
predicting of electrical power required to meet the short or long-term demand. The forecasting helps utility
companies plan on their capacity to keep the electricity running in every household and business.
</p>
</div>
</div>
</section>
<section id="registration" class="section registration">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Registration</h3>
<h4 class="registration-guide">Participants must register <a class='registration-link'
href='https://forms.gle/stF9X42b3duxjp4z5' target="_blank">here</a> by May 31. </h4>
<h4 class="registration-guide">Registered participants will receive the
competition participation link and information about virtual sessions before the Datathon kickoff
date. Click <a class='registration-link' href='https://www.kaggle.com/c/wids-texas-datathon-2021'
target="_blank">here</a> to preview the
competition.</h4>
</div>
</div>
</div>
</section>
<section id="agenda" class="section schedule">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Timeline</h3>
<div class="">
<div class="Timeline">
<svg height="5" width="50">
<line x1="0" y1="0" x2="50" y2="0" style="stroke:#004165;stroke-width:5" />
Sorry, your browser does not support inline SVG.
</svg>
<div class="event1">
<div class="event1Bubble">
<div class="eventTime">
<div class="DayDigit">17</div>
<div class="Day">
Monday
<div class="MonthYear">May 2021</div>
</div>
</div>
<div class="eventTitle">Datathon Kickoff</div>
</div>
<div class="eventAuthor"></div>
<svg height="20" width="20">
<circle cx="10" cy="11" r="5" fill="#004165" />
</svg>
<div class="time"></div>
</div>
<svg height="5" width="100">
<line x1="0" y1="0" x2="100" y2="0" style="stroke:#004165;stroke-width:5" />
Sorry, your browser does not support inline SVG.
</svg>
<div class="event2">
<div class="event2Bubble">
<div class="eventTime">
<div class="DayDigit">24</div>
<div class="Day">
Monday
<div class="MonthYear">May 2021</div>
</div>
</div>
<div class="eventTitle">Tutorial session #1</div>
</div>
<div class="event2Author"></div>
<svg height="20" width="20">
<circle cx="10" cy="11" r="5" fill="#004165" />
</svg>
<div class="time2"></div>
</div>
<svg height="5" width="100">
<line x1="0" y1="0" x2="100" y2="0" style="stroke:#004165;stroke-width:5" />
Sorry, your browser does not support inline SVG.
</svg>
<div class="event3 ">
<div class="event1Bubble">
<div class="eventTime">
<div class="DayDigit">3</div>
<div class="Day">
Thursday
<div class="MonthYear">June 2021</div>
</div>
</div>
<div class="eventTitle">Tutorial session #2</div>
</div>
<svg height="20" width="20">
<circle cx="10" cy="11" r="5" fill="#004165" />
</svg>
</div>
<svg height="5" width="100">
<line x1="0" y1="0" x2="100" y2="0" style="stroke:#004165;stroke-width:5" />
</svg>
<div class="event4">
<div class="event2Bubble">
<div class="eventTime">
<div class="DayDigit">12</div>
<div class="Day">
Saturday
<div class="MonthYear">June 2021</div>
</div>
</div>
<div class="eventTitle">Submission Deadline</div>
</div>
<div class="event2Author"></div>
<svg height="20" width="20">
<circle cx="10" cy="11" r="5" fill="#004165" />
</svg>
<div class="time2">23:59 PM CST</div>
</div>
<svg height="5" width="100">
<line x1="0" y1="0" x2="100" y2="0" style="stroke:#004165;stroke-width:5" />
Sorry, your browser does not support inline SVG.
</svg>
<div class="event5">
<div class="event1Bubble">
<div class="eventTime">
<div class="DayDigit">21</div>
<div class="Day">
Monday
<div class="MonthYear">June 2021</div>
</div>
</div>
<div class="eventTitle">Winner Announced</div>
</div>
<div class="event1Author"></div>
<svg height="20" width="20">
<circle cx="10" cy="11" r="5" fill="#004165" />
</svg>
<div class="time1"></div>
</div>
<svg height="5" width="100">
<line x1="0" y1="0" x2="100" y2="0" style="stroke:#004165;stroke-width:5" />
Sorry, your browser does not support inline SVG.
</svg>
<div class="event6">
<div class="eventBigBubble">
<div class="eventTime">
<div class="DayDigit">30</div>
<div class="Day">
Wednesday
<div class="MonthYear">June 2021</div>
</div>
</div>
<div class="eventTitle">Datathon Wrap-up
Winners Presentation</div>
</div>
<div class="event2Author"></div>
<svg height="20" width="20">
<circle cx="10" cy="11" r="5" fill="#004165" />
</svg>
<div class="time2"></div>
</div>
<svg height="5" width="100">
<line x1="0" y1="0" x2="100" y2="0" style="stroke:#004165;stroke-width:5" />
Sorry, your browser does not support inline SVG.
</svg>
<svg height="20" width="42">
<line x1="1" y1="0" x2="1" y2="20" style="stroke:#004165;stroke-width:2" />
</svg>
</div>
</div>
</div>
</section>
<section id="faq" class="section faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Event FAQs</h3>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a class="faq-toggle" role="button" data-toggle="collapse" data-parent="#accordion"
aria-expanded="true" aria-controls="collapseOne"> Where is WiDS Texas 2021 Datathon hosted?</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p>WiDS Texas 2021 Datathon will be hosted on Kaggle. Registered participants will
receive a link to participate in the Kaggle competition before the Datathon kickoff date. Click <a
class='registration-link' href='https://www.kaggle.com/c/wids-texas-datathon-2021'
target="_blank">here</a> to preview the
competition.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFour">
<h4 class="panel-title">
<a class="faq-toggle" role="button" data-toggle="collapse" data-parent="#accordion"
aria-expanded="false" aria-controls="collapseFour"> Who can participate in the Datathon?</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">We invite anyone from those new to data science to veterans of
the field to participate. The event is open to teams with 1 - 4 members. <b>At least
half of each team must be self-identified female participants.</b> Every
participant
must register <a class='registration-link' href='https://forms.gle/stF9X42b3duxjp4z5'
target="_blank">here</a> independently by May 31. Detailed rules is posted on the Kaggle
page of the Datathon.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a class="faq-toggle" role="button" data-toggle="collapse" data-parent="#accordion"
aria-expanded="false" aria-controls="collapseFive"> What's the prize?</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">$3000 worth of Visa Gift cards would be awarded to
winners of metric-based prizes and open-source excellence awards in total. All winners will be invited
to present their work in the final session of the Datathon.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
</section>
<section id="sponsor" class="section partner">
<div class="container">
<div class="row">
<h3 class="section-title">WiDS Datathon Texas Sponsors</h3>
</div>
<div class="row">
<div class="col-sm-3">
<a class="partner-box partner-box-1" href="https://www.crayon.com/us/"></a>
</div>
<div class="col-sm-3">
<a class="partner-box partner-box-2" href="https://www.arundo.com/"></a>
</div>
<div class="col-sm-3">
<a class="partner-box partner-box-3" href="https://dataseer.digital/"></a>
</div>
<div class="col-sm-3">
<a class="partner-box partner-box-4" href="https://www.mathworks.com/"></a>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-6 footer site-info">
<a href="https://widstexas2021.github.io/">
<p>Find out more events hosted by Women in Data Science, Texas</p>
</a>
</div>
</div>
</div>
</footer>
<!-- script -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bower_components/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>