-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add homepage redirect for confirmation code website lookup (#14)
Co-authored-by: rc carter <rocarter@microsoft.com>
- Loading branch information
Showing
2 changed files
with
5 additions
and
20 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<title>Redirecting to College Park survey</title> | ||
<meta http-equiv="refresh" content="0; URL=https://surveys.qualtrics.charlotte.edu/jfe/form/SV_e2rUuBrd6XgPbxk"> | ||
<meta http-equiv="refresh" content="0; URL=https://surveys.qualtrics.charlotte.edu/jfe/form/SV_e2rUuBrd6XgPbxk"> |
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 |
---|---|---|
@@ -1,19 +1,4 @@ | ||
![ElectionGuard College Park Election][election-guard-college-park-banner] | ||
|
||
# ElectionGuard in the College Park 2023 General Election | ||
|
||
Voters in College Park, Maryland will experience ElectionGuard for the first time in the November 2023 General Election. They will have the option to fill out their ballots by hand or use the Hart Verity TouchWriter. | ||
|
||
After filling out their ballot, in-person voters will then scan the ballot using the Hart Verity Scanner. The scanner first prints the ElectionGuard confirmation code and then presents voters with an onscreen summary of the choices it interprets. | ||
|
||
After viewing the summary, the voter can then submit (or cast) their ballot or, if they want to run a BallotCheck, they can cancel the ballot from being cast. In that case, the Verity scanner returns the ballot and the voter engages the poll worker to record the challenge and get a new ballot to vote again. In either case the confirmation code is used to check the result: for cast ballots, the voter sees whether the ballot was included in the final tally; for BallotCheck ballots, the voter can see the choices captured by the scanner. BallotCheck ballots are not included in any tallies. | ||
|
||
Several partners contributed services and capabilities to showcase how independent verification of elections work. Hart InterCivic has integrated ElectionGuard into its Verity precinct scanners; MITRE wrote an independent verifier; and Enhanced Voting provided the confirmation code lookup service. | ||
|
||
|
||
!!! info "Try MITRE's ElectionGuard Verifier" | ||
**[Go to the Verifier site](https://electionintegrity.mitre.org/verifier/)** to see a report of the mathematical tests of the ElectionGuard specification. | ||
|
||
|
||
<!-- Links --> | ||
[election-guard-college-park-banner]: images/ElectionGuard-College-Park-2023.svg "ElectionGuard banner" | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<title>Redirecting to Confirmation Code website</title> | ||
<meta http-equiv="refresh" content="0; URL=https://app.enhancedvoting.com/results/public/cc/CollegePark/nov23"> |