-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
221 lines (209 loc) · 7.78 KB
/
index.html
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href='https://fonts.googleapis.com/css?family=Lato:300,700' rel='stylesheet' type='text/css'>
<link href='main.css' rel='stylesheet' type='text/css'>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>CAP</title>
</head>
<body>
<nav id="nav_bar">
<ul>
<li><a href="/cap/">home</a></li>
<li><a href="#projects">projects</a></li>
<li><a href="#publications">publications</a></li>
<li><a href="#alumni">alumni</a></li>
<!-- <li><a href="#urop">urop</a></li> -->
</ul>
</nav>
<h1>COMPUTER-AIDED PROGRAMMING</h1>
<div class="mission">
<p>
We develop techniques and tools that exploit automated reasoning and large amounts of computing power to tackle challenging programming problems.
</p>
</div>
<div class="photo_background">
<div class="photo_section">
<div class="photo_container">
<a href="http://people.csail.mit.edu/asolar/">
<img
title="Armando Solar-Lezama, Faculty"
src="images/asolar-thumb.jpg"
/>
</a>
</div>
<div class="photo_container">
<a href="http://omarcostilla.mit.edu">
<img
title="Omar Reyes, Research Scientist"
src="images/omar-thumb.jpg"
/>
</a>
</div>
<div class="photo_container">
<a href="https://www.linkedin.com/in/ivankuraj">
<img
src="images/ivan-thumb.jpg"
title="Ivan Kuraj, Post-Doc"
/>
</a>
</div>
<div class="photo_container">
<a href="http://kavigupta.org">
<img
src="images/kavi-thumb.jpg"
title="Kavi Gupta, Doctoral Student"
/>
</a>
</div>
<div class="photo_container">
<a href="https://mlb2251.github.io/">
<img
src="images/maddy-thumb.jpg"
title="Maddy Bowers, Doctoral Student"
/>
</a>
</div>
<div class="photo_container">
<a href="https://iamleo.space">
<img
src="images/leo-thumb.jpg"
title="Leonardo Cano, Doctoral Student"
/>
</a>
</div>
<div class="photo_container">
<a href="https://people.csail.mit.edu/theoxo/">
<img
src="images/theo-thumb.jpg"
title="Theo Olausson, Doctoral Student"
/>
</a>
</div>
<div class="photo_container">
<a href="https://megantj.github.io/">
<img
src="images/megan-thumb.JPG"
title="Megan Tjandrasuwita, Doctoral Student"
/>
</a>
</div>
<div class="photo_container">
<a href="https://minimario.github.io/">
<img
src="images/alex-thumb.jpg"
title="Alex Gu, Doctoral Student"
/>
</a>
</div>
<div class="photo_container">
<a href="https://mwang14.github.io/">
<img
src="images/michael-thumb.jpg"
title="Michael Wang, Doctoral Student"
/>
</a>
</div>
<div class="photo_container">
<a href="https://vivianyyd.github.io/">
<img
src="images/vivian-thumb.jpg"
title="Vivian Ding, Doctoral Student"
/>
</a>
</div>
</div>
</div>
<div class="content">
<section id="projects">
<h2>PROJECTS</h2>
<p>
<strong><a href="http://people.csail.mit.edu/asolar/">Sketch</a></strong> —
A synthesis-enabled language that allows programmers to write programs with holes and then use constraint-based synthesis to discover the missing code.
<br>
<em>People: <a href="http://people.csail.mit.edu/asolar/">Armando Solar-Lezama</a></em>
</p>
<p>
<strong><a href="https://github.com/jfeser/castor">Castor</a></strong> —
A deductive synthesis tool that generates workload-specialized database implementations. Starting from a set of SQL queries, Castor generates a specialized data layout that supports efficient execution of the queries.
<br>
<em>People: <a href="http://people.csail.mit.edu/feser/">Jack Feser</a></em>
</p>
<p>
<strong><a href="https://github.com/jfeser/symetric">SyMetric</a></strong> —
SyMetric is a synthesis tool that uses distance functions between programs to prune the program search space, enabling efficient synthesis in difficult domains such as inverse constructive solid geometry.
<br>
<em>People: <a href="https://jfeser.github.io/">Jack Feser</a></em>
</p>
<p>
<strong><a href="https://github.com/IBM/vsrl-framework">VSRL</a></strong> —
VSRL stands for verifiably safe reinforcement learning. Given sufficient information about the unsafe objects and dynamics in an environment, VSRL enables you to train a reinforcement learning agent while provably preserving safety properties throughout training.
<br>
<em>People: Nathan Hunt</em>
</p>
</section>
<div class="anchor" id="publications"></div>
<h2>PUBLICATIONS</h2>
<script src="https://bibbase.org/dblp/Solar=Lezama:Armando?jsonp=1&filter=type:inproceedings|article" type="text/javascript"></script>
<div class="anchor" id="alumni"></div>
<h2>ALUMNI</h2>
<ul>
<li><a href="https://www.linkedin.com/in/neighthan">Nathan Hunt</a>, Scale AI</li>
<li><a href="https://jfeser.github.io/">Jack Feser</a>, Hamilton College</li>
<li><a href="http://www.jameskoppel.com/">Jimmy Koppel</a></li>
<li>Kliment Serafimov</li>
<li><a href="https://riadas.github.io/">Ria Das</a>, Basis</li>
<li>
<a href="http://jinala.github.io/">Jeevana Inala</a>, Microsoft Research
</li>
<li>
<a href="http://www.zenna.org/">Zenna Tavares</a>, Columbia University
</li>
<li>
<a href="https://evanthebouncy.github.io">Evan Pu</a>, Autodesk Research
</li>
<li>
<a href="https://www.cs.cornell.edu/~ellisk/">Kevin Ellis</a>, Cornell
</li>
<li>
<a href="https://xinpl.github.io/">Xin Zhang</a>, Peking University
</li>
<li>
<a href="https://obastani.github.io/">Osbert Bastani</a>, UPenn
</li>
<li>
<a href="http://people.csail.mit.edu/polikarn/">Nadia Polikarpova</a>, UCSD
</li>
<li>
<a href="http://scungao.github.io/">Sicun Gao</a>, UCSD
</li>
<li>
<a href="http://www.cs.tau.ac.il/~shachar/">Shachar Itzhaky</a>, Technion
</li>
<li>
<a href="http://rohitsingh.net/">Rohit Singh</a>, Citadel
</li>
<li>
<a href="http://people.csail.mit.edu/xkqiu/">Xiaokang Qiu</a>, Purdue University
</li>
<li>
Zhilei Xu, Google
</li>
<li>
<a href="http://kuat.me">Kuat Yessenov</a>, Google
</li>
<li>
<a href="http://www.cs.cmu.edu/~jyang2/">Jean Yang</a>, Akita Software
</li>
<li>
<a href="http://people.csail.mit.edu/rishabh/website/">Rishabh Singh</a>, Google Brain
</li>
<li>
<a href="http://homes.cs.washington.edu/~akcheung/">Alvin Cheung</a>, University of Washington
</li>
</ul>
</div>
</body>
</html>