CINXE.COM

IACR 2021 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 2021 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 2021 Election </h1> <h2> Results </h2> The 2021 election was held to fill three of nine IACR Director positions. 740 votes have been cast. The results are below, with elected candidates marked in <b> bold </b> : <br/> <br/> Directors: <ul> <li> Allison Bishop : 268 </li> <li> Vladimir Kolesnikov: 143 </li> <li> <b>Bo-Yin Yang</b> : 272 </li> <li> <b> Jian Guo </b> : 270 </li> <li> <b> Anna Lysyanskaya </b> : 350 </li> <li> Emmanuel Thom茅 : 208 </li> </ul> <p> Election verification data can be found at <a href="https://vote.heliosvoting.org/helios/e/IACR2021Election"> https://vote.heliosvoting.org/helios/e/IACR2021Election </a> . </p> <p> The election committee congratulates Bo-Yin, Jian, and Anna, who will serve as IACR Directors for three-year terms commencing January 1, 2022. The committee also thanks Allison, Vladimir and Emmanuel for their contributions to the IACR and willingness to serve. </p> <p> <a href="candidates.html"> 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