Skip to content

Commit 090cf2f

Browse files
committed
Summer 2025
1 parent d335f5f commit 090cf2f

File tree

6 files changed

+270
-1
lines changed

6 files changed

+270
-1
lines changed

current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
winter25
1+
summer25

summer25/assets/css/site.css

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
@import url(https://fonts.googleapis.com/css?family=Roboto);
2+
body {
3+
font-family: "Roboto", "sans-serif";
4+
font-size: 12pt;
5+
max-width: 800px;
6+
max-width: 90%;
7+
margin-bottom: .2in;
8+
margin: auto;
9+
}
10+
* {
11+
box-sizing: border-box;
12+
}
13+
a {
14+
color: #18bc9c;
15+
text-decoration: none;
16+
}
17+
li.current-semester a {
18+
color: #3498db;
19+
text-decoration: none;
20+
}
21+
li{
22+
margin-top: 10px;
23+
border:1px solid grey;
24+
}
25+
.semester {
26+
color: #3498db;
27+
}
28+
ul.semesters {
29+
list-style: none;
30+
margin-left: 0;
31+
padding: 5px;
32+
text-indent: -1.2em;
33+
}
34+
ul.semesters li.current-semester:before {
35+
content: "\2023";
36+
display: block;
37+
float: left;
38+
width: 1.2em;
39+
color: #3498db;
40+
}
41+
ul.semesters li:before {
42+
content: "\2022";
43+
display: block;
44+
float: left;
45+
width: 1.2em;
46+
}
47+
.header {
48+
border: 0px;
49+
padding: 15px;
50+
}
51+
.row::after {
52+
content: "";
53+
clear: both;
54+
display: table;
55+
}
56+
[class*="col-"] {
57+
float: left;
58+
padding: 15px;
59+
border: 0px;
60+
}
61+
.col-1 {width: 8.33%;}
62+
.col-2 {width: 16.66%;}
63+
.col-3 {width: 25%;}
64+
.col-4 {width: 33.33%;}
65+
.col-5 {width: 41.66%;}
66+
.col-6 {width: 50%;}
67+
.col-7 {width: 58.33%;}
68+
.col-8 {width: 66.66%;}
69+
.col-9 {width: 75%;}
70+
.col-10 {width: 83.33%;}
71+
.col-11 {width: 91.66%;}
72+
.col-12 {width: 100%;}
73+
74+
.table-bordered {
75+
border: 1px solid #ecf0f1;
76+
}
77+
.text-danger {
78+
color:#e74c3c;
79+
}
80+
table.schedule {
81+
margin-top: 25px;
82+
}
83+
table.schedule td, table.schedule th {
84+
vertical-align: middle;
85+
padding: 8px;
86+
border: 0px;
87+
border-bottom: 1px #666;
88+
}
89+
tr.info > th {
90+
background-color:#3498db;
91+
color: #fff;
92+
}
93+
table.schedule tr:nth-child(even) {
94+
background-color: #f2f2f2
95+
}
96+
th.date {
97+
min-width: 30px;
98+
width: 5%;
99+
}
100+
th.presenter {
101+
min-width: 100px;
102+
width: 10%;
103+
}
104+
th.title {
105+
min-width: 400px;
106+
width: 70%;
107+
}
108+
th.conference {
109+
min-width: 90px;
110+
width: 9%;
111+
}
112+
th.material {
113+
min-width: 60px;
114+
width: 6%;
115+
}
116+
td p.title {
117+
font-weight: bold;
118+
margin-top: 10px;
119+
margin-bottom: 5px;
120+
}
121+
td p.authors {
122+
font-style: italic;
123+
margin-top: 8px;
124+
margin-bottom: 5px;
125+
}

summer25/assets/favicon.ico

5.3 KB
Binary file not shown.

summer25/feed.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-08-30T23:37:55-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">OrderLab Reading Group</title></feed>

summer25/index.html

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
4+
<head>
5+
<link href="http://gmpg.org/xfn/11" rel="profile">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<meta name="description" content="OrderLab Reading Group, Winter 2025">
10+
<link rel="stylesheet" href="assets/css/site.css">
11+
<link rel="icon" type="image/vnd.microsoft.icon" href="assets/favicon.ico">
12+
<title>Summer 2025</title>
13+
</head>
14+
15+
<body>
16+
<div class="row">
17+
<div class="col-1">
18+
</div>
19+
<div class="col-9">
20+
<h1>OrderLab Reading Group</h1>
21+
<h2 class="semester">Winter 2025</h2>
22+
<h3>Wednesday 10:00am-11:30am, 4901 BBB</h3>
23+
<h4>Coordinator: Yunchi Lu</h4>
24+
</div>
25+
<div class="col-2">
26+
</div>
27+
</div>
28+
<div class="row">
29+
<div class="col-1">
30+
<ul class="semesters">
31+
32+
<li><a href="https://orderlab.io/reading-group/summer25">Summer 2025</a></li>
33+
<li><a href="https://orderlab.io/reading-group/winter25">Winter 2025</a></li>
34+
<li><a href="https://orderlab.io/reading-group/fall24">Fall 2024</a></li>
35+
<li><a href="https://orderlab.io/reading-group/summer24">Summer 2024</a></li>
36+
<li><a href="https://orderlab.io/reading-group/winter24">Winter 2024</a></li>
37+
<li><a href="https://orderlab.io/reading-group/fall23">Fall 2023</a></li>
38+
<li><a href="https://orderlab.io/reading-group/fall22">Fall 2022</a></li>
39+
<li><a href="https://orderlab.io/reading-group/summer22">Summer 2022</a></li>
40+
<li><a href="https://orderlab.io/reading-group/spring22">Spring 2022</a></li>
41+
<li><a href="https://orderlab.io/reading-group/fall21">Fall 2021</a></li>
42+
<li><a href="https://orderlab.io/reading-group/spring21">Spring 2021</a></li>
43+
<li><a href="https://orderlab.io/reading-group/fall20">Fall 2020</a></li>
44+
<li><a href="https://orderlab.io/reading-group/spring20">Spring 2020</a></li>
45+
<li><a href="https://orderlab.io/reading-group/fall19">Fall 2019</a></li>
46+
<li><a href="https://orderlab.io/reading-group/spring19">Spring 2019</a></li>
47+
<li><a href="https://orderlab.io/reading-group/fall18">Fall 2018</a></li>
48+
<li><a href="https://orderlab.io/reading-group/summer18">Summer 2018</a></li>
49+
<li><a href="https://orderlab.io/reading-group/spring18">Spring 2018</a></li>
50+
<li><a href="https://orderlab.io/reading-group/fall17">Fall 2017</a></li>
51+
</ul>
52+
53+
</div>
54+
<div class="col-9">
55+
<h1>Description</h1>
56+
<p>The reading group organized by the <a href="https://orderlab.io/">OrderLab</a>
57+
covers latest advances in the research of computer systems. Students will
58+
read and discuss recent papers in top systems conferences such as OSDI, SOSP,
59+
NSDI, EuroSys, and ASPLOS.
60+
</p>
61+
<p>Each week, one student will present the paper and lead the discussion. Other students
62+
should read the paper to be presented <b class="text-danger">before</b> the seminar.
63+
This seminar is supposed to generate in-depth discussions. It is impossible to do so
64+
without reading the paper first.
65+
66+
<p>The focus topics covered in the papers vary semester to semester. Example topics include
67+
fault-tolerance, reliability, verification, energy efficiency, and
68+
virtualization. The presenter decides which paper to present. In general,
69+
select the papers that are relevant to your research project first (i.e.,
70+
depth-first). If you are not sure, check with me first
71+
before preparing the presentation. Also, try to avoid picking papers that
72+
have already been picked in the past (the past schedules are linked on the
73+
left-side menu).
74+
</p>
75+
76+
<p>The presentation announcements are sent via the mailing list <a href="mailto:orderlab-talk@umich.edu">orderlab-talk@umich.edu</a>,
77+
which will also be used to generate follow-up discussions of the presented paper.
78+
Students who wish to sign up for the mailing list, please email <a href="mailto:ryanph@umich.edu">ryanph@umich.edu</a>.
79+
</p>
80+
81+
82+
<h1>Schedule</h1>
83+
<table class="table-bordered schedule">
84+
<tr class="info">
85+
<th class="date">Date</th>
86+
<th class="presenter">Presenter</th>
87+
<th class="title">Title</th>
88+
<th class="conference">Conference</th>
89+
<th class="material">Material</th>
90+
</tr>
91+
92+
<tr>
93+
<td>05/21/2025</td>
94+
<td>Yunchi Lu</td>
95+
<td>
96+
<p class="title">TASO: optimizing deep learning computation with automatic generation of graph substitutions</p>
97+
<p class="authors">Zhihao Jia, Oded Padon, James Thomas, Todd Warszawski, Matei Zaharia, Alex Aiken</p>
98+
</td>
99+
<td>SOSP'19</td>
100+
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3341301.3359630">Paper</a></td>
101+
</tr>
102+
103+
<tr>
104+
<td>06/04/2025</td>
105+
<td>Kevin Xue</td>
106+
<td>
107+
<p class="title">Heterogeneity-Aware Cluster Scheduling Policies for Deep Learning Workloads</p>
108+
<p class="authors">Deepak Narayanan and Keshav Santhanam, Stanford University and Microsoft Research; Fiodar Kazhamiaka, Stanford University; Amar Phanishayee, Microsoft Research; Matei Zaharia, Stanford University</p>
109+
</td>
110+
<td>OSDI'20</td>
111+
<td><a href="https://www.usenix.org/system/files/osdi20-narayanan_deepak.pdf">Paper</a></td>
112+
</tr>
113+
114+
<tr>
115+
<td>06/11/2025</td>
116+
<td>Wanning He</td>
117+
<td>
118+
<p class="title">I4: Incremental Inference of Inductive Invariants for Verification of Distributed Protocols (SOSP'19)</p>
119+
<p class="authors">Haojun Ma, Aman Goel, Jean-Baptiste Jeannin, Manos Kapritsos, Baris Kasikci, Karem A. Sakallah, University of Michigan</p>
120+
</td>
121+
<td>SOSP'19</td>
122+
<td><a href="https://web.eecs.umich.edu/~barisk/public/i4.pdf">Paper</a></td>
123+
</tr>
124+
125+
<tr>
126+
<td>06/18/2025</td>
127+
<td>Chenlin Liu</td>
128+
<td>
129+
<p class="title">Chenlin's Project Presentation</p>
130+
</td>
131+
<td></td>
132+
<td></td>
133+
</tr>
134+
135+
</table>
136+
</div>
137+
<div class="col-2">
138+
</div>
139+
</div>
140+
</body>
141+
142+
</html>

winter25/summer25

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
summer25

0 commit comments

Comments
 (0)