-
Notifications
You must be signed in to change notification settings - Fork 0
/
regu.html
176 lines (142 loc) · 8.2 KB
/
regu.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Helvetic Coding Contest</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="gedit" />
<meta name="author" content="Titus Cieslewski" />
<link rel="stylesheet" type="text/css" href="style21f2c.css?20130113" />
<LINK REL="SHORTCUT ICON" HREF="res/favicon1f2c.png?20130113">
<script type="text/javascript" src="js/js21f2c.js?20130113"></script>
<script type="text/javascript" src="../ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="../ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script type="text/javascript" src="../apis.google.com/js/plusone.js"></script>
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37610977-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- moving eyeball -->
<script type="text/javascript">
$( document ).on( "mousemove", function( event ) {
var p = $( "#eye" ).offset()
var relX = event.pageX - p.left - 40
var relY = event.pageY - p.top - 20
var scale = 0.05
var cap = 15
var x = relX*scale
var y = relY*scale
var norm = Math.sqrt(x * x + y * y)
if (norm > cap) {
x = x / norm * cap
y = y / norm * cap
}
$( "#iris" ).css("background-position", x + "px " + y + "px")
})
</script>
</head>
<body>
<div style="margin:20px auto 0px auto; width:1150px; position:relative;">
<div id="main3">
<div id="main2">
<div id="main">
<!--<img src="img/logo.png" style="position:absolute; bottom:-40px; left:-30px;" alt="logo" />-->
<!-- Some seldomly accessed links & infos here -->
<table width="100%" style="padding:0 10px; margin:3px auto 0px auto;">
<tr>
<td style="padding:0; margin:0;">
<a href="../external.html?link=http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="../platform.twitter.com/widgets.js"></script></td><td style="padding:0; margin:0;">
<iframe src="../external.html?link=http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FHelvetic-Coding-Contest%2F309821316193&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
</td><td style="padding:0; margin:0;"><g:plusone size="small" annotation="inline" width="200"></g:plusone>
</td>
<td align="right" style="padding:0; margin:0;">
<form action="../external.html?link=http://2014.hc2.ch/regu.php?" method="get" style="display:inline;">
<select id="language" name="lang">
<option value="En" selected>English</option>
<option value="De" >Deutsch</option>
<option value="Fr" >Français</option>
</select>
<script language="javascript">
$(function(){
$("#language").change(function(){
location.href = ("?lang="+$("#language").val());
});
});
</script>
<noscript>
<input type="Submit"/>
</noscript>
</form>
Last update: 30.03.2014 </td>
</tr>
</table>
<!-- The menu -->
<div id="menu">
<span ><a href='index-2.html'>Home</a></span><span class='selected'><a href='info.html'>Infos</a></span><span ><a href='gallery.html'>Gallery</a></span><span ><a href='register_frame.html'>Registration</a></span><span ><a href='links.html'>Sponsors</a></span><div id="eyebox"><div id="iris"></div><div id="eye"></div></div>
<div align="left" id="submenu">
<span ><a href='info.html'>Contest</a></span><span ><a href='sched.html'>Schedule</a></span><span ><a href='location.html'>Location</a></span><span class='selected'><a href='regu.html'>Rules</a></span><span ><a href='env.html'>Environment</a></span><span ><a href='comite.html'>Committee</a></span> </div>
</div>
<!-- Finally, the content -->
<div id="content">
<div class="advert"><a href="res/hc2rules-2014.pdf" target="_blank">Get the complete rule set in pdf</a></div>
<h2>The most important at a glance:</h2>
<h3>General</h3>
<p>
The problem set will be available in English, French and German.<br/>
</p>
<h3>Eligibility</h3>
<p>
We've updated the eligibility criteria and people which are not students now can also participate!
<p></p>
There are two categories in which teams will be divided: "students"
and "professionals". The category "students" will contain teams which consist only of students pursuing a master's
degree or lower, currently enrolled in a Swiss educational institution (high school, HES, university, ETH or vocational school)
or currently enrolled in a foreign educational institution but doing a bachelor/master thesis in Switzerland. Teams that contain at
least one predoctoral/PhD student or one person that does not fulfill the above defined "student"
criteria will be part of the category "professionals". All members of all teams must be between the ages 14 and 28 (included).
<p></p>
There will be separate rankings for the two categories, and both categories can win attractive prizes.
<p></p>
Individuals without a team may also register. The judges will try to form balanced teams (to the best of their abilities) out
of all individuals who are not yet in a team.
</p>
<p>There will be a <a href="task.html">task</a> to be solved after registration. Deadline to solve it is 8 hours after the registration deadline.
<h3>Participation fees</h3>
<p>The participation fees are 5 CHF per contestant. The fee will have to be payed at the latest 2 days after the registration deadline.</p>
<h3>Conduct of the contest</h3>
<p>The Contest will be preceded by a dry run. The aim of the dry run is to get
the contestants acquainted with the judging system. All data on the team’s
computers will be erased after the dry run.<br/>
The Contest duration is 4 hours and 30 minutes.<br/>
The Contest features between four and eight algorithmic problems, divided into three sub-problems (more details on <a href="info.html">the info page</a>).<br/>
The Contest will take place on modern computers running our specialized contest
environment. You can find all the details at <a href="env.html">the contest
environment page</a>.<br/>
The participants may request the organizers to print their source code in order
to help with the debugging.</p>
<h3>Scoring system</h3>
<p>Teams will be ranked according to the total number of sub-problems they solve correctly. There will be no partial credit.</p>
<p>During the last hour of the Contest, the ranking display will be frozen and the winners will only
be announced at the HC2 Diploma Ceremony.</p>
<div class="advert"><a href="res/hc2rules-2014.pdf" target="_blank">Get the complete rule set in pdf</a></div>
</div>
<div id="foot" align="center">
<!--<hr style="color:white; height:1px; margin-top:0;">-->
<a href="../external.html?link=http://www.epfl.ch/" target="_blank" ><img src="img/logo140/epfl.png" alt="logo epfl" align="middle"/></a>
<a href="../external.html?link=http://www.open.ch/" target="_blank" ><img src="img/logo140/open.png" alt="logo open systems" align="middle" /></a>
<a href="../external.html?link=http://www.adnovum.ch/" target="_blank" ><img src="img/logo140/adnovum.png" alt="logo adnovum" align="middle"/></a>
<a href="../external.html?link=http://polyprog.epfl.ch/" target="_blank" ><img src="img/logo140/polyprog.png" alt="logo polyprog" align="middle" /></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>