You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.9 KiB
55 lines
1.9 KiB
<?xml version='1.0'?>
|
|
|
|
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
|
|
|
|
<cscpage title="CSC/AMD OpenCL Competition Registration">
|
|
<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>
|
|
</section>
|
|
|
|
<footer />
|
|
</cscpage>
|
|
|