-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
executable file
·581 lines (569 loc) · 21.1 KB
/
program.html
File metadata and controls
executable file
·581 lines (569 loc) · 21.1 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HotOS XX: The 20th Workshop on Hot Topics in Operating Systems</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.jpg" rel="icon">
<link href="img/apple-touch-icon.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: TheEvent
Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header" class="header-fixed">
<div class="container">
<div id="logo" class="pull-left">
<h1><a href="./index.html"><span class="logo-a">HotOS</span>
<span class="logo-b">XX</span></a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu"><a href="index.html">Home</a></li>
<li class="menu"><a href="attend.html">Attend</a></li>
<li class="menu"><a href="venue.html">Venue</a></li>
<li class="menu"><a href="travel.html">Travel</a></li>
<li class="menu"><a href="register.html">Register</a></li>
<li class="menu-active"><a href="program.html">Program</a></li>
<li class="menu"><a href="cfp.html">CFP</a></li>
<li class="menu"><a href="organizers.html">Organizers</a></li>
</ul>
</nav>
</div>
</header>
<section id="venue" class="wow fadeInUp"><div class="container">
<div class="section-header"><h2>Workshop Program</h2></div>
<table class="table">
<tbody>
<tr class="table-success">
<th>Notice: Please do not email us changes to your paper title and affiliation. Please update them in HotCRP and they will be updated shortly.</th>
</tr>
</tbody>
</table>
<h3>Tuesday – May 13, 2025</h3>
<table class="table">
<tbody>
<tr class="table-success">
<th>14:00–17:00 — Registration Desk in Mount Stephen Hall (Mezzanine 1)</th>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>18:00–20:00 — Welcome Reception in Mount Stephen Hall (Mezzanine 1)</th>
</tr>
</tbody>
</table>
<h3>Wednesday – May 14, 2025</h3>
<table class="table">
<tbody>
<tr class="table-success">
<th>8:00–9:00 — Breakfast Buffet (Alhambra Room)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
How to be in this world: Securing Adolescent AIs
<span class="sch-time">9:00–10:30</span>
<span class="sch-sessionchair">Session Chair: Timothy Roscoe</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>Introductory Remarks</td>
</tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-156.pdf">How I learned to stop worrying and love learned OS policies</a></span>
<br>
<em>Divyanshu Saxena, Jiayi Chen (The University of Texas at Austin); Sujay Yadalam (University of Wisconsin-Madison); Yeonju Ro, Rohit Dwivedula, Eric H. Campbell, Aditya Akella, Christopher J. Rossbach (The University of Texas at Austin); Michael Swift (University of Wisconsin--Madison)</em>
<br>
Slides: <a href="slides/slides156.pdf">PDF</a> | <a href="slides/slides156.pptx">PowerPoint</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-100.pdf">Contextual Agent Security: A Policy for Every Purpose</a></span>
<br>
<em>Lillian Tsai, Eugene Bagdasarian (Google)</em>
<br>
Slides: <a href="slides/slides100.pdf">PDF</a> | <a href="slides/slides100.key">Keynote</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-290.pdf">Guillotine: Hypervisors for Isolating Malicious AIs</a></span>
<br>
<em>James Mickens, Sarah Radway (Harvard University); Ravi Netravali (Princeton University)</em>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>10:30–10:45 — Coffee Break (Alhambra Foyer)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
Breaking the Big Goal of Verification into Smaller Pieces
<span class="sch-time">10:45–12:00</span>
<span class="sch-sessionchair">Session Chair: Alexandra (Sasha) Fedorova</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-67.pdf">Lightweight Hypervisor Verification: Putting the Hardware Burger on a Diet</a></span>
<br>
<em>Charly Castes (EPFL); François Costa (ETH Zurich); Nate Foster (Cornell and Jane Street); Thomas Bourgeat, Edouard Bugnion (EPFL)</em>
<br>
Slides: <a href="slides/slides67.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-139.pdf">Can Large Language Models Verify System Software? A Case Study Using FSCQ as a Benchmark.</a></span>
<br>
<em>Jianxing Qin, Alexander Du, Danfeng Zhang, Matthew Lentz, Danyang Zhuo (Duke University)</em>
<br>
Slides: <a href="slides/slides139.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-206.pdf">Modular, Full-System Verification</a></span>
<br>
<em>Gregory Malecha, Hoang-Hai Dang, Paolo G. Giarrusso, Simon Hudon, Jan-Oliver Kaiser (BlueRock Security, Inc); David Swasey (Riverside Research)</em>
<br>
Slides: <a href="slides/slides206.pdf">PDF</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>12:00–13:15 — Lunch Buffet (Alhambra Room)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
Tiered Storage: Yet More Systems Problems Solved with Another Layer of Indirection
<span class="sch-time">13:15–14:30</span>
<span class="sch-sessionchair">Session Chair: Kim Keeton</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-72.pdf">Tolerate It if You Cannot Reduce It: Handling Latency in Tiered Memory</a></span>
<br>
<em>Musa Unal, Vishal Gupta, Yueyang Pan, Yujie Ren, Sanidhya Kashyap (EPFL)</em>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-321.pdf">My CXL Pool Obviates Your PCIe Switch</a></span>
<br>
<em>Yuhong Zhong (Columbia University); Daniel S. Berger (Microsoft Azure and University of Washington); Pantea Zardoshti, Enrique Saurez (Microsoft Azure); Jacob Nelson (Microsoft Research); Antonis Psistakis (University of Illinois Urbana-Champaign); Joshua Fried (MIT CSAIL); Asaf Cidon (Columbia University)</em>
<br>
Slides: <a href="slides/slides321.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-144.pdf">Rethinking Tiered Storage: Talk to File Systems, Not Device Drivers</a></span>
<br>
<em>Jiyuan Zhang, Jongyul Kim, Chloe Alverti, Peizhe Liu (University of Illinois Urbana-Champaign); Weiwei Jia (The University of Rhode Island); Tianyin Xu (University of Illinois Urbana-Champaign)</em>
<br>
Slides: <a href="slides/slides144.pdf">PDF</a> | <a href="slides/slides144.pptx">PowerPoint</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>14:30–15:00 — Coffee Break (Alhambra Foyer)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
In Principle, Sure, but in Practice ...
<span class="sch-time">15:00–16:00</span>
<span class="sch-sessionchair">Session Chair: James Mickens</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-56.pdf">Uniting the world by dividing it: Federated maps to enable spatial applications</a></span>
<br>
<em>Sagar Bharadwaj, Anthony Rowe, Srinivasan Seshan (Carnegie Mellon University)</em>
<br>
Slides: <a href="slides/slides56.pdf">PDF</a> | <a href="slides/slides56.pptx">PowerPoint</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-69.pdf">Real Life is Uncertain. Consensus Should Be Too!</a></span>
<br>
<em>Reginald Frank, Octavio Lomeli, Neil Giridharan, Soujanya Ponnapalli (UC Berkeley); Marcos K. Aguilera (Broadcom); Natacha Crooks (UC Berkeley)</em>
<br>
Slides: <a href="slides/slides69.pdf">PDF</a> | <a href="slides/slides69.pptx">PowerPoint</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-info">
<th>16:10–17:00 — Panel: Opportunities and Challenges of Applying Machine Learning in Computer Systems</th>
</tr>
<tr>
<td>
<b>Panelists:</b>
Cheng Tan (Northeastern University); Christopher J. Rossbach (UT Austin); Martin Maas (Google DeepMind)
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>Dinner on Your Own</th>
</tr>
</tbody>
</table>
<h3>Thursday – May 15, 2025</h3>
<table class="table">
<tbody>
<tr class="table-success">
<th>8:00–9:00 — Breakfast Buffet (Alhambra Room)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
Throwback Thursday: Classic OS Design Issues, Remixed
<span class="sch-time">9:00–10:15</span>
<span class="sch-sessionchair">Session Chair: Don Porter</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-364.pdf">From Ahead-of- to Just-in-Time and Back Again: Static Analysis for Unix Shell Programs</a></span>
<br>
<em>Lukas Lazarek, Seong-Heon Jung (Brown University); Evangelos Lamprou (Brown University & DTU); Zekai Li, Anirudh Narsipur, Eric Zhao (Brown University); Michael Greenberg (Stevens Institute of Technology); Konstantinos Kallas (University of California, Los Angeles); Konstantinos Mamouras (Rice University); Nikos Vasilakis (Brown University)</em>
<br>
Slides: <a href="slides/slides364.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-414.pdf">Spork: A posix_spawn you can use as a fork</a></span>
<br>
<em>Manuel Vögele, Christopher Thomas, Timo Hönig (Ruhr University Bochum)</em>
<br>
Slides: <a href="slides/slides414.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-178.pdf">Apiary: An OS for the Modern FPGA</a></span>
<br>
<em>Katie Lim, Matthew Giordano (University of Washington); Irene Zhang (Microsoft Research); Baris Kasikci, Thomas Anderson (University of Washington)</em>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>10:15–10:45 — Coffee Break (Alhambra Foyer)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
What Can we Learn from Learned Systems?
<span class="sch-time">10:45–12:00</span>
<span class="sch-sessionchair">Session Chair: Aurojit Panda</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-113.pdf">Storage Class Memory is Dead, All Hail Managed-Retention Memory: Rethinking Memory for the AI Era</a></span>
<br>
<em>Sergey Legtchenko, Ioan Stefanovici, Richard Black, Antony Rowstron, Junyi Liu, Paolo Costa, Burcu Canakci, Dushyanth Narayanan, Xingbo Wu (Microsoft Research)</em>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-292.pdf">Towards ML System Extensibility</a></span>
<br>
<em>Weixin Deng, Andy Ruan, Megan Frisella (University of Washington); Kai-Hsun Chen (Anyscale); SangBin Cho (xAI); Jack Tigar Humphries (Jane Street); Rui Qiao (Anyscale); Stephanie Wang (University of Washington)</em>
<br>
Slides: <a href="slides/slides292.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-251.pdf">Good things come in small packages: Should we build AI clusters with Lite-GPUs?</a></span>
<br>
<em>Burcu Canakci, Junyi Liu, Xingbo Wu, Nathanaël Cheriere, Dushyanth Narayanan, Paolo Costa, Sergey Legtchenko, Antony Rowstron (Microsoft Research)</em>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>12:00–13:15 — Lunch Buffet (Alhambra Room)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
Faster Pipes
<span class="sch-time">13:15–14:30</span>
<span class="sch-sessionchair">Session Chair: Ana Klimović</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-60.pdf">Batching with End-to-End Performance Estimation</a></span>
<br>
<em>Avidan Borisov, Nadav Amit, Dan Tsafrir (Technion)</em>
<br>
Slides: <a href="slides/slides60.pdf">PDF</a> | <a href="slides/slides60.pptx">PowerPoint</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-240.pdf">Stop Taking the Scenic Route: the Shortest Distance Between the CPU and the NIC is MMIO</a></span>
<br>
<em>Wei Siew Liew, Md Ashfaqur Rahaman, James McMahon, Ryan Stutsman, Vijay Nagarajan (University of Utah)</em>
<br>
Slides: <a href="slides/slides240.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-207.pdf">The NIC should be part of the OS.</a></span>
<br>
<em>Pengcheng Xu, Timothy Roscoe (ETH Zurich)</em>
<br>
Slides: <a href="slides/slides207.pdf">PDF</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>14:30–14:50 — Coffee Break (Alhambra Foyer)</th>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-info">
<th>14:50–15:50 — AI Infrastructure: Can The Systems Community Close (most of) the AI Energy Gap?</th>
</tr>
<tr>
<td>
<b>Panelists:</b>
Ricardo Bianchini (Microsoft Azure); Tim Dettmers (Allen Institute and CMU); Zhihao Jia (CMU); Philip Levis (Stanford); David Tennenhouse (National Science Foundation)
</td>
</tr>
</tbody>
</table>
<h4 class="sch">
The Mind Fairly Boggles: Understanding Datacenter Application Behavior
<span class="sch-time">16:00–17:15</span>
<span class="sch-sessionchair">Session Chair: Shivaram Venkataraman</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-71.pdf">Rethinking RPC Communication for Microservices-based Applications</a></span>
<br>
<em>Xiangfeng Zhu (University of Washington); Yang Zhou (UC Davis and UC Berkeley); Yuyao Wang, Xiangyu Gao, Arvind Krishnamurthy (University of Washington); Sam Kumar (University of California, Los Angeles); Ratul Mahajan (University of Washington); Danyang Zhuo (Duke University)</em>
<br>
Slides: <a href="slides/slides71.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-426.pdf">Understanding the limitations of pubsub systems</a></span>
<br>
<em>Atul Adya, Phil Bogle, Colin Meek (Databricks)</em>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-106.pdf">Analyzing Metastable Failures</a></span>
<br>
<em>Rebecca Isaacs (AWS); Rupak Majumdar (AWS and MPI-SWS); Peter Alvaro (UC Santa Cruz and AWS); Kiran-Kumar Muniswamy-Reddy (AWS); Mahmoud Salamati, Sadegh Soudjani (MPI-SWS)</em>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>18:00–19:00 — Cocktails (Alhambra Foyer)</th>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>19:00–21:00 — Banquet (Alhambra Room)</th>
</tr>
</tbody>
</table>
<h3>Friday – May 16, 2025</h3>
<table class="table">
<tbody>
<tr class="table-success">
<th>8:00–9:00 — Breakfast Buffet (Alhambra Room)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
Handling Malthusian Growth in Datacenter Infrastructure
<span class="sch-time">9:00–10:15</span>
<span class="sch-sessionchair">Session Chair: Hugo Sadok</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-429.pdf">Serve Programs, Not Prompts</a></span>
<br>
<em>In Gim, Lin Zhong (Yale University)</em>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-102.pdf">Granular Resource Demand Heterogeneity</a></span>
<br>
<em>Yizhuo Liang, Ramesh Govindan, Seo Jin Park (University of Southern California)</em>
<br>
Slides: <a href="slides/slides102.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-358.pdf">Designing a Datacenter-wide Distributed Shared Log</a></span>
<br>
<em>Micah Murray, Wen Zhang, Aisha Mushtaq, Natacha Crooks (UC Berkeley); Aurojit Panda (New York University); Scott Shenker (ICSI AND UC Berkeley)</em>
<br>
Slides: <a href="slides/slides358.pdf">PDF</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>10:15–10:45 — Coffee Break (Alhambra Foyer)</th>
</tr>
</tbody>
</table>
<h4 class="sch">
Hot OSes without a Hot Planet
<span class="sch-time">10:45–12:00</span>
<span class="sch-sessionchair">Session Chair: Natacha Crooks</span>
</h4>
<table class="table">
<tbody>
<tr></tr>
<tr>
<td>
<ul>
<li>
<span class="sch-title"><a href="papers/hotos25-17.pdf">The Case for Energy Clarity</a></span>
<br>
<em>Fan Chung, Henry Kuo, George Candea (EPFL)</em>
<br>
Slides: <a href="slides/slides17.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-190.pdf">Leveraging Software Fault Tolerance for Longer Flash Hardware Lifespan</a></span>
<br>
<em>Aviad Zuck (Technion); Rob Johnson (Broadcom); Donald Porter (The University of North Carolina at Chapel Hill); Dan Tsafrir (Technion)</em>
<br>
Slides: <a href="slides/slides190.pdf">PDF</a>
</li>
<li>
<span class="sch-title"><a href="papers/hotos25-92.pdf">Towards Resource-Efficient Compound AI Systems</a></span>
<br>
<em>Gohar Irfan Chaudhry (MIT CSAIL); Esha Choukse, Íñigo Goiri, Rodrigo Fonseca (Microsoft Azure Research -- Systems); Adam Belay (MIT CSAIL); Ricardo Bianchini (Microsoft Azure)</em>
<br>
Slides: <a href="slides/slides92.pdf">PDF</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="table-success">
<th>Lunch on Your Own</th>
</tr>
</tbody>
</table>
</section>
<!--==========================
Footer
============================-->
<footer id="footer"><div class="container">
<div class="copyright">
© SIGOPS, 2024.
</div>
</div></footer>
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="js/venobox.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>