-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
760 lines (698 loc) · 54 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
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"><HEAD>
<link rel="icon" href="head.jpg">
<TITLE>Tianyin Xu's Homepage</TITLE>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17848503-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<META content="Tianyin Xu; Computer Science; Software; Systems" name="keywords">
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META http-equiv=Refresh content=1800>
<META content="MSHTML 6.00.2900.2096" name=GENERATOR>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<style type="text/css">
<!--
.style1 {color: #000000}
.style4 {
font-size: 16px;
font-weight: bold;
}
.style5 {
font-size: 14px;
}
.style6 {
font-size: 20px;
font-family: Arial;
font-weight: bold;
}
.style7 {font-size: 12px}
.style8 {
font-size: 12px;
font-weight: bold;
}
.style123 {
font-size: 14.5px;
font-family: Arial;
}
.STYLE10 {font-size: 8pt}
.STYLE11 {color: #0000FF}
.STYLE12 {font-family: "Times New Roman", Times, serif}
.STYLE13 {color: #FF0000}
.style121 { FONT-SIZE: 20px }
.style122 { FONT-SIZE: 20px; FONT-FAMILY: Verdana}
.style223 {font-size: 10pt; margin-top: 5px; margin-bottom: 5px}
.style224 {font-size: 10pt; margin-top: 5px; margin-bottom: 5px; color: #616569}
</style>
</HEAD>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88630112-1', 'auto');
ga('send', 'pageview');
</script>
<BODY>
<STYLE>.page {
FONT-SIZE: 12px; FONT-FAMILY: Arial
}
BODY {
FONT-SIZE: 12px; FONT-FAMILY: Arial
}
.stress {
FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial
}
.bold {
FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial
}
.page {
COLOR: #021c28; BACKGROUND-COLOR: #ffffff
}
BODY {
COLOR: #021c28; BACKGROUND-COLOR: #ffffff
}
.grp {
FONT-SIZE: 12px; COLOR: #0c54c9; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #ffffff
}
.grpbd {
BACKGROUND-COLOR: #dfefff
}
#menu1 {
FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #dde8ff
}
#menu2 {
FONT-SIZE: 12px; COLOR: #0c54c9; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #ddeeff
}
#menu2 A:link {
COLOR: #0c54c9
}
#menu2 A:visited {
COLOR: #0c54c9
}
A:hover {
COLOR:#0000FF; TEXT-DECORATION: none; background-color:#E6E6FF;
}
A.menu_main:link{
FONT-SIZE: 14px;FONT-FAMILY: Verdana,Arial; COLOR: #083b89; text-transform:capitalize; line-height:2;
}
A.menu_main:visited {
FONT-SIZE: 14px;COLOR: #083b89;
}
A.menu_main:hover {
FONT-SIZE: 14px;COLOR: #083b89; background-color:#A8B7F2; background-repeat:repeat-x;
}
A.menu_sub:link{
FONT-SIZE: 12px; COLOR: #0c54c9; FONT-FAMILY: Verdana,Arial;text-transform:capitalize;line-height:1.5;
}
A.menu_sub:visited {
FONT-SIZE: 12px; COLOR: #0c54c9;
}
A.menu_sub:hover {
FONT-SIZE: 12px; COLOR: #0c54c9; background-color:#A8B7F2; background-repeat:repeat
}
.aisle_title{
FONT-SIZE: 14px; FONT-FAMILY: Verdana,Arial; font-weight:bold;text-transform:capitalize; line-height:2;
text-align:center; vertical-align:middle; COLOR: #083b89; background-color:#C4D7F7;
}
A.aisle_content:link{
FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial;text-transform:capitalize; line-height:1.5;
text-align:left; vertical-align:middle; background-color:#f0f8ff; COLOR: #0c54c9;
}
A.aisle_content:visited{
FONT-SIZE: 12px; COLOR: #0c54c9;background-color:#f0f8ff;
}
A.aisle_content:hover{
FONT-SIZE: 12px; COLOR:#0c54c9; TEXT-DECORATION:underline;
}
.clm {
FONT-SIZE: 12px; COLOR: #0c54c9; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #f0f8ff
}
.clmbd {
BACKGROUND-COLOR: #dfefff
}
.contentbd {
BACKGROUND-COLOR: #dfefff
}
.content {
FONT-SIZE: 13px; COLOR:#000000; BACKGROUND-COLOR: #f0f8ff; text-align:justify; line-height:150%; FONT-FAMILY: Arial
}
.content_title{
FONT-SIZE: 14px; font-weight:bold; text-align:justify; COLOR: #083b89; background-color:#FFFFFF; background-repeat:repeat; line-height:2;
FONT-FAMILY: Verdana,Arial
}
.title {
FONT-SIZE: 12px; COLOR: #083b89; FONT-FAMILY: Verdana,Arial
}
.subtitle {
FONT-SIZE: 12px; COLOR: #0aa367; FONT-FAMILY: Verdana,Arial
}
.stress {
COLOR: #ef7c00
}
.bold {
}
.style9 {
font-family: "Palatino Linotype";
font-size: 10.5pt;
}
.style10 {
text-align: center;
}
ol { padding-left: 1.5em; }
</STYLE>
<CENTER>
<TABLE id=Table2 cellSpacing=0 cellPadding=1 width=850 border=0>
<TBODY>
<TR>
<TD width="244" height="3"></TD>
<TD width="29"></TD>
<TD width="146" rowspan="2" align=left vAlign=top> <pre class="style5">
<span class="style6">Tianyin Xu</span>
<span class="style123">Assistant Professor
<a href="https://cs.illinois.edu/", target="_blank">Department of Computer Science</a>
(Courtesy appointment by <a href="https://ece.illinois.edu/", target="_blank">ECE</a>)
<a href="https://illinois.edu/", target="_blank">University of Illinois at Urbana-Champaign</a>
4108 Siebel Center (<a href="https://cs.illinois.edu/about/contact-us", target="_blank">direction</a>)
tyxu at illinois dot edu || <a href="https://twitter.com/tianyin_xu", target="_blank">@tianyin_xu</a> (<a href="https://twitter.com/FSEconf/status/1412086096901644292", target="_blank">huh?</a>)
Assistant: Ruth Anders (rutha at illinois dot edu)</span>
</pre></TD>
<TD width="417" rowspan="2" align=right vAlign=top><div align="left"></div></TD>
<TD width="8"></TD>
</TR>
<TR>
<TD rowspan="2" vAlign=top><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="234" height="120" align="left" valign="middle"><p><img src="pp.jpg" alt="pic" width="227" height="217"></p></td>
<td width="8"></td>
</tr>
<tr> </tr>
</table></TD>
<TD height="135"></TD>
<TD></TD>
</TR>
<TR>
<td> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" height="10" width="150">
<tbody>
<tr>
<td height="25</TD">
</td></tr></tbody></table>
<table id="Table5" border="0" cellpadding="0" cellspacing="0" width="850">
<tbody>
<tr>
<td align="left" valign="top" width="671">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="middle" valign="top"></td>
</tr>
</tbody>
</table>
</DIV> <DIV align="left">
<TABLE width="100%" height="100%" border=0 cellPadding=0 cellSpacing=1 class=contentbd>
<TBODY>
<TR>
<TD class=content vAlign=top align=left>
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF" id=Table6>
<TBODY>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px; line-height:150%;"><span class="style121"><A name=researchint id="researchint"></A></span>
<b>$ echo <font color="#E84A27">"Join us on UIUC SysNet Slack channels: <a href="https://join.slack.com/t/uiuc-sysnet/signup", target="_blank">uiuc-sysnet.slack.com</a>."</font></b>
<br>
<b>$ echo <font color="#E84A27">"Check out <a href="https://cs.illinois.edu/about/cs-cares", target="_blank">CS CARES</a> and reach out to us, especially when you need help!"</font></b>
<br>
<b>$ echo <font color="#E84A27">"Please consider contributing to <a href="https://www.sigops.org/blog/", target="_blank">SIGOPS Blog</a>."</font></b>
<!--
<br>
<b>$ echo <font color="#E84A27">"I'll be teaching <a href="https://cs523-uiuc.github.io/", target="_blank">CS-523 Advanced Operating Systems</a> in Spring'23."</font></b>
-->
<br>
<b>$ echo <font color="#E84A27">"I co-organize <a href="https://systems-seminar-uiuc.github.io", target="_blank">UIUC Systems Research Seminar</a>."</font></b>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=shortbio id="shortbio"></A></span><b>$ whoami</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">This is Tianyin, a <a href="https://www.usenix.org/system/files/1311_05-08_mickens.pdf" target="_blank">watchman</a> in the cornfields who tries to do <a href="misc/irrelevant.pdf" target="_blank">relevant</a> systems research.
More professionally, I am an <a href="https://politicsoffthegrid.wordpress.com/2008/09/07/should-assistant-college-professors-get-paid-more-than-tenured-professors/" target="_blank">ass prof</a>
in the <a href="https://cs.illinois.edu/" target="_blank">Department of Computer Science</a>
at the <a href="https://illinois.edu/" target="_blank">University of Illinois Urbana-Champaign (UIUC)</a>.
I'm also affiliated with the <a href="https://ece.illinois.edu/" target="_blank">Department of Electrical and Computer Engineering</a> at UIUC.
</p>
<p class="STYLE223"> Before joining UIUC, I spent a year at <a href="https://www.facebook.com/", target="_blank">Facebook</a>'s Core Systems,
working on dealing with datacenter failures and eating free food (see <a href="https://research.fb.com/blog/2021/05/visiting-scientist-tianyin-xu-university-illinois-urbana-champaign/" target="_blank">my interview by Facebook</a>).
I spent six wonderful years at <a href="http://www.sysnet.ucsd.edu/sysnet/" target="_blank">sysnet</a> at the <a href="http://cseweb.ucsd.edu/" target="_blank">University of California San Diego</a> until <a href="http://cseweb.ucsd.edu/~yyzhou/" target="_blank">my rock star advisor</a> kicked me out (I wished to be a tenured grad student<sup><a href="#ref1">1</a></sup>).
I worked with <a href="http://www.netapp.com/atg/" target="_blank">NetApp</a> to study production data ontap.
I had a short experience at <a href="https://whova.com/" target="_blank">Whova</a>
where I learned dedication.
I worked in Germany at <a href="http://www.uni-goettingen.de/" target="_blank">Goettingen</a> and backpacked Europe for 1.5 years before starting my grad school.
</p>
<p class="STYLE223">As a "<a href="http://phdcomics.com/comics/archive_print.php?comicid=1040" target="_blank">professor</a>", my meta-advice is to be serious and sincere to life and work. Winter is coming! Don't fight a fake war or someone else's war. Fight for what matters to the living or the dead.
</p>
<p class="STYLE223">
I am a part of <a href="https://cs.illinois.edu/about/cs-cares", target="_blank">CS CARES</a>. If you need help, please don't hesitate to reach out -- you'll never walk alone.
</p>
<p class="STYLE223"><sup><a name="ref1">1 </a></sup>I am constantly looking for such a job. Please contact me if you have or know one.</p>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=researchint id="researchint"></A></span><b>$ head research_interests</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">The goal of my research is to <a href="https://www.youtube.com/watch?v=T_D3d1RWBrI&t=69s" target="_blank">make computer systems reliable and secure</a>, especially those operating at the cloud and datacenter scale.
My mission is to help today's systems defend against all kinds of errors and defects, such as software bugs, configuration errors, and design flaws. I am very happy that some of our work helps improve reliability of real-world systems (check out <a href="defects.html" target="_blank">bugs</a> we detected/fixed).</p>
<p class="STYLE223">I am interested in all kinds of black magic. My view of systems research is to build the right swords to fight the dragon (not windmills).</p>
<!--
<p class="STYLE223">One of my favorite topics is <a href="https://twitter.com/tianyin_xu/status/1387886413375496192" target="_blank">configuration management</a>; on the other hand, I have too broad interests in anything systems and often have trouble focusing.</p>
-->
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=researchint id="researchint"></A></span><b>$ ls -l <a href="pub.html">publication</a></b></span></TD>
</TR> <TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">lrwxrwxrwx 1 tianyin tianyin 4 Feb 30 12:61 publication -> <a href="pub.html"><b>pub.html</b></a></p>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=ta id="ta"></A></span><b>$ cat teaching</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">CS 598(XU): Reliability of Cloud-Scale Systems
(<a href="https://cs598txu-uiuc.github.io/fall18/" target="_blank">Fall 18</a>)
(<a href="https://cs598txu-uiuc.github.io/spring19/" target="_blank">Spring 19</a>)
(<a href="https://cs598txu-uiuc.github.io/spring22/" target="_blank">Spring 22</a>)
</p>
<p class="STYLE223">CS 523: Advanced Operating Systems
(<a href="https://cs523-uiuc.github.io/fall19/" target="_blank">Fall 19</a>)
(<a href="https://cs523-uiuc.github.io/fall20/" target="_blank">Fall 20</a>)
(<a href="https://cs523-uiuc.github.io/fall21/" target="_blank">Fall 21</a>)
(<a href="https://cs523-uiuc.github.io/spring23/" target="_blank">Spring 23</a>)
(<a href="https://cs523-uiuc.github.io/spring24/" target="_blank">Spring 24</a>)
(<a href="https://cs523-uiuc.github.io/spring25/" target="_blank">Spring 25</a>)
</p>
<p class="STYLE223">CS 423: Operating System Design
(<a href="https://cs423-uiuc.github.io/spring20/" target="_blank">Spring 20</a>)
(<a href="https://cs423-uiuc.github.io/fall22/" target="_blank">Fall 22</a>)
(<a href="https://cs423-uiuc.github.io/fall23/" target="_blank">Fall 23</a>)
(<a href="https://cs423-uiuc.github.io/fall24/" target="_blank">Fall 24</a>)
</p>
<p class="STYLE223">CS 591(SN): Systems Research Seminar
(<a href="https://systems-seminar-uiuc.github.io/spring19/" target="_blank">Spring 19</a>)
(<a href="https://systems-seminar-uiuc.github.io/fall19/" target="_blank">Fall 19</a>)
(<a href="https://systems-seminar-uiuc.github.io/spring20/" target="_blank">Spring 20</a>)
(<a href="https://systems-seminar-uiuc.github.io/fall20/" target="_blank">Fall 20</a>)
(<a href="https://systems-seminar-uiuc.github.io/spring21/" target="_blank">Spring 21</a>)
(<a href="https://systems-seminar-uiuc.github.io/fall21/" target="_blank">Fall 21</a>)
(<a href="https://systems-seminar-uiuc.github.io/spring22/" target="_blank">Spring 22</a>)
(<a href="https://systems-seminar-uiuc.github.io/fall22/" target="_blank">Fall 22</a>)
(<a href="https://systems-seminar-uiuc.github.io/spring23/" target="_blank">Spring 23</a>)
(<a href="https://systems-seminar-uiuc.github.io/fall23/" target="_blank">Fall 23</a>)
(<a href="https://systems-seminar-uiuc.github.io/spring24/" target="_blank">Spring 24</a>)
(<a href="https://systems-seminar-uiuc.github.io/fall24/" target="_blank">Fall 24</a>)
(<a href="https://systems-seminar-uiuc.github.io/spring25/" target="_blank">Spring 25</a>)
</p>
<p class="STYLE223">CS 591(SE): Software Engineering Seminar
(<a href="https://wiki.illinois.edu/wiki/display/SoftEng" target="_blank">Fall 19</a>)
(<a href="https://wiki.illinois.edu/wiki/display/SoftEng" target="_blank">Spring 20</a>)
(<a href="https://wiki.illinois.edu/wiki/display/SoftEng" target="_blank">Fall 20</a>)
(<a href="https://wiki.illinois.edu/wiki/display/SoftEng" target="_blank">Spring 21</a>)
(<a href="https://wiki.illinois.edu/wiki/display/SoftEng" target="_blank">Fall 21</a>)
(<a href="https://wiki.illinois.edu/wiki/display/SoftEng" target="_blank">Spring 22</a>)
(<a href="https://wiki.illinois.edu/wiki/display/SoftEng" target="_blank">Fall 22</a>)
</p>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=ha id="ha"></A></span><b>$ head <a href="award.html">awards</a></b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">2025 Best Paper Award at ASPLOS'25 (<a href="pub/cxlfork.pdf" target="_blank">cxlfork</a>)</p>
<p class="STYLE223">2024 <a href="pub/osdi24_award_anvil.pdf" target="_blank">Jay Lepreau Best Paper Award</a> at OSDI'24 (<a href="pub/anvil.pdf" target="_blank">Anvil</a>)</p>
<p class="STYLE223">2024 C.W. Gear Outstanding Junior Faculty Award (tribute to <a href="https://cs.illinois.edu/news/remembering-department-head-faculty-member-charles-william-bill-gear" target="_blank">Professor C.W. Gear</a>)</p>
<p class="STYLE223">2024 Dean's Award for Excellence in Research</p>
<p class="STYLE223">2024 (Spring) UIUC List of Teachers Ranked as Excellent (CS 591SN)</p>
<p class="STYLE223">2023 Gilles Muller Best Artifact Award at EuroSys'23 (<a href="pub/csi-failures.pdf" target="_blank">CSI Failures</a>)</p>
<p class="STYLE223">2023 (Fall) UIUC List of Teachers Ranked as Excellent (CS 591SN)</p>
<p class="STYLE223">2023 (Spring) UIUC List of Teachers Ranked as Excellent (CS 523)</p>
<p class="STYLE223">2022 <a href="https://www.intel.com/content/www/us/en/research/blogs/intel-rising-stars-awards-2022.html" target="_blank">Intel Rising Star Faculty Award</a></p>
<p class="STYLE223">2022 <a href="https://cs.illinois.edu/news/tianyin-xus-nsf-career-award-presents-an-innovative-avenue-focused-on-configuration-management-for-cloud-computing" target="_blank">NSF CAREER Award</a></p>
<p class="STYLE223">2021 <a href="https://research.fb.com/blog/2021/05/visiting-scientist-tianyin-xu-university-illinois-urbana-champaign/" target="_blank">Facebook Academic of the Month</a></p>
<p class="STYLE223">2021 Best Student Paper Award at SIGCOMM'21 (<a href="pub/cellular_reliability.pdf" target="_blank">Cellular Reliability</a>)</p>
<p class="STYLE223">2021 SIGSOFT Distinguished Paper Award at FSE'21 (<a href="pub/vet.pdf" target="_blank">Vet</a>)</p>
<p class="STYLE223">2021 SIGSOFT Distinguished Paper Award at ISSTA'21 (<a href="pub/ctest-prio.pdf" target="_blank">Ctest-prio</a>)</p>
<p class="STYLE223">2021 (Fall) UIUC List of Teachers Ranked as Outstanding (CS 591DS)</p>
<p class="STYLE223">2020 <a href="https://research.fb.com/blog/2020/02/distributed-systems-research-award-winners/" target="_blank">Facebook Distributed Systems Research Award</a></p>
<p class="STYLE223">2020 <a href="https://cs.illinois.edu/news/asplos-best-paper-award-spurs-research-redesign-speed-address-translation" target="_blank">Best Paper Award</a> at ASPLOS'20 (<a href="pub/cuckoo_pt.pdf" target="_blank">ECPT</a>)</p>
<p class="STYLE223">2020 (Fall) UIUC List of Teachers Ranked as Excellent (CS 523)</p>
<p class="STYLE223">2020 Best Paper and Best Student Paper Finalist at SC'20 (<a href="pub/kscope.pdf" target="_blank">KScope</a>)</p>
<p class="STYLE223">2019 Best Demo Award at MobiCom'19 (<a href="pub/daow.pdf" target="_blank">DAOW</a>)</p>
<p class="STYLE223">2019 (Fall) UIUC List of Teachers Ranked as Excellent (CS 523)</p>
<p class="STYLE223">2019 (Spring) UIUC List of Teachers Ranked as Excellent (CS 598)</p>
<p class="STYLE223">2018 (Fall) UIUC List of Teachers Ranked as Excellent (CS 598)</p>
<p class="STYLE223">2017 <a href="https://cse.ucsd.edu/graduate/cse-department-awards" target="_blank">UCSD CSE Doctoral Award for Research</a></p>
<p class="STYLE223">2016 <a href="https://cns.ucsd.edu/best-paper-award-received-at-the-osdi-2016-conference/" target="_blank">Jay Lepreau Best Paper Award</a> at OSDI'16 (<a href="pub/pcheck.pdf" target="_blank">PCheck</a>)</p>
<p class="STYLE223">2010 Erasmus Mundus LiSUM Scholarship</p>
<p class="STYLE223">2009 Best Paper Award at ICC'09 (<a href="pub/icc09.pdf" target="_blank">DTStream</a>)</p>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=ha id="ha"></A></span><b>$ cat impact</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">Jinghao will present <a href="https://github.com/rex-rs/rex/" target="_blank">Rex</a> at <a href="https://sched.co/1zfpE" target="_blank">Open Source Summit</a></p>
<p class="STYLE223">Software Reliability in Emerging Cloud Computing Paradigms at
<a href="https://sky.cs.berkeley.edu/events/sky-seminar-tianyin-xu-uiuc-software-reliability-in-emerging-cloud-computing-paradigms" target="_blank">Sky Seminar</a> and
<a href="https://www.pdl.cmu.edu/SDI/2024/112124.html" target="_blank">CMU SDI Seminar</a></p>
<p class="STYLE223"><a href="poster/Rex-IIDAI.pdf" target="_blank">Rex</a> and <a href="poster/Acto-IIDAI.pdf" target="_blank">Acto</a> are invited for presentation at IBM Research Day</p>
<p class="STYLE223">Three USENIX ;login: magazine articles on
<a href="https://www.usenix.org/publications/loginonline/anvil-building-formally-verified-kubernetes-controllers" target="_blank">Anvil</a>,
<a href="https://www.usenix.org/publications/loginonline/acto-push-button-end-end-testing-operation-correctness-kubernetes-operators" target="_blank">Acto</a>,
and <a href="https://www.usenix.org/publications/loginonline/sieve-chaos-testing-kubernetes-controllers" target="_blank">Sieve</a>, respectively</p>
<p class="STYLE223">Wentao and team are giving three talks at LPC 2024 at
<a href="pub/lpc-linux-testing.pdf" target="_blank">the Refereed Track</a>,
<a href="pub/lpc-2024-2.pdf" target="_blank">Kernel Testing & Dependability</a>,
and <a href="pub/lpc-2024-3.pdf">Safe Systems with Linux</a></p>
<p class="STYLE223">Kubernetes Reliability and an Avenue to Reliable Cloud Infrastructures at IEEE Emerging Technology Reliability Roundtable</p>
<p class="STYLE223">Making Linux Fly: Towards Certified Linux Kernel at <a href="https://elisa.tech/event/elisa-seminar-making-linux-fly-towards-certified-linux-kernel/" target="_blank">the ELISA Seminar</a> and <a href="pub/lpc-linux-testing.pdf" target="_blank">Linux Plumbers Conference (LPC) 2024</a></p>
<p class="STYLE223"><a href="pub/srecon24americas_slides-xu.pdf" target="_blank">Cross-System Interaction Failures: Don't Fail through the Cracks</a> at <a href="https://www.usenix.org/conference/srecon24americas/presentation/xu" target="_blank">SREcon24 Americas</a></p>
<p class="STYLE223">Acto is spotlighted by <a href="https://cs.illinois.edu/news/-acto-IBM" target="_blank">CS news</a> and <a href="https://siebelschool.illinois.edu/news/tianyin-xu-IIDA" target="_blank">IIDAI newsletter</a></p>
<p class="STYLE223">Acto is selected as a <a href="https://static.sched.com/hosted_files/kccnceu2024/15/acto-poster-kubecon.pdf" target="_blank">solution showcase</a> at <a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/program/schedule/" target="_blank">KubeCon+CloudNativeCon Europe 2024</a></p>
<p class="STYLE223">Virtual device farm is selected as a 2024 <a href="https://www.sigmobile.org/pubs/getmobile/" target="_blank">GetMobile</a> Research Highlight article: <a href="pub/virtual-device-getmobile.pdf" target="_blank">pdf</a></p>
<p class="STYLE223"><a href="pub/ekcfi.pdf" target="_blank">Advancing Kernel Control Flow Integrity with eBPF</a> at Linux Plumbers Conference (LPC) 2023</p>
<p class="STYLE223">The Sieve team is spotlighted by <a href="https://cs.illinois.edu/news/illinois-and-vmwares-collaborative-research-develops-practical-reliability-testing-techniques-for-cluster-management-controllers" target="_blank">CS news</a></p>
<p class="STYLE223">Sieve is covered by <a href="https://octo.vmware.com/a-promising-new-approach-to-reliability-testing-for-cluster-management-controllers/" target="_blank">VMware Office of CTO Blog</a> and is endorsed by <a href="https://twitter.com/kitcolbert/status/1550199936477605889" target="_blank">Kit Colbert</a> (VMware CTO)</p>
<p class="STYLE223">Cozart is selected as a 2022 CACM Research Highlight article: <a href="pub/cozart-cacm.pdf" target="_blank">pdf</a></p>
<p class="STYLE223">Sieve is selected for presentation at
<a href="https://kccncna2021.sched.com/event/lV0S?iframe=no" target="_blank">KubeCon and CloudNativeCon North America 2021</a>
<p class="STYLE223"><a href="pub/seccomp-ebpf-lpc.pdf" target="_blank">Revisiting eBPF Seccomp Filters</a> at Linux Plumbers Conference (LPC) 2022</p>
<p class="STYLE223">Sam and Wenyu are spotlighted in
<a href="https://cs.illinois.edu/news/researchers-in-software-engineering-share-expertise-to-deliver-excellence" target="_blank">CS news</a></p>
<p class="STYLE223">YiFei is spotlighted by both
<a href="https://ece.illinois.edu/newsroom/news/yifei-zhu" target="_blank">ECE news</a>
and
<a href="https://cs.illinois.edu/news/passion-operating-systems-illinois-undergraduate-contributions-linux" target="_blank">CS news</a>
</p>
<p class="STYLE223">Draco has been upstreamed to the Linux kernel
(<a href="https://lore.kernel.org/bpf/[email protected]/" target="_blank">RFC</a>,
<a href="https://github.com/torvalds/linux/search?p=1&q=yifei+seccomp&type=commits" target="_blank">code</a>)
(<a href="https://lwn.net/Articles/834785/" target="_blank">LWN</a>,
<a href="https://csl.illinois.edu/news/38131" target="_blank">CSL</a>,
<a href="https://cs.illinois.edu/news/c3sr-researchers-find-real-world-impact-from-architecture-research-operating-system-security-innovation" target="_blank">IllinoisCS</a>,
<a href="https://www.c3sr.com/post/2021/20210214_draco/" target="_blank">C3SR</a>,
<a href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.11-SECCOMP-Performance" target="_blank">Phoronix</a>)
</p>
<p class="STYLE223">Elastic cuckoo page table is selected as IEEE Micro Top Picks Honorable Mention</p>
<p class="STYLE223"><a href="https://cs.illinois.edu/news/asplos-best-paper-award-spurs-research-redesign-speed-address-translation" target="_blank">Illinois CS News on Elastic Cuckoo Page Tables</a></p>
<p class="STYLE223">Defusing the Configuration Time Bomb (<a href="https://www.youtube.com/watch?v=NjqRi-cF3-g&t=3m20s" target="_blank">video</a>) (<a href="https://leifwickland.github.io/presentations/configBomb/#16" target="_blank">slides</a>)</p>
<p class="STYLE223">Validated Configurations with Ciris (<a href="https://typelevel.org/blog/2017/06/21/ciris.html" target="_blank">slides</a>) (<a href="https://cir.is/docs/validation" target="_blank">manual</a>)</p>
<p class="STYLE223">The Morning Paper's coverage of Taiji (<a href="https://blog.acolyer.org/2019/11/15/facebook-taiji/" target="_blank">article</a>)</p>
<p class="STYLE223">The Morning Paper's coverage of Maelstrom (<a href="https://blog.acolyer.org/2018/10/24/maelstrom-mitigating-datacenter-level-disasters-by-draining-interdependent-traffic-safely-and-efficiently/" target="_blank">article</a>)</p>
<p class="STYLE223">The Morning Paper's coverage of WebRSync (<a href="https://blog.acolyer.org/2018/03/02/towards-web-based-delta-synchronization-for-cloud-storage-systems/" target="_blank">article</a>)</p>
<p class="STYLE223"><a href="https://www.w3.org/WAI/APA/task-forces/research-questions/wiki/Authentication_references" target="_blank">W3C Authentication References</a> count our access-control-misconfiguration paper at CHI'17.</p>
<p class="STYLE223">The Morning Paper's coverage of PCheck (<a href="https://blog.acolyer.org/2016/11/29/early-detection-of-configuration-errors-to-reduce-failure-damage/" target="_blank">article</a>)</p>
<p class="STYLE223">It Will Never Work in Theory on our too-many-knobs paper at FSE'15 (<a href="http://neverworkintheory.org/2016/06/09/too-many-knobs.html" target="_blank">article</a>)</p>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=review id="review"></A></span><b>$ cat services # (default=PC)</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">
Co-lead of Infrastructure for Trusted and Confidential Computing at <a href="https://discoveryacceleratorinstitute.grainger.illinois.edu/" target="_blank">IIDAI</a>
</p>
<p class="STYLE223">
Co-editor of <a href="https://www.sigops.org/blog/" target="_blank">SIGOPS Blog</a>
</p>
<p class="STYLE223">Area Chair on Configuration Management,
<a href="https://escholarship.org/uc/jsys/about" target="_blank">Journal of Systems Research</a>
(<a href="https://medium.com/@vijayc/a-new-journal-for-systems-research-2dbbfca6b860" target="_blank">Why JSys?</a>)
</p>
<p class="STYLE223">2025
<a href="https://sigops.org/s/conferences/sosp/2025" target="_blank">SOSP</a>,
<a href="https://www.usenix.org/conference/osdi25" target="_blank">OSDI</a>,
<a href="https://2025.eurosys.org" target="_blank">EuroSys</a>,
<a href="https://www.asplos-conference.org/asplos-2025-call-for-papers" target="_blank">ASPLOS</a>,
<a href="https://www.usenix.org/conference/nsdi25" target="_blank">NSDI</a>,
<a href="https://hpca-conf.org/2025/" target="_blank">HPCA</a>,
<a href="https://microarch.org/micro58/" target="_blank">MICRO (ERC)</a>,
</p>
<p class="STYLE223">2024
<a href="https://2024.eurosys.org/" target="_blank">EuroSys</a>,
<a href="https://www.usenix.org/conference/atc24" target="_blank">USENIX ATC</a>,
<a href="https://microarch.org/micro57/" target="_blank">MICRO (ERC)</a>,
<a href="https://acm-ieee-sec.org/2024/" target="_blank">SEC</a>,
<a href="https://conferences.sigcomm.org/sigcomm/2024/workshop/ebpf/" target="_blank">eBPF</a>,
<a href="https://sesame2024.github.io/" target="_blank">SESAME</a>,
<a href="https://sysdw24.github.io" target="_blank">SOSP DW</a>,
<a href="https://sigops.org/s/conferences/sosp/2024/cfpo.html" target="_blank">SOSP Poster</a>,
</p>
<p class="STYLE223">2023
<a href="https://www.usenix.org/conference/osdi23" target="_blank">OSDI</a>,
<a href="https://www.usenix.org/conference/nsdi23" target="_blank">NSDI</a>,
<a href="https://sysdw23.github.io/" target="_blank">SOSP DW</a>,
<a href="https://sosp2023.mpi-sws.org/cfsrc.html" target="_blank">SOSP SRC</a>,
<a href="https://sosp2023.mpi-sws.org/cfpo.html" target="_blank">SOSP Poster</a>,
<a href="https://dsn2023.dei.uc.pt/" target="_blank">DSN</a>,
<a href="https://www.sigmetrics.org/sigmetrics2023/" target="_blank">Sigmetrics</a>,
<a href="https://2023.esec-fse.org/track/fse-2023-industry" target="_blank">ESEC/FSE Industry Track</a>,
</p>
<p class="STYLE223">2022
<a href="https://www.systor.org/2022/" target="_blank">SYSTOR</a>,
<a href="https://www.sigmetrics.org/sigmetrics2022/" target="_blank">Sigmetrics</a>,
<a href="https://edge-sys.github.io/2022/" target="_blank">EdgeSys</a>,
<a href="https://xxxy.gufe.edu.cn/chinasys22/index.html" target="_blank">ChinaSys</a>,
<a href="https://middleware-conf.github.io/2022/" target="_blank">Middleware</a>,
<a href="https://2022.esec-fse.org/track/fse-2022-industry" target="_blank">ESEC/FSE Industry Track</a>,
</p>
<p class="STYLE223">2021
<a href="https://sigops.org/s/conferences/hotos/2021/" target="_blank">HotOS</a>,
<a href="https://sosp2021.mpi-sws.org/" target="_blank">SOSP (virtual platform chair)</a>,
<a href="https://2021.eurosys.org/" target="_blank">EuroSys (sponsorship co-chair)</a>,
<a href="https://conf.researchr.org/home/icse-2021" target="_blank">ICSE</a>,
<a href="http://www.sigmetrics.org/sigmetrics2021/call_for_src.html" target="_blank">Sigmetrics SRC</a>,
</p>
<p class="STYLE223">2020
<a href="https://www.usenix.org/conference/osdi20" target="_blank">OSDI</a>,
<a href="https://www.sigmobile.org/mobisys/2020/" target="_blank">MobiSys</a>,
<a href="https://edge-sys.github.io/2020/submission.html" target="_blank">EdgeSys</a>,
<a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" target="_blank">FSE Tool/Demo</a>,
</p>
<p class="STYLE223">2019
<a href="https://www.sigops.org/sosp/sosp19/" target="_blank">SOSP</a>,
<a href="https://icsr.zju.edu.cn/apsys2019/" target="_blank">APSys</a>,
<a href="https://seconfig.github.io/" target="_blank">SEConfig</a>,
<a href="https://edgesys19.cm.in.tum.de/" target="_blank">EdgeSys</a>
</p>
<p class="STYLE223">2018
<a href="http://conferences.inf.ed.ac.uk/EuroDW2018/" target="_blank">EuroSys DW</a>,
<a href="https://www.sigmobile.org/mobisys/2018/workshops/edgesys18/" target="_blank">EdgeSys</a>,
<a href="http://icdcs2018.ocg.at" target="_blank">ICDCS</a>
</p>
<p class="STYLE223">2017
<a href="https://www.sigops.org/sosp/sosp17/src.html" target="_blank">SOSP SRC</a>
</p>
<p class="STYLE223">2015
<a href="https://www.usenix.org/conference/lisa15" target="_blank">USENIX LISA</a> (academic review committee)</p>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=review id="review"></A></span><b>$ sudo cat gang</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223"><a href="https://yulistic.gitlab.io/" target="_blank">Jongyul Kim</a>, Postdoc Research Fellow (Fall 2023 - now)</p>
<p class="STYLE223"><a href="https://marshtompsxd.github.io/" target="_blank">Xudong Sun</a>, PhD Candidate (Fall 2019 - now),
awarded <a href="https://cs.illinois.edu/about/awards/graduate-fellowships-awards/yunni-and-maxine-pao-memorial-fellowship" target="_blank"><font color="#E84A27">Yunni and Maxine Pao Memorial Fellowship</font></a>,
<a href="https://mavis.grainger.illinois.edu/" target="_blank"><font color="#E84A27">Mavis Future Faculty Fellow</font></a>
</p>
<p class="STYLE223"><a href="https://schai.me" target="_blank">Siyuan Chai</a>, PhD Candidate (Fall 2021 - now)</p>
<p class="STYLE223"><a href="https://yinfangchen.github.io" target="_blank">Yinfang Chen</a>, PhD Candidate (Fall 2021 - now)</p>
<p class="STYLE223"><a href="https://tylergu.com" target="_blank">Tyler Gu</a>, PhD Candidate (Fall 2021 - now),
awarded <a href="https://cs.illinois.edu/about/awards/graduate-fellowships-awards/computer-science-gene-golub-fellowship" target="_blank"><font color="#E84A27">Gene Golub Fellowship</font></a>,
<a href="https://cs.illinois.edu/about/awards/graduate-fellowships-awards/outstanding-teaching-assistants" target="_blank"><font color="#E84A27">Outstanding TA Award</font></a></p>
<p class="STYLE223"><a href="https://shuaiwang516.github.io" target="_blank">Shuai Wang</a>, PhD Candidate (Fall 2021 - now), co-advised by <a href="http://mir.cs.illinois.edu/marinov/" target="_blank">Darko Marinov</a></p>
<p class="STYLE223"><a href="https://jiyuan.is" target="_blank">Jiyuan Zhang</a>, PhD Student (Fall 2022 - now),
awarded <a href="https://siebelschool.illinois.edu/about/awards/graduate-fellowships-awards/wing-kai-cheng-fellowship" target="_blank"><font color="#E84A27">Wing Kai Cheng Fellowship</font></a>
</p>
<p class="STYLE223"><a href="https://wentao.systems" target="_blank">Wentao Zhang</a>, PhD Student (Fall 2023 - now), co-advised by <a href="http://mir.cs.illinois.edu/marinov/" target="_blank">Darko Marinov</a></p>
<p class="STYLE223"><a href="https://codyrivera.com" target="_blank">Cody Rivera</a>, Visiting PhD Student (Fall 2024 - now) → University of Wisconsin-Madison (PhD)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Leshna Balara</a>, MS Student (UW–Madison) (Spring 2025 - now)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">William Zheng</a>, Undergraduate Student (UIUC) (Summer 2023 - now)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Minh Phan</a>, Undergraduate Student (UIUC) (Spring 2024 - now) → University of Texas at Austin (PhD)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Jiaqi Pan</a>, Undergraduate Student (Tsinghua) (Spring 2025 - now)</p>
<!--
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Xuecheng Liu</a>, Undergraduate Student (ZJU-UIUC) (Summer 2024 - now)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Quan Hao Ng</a>, Undergraduate Student (UIUC) (Spring 2024 - now)</p>
-->
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=review id="review"></A></span><b>$ sudo cat alumni # (<a href="thesis_committee.html" target="_blank">thesis committees</a>)</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE224"># Doctors</p>
<p class="STYLE223"><a href="https://jinghao-jia.github.io" target="_blank">Jinghao Jia</a>, PhD 2025 (dissertation), co-advised by <a href="https://people.cs.vt.edu/djwillia/" target="_blank">Dan Williams</a>,
awarded <a href="https://cs.illinois.edu/about/awards/graduate-fellowships-awards/richard-t-cheng-endowed-fellowship" target="_blank"><font color="#E84A27">Richard T. Cheng Fellowship</font></a>,
<a href="https://cs.illinois.edu/about/awards/graduate-fellowships-awards/outstanding-teaching-assistants" target="_blank"><font color="#E84A27">Outstanding TA Award</font></a> → Meta
</p>
<p class="STYLE223"><a href="https://wenyu.io/" target="_blank">Wenyu Wang</a>, PhD 2022 (<a href="thesis/WANG-DISSERTATION-2022.pdf" target="_blank">dissertation</a>), co-advised by <a href="http://taoxie.cs.illinois.edu/" target="_blank">Tao Xie</a>, awarded <a href="https://cs.illinois.edu/about/awards/graduate-fellowships-awards/3m-foundation-fellowship" target="_blank"><font color="#E84A27">3M Foundation Fellowship</font></a> → Meta → Stellar Cyber → Meta</p>
<p class="STYLE224"># Maesters</p>
<p class="STYLE223"><a href="https://tz-zzz.github.io" target="_blank">Zhen Tang</a>, MCS 2024 → University of Texas at Austin (PhD)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Manvik Nanda</a>, MCS 2024 → University of Utah (PhD)</p>
<p class="STYLE223"><a href="https://anna-mazhar.github.io" target="_blank">Anna Mazhar</a>, MS 2024 (<a href="thesis/MAZHAR-THESIS-2024.pdf" target="_blank">thesis</a>) → Cornell University (PhD)</p>
<p class="STYLE223"><a href="https://xinyulian.tech" target="_blank">Xinyu (Alex) Lian</a>, MS 2024 (<a href="thesis/LIAN-THESIS-2024.pdf" target="_blank">thesis</a>), co-advised by <a href="http://mir.cs.illinois.edu/marinov/" target="_blank">Darko Marinov</a> → UIUC (PhD)</p>
<p class="STYLE223"><a href="https://pratiksampat.web.illinois.edu" target="_blank">Pratik Rajesh Sampat</a>, MS 2024 (<a href="thesis/SAMPAT-THESIS-2024.pdf" target="_blank">thesis</a>), co-advised by <a href="https://ghose.web.illinois.edu/" target="_blank">Saugata Ghose</a> → AMD Research</p>
<p class="STYLE223"><a href="https://jiyuan.is" target="_blank">Jiyuan Zhang</a>, MS 2024 (<a href="thesis/ZHANG-THESIS-2024.pdf" target="_blank">thesis</a>) → UIUC (PhD)</p>
<p class="STYLE223"><a href="https://www.linkedin.com/in/ruowen-qin-1323ab149" target="_blank">Ruowen Qin</a>, MCS 2023 → Red Hat</p>
<p class="STYLE223"><a href="https://laphets.com" target="_blank">Wenqing Luo</a>, MS 2023 (<a href="thesis/LUO-THESIS-2023.pdf" target="_blank">thesis</a>), co-advised by <a href="https://aishwaryaganesan.github.io/" target="_blank">Aishwarya Ganesan</a> and <a href="https://ramalagappan.github.io/" target="_blank">Ramnatthan Alagappan</a> → Apple (Cloud Infra)</p>
<p class="STYLE223"><a href="https://thakkarparth007.github.io" target="_blank">Parth Thakkar</a>, MS 2023 (<a href="thesis/THAKKAR-THESIS-2023.pdf" target="_blank">thesis</a>) → Meta (Dev Infra)</p>
<p class="STYLE223"><a href="https://www.linkedin.com/in/kaihsun1996/" target="_blank">Kai-Hsun (Kevin) Chen</a>, M.Eng 2022 → Databricks → Anyscale</p>
<p class="STYLE223"><a href="https://alan-s-andrade.github.io" target="_blank">Alan Andrade</a>, MCS 2022 → Oracle → University of Texas at Austin (PhD)</p>
<p class="STYLE223"><a href="https://www.linkedin.com/in/jianyanchen2aa899154/" target="_blank">Jack Chen</a>, MS 2021 (<a href="thesis/CHEN-THESIS-2021.pdf" target="_blank">thesis</a>) → Trend Micro</p>
<p class="STYLE223"><a href="https://www.linkedin.com/in/andrew-yoo-5a5559182/" target="_blank">Andrew B. Yoo</a>, MS 2021 (<a href="thesis/YOO-THESIS-2021.pdf" target="_blank">thesis</a>), co-advised by <a href="http://mpaxos.com/" target="_blank">Shuai Mu</a>, awarded <a href="https://cs.illinois.edu/news/five-cs-graduate-students-2021-siebel-scholars" target="_blank"><font color="#E84A27">Siebel Scholar</font></a> → Whova (Infra)</p>
<p class="STYLE223"><a href="https://leochen-ai.github.io" target="_blank">Qingrong Chen</a>, MS 2020 (<a href="thesis/CHEN-THESIS-2020.pdf" target="_blank">thesis</a>), awarded <a href="http://www.cs.illinois.edu/news/meet-siebel-scholars-class-2020" target="_blank"><font color="#E84A27">Siebel Scholar</font></a> → Facebook (AI Infra) → ByteDance (ML Infra) → OpenAI </p>
<p class="STYLE223"><a href="https://x-czh.github.io/" target="_blank">Zhanghao Chen</a>, MCS 2020 (<a href="https://github.com/xlab-uiuc/cflow" target="_blank">project</a>) → ByteDance (Stream Computing Infra)</p>
<p class="STYLE223"><a href="http://www.elaine-ang.space/" target="_blank">Elaine Ang</a>, MS 2019 (<a href="thesis/ANG-THESIS-2019.pdf" target="_blank">thesis</a>) → Google (Spanner) → Columbia University (PhD)</p>
<p class="STYLE224"># Bachelors</p>
<p class="STYLE223"><a href="https://www.linkedin.com/in/mark-zhang-zzx" target="_blank">Zhixing (Mark) Zhang</a>, BS, Spring 2024 → <a href="https://pathlit.com" target="_blank">Pathlit</a> (CTO)</p>
<p class="STYLE223"><a href="https://odeinjul.github.io" target="_blank">Shurang Wu</a> (USTC), UIUC+ SUR in SE, Fall 2024 → University of Texas at Austin (PhD)</p>
<p class="STYLE223"><a href="https://songlkkevin.github.io" target="_blank">Linkai Song</a> (USTC), UIUC+ SUR in SE, Fall 2024 → HKUST (PhD)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Tingxu Ren</a> (Zhejiang University), UIUC+ SUR in SE, Summer 2024 → Tsinghua University (MS)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Saad Sher Alam</a> (LUMS), UIUC+ SUR in SE, 2023-2024 → UIUC (MS)</p>
<p class="STYLE223"><a href="https://moogician.github.io/" target="_blank">Hao (Tony) Wang</a> (Peking U.), UIUC+ SUR in SE, Summer 2023 co-hosted by <a href="https://mir.cs.illinois.edu/marinov" target="_blank">Darko Marinov</a> → University of California Berkeley (PhD)</p>
<p class="STYLE223"><a href="https://fanchung.net" target="_blank">Fan Chung</a> (UIUC/NYCU), 2023-2024 → EPFL (PhD)</p>
<p class="STYLE223"><a href="https://irisesd.github.io" target="_blank">Cheng Ding</a> (USTC), UIUC+ SUR in SE, Fall 2023, co-advised by <a href="https://www.cs.cornell.edu/~legunsen" target="_blank">Owolabi Legunsen</a> → University of Texas at Austin (PhD)</p>
<p class="STYLE223"><a href="https://zichengma.github.io" target="_blank">Zicheng Ma</a>, BE, 2023-2024 awarded
<a href="https://digital.library.illinois.edu/collections/81101fb0-e3fb-012f-c5b6-0019b9e633c5-5" target="_blank"><font color="#E84A27">University Honor</font></a> → Harvard University (MS) → NVIDIA (Triton Server)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Peizhe Liu</a>, BE, 2023 → UIUC (MS) </p>
<p class="STYLE223"><a href="https://essoz.github.io" target="_blank">Yuxuan (Matt) Jiang</a>, BE 2023 → University of Michigan (PhD)</p>
<p class="STYLE223"><a href="https://nsdi.dev" target="_blank">Feiran (Alex) Qin</a>, (ShanghaiTech/UIUC), Fall 2022 → North Carolina State University (PhD)</p>
<p class="STYLE223"><a href="https://github.com/unw9527" target="_blank">Kunle Li</a>, BE 2023 → CMU (MS) → Snowflake</p>
<p class="STYLE223"><a href="https://taham0.github.io" target="_blank">Muhammad Taha</a> (LUMS), UIUC+ SUR in SE, 2022 → Purdue University (MS)</p>
<p class="STYLE223"><a href="https://whentojump.xyz">Wentao Zhang</a> (SJTU), UIUC+ SUR in SE, 2022 → UIUC (PhD)</p>
<p class="STYLE223"><a href="https://xinyulian.tech" target="_blank">Xinyu (Alex) Lian</a>, BE 2022 → UIUC (MS) → UIUC (PhD)</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Yicheng Lu</a>, BE 2022 → UIUC (MS)</p>
<p class="STYLE223"><a href="https://www.cs.columbia.edu/~kele" target="_blank">Kele Huang</a> (CAS), UIUC+ SUR in SE, 2021 → Columbia University (PhD)</p>
<p class="STYLE223"><a href="https://fanweneddie.github.io" target="_blank">Wen Fan</a> (USTC), UIUC+ SUR in SE, 2021 → Purdue University (PhD)</p>
<p class="STYLE223"><a href="https://ece.illinois.edu/newsroom/news/yifei-zhu" target="_blank">YiFei Zhu</a>, BE 2021,
awarded
<a href="https://ece.illinois.edu/admissions/why-ece/honors" target="_blank"><font color="#E84A27">Highest Honor</font></a> and
<a href="https://digital.library.illinois.edu/collections/81101fb0-e3fb-012f-c5b6-0019b9e633c5-5" target="_blank"><font color="#E84A27">University Honor</font></a> → Google (kernel)</p>
<p class="STYLE223"><a href="https://kaiyuanzhang.com/" target="_blank">Kaiyuan Zhang</a> (UT Dallas), Summer 2020 co-advised by <a href="http://taoxie.cs.illinois.edu/" target="_blank">Tao Xie</a> → Purdue University (PhD)</p>
<p class="STYLE223"><a href="https://www.linkedin.com/in/ymmao/" target="_blank">Yiming Mao</a> (Nanjing University), Summer 2020 → UC San Diego (MS) → TikTok</p>
<p class="STYLE224"># Scholars</p>
<p class="STYLE223"><a href="https://www.youtube.com/watch?v=mHLMsZ20LI8" target="_blank">Wenjie Ma</a>, Research Scholar, 2023--2024 → University of California Berkeley (PhD)</p>
<p class="STYLE223"><a href="https://www.linhao.me" target="_blank">Hao Lin</a>, Visiting PhD Student (Tsinghua), 2023--2024 ↔ Tsinghua University → Infinigence AI</p>
<p class="STYLE223"><a href="https://chaitanya-bhandari.com" target="_blank">Chaitanya B. Bhandari</a>, Research Scholar, 2021--2022 → UIUC (MS) → TigerBeetle</p>
<p class="STYLE223"><a href="https://zhangbuzhang.github.io" target="_blank">Yuanliang Zhang</a> (NUDT), Visiting PhD Student (NUDT), 2019--2020 → Assistant Professor at NUDT</p>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=review id="review"></A></span><b>$ sudo cat ack</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">Illinois CS, <a href="https://undergradresearch.illinois.edu/" target="_blank">OUR</a>, NSF, VMware, Facebook, IBM/C3SR/IIDAI, Intel, Boeing, Azure, GCP, and GitHub</p>
</TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=hobbies id="hobbies"></A></span><b>$ cat misc</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223"> soccer (<a href="football.html" target="_blank">career</a>); <a href="travel.html" target="_blank">travel</a>; <a href="https://www.youtube.com/watch?v=gAh9NRGNhUU" target="_blank">rock</a>; biking; drinking; reading; bad jokes; turtles</p>
</TD>
<TD class=content_title> </TD>
</TR>
<TD width="0.5%"> </TD>
<TR>
<TD height="30" colSpan=3 class=content_title><span style="margin-top: 5px; margin-bottom: 5px"><span class="style121"><A name=hobbies id="hobbies"></A></span><b>$ cat debts</b></span></TD>
</TR>
<TR>
<TD class=content_title> </TD>
<TD class=content width="96%">
<p class="STYLE223">I owe everyone in <a href="https://cs523-uiuc.github.io/fall20/" target="_blank">Fall 2020 CS-523</a> (modulo Aditi Partap) a donut due to COVID-19; ping me and I will pay my debts.</p>
</TD>
<TD class=content_title> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
</DIV></TD>
</TR>
<td height="19"></TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=8></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=850 border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD id=menu2 vAlign=center align=middle
height=20></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR>
<TABLE class=bggroup id=Table7 cellSpacing=0 cellPadding=0 width=740
align=center border=0>
<TBODY>
<TR>
<TD width="100%" colSpan=0 height=2><IMG height=2 src="" width=1
border=0></TD></TR></TBODY></TABLE>
<TABLE id=Table10 cellSpacing=0 cellPadding=1 width=850 border=0>
<!--DWLayoutTable-->
<TBODY>
<TR>
<TD width="848" height="41" valign="middle" bordercolor="#000000" class="style10"><BR>
<FONT class=page>First modified:
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y-%m-%d" startspan -->
2009-5-1
<!--webbot bot="Timestamp" i-checksum="12090" endspan --> by <a href="index.html" target="_blank"><span class="STYLE11">Tianyin Xu</span> </u></a><BR>
</FONT>
</TR></TBODY></TABLE>
</CENTER></BODY></HTML>