-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (40 loc) · 1.9 KB
/
about.html
File metadata and controls
42 lines (40 loc) · 1.9 KB
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
---
layout: default
title: About Us
---
<section class="section-margin">
<div class="container">
<div class="section-about pb-85px">
<div class="row">
<div class="col-lg-6">
<div class="section-about__photo">
<img class="img-fluid" src="{{ '/assets/img/group_fall23.jpg' | relative_url }}" alt="" />
<small>(Photo credit: Yicheng Liu)</small>
</div>
</div>
<div class="col-lg-6">
<p>
The Ordered Systems Lab is led by Professor <a href="https://web.eecs.umich.edu/~ryanph">Ryan Huang</a>
at the Department of EECS at University of Michigan.
The lab conducts broad computer systems research, with a focus on systems reliability,
availability and fault tolerance. Research work from the lab has been published
in top systems conferences including OSDI, ASPLOS and NSDI. Recent highlights of
its research include the LeaseOS work (led by PhD student <a href="https://www.cs.jhu.edu/~yigonghu">Yigong Hu</a>)
that receives the Best Paper Award at ASPLOS 2019, and the AutoWatchdog work (led
by PhD student <a href="https://www.cs.jhu.edu/~chlou/about">Chang Lou</a>)
that receives the Best Paper Award at NSDI 2020.
</p>
<p>
Currently the lab has four PhD students, one Master's student,
one undergraduate student and one visiting undergraduate student. We are actively recruiting self-motivated graduate students and
undergraduate interns who are interested in systems building and research. Interested students please check <a href="{{ '/join/' | relative_url }}">this page</a>
</p>
<p>
OrderLab's research projects are supported by the National Science Foundation (NSF),
Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.
</p>
</div>
</div>
</div>
</div>
</section>