| <?php |
| /******************************************************************************* |
| * Copyright (c) 2015 Eclipse Foundation and others. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v1.0 |
| * which accompanies this distribution, and is available at |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * Eclipse Foundation - initial implementation |
| *******************************************************************************/ |
| ?> |
| |
| <div id="midcolumn"> |
| <h1><?php print $pageTitle; ?></h1> |
| <!-- Put the appropriate message between the <p> tags below --> |
| |
| <p>Click on the candidate names to view their individual pages.</p> |
| |
| <p>The Contributing Member Representatives have all been elected via acclamation, since we have three positions and three candidates.</p> |
| |
| <!-- |
| <p>Their individual candidate pages will be published by February 11.</p> |
| |
| <p>Committer Representatives</p> |
| <ol> |
| <li>George Adams</li> |
| <li>Chris Aniszczyk</li> |
| <li>Aleksandar Kurtakov</li> |
| <li>Andrey Loskutov</li> |
| <li>Thomas Mäder</li> |
| <li>Ed Merks</li> |
| <li>Kevin Sutter</li> |
| </ol> |
| |
| <p>Contributing Member Representatives</p> |
| <ol> |
| <li>Farah Papaioannou</li> |
| <li>Torkild Ulvøy Resheim</li> |
| <li>Gunnar Wagenknecht</li> |
| </ol> |
| |
| <p>The Contributing Member Representatives have all been elected via acclamation, since we have three positions and three candidates. The |
| community will vote for Committer Representatives only. Voting begins on February 11 and ends at 3pm Eastern on March 4.</p> |
| --> |
| |
| <!-- |
| <p>Voting has ended in the 2020 elections. To learn about the |
| results, <a href="https://www.eclipse.org/org/press-release/20200319-boardelection.php" target="_blank">see |
| this announcement. </a></p> |
| --> |
| |
| |
| <p><b>Note:</b> To ensure maximum fairness to all, the list of candidates is |
| presented in random order.</p> |
| |
| <div class="row"> |
| <div class="col-md-12"> |
| <h3>Committer<br>Candidates</h3> |
| <a name="Candidates"></a><?php print $committer_candidates;?> |
| </div> |
| <div class="col-md-12"> |
| <h3>Contributing Member<br>Candidates</h3> |
| <?php print $addin_candidates;?> |
| </div> |
| </div> |
| |
| </div> |
| |
| |
| <div id="rightcolumn"> |
| <div class="sideitem"> |
| <h6>Quick Links</h6> |
| <ul> |
| <li><a href=".">Election Home</a></li> |
| <li><a href="nominees.php">2021 Candidates</a></li> |
| <li><a href="keydates.php">2021 Key Dates</a></li> |
| <li><a href="election_process.php">Election Process</a></li> |
| </ul> |
| </div> |
| </div> |
| |
| </div> |
| |