Close OpenCL registration.

This commit is contained in:
Marc Burns 2012-03-17 01:53:27 -04:00
parent 8a83f172e6
commit 91f2dcce90
1 changed files with 1 additions and 43 deletions

View File

@ -6,49 +6,7 @@
<header />
<section title="CSC/AMD OpenCL Competition Registration">
<p>
The OpenCL contest will be split into two sections of participants: Open Submission and Problem Set.
</p>
<ul>
<li>
If you choose to participate in the Open Submission section, you will be able to submit any project which runs in the OpenCL environment. Your submission will be judged subjectively by a panel of three judges.
</li>
<br />
<li>
On the other hand, if you participate in the Problem Set section, you will be required to implement several programs to solve a set of problems (released on the 24th). Your submissions will be judged objectively by an electronic judge. In this section, you will be scored on correctness and efficiency.
</li>
<br />
<li>
You may choose to work in a team of up to three people, or alone.
</li>
</ul>
<p>
In order to process your registration, we'll need your Quest ID, an email address, and your choice of team/section participation. Please fill out the form below:
</p>
<p>
<form action="register.cgi" method="post">
<table cellpadding="5px">
<tr>
<td>Quest ID:</td><td><input type="text" name="quest" /></td>
</tr>
<tr>
<td>Email:</td><td><input type="text" name="email" /></td>
</tr>
<tr>
<td>Are you participating with a team?</td><td><input type="checkbox" name="team" value="yes" /></td>
</tr>
<tr>
<td>Problem type:</td><td><input type="checkbox" name="open" value="yes" /> Open Submission
<input type="checkbox" name="closed" value="yes" /> Problem Set</td>
</tr>
<tr>
<td></td><td><input type="submit" name="Register" value="Register" /></td>
</tr>
</table>
</form>
</p>
<p>Registration is closed. The contest has ended.</p>
</section>
<footer />