Skip to content

Commit dd321ca

Browse files
committed
deploy: d81a31d
1 parent b5cc4f2 commit dd321ca

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

assets/css/modern.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,18 @@ a:hover {
15211521
border-color: var(--line);
15221522
}
15231523

1524+
[data-theme="dark"] .publications .authorlist,
1525+
[data-theme="dark"] .publications .authorlist i,
1526+
[data-theme="dark"] .publications .authorlist a,
1527+
[data-theme="dark"] .publications a.nodec {
1528+
color: #b7c8de !important;
1529+
}
1530+
1531+
[data-theme="dark"] .publications .authorlist a:hover,
1532+
[data-theme="dark"] .publications a.nodec:hover {
1533+
color: #d8e6f9 !important;
1534+
}
1535+
15241536
[data-theme="dark"] .project-card__media,
15251537
[data-theme="dark"] .hero-visual-card,
15261538
[data-theme="dark"] .project-card__media img.project-logo-fit {

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>2026-02-21T23:07:57-05: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><entry><title type="html">Launching the OrderLab Blog</title><link href="/blog/2026/02/21/launching-orderlab-blog/" rel="alternate" type="text/html" title="Launching the OrderLab Blog" /><published>2026-02-21T00:00:00-05:00</published><updated>2026-02-21T22:14:27-05:00</updated><id>/blog/2026/02/21/launching-orderlab-blog</id><content type="html" xml:base="/blog/2026/02/21/launching-orderlab-blog/"><![CDATA[<p>We have added a dedicated blog to the lab website to share technical updates in a faster, more narrative format than conference papers.</p>
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>2026-02-21T23:25:55-05: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><entry><title type="html">Launching the OrderLab Blog</title><link href="/blog/2026/02/21/launching-orderlab-blog/" rel="alternate" type="text/html" title="Launching the OrderLab Blog" /><published>2026-02-21T00:00:00-05:00</published><updated>2026-02-21T22:14:27-05:00</updated><id>/blog/2026/02/21/launching-orderlab-blog</id><content type="html" xml:base="/blog/2026/02/21/launching-orderlab-blog/"><![CDATA[<p>We have added a dedicated blog to the lab website to share technical updates in a faster, more narrative format than conference papers.</p>
22

33
<p>Posts here will usually cover:</p>
44

pubs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h2 id="publications">2019</h2>
236236
<a target="_blank" href="paper/leaseos-asplos19.pdf">A Case for Lease-Based, Utilitarian Resource Management on Mobile Devices</a>&nbsp;&nbsp;&nbsp;<b style="color:green">[Best Paper Award]</b><br>
237237
<span class="authorlist"><i><a href="https://yigonghu.github.io" class="nodec">Yigong Hu</a>, </i><i><a href="https://sylll.github.io" class="nodec">Suyi Liu</a>, </i><i><a href="https://web.eecs.umich.edu/~ryanph" class="nodec">Peng Huang</a><br></i></span>
238238
<a target="_blank" href="https://asplos-conference.org" class="conf"><b>ASPLOS 2019</b></a>&nbsp;&nbsp;<a target="_blank" class="btn btn-outline-primary publinkitem" href="paper/leaseos.bib">citation</a>
239-
&nbsp;&nbsp;<a target="_blank" role="button" class="btn btn-outline-primary publinkitem" href="slides/leaseos_asplos19_slides.pptx">slides</a>&nbsp;&nbsp;<a target="_blank" class="btn btn-outline-primary publinkitem" href="https://orderlab.io/LeaseOS">software</a><br><div class="press"><b>Coverage:</b> <a target="_blank" href="https://blog.acolyer.org/2019/05/31/lease-os">The Morning Paper</a> </div>
239+
&nbsp;&nbsp;<a target="_blank" role="button" class="btn btn-outline-primary publinkitem" href="slides/leaseos_asplos19_slides.pptx">slides</a>&nbsp;&nbsp;<a target="_blank" class="btn btn-outline-primary publinkitem" href="https://github.com/OrderLab/leaseos_frameworks_base">software</a><br><div class="press"><b>Coverage:</b> <a target="_blank" href="https://blog.acolyer.org/2019/05/31/lease-os">The Morning Paper</a> </div>
240240
</li>
241241
<li>
242242
<a target="_blank" href="paper/aiops-icse19-briefing.pdf">AIOps: Real-World Challenges and Research Innovations</a><br>
@@ -378,7 +378,7 @@ <h2 id="publications">2010</h2>
378378
<p class="footer-text m-0 col-lg-8 col-md-12">
379379
Copyright &copy; OrderLab 2017-<script>
380380
document.write(new Date().getFullYear());
381-
</script> All rights reserved. | Last updated 2025-11-18 13:19:04 -0500.
381+
</script> All rights reserved. | Last updated 2026-02-21 23:24:13 -0500.
382382
</p>
383383
</div>
384384
</div>

0 commit comments

Comments
 (0)