From 35e366af3fff397755ca0d66b56045d0ae8d5dc4 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Fri, 1 Sep 2023 16:47:14 +0200 Subject: [PATCH] Fix bugs --- data/DEDIS/projects.yaml | 2 +- views/products/pilot/dvoting.tpl | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/DEDIS/projects.yaml b/data/DEDIS/projects.yaml index 4276f46..ab51e7a 100644 --- a/data/DEDIS/projects.yaml +++ b/data/DEDIS/projects.yaml @@ -575,7 +575,7 @@ projects: dvoting: name: d-voting description: > - (Short description, will be shown under the name) + A decentralized, fully anonymous voting system for EPFL-internal elections. categories: - "Blockchain" applications: diff --git a/views/products/pilot/dvoting.tpl b/views/products/pilot/dvoting.tpl index 3fd060e..795e494 100644 --- a/views/products/pilot/dvoting.tpl +++ b/views/products/pilot/dvoting.tpl @@ -1,7 +1,9 @@ -The d-voting project allows for electronic voting without a central point of trust. +

The d-voting project allows for electronic voting without a central point of trust. It relies instead on the majority of servers to be honest during the voting process. The ballots are encrypted during the voting phase, and then shuffled to anonymise the results. When they are finally decrypted, it is not possible anymore to retrace who voted for what. - +

+

As of September 2023, we're preparing to launch a demo of the d-voting across several instances of EPFL. -We plan to replace the current e-voting project for March 2024. \ No newline at end of file +We plan to replace the current e-voting project for March 2024. +

\ No newline at end of file