You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONSTITUTION.rst
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,8 @@ Election of the Executive
360
360
#. one calendar week after nominations open; or
361
361
#. there are at least two (2) nominees for Co-presidents and one (1) nominee for each other position excluding the Grievance Officer, and at least five (5) unique nominees for the positions in total.
362
362
363
-
#. Nominations must be entered and seconded by two (2) full members, one of whom must be the nominee.
363
+
#. Nominations must be entered and seconded by two (2) full members, one of whom must be the nominee.
364
+
#. Nominations for multiple positions must be ordered by preference -- that is, should a person apply for two or more positions, they must number each of them, with one being their most preferred position, two their next most preferred, and so on.
364
365
#. The Co-Presidents shall maintain the official list of nominees during the nomination period, and upon its closure, forward the list to the School of CSE, who shall run the official election. The list of full members who have been removed from the society will be sent to the School of CSE by the Secretary on this same day.
365
366
366
367
#. Only elections run by the School of CSE shall be recognised.
@@ -371,18 +372,37 @@ Election of the Executive
371
372
#. Upon finalising of the election results, they must be pronounced to the membership within one (1) business day.
372
373
373
374
#. In order to be appointed to an executive position, winner(s) of the election must accept their role and the motion to appoint them has to pass at the Annual General Meeting meeting, or at an Extraordinary General Meeting.
375
+
#. In the case of no member being nominated for the position of Grievance Officer, the incoming executive will have a vote to appoint one of themselves as a Grievance Officer.
374
376
375
377
#. Only full members are entitled to vote for the Executive.
376
378
#. Voting is to be confidential and anonymous with the exception of,
377
379
378
380
#. In the event of a full member being prevented by the School of CSE from accessing the voting site, votes shall be submitted to the first executive member not running in the election in the following list; the Co-Presidents, the Secretary, the Treasurer, the Arc Delegate, the Grievance Officer. If all of the above are running in the election the vote should be submitted to the School Manager. The executive member (or School Manager) will then submit the anonymised vote to the member in charge of maintaining the list of nominees.
379
381
380
-
#. Votes will be counted using the “single transferable vote” electoral system, a variant of the instant-runoff preferential voting system.
382
+
#. Votes will be counted using a modified version of the “single transferable vote” electoral system, a variant of the instant-runoff preferential voting system.
381
383
382
-
#. Each candidate must reach the quota of votes as determined by the Droop quota for that position.
383
-
#. When electing Co-presidents, all first and second preferences shall be counted as first preferences.
384
+
#. For each vacancy, within each position:
384
385
385
-
#. In the case of no member being nominated for the position of Grievance Officer, the incoming executive will have a vote to appoint one of themselves as a Grievance Officer.
386
+
#. Count the votes for that position according to the standard "single transferable vote" algorithm, treating anyone who was already elected to that position, or who preferenced that position lower than one they were elected to, as if they had not run. The candidate who reaches the quota of votes as determined by the Droop quota for that position is elected to that position.
387
+
#. Should there not be anyone eligible to hold that position, the position shall be declared vacant.
388
+
#. Each person should then be declared elected to the position which they preferenced highest. All other positions to which they were elected should be declared vacant.
389
+
#. Continue the above steps until they result in a stable allocation.
390
+
391
+
::
392
+
393
+
Explanatory Note: This process is unfortunately complex, due to two difficult factors:
394
+
- Two co-presidents are elected, and
395
+
- People can run for multiple positions.
396
+
397
+
These two factors together can cause annoying side-effects.
398
+
399
+
To make this simple, basically:
400
+
- You run two co-president elections -- the first time you just elect someone, the second time you re-run the election, but pretend the winning co-pres didn't run.
401
+
- People get their highest preference of position. If someone moves around, due to their preferences, there can be a "chain-effect" of people moving.
402
+
403
+
This might result in a sub-optimal ordering. Unfortunately, the only alternative is to contact people before the election to make a deal, but this can result in some really weird edge cases (You might end up in a situation where someone's choice of position turns out to be a choice between two other people being elected, or where choices are weirdly dependent). It seems better to ensure everyone is maximally happy with their position, and re-run other elections in an EGM (sorry).
0 commit comments