-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreg.html
94 lines (85 loc) · 4.75 KB
/
reg.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no" lang="no">
<head>
<title>Nordic Collegiate Programming Contest 2017</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords"
content="ncpc,acm,icpc,collegiate,student,programming,contest,nm,sm,vm,programmering" />
<meta name="description"
content="Nordic Collegiate Programming Contest" />
<link rel="stylesheet" type="text/css" href="../main.css" />
</head>
<body>
<div style="text-align: center;">
<table class="divcenter" style="text-align: justify" width="750px">
<tr>
<td class="page">
<h1>Registration Process</h1>
<p>The NCPC registration uses the official ICPC registration system. To register a team follow this registration guide. <b>All teams should register through the ICPC system, even those that are not <a href="https://icpc.baylor.edu/regionals/rules#HPeriodofEligibility">ICPC eligible</a>.</b>
</p>
<p><b>Step 0:</b><br />
Either the team must have a <b>Coach</b> (i.e. somebody that is not competing, typically a faculty member), or one of the team members has to be a <b>Student Coach</b>. It is the [Student] Coach that registers the team.
</p>
<p><b>Step 1 (create an ICPC-account if you don't have one):</b><br />
The [Student] Coach needs to have an ICPC-account. If you have participated before you most likely already have an ICPC-account, otherwise you need to create one.<br />To create an ICPC-account:
<ol>
<li>Click on the "Sign up"-button on the <a href="http://icpc.baylor.edu/">main ICPC-page</a>.</li>
<li>Fill in all the required fields. Your email address will be your unique username.</li>
<li>In the Institution field just start typing the name of your university. You will get suggestion for universities that match. Click on your university.</li>
</ol>
</p>
<p><b>Step 2 (log in):</b><br />
If you just created an account in step 1 above you will already be logged in, otherwise:
<ol>
<li>Click <a href="https://icpc.baylor.edu/private/dashboard">here</a>. (Or click on the "Login"-link on the <a href="http://icpc.baylor.edu/" target="_blank">main ICPC-page</a>).</li>
<li>Fill in your email and password and click "Sign in".</li>
</ol>
</p>
<p><b>Step 3 (register your team):</b><br />
On the <a href="https://icpc.baylor.edu/private/dashboard">Dashboard</a>:
<ol>
<li>Click the "Create a team"-button.</li>
<li>Select a contest and site:<br />
<ol>
<li>Click on Europe (Blue).</li>
<li>Open "The 2019 Northwestern Europe Regional Contest".</li>
<li>Open "The 2019 Nordic Collegiate Programming Contest".</li>
<li>Click on your site (A green puzzle piece).</li>
</ol>
<li>Create your team(s):<br />
<ol>
<li>If you are a Student Coach, check the "I also want to participate as contestant" box.</li>
<li>Your university should already be filled in (but if not, see <b>Step 1</b> above).</li>
<li>If you are not a Student Coach, fill in the number of teams you want to register.</li>
<li>Fill your team names. (This can be changed later)</li>
<li>Click on Next.</li>
</ol>
<li>Add team members:<br />
<ol>
<li>Click on "Add team member" (to the far right) for each additional contestant.</li>
<li>A block will appear with the string "Team member N". Click on it so that it expands.</li>
<li>In the "Find person" field you can search for team members that already have an ICPC-account. You can search by email (recommended) or name. If the person is found, click on the name, if not, click "Register new person".</li>
<li>In the "Role" field enter "Contestant".</li>
</ol>
<li>Finally do the actual registration:<br />
<ol>
<li>Click the "Confirm Registration"-button.</li>
<li>Click "OK" in the confirmation dialog.</li>
</ol>
<li><b>But wait! There is more!</b> Enter whether the team is ICPC-eligible or not:<br />
<ol>
<li>Click "Contest-Specific Fields" in the lower (middle?) tab</li>
<li>Enter "YES" or "NO" in the ICPC-eligible field</li>
<li>Click the "Update Contest-Specific Fields"-button</li>
</ol>
</ol>
</p>
<!-- END CONTENT -->
</td>
</tr>
</table>
</div>
</body>
</html>