-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinners.html
More file actions
executable file
·24 lines (19 loc) · 1.31 KB
/
winners.html
File metadata and controls
executable file
·24 lines (19 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: Winner
---
<h1>Winners</h1>
<table class="table table-hover">
<thead>
<tr><th>Place</th><th>Project</th><th>Member #1</th><th>Member #2</th><th>Member #3</th><th>Member #4</th><th>Member #5</th></tr>
</thead>
<tbody>
<tr><td>1</td><td>Owl Dining</td><td>Weibo He</td><td>Linge Dai</td><td>Zhaolei Liu</td><td></td><td></td></tr>
<tr><td>2</td><td><a href="http://cryptmsgnet.appspot.com/">CryptMsgNet</a></td><td>Devin Grady</td><td>Mike Dietz</td><td>Scott Novich</td><td></td><td></td></tr>
<tr><td>3</td><td><a href="https://github.com/waseemAtRice/rice-degree-planner">DegreePlanner</a></td><td>Waseem Ahmad</td><td>Even Dougal</td><td>Josh Lipschultz</td><td>Caleb Solano</td><td>Wen Xing</td></tr>
<tr><td>JC</td><td>AccompanyMe</td><td>Elizabeth Liu</td><td>Navaneeth Ravindranath</td><td></td><td></td><td></td></tr>
<tr><td>JC</td><td><a href="https://github.com/hack-rice/2013-Rice-Risk">Rice Risk</a></td><td>Alden Higgins</td><td>Jake Kornblau</td><td>Valerie Baretsky</td><td>Lauren Staal</td><td>Wilson Beebe</td></tr>
</tbody>
</table>
<p><small>*JC denote the judges choice awards for projects that they liked but didn't directly fall within the main categories.</small></p>
<p>Check out <a href="https://sites.google.com/site/hackrice/winners">last year's winners</a>.</p>