Skip to content

Commit 697d7be

Browse files
authored
Change Election Rules to deal with multiple noms
1 parent b7914a4 commit 697d7be

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

CONSTITUTION.rst

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ Election of the Executive
360360
#. one calendar week after nominations open; or
361361
#. 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.
362362

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.
364365
#. 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.
365366

366367
#. Only elections run by the School of CSE shall be recognised.
@@ -371,18 +372,37 @@ Election of the Executive
371372
#. Upon finalising of the election results, they must be pronounced to the membership within one (1) business day.
372373

373374
#. 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.
374376

375377
#. Only full members are entitled to vote for the Executive.
376378
#. Voting is to be confidential and anonymous with the exception of,
377379

378380
#. 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.
379381

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.
381383

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

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).
404+
405+
All the best for your elections, ~tfpk
386406

387407
Casual Vacancies
388408
----------------

0 commit comments

Comments
 (0)