CINXE.COM

IACR 2023 Election

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/> <link href="https://iacr.org/libs/css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> <title> IACR 2023 Election </title> <link href="/css/iacr.css" rel="stylesheet"/> <!-- These are for search. They might be reorganized. --> <link href="https://iacr.org/libs/js/easy-autocomplete/easy-autocomplete.css" rel="stylesheet"/> </head> <body> <noscript> <h1 class="text-center"> What a lovely hat </h1> <h4 class="text-center"> Is it made out of <a href="/tinfoil.html"> tin foil </a> ? </h4> </noscript> <div id="pageHeaderAndNav"> <!-- populated by headerFooter.js --> </div> <main class="container px-md-4 py-3" id="iacrMain-contentBox"> <h1 align="center"> IACR 2023 Election </h1> <h2> Results </h2> <p> The 2023 election was held to fill three Director positions. 848 votes have been cast. The results are below, with elected candidates marked in <b>bold</b>: </p> <ul> <li><b>Moti Yung</b>: 395</li> <li><b>Maria Naya-Plasencia</b>: 378</li> <li><b>Francisco Rodriguez-Henriquez</b>: 342</li> <li>Elaine Shi: 320</li> <li>Britta Hale: 306</li> <li>Mariana Raykova: 271</li> </ul> <p> Election verification data can be found at <a href="https://vote.heliosvoting.org/helios/e/iacr2023">https://vote.heliosvoting.org/helios/e/iacr2023</a>. </p> <p> The election committee congratulates all elected members and thanks all candidates for their contributions to the IACR and willingness to serve. </p> <p> <a href="https://www.iacr.org/elections/2023/candidates.php">List of candidates</a> </p> </main> <div id="pageFooter"> <!-- populated by headerFooter.js --> </div> <script src="https://iacr.org/libs/js/jquery/3.3.1/jquery.min.js"> </script> <script src="https://iacr.org/libs/css/bootstrap/dist/js/bootstrap.bundle.min.js"> </script> <script src="/libs/js/easy-autocomplete/jquery.easy-autocomplete.js"> </script> <!-- Custom JS (load header & footer) --> <script src="/js/headerFooter.js"> </script> <script> $(function(){ var candidates = $("#candidates"); var dts = candidates.find("dt"); var dds = candidates.find("dd"); for (var i=0; i<dts.length; i++) { $(dts[i]).remove(); $(dds[i]).remove(); } function permute(n) { var items = []; for (var i=0; i<n; i++) { items.push({ val:i, key:Math.random(1) }); } items.sort( function(a,b) { return ~~(a.key < b.key) } ); return( items.map( function(x){ return x.val } )); } var shuffled = permute( dts.length ); for (var i=0; i<shuffled.length; i++) { var j = shuffled[i]; candidates.append(dts[j], dds[j]); } }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10