-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
276 lines (251 loc) · 11.6 KB
/
index.html
File metadata and controls
276 lines (251 loc) · 11.6 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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>ACM@KU IPC 2016</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/custom.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- Google Analytics-->
<script src="js/google.js"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-play-circle"></i> ACM@KU IPC
</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden"><a href="#page-top"></a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#schedule">Schedule</a></li>
<li><a class="page-scroll" href="#prizes">Prizes</a></li>
<li><a class="page-scroll" href="#rules">Rules</a></li>
<li><a class="page-scroll" href="#sponsor">Sponsors</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">Intramural Programming Competition</h1>
<p class="intro-text">Saturday, April 23rd, 2016</p>
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<ul class="list-inline banner-social-buttons">
<li>
<a href="http://goo.gl/forms/vHTf5xUswF" class="btn btn-primary btn-lg"> <span class="network-name">Register</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section id="about" class="container content-section text-justify">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">About ACM@KU IPC</h2>
<p>This year marks the fourth annual ACM@KU Intramural Programming
Competition (ACM@KU IPC), in which contestants solve a wide variety
of difficult problems in limited time, testing their programming
prowess and algorithmic reasoning capabilities to their limits.</p>
<p>A wide variety of prizes will be awarded to the best contestants.
Any language that the contestants wish will be used. All problems
will take input from stdin and output to stdout. Points will be
awarded for a correct solution, additional points being given for
quick solutions. Points will be deducted for incorrect
submissions.</p>
<p>Bring your laptop if you wish to work on it, feel free to use the
internet, and bring an empty stomach. Food will be provided, as
well as employers to talk to.</p>
<p>10 problems, 5 hours. Can you hack it?</p>
</div>
</div>
</section>
<section id="schedule" class="content-section text-center">
<div class="schedule-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Schedule</h2>
<br> <br>
<table class="table">
<tbody>
<tr>
<td>11:00am</td>
<td>Lunch</td>
<td>Eaton Atrium</td>
</tr>
<tr>
<td>12:00pm</td>
<td>Programming Competition </td>
<td>Eaton Linux Labs and Spahr Classroom</td>
</tr>
<tr>
<td>5:00pm</td>
<td>Award Ceremony </td>
<td>Spahr Classroom</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="prizes" class="container content-section text-justify">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">Prizes</h2>
<div>
<h3>Overall</h3>
<p>
<ul>
<li><b>1st Place:</b> iPad Pro (9.7", 32GB, WiFi) + Apple Pencil & Smart Keyboard</li>
<li><b>2nd Place:</b> Microsoft Surface 3 (128 GB, 4GB, Wi-Fi) + Type Cover</li>
<li><b>3rd Place:</b> ASUS Chromebook 13.3-Inch HD with Gigabit WiFi, 16GB Storage & 4GB RAM (Black)</li>
</ul>
</p>
<h3>Best In Class</h3>
<p>
<ul>
<li><b>Best Solution by a Freshman:</b> Microsoft Gift Card $350</li>
<li><b>Best Solution by a Sophomore:</b> Microsoft Gift Card $250</li>
<li><b>Best Solution by a Junior:</b> Microsoft Gift Card $150</li>
</ul>
</p>
<h3>Best Solution in a Dynamic Language</h3>
<p>
<ul>
<li><b>Winner:</b> Nvidia Jetson TK1</li>
<li><b>Runner-Up:</b> Das Keyboard Model S Professional Mechanical Keyboard (Windows)</li>
</ul>
</p>
<h3>Best Solution in a Statically-Typed Language</h3>
<p>
<ul>
<li><b>Winner:</b> Parrot AR Drone Elite Edition</li>
<li><b>Runner-Up:</b> Amazon Echo</li>
</ul>
</p>
</div>
</div>
</ul>
</section>
<section id="rules" class="container content-section text-justify">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">Competition Rules and Resources</h2>
<p>The ACM@KU IPC will consist of a docket of 10 problems, of varying
difficulty, in mixed order. The competition will handle submission
and judging using the DOMJudge automated judging system. Accounts for
a web portal will be provided to each competitor. Using the DOMJudge
web portal, you will be able to submit your solution code, view the
results of your submission, and see the competition scoreboard.</p>
<p>DOMJudge automatically interprets/compiles your solutions and runs
them against an input file set, comparing your program's output
against an accepted output file. Your programs must therefore be
written to accept their input from STDIN and write output to STDOUT.
Examples of writing programs that properly handle I/O can be found in
our <a href="https://github.com/acmatku/ipc-rules-resources">
IPC Rules and Resources</a> repo on Github, which has a full
<a href="https://github.com/acmatku/ipc-rules-resources/raw/master/acm-ku-intramural.pdf">
handbook</a> describing the competition in detail, the DOMJudge system,
and how to write programs for I/O with short examples.</p>
<p>You will be allowed to bring your own laptop, but <b>please do not
bring an external monitor</b>. If you choose not to bring a laptop
and you do not have an KU EECS account, we can provide an EECS guest
account. <b>Note</b>: DOMJudge runs on an Ubuntu 14.04 LTS server,
and uses the appropriate, freely available compilers and interpreters
for the distor. If you use packages beyond your langauge's standard
library, or if you use a modified compiler or interpreter, we cannot
guarantee your solution will run precisely the same on the judging
machines.</p>
<p>Feel free to use the test competition we've set up in DOMJudge. For
the URL to the web portal and login credentials for the test
competition, see the handbook linked above.</p>
<p>Previous years' problems, as well as input/output files, and candidate
solutions can be found in our ku-acm-competition folders at the
official <a href="https://github.com/acmatku">ACM@KU Github.</a></p>
</div>
</div>
</section>
<section id="sponsor" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Our Sponsors</h2>
<a href="images/Tradebot.jpg" class="thumbnail">
<img src="images/Tradebot.jpg" alt="TradeBot" style="width:600px;height:150px">
</a>
<a href="images/Bats.png" class="thumbnail">
<img src="images/Bats.png" alt="BATS" style="width:410px;height:150px">
</a>
<a href="images/Cerner.jpg" class="thumbnail">
<img src="images/Cerner.jpg" alt="Cerner" style="width:600px;height:150px">
</a>
<a href="images/Commerce.png" class="thumbnail">
<img src="images/Commerce.png" alt="Commerce" style="width:600px;height:150px">
</a>
<a href="images/Microsoft.png" class="thumbnail">
<img src="images/Microsoft.png" alt="Microsoft" style="width:600px;height:150px">
</a>
<a href="images/Payless.png" class="thumbnail">
<img src="images/Payless.png" alt="Payless" style="width:600px;height:150px">
</a>
</div>
</div>
</section>
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact ACM@KU</h2>
<p>Feel free to ask if you have any questions!</p>
<p><a href="mailto:kuacm@ku.edu">kuacm@ku.edu</a></p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://github.com/acmatku" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a href="https://twitter.com/acmatku" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<p>Copyright © ACM@KU 2016</p>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
<!-- Custom Theme JavaScript -->
<script src="js/custom.js"></script>
</body>
</html>