-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
290 lines (264 loc) · 13.5 KB
/
Copy pathindex.html
File metadata and controls
290 lines (264 loc) · 13.5 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
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
---
layout: default
---
<div class="home">
<h2>About PL Wonks</h2>
<p>
We're a group of programming language researchers and enthusiasts at
<strong><a href="https://luddy.indiana.edu/">Indiana University</a></strong>
who engage in the discussion and study of the semantic and logical foundations
of programming languages, language design, type theory, compilers, program
analysis and optimization, program specification and construction, and
emerging models of computation.
</p>
<p>
Our group's research interests cover a wide spectrum of topics.
Check out some of our work:
<a href="https://www.boost.org/">Boost</a>,
<a href="https://github.com/nelsonth/btoblas">Build-to-Order BLAS</a>,
C++ Concepts,
<a href="https://chapel-lang.org/docs/language/spec/generics.html">Chapel Generics</a>,
<a href="http://iu-parfunc.github.io/gibbon/">Gibbon</a>,
<a href="https://hakaru-dev.github.io/">Hakaru</a>,
<a href="https://okmij.org/ftp/kakuritu/Hansei.html">Hansei</a>,
JavaScript Modules,
<a href="https://racket-lang.org/">Racket</a> &
<a href="https://docs.racket-lang.org/ts-guide/">Typed Racket</a>,
<a href="https://redprl.org/">the red* proof assistants</a>,
<a href="http://minikanren.org/">miniKanren</a>,
<a href="https://decomposition.al/blog/2013/05/25/how-to-read-from-an-lvar-an-illustrated-guide/">LVars</a>,
<a href="https://hackage.haskell.org/package/monad-par">monad-par</a>,
<a href="https://hackage.haskell.org/package/meta-par">meta-par</a>,
<a href="https://github.com/rrnewton/WaveScript">WaveScript</a>.
</p>
<p>
If you'd like to keep in touch, join:
</p>
<ul>
<li>the <a href="https://wonks.github.io/plrg/contact.html">PL Reading Group</a> mailing list and <a href="https://discord.gg/42JTcjc64T">Discord</a></li>
<li><a href="https://list.iu.edu/sympa/info/pl-wonks-l">pl-wonks-l</a>, our official mailing list</li>
</ul>
<h2>Members</h2>
<h3>Core Faculty</h3>
<table id="faculty-list">
<tr>
<td>
<span class="faculty-name">Carlo Angiuli</span>
<a class="faculty-site-link" href="https://www.carloangiuli.com/" aria-label="Carlo Angiuli website" title="Carlo Angiuli website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Dependent Types, Homotopy Type Theory, Proof Assistants
</td>
<td>
<span class="faculty-name">Amr Sabry</span>
<a class="faculty-site-link" href="https://homes.luddy.indiana.edu/sabry/" aria-label="Amr Sabry website" title="Amr Sabry website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Quantum Computing, Type Theory, Information Effects
</td>
</tr>
<tr>
<td>
<span class="faculty-name">Chung-chieh Shan</span>
<a class="faculty-site-link" href="http://homes.luddy.indiana.edu/ccshan/" aria-label="Chung-chieh Shan website" title="Chung-chieh Shan website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Probabilistic Programming, Semantics
</td>
<td>
<span class="faculty-name">Jeremy Siek</span>
<a class="faculty-site-link" href="http://homes.luddy.indiana.edu/jsiek/" aria-label="Jeremy Siek website" title="Jeremy Siek website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Gradual Typing, Mechanized Metatheory, High-Performance
</td>
</tr>
<tr>
<td>
<span class="faculty-name">Sam Tobin-Hochstadt</span>
<a class="faculty-site-link" href="http://homes.luddy.indiana.edu/samth/" aria-label="Sam Tobin-Hochstadt website" title="Sam Tobin-Hochstadt website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Types for Untyped Languages, Contracts, Languages for the Web
</td>
<td> </td>
</tr>
</table>
<h3>Adjunct Faculty and Faculty Emeriti</h3>
<table id="adjunct-emeriti-list">
<tr>
<td>
<span class="faculty-name">Kent Dybvig</span>
<a class="faculty-site-link" href="https://luddy.indiana.edu/contact/profile/?kent_dybvig" aria-label="Kent Dybvig website" title="Kent Dybvig website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Compiler Design
</td>
<td>
<span class="faculty-name">Dan Friedman</span>
<a class="faculty-site-link" href="https://luddy.indiana.edu/contact/profile/?daniel_friedman" aria-label="Dan Friedman website" title="Dan Friedman website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Relational & Logic Languages, Meta-circularity, Reflection
</td>
</tr>
<tr>
<td>
<span class="faculty-name">Ryan Newton</span>
<a class="faculty-site-link" href="https://luddy.indiana.edu/contact/profile/?Ryan_Newton" aria-label="Ryan Newton website" title="Ryan Newton website"><i class="fa-solid fa-link" aria-hidden="true"></i></a><br />
Streaming, Distributed and GPU DSLs, Haskell Deterministic Parallelism
</td>
<td> </td>
</tr>
</table>
<h3>Postdocs</h3>
<ul id="postdoc-list" class="compact-people-list">
<li><a href="https://homes.luddy.indiana.edu/chen512/">Tianyu Chen</a></li>
</ul>
<h3>Students</h3>
<ul id="student-list" class="compact-people-list">
<li><a href="https://chenxiao2402.github.io">Xiao Chen</a></li>
<li><a href="https://joshuacrotts.us/">Joshua Crotts</a></li>
<li><a href="https://dcclogin.github.io/about/">Chenchao Ding</a></li>
<li><a href="https://github.com/capfredf">Fred Fu</a></li>
<!-- <li>Javaria Ghafoor</li> -->
<li><a href="https://echawk.github.io">Ethan Hawk</a></li>
<li><a href="https://hejohns.github.io/">Johnson He</a></li>
<li><a href="https://trebor-huang.github.io/">Xu Huang</a></li>
<li>Sanad Kadu</li>
<li><a href="https://ais-climber.github.io/">Caleb Schultz Kisby</a></li>
<li><a href="https://emekoi.github.io/">Emeka Nkurumeh</a></li>
<li><a href="https://keltono.net/">Kelton OBrien</a></li>
<!-- <li>Sinan Pehlivanoglu</li> -->
<li><a href="https://ianray11.github.io/">Ian Ray</a></li>
<li><a href="https://github.com/DarshalShetty">Darshal Shetty</a></li>
<li>Zixiu Su</li>
<li>Ata Tuncer</li>
<li><a href="https://cphof.org/profile/codeforces:lightseba">Seba Villalobos</a></li>
<li>Runze Xue</li>
<li>Yafei Yang</li>
</ul>
<!--
<h3>Inactive Students</h3>
<ul>
</ul>
-->
<h3>Former Members</h3>
<ul id="former-members-list" class="compact-people-list">
<li><a href="https://github.com/ariagivens">Aria Givens</a></li>
<li><a href="https://www.linkedin.com/in/artem-yurchenko">Artem Iurchenko</a></li>
<li><a href="https://jifengwu2k.github.io/">Jifeng Wu</a></li>
<li><a href="http://osa1.net/">Ömer Sinan Ağacan</a></li>
<li>Edward Amsden</li>
<li><a href="https://github.com/sabauma">Spenser Bauman</a></li>
<li><a href="http://www.davidchristiansen.dk/">David Christiansen</a> (Postdoc, 2016-2017)</li>
<li><a href="https://www.cs.uml.edu/~mcimini/">Matteo Cimini</a> (Postdoc, 2015-2017)</li>
<li><a href="https://github.com/peter-fogg">Peter Fogg</a></li>
<li><a href="https://akuhlens.github.io/">Andre Kuhlenschmidt</a></li>
<li><a href="https://tmcdonell.github.io/">Trevor L. McDonell</a> (Postdoc, 2014-2016)</li>
<li><a href="https://www.linkedin.com/in/paul-ojanen-b3892b4b/">Paul Ojanen</a></li>
<li>Jamie Perconti</li>
<li>Kyle Ross</li>
<li><a href="http://ryanglscott.github.io/">Ryan Scott</a></li>
<li>Cassandra Sparks</li>
<li><a href="http://svenssonjoel.github.io/">Joel Svensson</a></li>
<li><a href="https://www.linkedin.com/in/john-paul-verkamp-420a3660">John-Paul Verkamp</a></li>
<li>Yin Wang</li>
<li>Chris Wailes</li>
</ul>
<h3>Recent Alumni</h3>
<ul id="alumni-list" class="compact-people-list">
<li><a href="https://www.linkedin.com/in/aws-almahasneh-692734252">Aws Almahasneh</a> (M.S. 2026)</li>
<li><a href="https://github.com/Temperz87">Shulin Gonsalves</a> (M.S. 2026)</li>
<li>Addison Owens (B.S. 2026)</li>
<li>Sujin Woo (B.S. 2025)</li>
<li><a href="https://cderici.github.io/">Caner Derici</a> (Ph.D. 2025)</li>
<li><a href="https://homes.luddy.indiana.edu/chen512/">Tianyu Chen</a> (Ph.D. 2025)</li>
<li><a href="https://bicompact.space/">Tulip Amalie</a> (B.S. 2024)</li>
<li><a href="https://homepage.cs.uiowa.edu/~ksabharwal/">Kartik Sabharwal</a> (M.S. 2023)</li>
<li><a href="https://annrpom.github.io/">Annie Pompa</a> (M.S. 2023)</li>
<li><a href="https://www.humboldt.edu/computer-science/ben-kovitz/">Ben Kovitz</a> (Ph.D. 2023)</li>
<li><a href="https://vikraman.org">Vikraman Choudhury</a> (Ph.D. 2023)</li>
<li><a href="https://sambowman.tech/">Sam Bowman</a> (M.S. 2023)</li>
<li><a href="https://github.com/ckoparkar">Chaitanya Koparkar</a> (Ph.D. 2023)</li>
<li>Rajan Walia (Ph.D. 2022)</li>
<li>Sarah Spall (Ph.D. 2022)</li>
<li>Adithya Selvaprithiviraj (M.S. 2021)</li>
<li>Weixi Ma (Ph.D. 2021)</li>
<li><a href="https://www.linkedin.com/in/matthew-heimerdinger/">Matthew Heimerdinger</a> (M.S. 2021)</li>
<li><a href="https://www.linkedin.com/in/chenchaohong/?ppe=1">Chao-Hong Chen</a> (Ph.D. 2021)</li>
<li><a href="http://recurial.com/">Michael Vollmer</a> (Ph.D. 2021)</li>
<li>Victoria Vollmer (M.S. 2020)</li>
<li><a href="https://lukuangchen.github.io/">Kuang-Chen Lu</a> (M.S. 2020)</li>
<li>Joshua Larkin (B.S. 2020)</li>
<li>Buddhika Chamith (Ph.D. 2020)</li>
<li><a href="http://github.com/deyaaeldeen">Deyaaeldeen Almahallawi</a> (Ph.D. 2020)</li>
<li><a href="https://www.sacrideo.us/">Aaron Hsu</a> (Ph.D. 2019)</li>
<li><a href="https://twitter.com/koronkebitch">Paulette Koronkevich</a> (B.S. 2019)</li>
<li><a href="https://pnwamk.github.io/">Andrew Kent</a> (Ph.D. 2019)</li>
<li><a href="https://github.com/laurmcarter">Laurel Carter</a> (M.S. 2019)</li>
<li><a href="https://ambrosebs.com">Ambrose Bonnaire-Sergeant</a> (Ph.D. 2019)</li>
<li>Abhishek Kulkarni (Ph.D. 2018)</li>
<li>Michael Vitousek (Ph.D. 2018)</li>
<li>Ben Boskin (B.S. 2018)</li>
<li><a href="https://www.linkedin.com/in/pravnar">Praveen Narayanan</a> (Ph.D. 2018)</li>
<li><a href="https://jasonhemann.github.io/about/">Jason Hemann</a> (Ph.D. 2018)</li>
<li><a href="http://cswords.com/">Cameron Swords</a> (Ph.D. 2018)</li>
<li>Nilesh Mahajan (Ph.D. 2017)</li>
<li><a href="https://in.linkedin.com/in/aaditmshah">Aadit Shah</a> (M.S. 2017)</li>
<li><a href="https://wrengr.org/">wren romano</a> (Ph.D. 2016)</li>
<li><a href="https://blog.theincredibleholk.org/">Eric Holk</a> (Ph.D. 2016)</li>
<li>Jaime Guerrero (M.S. 2015)</li>
<li><a href="https://users.soe.ucsc.edu/~lkuper/">Lindsey Kuper</a> (Ph.D. 2015)</li>
<li><a href="https://tzakian.github.io">Tim Zakian</a> (B.S. 2015)</li>
<li>Larisse Voufo (Ph.D. 2014)</li>
<li><a href="https://www.linkedin.com/in/chun-yu-shei-b9a925ba/">Chun-Yu Shei</a> (Ph.D. 2014)</li>
<li>Roshan James (Ph.D 2013)</li>
<li>Andy Keep (Ph.D. 2013)</li>
<li>Aaron Todd (M.S. 2013)</li>
<li>Hongyan Wang (M.S. 2012)</li>
<li><a href="http://www.williamjbowman.com/">Billy Bowman</a> (M.S. 2012)</li>
<li><a href="https://www.linkedin.com/in/adam-foltzer-42a1899a">Adam Foltzer</a> (M.S. 2012)</li>
<li>Rebecca Swords (M.S. 2011)</li>
<li>Claire Alvis (B.S. 2011)</li>
<li><a href="https://michaeldadams.org/">Michael Adams</a> (Ph.D. 2011)</li>
<li><a href="http://webyrd.net/">Will Byrd</a> (Ph.D. 2009)</li>
<li>Abdulaziz Ghuloum (Ph.D. 2009)</li>
<li>Dipanwita Sarkar (Ph.D. 2008)</li>
<li><a href="http://www.cs.ubc.ca/~rxg/">Ronald Garcia</a> (Ph.D. 2008)</li>
<li><a href="https://www.uvm.edu/~jnear/">Joseph P. Near</a> (B.S. 2008)</li>
<li><a href="https://valleyml.ai/personnel/steven-ganz/">Steve Ganz</a> (Ph.D. 2006)</li>
</ul>
<h2>Upcoming Events</h2>
<ul id="upcoming-talk-list">
{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %}
{% assign cnt = 0 %}
{% for post in site.posts reversed %}
{% capture posttime %}{{post.date | date: '%s'}}{% endcapture %}
{% if posttime >= nowunix %}
<li class="recent-talk">
{{ post.authors }} —
<a href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }}</a>
<span class="date">{{ post.date | date: "(%m/%d/%Y)" }}</span>
</li>
{% assign cnt = cnt | plus: 1 %}
{% endif %}
{% endfor %}
</ul>
{% if cnt == 0 %}
<p><em> Sorry no event scheduled yet. Please check again later! </em></p>
{% endif %}
<h2>Past Events</h2>
<iframe src="https://www.youtube.com/embed/fsNjFj3_AQg" frameborder="0" allowfullscreen></iframe>
<ul id="recent-talk-list">
{% assign cnt = 0 %}
{% for post in site.posts %}
{% if cnt == 10 %}
{% break %}
{% endif %}
{% capture posttime %}{{post.date | date: '%s'}}{% endcapture %}
{% if posttime < nowunix %}
<li class="recent-talk">
{{ post.authors }} —
<a href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }}</a>
<span class="date">{{ post.date | date: "(%m/%d/%Y)" }}</span>
</li>
{% assign cnt = cnt | plus: 1 %}
{% endif %}
{% endfor %}
</ul>
<p>
See the
<strong><a href="/talks">full list of events</a></strong>
or
<span class="rss-subscribe"><a href="{{ "/feed.xml" | prepend: site.baseurl }}"><strong>subscribe via RSS</strong> <i class="fa-solid fa-rss"></i></a>
</p>
</div>