Remove registration deadline.

This commit is contained in:
Marc Burns 2012-02-27 17:13:54 -05:00
parent 47839d5dcb
commit 9e6c8d56b3
3 changed files with 56 additions and 4 deletions

View File

@ -3,5 +3,5 @@
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory title="OpenCL">
<diritem title="Submit" href="submit" />
<diritem title="Register" href="register" />
</directory>

View File

@ -7,13 +7,25 @@
<section title="CSC/AMD OpenCL Competition">
<p>
The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. As of February 25th, 2012, registration has closed. The competition has begun, and will run until 11:59 on March 2nd. A score board for closed problem set submissions will be available shortly.
The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. If you're interested in writing massively parallel software on the OpenCL platform, come register for the competition! You'll have a chance to win an HP laptop or AMD graphics card.
</p>
</section>
<section title="What is this OpenCL of which you speak?">
<p>
On February 16th, 2012, we ran a tutorial on writing OpenCL programs. Slides are available <a href="openclintro.pdf">here.</a> You can drop by our office in MC 3036 to pick up an OpenCL reference book, courtesy of AMD.
</p>
</section>
<section title="EXTERMINATE!">
<p>
You can register to participate in the contest <a href="register">here.</a> If you want to participate and possibly win prizes, you'll need to register here between the 16th of February and the submission deadling. On March 2nd, we'll be holding a contest code party. All contestants are invited; the submissions deadline will be at 12:00 AM. At the conclusion of the party, there will be judging and prizes. Participants will have the chance to win a laptop or AMD graphics card.
</p>
<p>
For information on electronic submission, <a href="submit">click here.</a>
</p>
<p>
Katie's OpenCL introduction slides are available <a href="openclintro.pdf">here.</a>
If you have any questions, please contact <a href="mailto:exec@csclub.uwaterloo.ca">exec@csclub.uwaterloo.ca</a> or drop by the Computer Science Club in MC 3036. We hope you'll join us!
</p>
</section>

View File

@ -7,7 +7,47 @@
<section title="CSC/AMD OpenCL Competition Registration">
<p>
Registration is now closed.
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>
</section>