forked from cambridgesu/bob-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from lewis-wf/patch-1
Update about info
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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"); | ||
|