Skip to content

Commit ad91cfb

Browse files
committed
deploy: 99d287c
1 parent 68cd353 commit ad91cfb

15 files changed

Lines changed: 51 additions & 14 deletions

404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="/vendors/flaticon/flaticon.css" />
2020
<link rel="stylesheet" href="/vendors/owl-carousel/owl.carousel.min.css">
2121
<link rel="stylesheet" href="/assets/css/style.css">
22+
<link rel="stylesheet" href="/assets/css/site.css">
2223
</head>
2324

2425
<body>

about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="/vendors/flaticon/flaticon.css" />
2020
<link rel="stylesheet" href="/vendors/owl-carousel/owl.carousel.min.css">
2121
<link rel="stylesheet" href="/assets/css/style.css">
22+
<link rel="stylesheet" href="/assets/css/site.css">
2223
</head>
2324

2425
<body>

activity.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="/vendors/flaticon/flaticon.css" />
2020
<link rel="stylesheet" href="/vendors/owl-carousel/owl.carousel.min.css">
2121
<link rel="stylesheet" href="/assets/css/style.css">
22+
<link rel="stylesheet" href="/assets/css/site.css">
2223
</head>
2324

2425
<body>

assets/css/site.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.authorlist i {
2+
color: #333;
3+
}

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-07-14T09:36:14-04:00</updated><id>/feed.xml</id><title type="html">Ordered Systems Lab at U-M</title><subtitle>This is the website for the Ordered Systems Lab (a.k.a Order Lab) at University of Michigan, led by Prof. Ryan Huang.</subtitle></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-07-14T12:18:23-04:00</updated><id>/feed.xml</id><title type="html">Ordered Systems Lab at U-M</title><subtitle>This is the website for the Ordered Systems Lab (a.k.a Order Lab) at University of Michigan, led by Prof. Ryan Huang.</subtitle></feed>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="/vendors/flaticon/flaticon.css" />
2020
<link rel="stylesheet" href="/vendors/owl-carousel/owl.carousel.min.css">
2121
<link rel="stylesheet" href="/assets/css/style.css">
22+
<link rel="stylesheet" href="/assets/css/site.css">
2223
</head>
2324

2425
<body>

join.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="/vendors/flaticon/flaticon.css" />
2020
<link rel="stylesheet" href="/vendors/owl-carousel/owl.carousel.min.css">
2121
<link rel="stylesheet" href="/assets/css/style.css">
22+
<link rel="stylesheet" href="/assets/css/site.css">
2223
</head>
2324

2425
<body>

news.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="/vendors/flaticon/flaticon.css" />
2020
<link rel="stylesheet" href="/vendors/owl-carousel/owl.carousel.min.css">
2121
<link rel="stylesheet" href="/assets/css/style.css">
22+
<link rel="stylesheet" href="/assets/css/site.css">
2223
</head>
2324

2425
<body>

paper/t2c-osdi25-preprint.pdf

840 KB
Binary file not shown.

paper/t2c-osdi25.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@inproceedings{T2COSDI2025,
2+
author = {Lou, Chang and Parikesit, Dimas Shidqi and Huang, Yujin and Yang, Zhewen and Diwangkara, Senapati and Jing, Yuzhuo and Kistijantoro, Achmad Imam and Yuan, Ding and Nath, Suman and Huang, Peng},
3+
title = {Deriving Semantic Checkers from Tests to Detect Silent Failures in Production Distributed Systems},
4+
booktitle = {Proceedings of the 19th USENIX Symposium on Operating Systems Design and Implementation},
5+
series = {OSDI '25},
6+
month = {July},
7+
year = {2025},
8+
address = {Boston, MA, USA},
9+
publisher = {USENIX Association},
10+
}

0 commit comments

Comments
 (0)