-
Notifications
You must be signed in to change notification settings - Fork 4
/
nomination.html
286 lines (257 loc) · 15.1 KB
/
nomination.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8663eb90fc.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/nomination.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<title>Nominations | NUS Students' Computing Club</title>
</head>
<body>
<div id="navbar">
<a href="https://nuscomputing.com" width="40" id="logo"><img src="assets/black-logo.png" width="40"
id="logo"></a>
<div id="options">
<p><a href="elections.html">Home</a></p>
<p><a href="manifesto.html">Manifesto</a></p>
<p><a href="candidates.html">Candidates</a></p>
<p><a href="roles.html">Roles</a></p>
<!-- <p><a style="color: #feca57;" href="nomination.html">Nomination</a></p>-->
<!-- <p><a href="voting.html">Voting</a></p>-->
<!--p><a href="internalresults.html">Results</a></p-->
<p><a href="externalresults.html">Results</a></p>
</div>
</div>
<div id="container">
<!-- NOMINATION PROCESS -->
<div>
<p id="segment-header">Nominations Process</p>
<!-- <p style="margin-bottom: 20px;" id="para">
You can nominate <strong style="color: #778beb;">yourself</strong> and/or <strong
style="color: #778beb;">someone else</strong>!
<br>
Regardless, you'll need to fill up all the following forms and send them our way to <a
href="mailto:[email protected]"
style="text-decoration: none; color: indianred;"><strong>[email protected]</strong></a>:
</p> -->
<div id="points-container">
<ol id="instructions-list">
<li>Nomination period: <b><u>14 - 23 August 2023 (1200H)</u></b></li>
<li>Only a Club Member<strong style="color: indianred;">*</strong> shall be eligible to be nominated
for
an election.</li>
<li>As a member of the NUS Students' Computing Club, you have 2 options<strong
style="color: indianred;">**</strong>:
<ol type="a" style="padding-left:30px">
<li>Run as a Management Committee Member</li>
<li>Run as a NUSSU EXCO Representative</li>
</ol>
</li>
<li>The Election Committee shall prescribe a procedure for Club Members to follow in order to be
nominated for the election. This procedure shall adhere to the following:
<ol type="a" style="padding-left:30px">
<li>Any nomination of a Club Member shall be endorsed by a Proposer and a Seconder who must
both be Club Members;</li>
<li>A Club Member shall not be the Proposer or the Seconder for his own nomination;</li>
<li>The Club Member being nominated must accept the nomination in writing before being
considered a Nominee.</li>
</ol>
</li>
<li>You are NOT eligible for this election if you are:
<ol type="a" style="padding-left:30px">
<li>Guilty of a disciplinary offence </li>
<li>Under academic warning or probation </li>
</ol>
</li>
</ol>
</div>
<p id="subpara"><strong style="color: indianred;">*</strong> All full-time undergraduate students in the
School of Computing are members of the NUS Students' Computing Club by default.</p>
<p id="subpara"><strong style="color: indianred;">**</strong> You may not run for both positions
concurrently </p>
<br><br>
</div>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
<!-- NOMINATION FOR MANAGEMENT COMMITTEE MEMBER -->
<div>
<p id="segment-header-2">Nomination for Management Committee Member</p>
<div id="points-container">
<ol id="instructions-list">
<li>Candidates are required to submit the following documents to <a
href="mailto:[email protected]" style="text-decoration: none"><strong
style="color: indianred">[email protected]</strong></a> by <b><u>23 August
2023, 1200H</u></b>:
<ol type="a" style="padding-left:30px">
<li><a href="assets/elections/regulations/Nominee_Application_FormA.docx"
style="text-decoration: none"><strong style="color: indianred;">Nominee Agreement
Form (Form A)</strong></li></a>
<li><a href="assets/elections/regulations/Nominee_Agreement_FormB.docx"
style="text-decoration: none"><strong style="color: indianred;">Nominee Agreement
Form (Form B)</strong></li></a>
</ol>
</li>
<li>Candidates must declare the primary position they are contesting for. Declaring a secondary
position will be optional. A Nominee will not be allowed to change their primary position after
the end of the nomination period. A Nominee can change their secondary position up till the
Internal Elections.
</li>
</ol>
<br>
</div>
</div>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
<!-- NOMINATION FOR NUSSU EXCO REPRESENTATIVE -->
<div>
<p id="segment-header-2">Nomination for NUSSU EXCO Representative</p>
<div id="points-container">
<ol id="instructions-list">
<li>Candidates are required to submit the following documents to <a
href="mailto:[email protected]" style="text-decoration: none"><strong
style="color: indianred">[email protected]</strong></a> by <b><u>23 August
2023, 1200H</u></b>:
<ol type="a" style="padding-left:30px">
<li><a href="assets/elections/regulations/45th_EXCO_REPRESENTATIVE_NOMINATION_FORM.docx"
style="text-decoration: none"><strong style="color: indianred;">45th EXCO
Representative Nomination </strong></li></a>
</ol>
</li>
<li>Candidates must get an outgoing elected member of the Constituent Club Management Committee to
indicate that the candidate has consulted with the member(s) of the Constituent Club Management
Committee to sign the nomination form.
</li>
<li>Consultation will be on the expected roles and duties to be undertaken as a NUSSU Executive
Committee Representative. In order to provide a more holistic view of the expected roles and
duties, the consultation will be limited to elected members of the Presidential Wing.<strong
style="color: indianred;">***</strong></li>
</ol>
</div>
<p id="subpara"><strong style="color: indianred;">***</strong> The full list of members can be found in
the AY 2023/2024 NUSSU Students' Computing Club Election Standing Orders under the <a href="voting.html#regulations"
style="text-decoration: none">
<span>regulations</span></a>. </p>
<br><br>
</div>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
<!-- CAMPAIGN PROCESS -->
<div>
<p id="segment-header">Campaign Process</p>
<div id="points-container">
<ol id="instructions-list">
<li>Campaign period: <b><u>24 - 26 August 2023</u></b></li>
<li>Nominees are to abide by the <a href="voting.html#regulations"
style="text-decoration: none"><span>rules and regulations</span></a>
laid out in the Computing Club Election Standing Orders. </li>
<li>A live-broadcasted physical campaign speech + Q&A will be held on <b><u>24 - 26 August
2023</u></b>.</li>
<li>All Nominees are required to prepare a set of slides based on the following statements:
<ol style="padding-left:30px">
<li type="a"> A general introduction about yourself </li>
<li type="a"> Which role do you wish to take up and why? </li>
<li type="a"> What relevant past experiences (if any) do you have? </li>
<li type="a"> What qualities do you possess that make you suitable for this role? </li>
<li type="a"> What are your goals and how do you intend to achieve them? </li>
</ol>
</li>
<li>You may include any additional information that support your campaign.</li>
<li>Candidates are required to submit the following documents to <a
href="mailto:[email protected]" style="text-decoration: none"><strong
style="color: indianred">[email protected]</strong></a> by <b><u>23 August
2023, 2359H</u></b>.</li>
</ol>
<br><br>
</div>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
</div>
<p id="forms">Forms</p>
<p class="pt-text"><em>Last updated as of 14 August, 2023.</em></p>
<br><br>
<div id="points-container">
<div class="point">
<div class="pt-id">
<p>
<i style="color: #78e08f;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/Nominee_Application_FormA.docx" style="color: #4a69bd;"
target="_blank">26<sup>th</sup> Management Committee Nomination
Form A</a>
</p>
</div>
<div class="point">
<div class="pt-id">
<p>
<i style="color: #f19066;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/Nominee_Agreement_FormB.docx" style="color: #4a69bd;"
target="_blank">26<sup>th</sup> Management Committee Nomination Form B</a>
</p>
</div>
<div class="point">
<div class="pt-id">
<p>
<i style="color: #93c6c3;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/45th_EXCO_REPRESENTATIVE_NOMINATION_FORM.docx"
style="color: #4a69bd;" target="_blank">45<sup>th</sup> ExCo Representative Nomination
Form</a>
</p>
</div>
<!-- <div class="point">
<div class="pt-id">
<p>
<i style="color: #778beb;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/AY_2022_2023_NUSSU_Students'_Computing_Club_Election_Standing_Orders.pdf"
style="color: #4a69bd;" target="_blank">AY 2022/2023 NUSSU Students' Computing Club Election
Standing Orders</a>
</p>
</div>
<div class="point">
<div class="pt-id">
<p>
<i style="color: #395B9B;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/NUS_Students'_Computing_Club_Management_Committee_Officers_Regulations.pdf"
style="color: #395B9B;" target="_blank">NUS Students' Computing Club Management Committee
Officers Regulations</a>
</p>
</div> -->
</div>
</div>
</body>
</html>