-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
301 lines (246 loc) · 12.8 KB
/
index.html
File metadata and controls
301 lines (246 loc) · 12.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
<!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">
<div class="navbar-header">
<!-- logo -->
<div class="site-branding">
<a class="logo" href="index.html">
<!-- logo image -->
WiDS Texas Datathon
</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><!-- /.navbar-header -->
<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>Women in Data Science</h1>
<h1>WiDS Texas Datathon 2021</h1>
<h2>May 17, 2021</h2>
<a class="btn btn-white" href="https://docs.google.com/forms/d/e/1FAIpQLSdnH7e0Mt1_jfECaJ1dKy-DqkA6Q5O38GPl17--M8o-jR2HxA/viewform" target="_blank">Sign Up</a>
<h3>Hosted by: </h3>
<img src="assets/images/wids-2color-1line.jpeg" height="140px" class='header-logo'/>
</div>
</header>
<section id="about" class="section about">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h3 class="section-title">About WiDS Texas Datathon 2021</h3>
<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.</p>
<p>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><!-- /.col-sm-6 -->
<div class="col-sm-6">
<h3 class="section-title multiple-title">What is a datathon?</h3>
<p>A datathon is a data-focused hackathon — given a dataset and a limited amount of time, participants are challenged to use their creativity and data science skills to build, test, and explore solutions. Try something new, apply what you know, learn from other participants, and improve your data science skills along the way!</p>
<figure>
<img alt="" class="img-responsive" src="assets/images/about-us.jpg">
</figure>
</div><!-- /.col-sm-6 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<section id="facts" class="section bg-image-1 facts text-center">
<div class="container">
<div class="row">
<div class="col-sm-6">
<i class="ion-ios-calendar"></i>
<h3>May 17 - June 30, 2021</h3>
</div>
<div class="col-sm-6">
<i class="ion-ios-location"></i>
<h3>Hosted on Kaggle</h3>
</div>
</div><!-- row -->
</div><!-- container -->
</section>
<section id="agenda" class="section schedule">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Time Line</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 agenda-box">
<div class="schedule-box">
<div class="time">
May 17, 2021
</div>
<h3>Datathon Kickoff</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 agenda-box">
<div class="schedule-box">
<div class="time">
May 24, 2021
</div>
<h3>Tutorial Session #1</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 agenda-box">
<div class="schedule-box">
<div class="time">
May 31, 2021
</div>
<h3>Tutorial Session #2</h3>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 agenda-box">
<div class="schedule-box">
<div class="time">
June 12, 2021
<br/>
23:59 pm CDT
</div>
<h3>Submission Deadline</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 agenda-box">
<div class="schedule-box">
<div class="time">
June 21, 2021
</div>
<h3>Winners annnounced</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 agenda-box">
<div class="schedule-box">
<div class="time">
June 12 23:59 pm CDT
</div>
<h3>Datathon Wrap-up <br/> Winners Presentation</h3>
</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>
</div>
</div>
<div class="row">
<h4 class="registration-guide">Participants must register <a class='registration-link' href='https://forms.gle/stF9X42b3duxjp4z5' target="_blank">here</a> by May 31 to get the URL to participate in the competition. </h4>
<h4 class="registration-guide">Registered participants will receive a link to the Kaggle competition before the Datathon kickoff date.</h4>
</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>
</div>
<div class="row">
<div class="col-md-12">
<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 collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> where is WiDS Texas 2021 Datathon hosted?</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p>WiDS Texas 2021 Datathon will be hosted on Kaggle. </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 collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour"> What's the competition rule?</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">The competition rules will be posted before the datathon kick off date.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a class="faq-toggle collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive"> What's the prize ?</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">$3000 worth of Visa Gift cards would be awarded</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="sponsor" class="section partner">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">WiDS Datathon Texas Sponsors</h3>
</div>
</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>
<div class="row">
<h3>Hosted by:</h3> <a class="icon-wids-texas" href="https://widstexas2021.github.io/"></a>
</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>