Skip to content

Commit 9c87591

Browse files
committed
update news section
1 parent 7e80b42 commit 9c87591

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,21 @@ <h2>Research Interests</h2>
5656
<h2 class="section-intro__title">News</h2>
5757
</div>
5858
<ul class="home-news-list">
59+
<li>
60+
<span class="home-news-list__date">Jul 2026</span>
61+
<span class="home-news-list__content">LiteLib is accepted to <a href="https://www.usenix.org/conference/nsdi27">NSDI '27</a>! LiteLib provides lightweight replicas for stateful applications to prevent cascading and metastable failures.</span>
62+
</li>
63+
<li>
64+
<span class="home-news-list__date">Jul 2026</span>
65+
<span class="home-news-list__content">BRAIN is accepted to <a href="https://www.usenix.org/conference/nsdi27">NSDI '27</a>! BRAIN is an end-to-end outage declaration system to tackle the next steps beyond failure detection in production cloud services.</span>
66+
</li>
67+
<li>
68+
<span class="home-news-list__date">Jul 2026</span>
69+
<span class="home-news-list__content"><span class="text-danger"><b>OpGuard was nominated for the OSDI '26 best paper award!</b></span></span>
70+
</li>
5971
<li>
6072
<span class="home-news-list__date">Mar 2026</span>
61-
<span class="home-news-list__content">OpGuard is accepted to <a href="https://www.usenix.org/conference/osdi26">OSDI '26</a>! OpGuard introduces bitwise alignment for effectively debugging errors in production LLM training jobs.</span>
73+
<span class="home-news-list__content"><a href="https://orderlab.io/OpGuard">OpGuard</a> is accepted to <a href="https://www.usenix.org/conference/osdi26">OSDI '26</a>! OpGuard introduces bitwise alignment for effectively debugging errors in production LLM training jobs.</span>
6274
</li>
6375
<li>
6476
<span class="home-news-list__date">Dec 2025</span>

news.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@
55
<section class="section-margin">
66
<div class="container">
77
<ul class="newslist">
8+
<li>
9+
<span class="home-news-list__date">Jul 2026</span>
10+
<span class="home-news-list__content">LiteLib is accepted to <a href="https://www.usenix.org/conference/nsdi27">NSDI '27</a>! LiteLib provides lightweight replicas for stateful applications to prevent cascading and metastable failures.</span>
11+
</li>
12+
<li>
13+
<span class="home-news-list__date">Jul 2026</span>
14+
<span class="home-news-list__content">BRAIN is accepted to <a href="https://www.usenix.org/conference/nsdi27">NSDI '27</a>! BRAIN is an end-to-end outage declaration system to tackle the next steps beyond failure detection in production cloud services.</span>
15+
</li>
16+
<li>
17+
<span class="home-news-list__date">Jul 2026</span>
18+
<span class="home-news-list__content"><span class="text-danger"><b>OpGuard was nominated for the OSDI '26 best paper award!</b></span></span>
19+
</li>
820
<li>
921
<span class="home-news-list__date">Mar 2026</span>
10-
<span class="home-news-list__content">OpGuard is accepted to <a href="https://www.usenix.org/conference/osdi26">OSDI '26</a>! OpGuard introduces bitwise alignment for effectively debugging errors in production LLM training jobs.</span>
22+
<span class="home-news-list__content"><a href="https://orderlab.io/OpGuard">OpGuard</a> is accepted to <a href="https://www.usenix.org/conference/osdi26">OSDI '26</a>! OpGuard introduces bitwise alignment for effectively debugging errors in production LLM training jobs.</span>
1123
</li>
1224
<li>
1325
<span class="home-news-list__date">Dec 2025</span>

0 commit comments

Comments
 (0)