-
Notifications
You must be signed in to change notification settings - Fork 2
/
people.htm
97 lines (93 loc) · 4.77 KB
/
people.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="keywords" content="verifiable,verified,verified computation,verifiable compuation,outsourced computation,third-party computing,PCP,probabilistically-checkable proofs,arguments,interactive proofs,IPs" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="index.css" />
<title>Pepper: toward practical verifiable computation</title>
</head>
<body>
<div id="wrap">
<div class="container">
<!--fixed navbar on top of the page-->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.htm">
<span>Pepper: toward practical verifiable computation</span>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="sidebar col-xs-3">
<div class="container">
<ul id="nav-tab" class="nav sidenav affix">
<li class="">
<a class="tab-toggle" href="index.htm">Home</a>
</li>
<li>
<a class="collapse-toggle" href="what-is-pepper.htm">About <span class="down-caret"></span></a>
<ul id="about-collapse" class="collapse">
<li class=""><a class="tab-toggle" href="what-is-pepper.htm">What is Pepper?</a></li>
<li class=""><a class="tab-toggle" href="our-approach.htm">Approach and research</a></li>
<li class=""><a class="tab-toggle" href="summary-results.htm">Summary of results</a></li>
<li class=""><a class="tab-toggle" href="summary-systems.htm">Built systems</a></li>
<li class=""><a class="tab-toggle" href="summary-perf.htm">Performance</a></li>
</ul>
</li >
<li class=""><a class="tab-toggle" href="publications.htm">Publications</a></li>
<li class=""><a class="tab-toggle" href="talks.htm">Presentations</a></li>
<li class=""><a class="tab-toggle" href="tutorials.htm">Tutorials and exercises</a></li>
<li class="active"><a class="tab-toggle" href="people.htm">People</a></li>
<li class=""><a class="tab-toggle" href="related.htm">Related projects</a></li>
<li class=""><a class="tab-toggle" href="source.htm">Source code</a></li>
<li class=""><a class="tab-toggle" href="funding.htm">Funding and support</a></li>
<li class=""><a class="tab-toggle" href="contact.htm">Contact</a></li>
</ul>
</div>
</div>
<!--content for each tab -->
<div class="tab-content col-xs-9">
<div class="my-tab-pane active" id="people">
<div class="content">
<div class="descriptive">
<h2>People</h2>
<p>Project members:</p>
<ul>
<li><a href="http://www.math.utexas.edu/users/blumberg/">Andrew J. Blumberg</a> (faculty)</li>
<li>Max Howald (undergraduate student)</li>
<li><a href="http://www.cs.utexas.edu/~srinath">Srinath Setty</a> (graduate student alum; researcher)</li>
<li><a href="http://cs.nyu.edu/~rsw">Riad S. Wahby</a> (graduate student)</li>
<li><a href="http://cs.nyu.edu/~mwalfish">Michael Walfish</a> (faculty; PI)</li>
</ul>
<p>Current and former collaborators:</p>
<ul>
<li>Muqeet Ali</li>
<li><a href="http://www.stanford.edu/~bbraun/">Ben Braun</a></li>
<li><a href="https://www.cis.upenn.edu/~arielfel/">Ariel Feldman</a></li>
<li><a href="http://engineering.nyu.edu/people/siddharth-garg">Siddharth Garg</a></li>
<li>Ye Ji</li>
<li>Richard McPherson</li>
<li>Nikhil Panpalia</li>
<li><a href="http://research.microsoft.com/en-us/people/parno/">Bryan Parno</a></li>
<li><a href="https://www.cs.utexas.edu/~ren/">Zuocheng Ren</a></li>
<li><a href="https://www.cs.virginia.edu/~shelat/">abhi shelat</a></li>
<li><a href="https://people.cs.georgetown.edu/jthaler/">Justin Thaler</a></li>
<li>Victor Vu</li>
<li><a href="http://cs.nyu.edu/wies/">Thomas Wies</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.js" ></script>
</body>
</html>