Skip to content

Commit b076606

Browse files
committed
tweak
1 parent 50fd192 commit b076606

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ <h1>Ordered Systems Lab</h1>
3333
<h2>Research Interests</h2>
3434
<p>
3535
Our research spans broadly across operating systems, distributed systems, cloud computing, mobile systems, and ML infrastructure, while specializing in reliability,
36-
fault tolerance, and performance. Our work combines systems building with deep insights to address real-world challenges facing modern systems and enable <code>ORDER</code>.
36+
fault tolerance, and performance. Our work combines systems building with deep insights to address real-world challenges facing modern systems and achieve <code>ORDER</code>.
3737
Our research innovations cover:
3838
<ul class="scope-focus-list">
3939
<li><strong>Foundation:</strong> Design formal reasoning techniques to ensure strong correctness guarantees in complex systems.</li>
4040
<li><strong>Abstraction:</strong> Introduce new abstractions and interfaces to address fundamental gaps while avoiding ad-hoc designs.</li>
4141
<li><strong>Analysis:</strong> Develop automated program analyses, data-driven methods, and ML techniques to better reason about system behavior.</li>
42-
<li><strong>Runtime:</strong> Build robust runtime mechanisms to observe, mitgate, and recover from assorted issues and enable self-adapting systems.</li>
42+
<li><strong>Runtime:</strong> Build robust runtime mechanisms to observe, mitigate, and recover from assorted issues while enabling self-adapting systems.</li>
4343
</ul>
4444
<code>ORDER := {Observable, Reliable, Defensible, Efficient, Responsive}</code>
4545
</p>
@@ -66,7 +66,7 @@ <h2 class="section-intro__title">News</h2>
6666
</li>
6767
<li>
6868
<span class="home-news-list__date">Jul 2025</span>
69-
<span class="home-news-list__content"><b><a href="https://github.com/OrderLab/phoenix" target="_blank" rel="noopener">Phoenix</a></b> is accepted to <a href="https://sigops.org/s/conferences/sosp/2025/">SOSP '25</a>! Phoenix provides OS-level support for optimistic recovery and partial state preservation for high-availability software.</span>
69+
<span class="home-news-list__content"><b><a href="https://github.com/OrderLab/phoenix" target="_blank" rel="noopener">Phoenix</a></b> is accepted to <a href="https://sigops.org/s/conferences/sosp/2025/">SOSP '25</a>! Phoenix provides OS-level optimistic recovery and partial state preservation for high-availability software.</span>
7070
</li>
7171
<li>
7272
<span class="home-news-list__date">Jul 2025</span>
@@ -174,7 +174,7 @@ <h3>Mitigating Application Resource Overload with Targeted Task Cancellation</h3
174174
</div>
175175
<div class="project-card__content">
176176
<h3>Enhancing Slow-Fault Tolerance in Distributed Systems</h3>
177-
<p>Xinda diagnoses and mitigates slow faults with adaptive mechanisms tailored to modern distributed system behavior.</p>
177+
<p>Xinda provides an automated slow-fault testing pipeline for distributed systems and a lightweight library for adaptive slow fault detection.</p>
178178
<p class="project-badge">NSDI 2025</p>
179179
<div class="project-links" aria-label="Xinda links">
180180
<a class="project-link-icon" href="{{ '/paper/xinda-nsdi25-preprint.pdf' | relative_url }}" target="_blank" rel="noopener" title="Paper">

0 commit comments

Comments
 (0)