Touch up registration page.

This commit is contained in:
Marc Burns 2012-02-16 11:26:19 -05:00
parent dd6f529919
commit d90d2a366a
2 changed files with 22 additions and 3 deletions

View File

@ -4,8 +4,8 @@
(require net/uri-codec)
(require net/smtp)
(define ERROR-HEADER "Location: http://csclub.uwaterloo.ca/opencl/register-fail\n\n")
(define SUCCESS-HEADER "Location: http://csclub.uwaterloo.ca/opencl/register-success\n\n")
(define ERROR-HEADER "Location: register-fail\n\n")
(define SUCCESS-HEADER "Location: register-success\n\n")
(define (is-user? str) (equal? (list str) (regexp-match #rx"[A-Za-z0-9._]+" str)))
(define (is-email? str) (equal? (list str) (regexp-match #rx"[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+" str)))

View File

@ -5,7 +5,26 @@
<cscpage title="CSC/AMD OpenCL Competition Registration">
<header />
<section title="CSC/AMD OpenCL Competition Registration">
<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">