Skip to content

Commit

Permalink
Merge pull request #4 from lewis-wf/patch-1
Browse files Browse the repository at this point in the history
Update about info
  • Loading branch information
mxbi authored Nov 10, 2022
2 parents fc52ab0 + 99d2cd6 commit badd464
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions public_html/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,19 @@
- <b>Open-source:</b> The source code for CSES is <a href="https://github.com/qjcr/bob">publicly</a> <a href="https://github.com/qjcr/bob-gui">available</a> under a permissive GPL license, and we welcome contributions and reviews by anyone.
</p>
<p>
The CSES is hosted on a physical server hosted within the University's data network. The website is hosted behind Cloudflare.
The CSES is hosted on a virtual server hosted in Cambridge, with <a href="https://www.mythic-beasts.com/">Mythic Beasts</a>.
</p>

<h3>Current Sysadmins</h3>
<ul class="name-list sysadmin-list">
<li><a href="mailto:[email protected]">Brendan Coll</a> (Queens College JCR, Computer Officer)</li>
<li><a href="mailto:[email protected]">Cameron Robey</a> (St John's College, Unaffiliated)</li>
<li><a href="mailto:[email protected]">Mikel Bober-Irizar</a> (Queens College JCR, Accommodation & Facilities Officer)</li>
<li><a href="mailto:[email protected]">Lewis Westwood Flood</a> (Jesus College Student Union)</li>
<li><a href="mailto:[email protected]">Mikel Bober-Irizar</a> (Queen's College JCR)</li>
</ul>

<p><em>
These users have access to the physical CSES server. This server is hardened and setup with audit trails such that any tampering would be obvious to the other sysadmins. In the long term, we would like to move to a security architecture where no students are single-handedly capable of making system changes.
These users have access to the CSES server. This server is hardened and setup with audit trails such that any tampering would be obvious to the other sysadmins. In the long term, we would like to move to a security architecture where no students are single-handedly capable of making system changes.
<br>
While sysadmins have access to the server and code running on it, the system of vote verification means that a sysadmin would never be able to tamper with votes without this being verifiable by voters and returning officers.
While sysadmins have access to the server and code running on it, the system of vote verification means that a sysadmin would never be able to tamper with votes without this being verifiable by voters and returning officers. SysAdmins are elected by the Consortium at its Annual Meeting.
</em></p>

<h3>Current Members</h3>
Expand All @@ -40,9 +39,14 @@
<li>Magdalene College JCR</li>
<li>Fitzwilliam JCR</li>
<li>King's College Student Union</li>
<li>Jesus College Student Union</li>
<li>Jesus College Student Union <b>(Interim Chair)</b></li>
<li>St John's College JCR</li>
</ul>
<p>
The CSES is provided by the Cambridge Online Voting Consortium. The Consortium's members are ultimately responsible for the governance of the CSES, and support it financially.
<br>
If you're interested in joining the Consortium, email [email protected].
</p>

<?php
echo file_get_contents(__DIR__ . "/style/footer.html");
Expand Down

0 comments on commit badd464

Please sign in to comment.