From d90d2a366a310cdc34c47e623b244a1d20e329e8 Mon Sep 17 00:00:00 2001 From: Marc Burns Date: Thu, 16 Feb 2012 11:26:19 -0500 Subject: [PATCH] Touch up registration page. --- opencl/register.cgi | 4 ++-- opencl/register.xml | 21 ++++++++++++++++++++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/opencl/register.cgi b/opencl/register.cgi index 5e14125..15699e6 100755 --- a/opencl/register.cgi +++ b/opencl/register.cgi @@ -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))) diff --git a/opencl/register.xml b/opencl/register.xml index 9d78129..f9c4b1a 100644 --- a/opencl/register.xml +++ b/opencl/register.xml @@ -5,7 +5,26 @@
-
+
+

+ The OpenCL contest will be split into two sections of participants: Open Submission and Problem Set. +

+
    +
  • + 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. +
  • +
    +
  • + 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. +
  • +
    +
  • + You may choose to work in a team of up to three people, or alone. +
  • +
+

+ 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: +