-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
427 lines (282 loc) · 16.4 KB
/
index.html
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
<!DOCTYPE html>
<title>
Systems Research Lab
</title>
<html>
<head>
<meta charset="utf-8">
<title>Systems Research Lab</title>
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="description" content="The Systems Research Lab (SRL) is part of the Jack Baskin School of Engineering at the University of California, Santa Cruz. The SRL is interested in a broad range of topics including real-time systems, performance management, and large-scale storage systems. We are particularly interested in the intersection of these topics, and in their application to problems requiring inter-disciplinary collaboration. The SRL is composed of a broad range of students and collaborators from industry, government research labs, and other universities.
">
<!-- Support for toolbar color in Chrome on Android -->
<meta name="theme-color" content="#136a8a">
<!-- MDL CSS/JS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.teal-indigo.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<script defer src="https://code.getmdl.io/1.1.3/material.min.js"></script>
<!-- Slick CSS/JS -->
<link rel="stylesheet" type="text/css" href="/assets/slick/slick.css"/>
<!-- Add the new slick-theme.css if you want the default styling -->
<link rel="stylesheet" type="text/css" href="/assets/slick/slick-theme.css"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="/assets/slick/slick.min.js"></script>
<!-- MDL specific CSS generated from Compass -->
<link href="/css/stylesheets/myapp.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/css/stylesheets/main.css">
<link rel="canonical" href="http://systems.soe.ucsc.edu/">
<link rel="alternate" type="application/rss+xml" title="Systems Research Lab" href="http://systems.soe.ucsc.edu/feed.xml">
<link rel="shortcut icon" href="/assets/images/Logos/favicon2.ico" />
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
<!-- Always shows a header, even in smaller screens. -->
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title"><a href="/"><img class="site-logo" src="/assets/images/Logos/Baskin_logo2.png"</img></a></span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link highlight" href="/"><i class="material-icons md-18" role="presentation">home</i> Home</a>
<a class="mdl-navigation__link highlight" href="/people/">
<div class="inactive-text"><i class="material-icons md-18" role="presentation">people</i> People </div>
</a>
<a class="mdl-navigation__link highlight" href="/projects/">
<div class="inactive-text"><i class="material-icons md-18" role="presentation">code</i> Projects </div>
</a>
<a class="mdl-navigation__link highlight" href="/publications/">
<div class="inactive-text"><i class="material-icons md-18" role="presentation">book</i> Publications </div>
</a>
</nav>
</div>
</header>
<div class="drawer mdl-layout__drawer">
<span class="mdl-layout-title"><img class="logo-image" src="/assets/images/Logos/Baskin_logo2.png"></span>
<nav class="navigation mdl-navigation">
<a class="mdl-navigation__link" href="http://systems.soe.ucsc.edu"><i class="material-icons md-18" role="presentation">home</i>Home</a>
<a class="mdl-navigation__link" href="https://github.com/systemslab/systemslab.github.io/edit/master/index.html"><i class="material-icons md-18" role="presentation"></i>Edit on GitHub</a>
<div class="drawer-separator"></div>
<a class="mdl-navigation__link" href="/events/">
<i class="material-icons md-18" role="presentation"></i> Events
</a>
<a class="mdl-navigation__link" href="/news/">
<i class="material-icons md-18" role="presentation"></i> News
</a>
<a class="mdl-navigation__link" href="/people/">
<i class="material-icons md-18" role="presentation">people</i> People
</a>
<a class="mdl-navigation__link" href="/projects/">
<i class="material-icons md-18" role="presentation">code</i> Projects
</a>
<a class="mdl-navigation__link" href="/publications/">
<i class="material-icons md-18" role="presentation">book</i> Publications
</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="page-content">
<span class="mdl-layout--large-screen-only">
<script type="text/javascript">
$(function () {
// Init the slick
$('#dashboard').slick({
arrows: true,
prevArrow: null,
dots: true,
fade: true,
});
});
</script>
<div class="banner-background" id="dashboard">
<div>
<div class="inner-content">
<img src="/assets/images/Banner/03-UCSC-Engineering-II.jpg"></img>
<div class="mdl-layout-spacer"></div>
<div class="mdl-typography--display-1 mdl-color-text--grey-800" style="font-weight: 400; padding-top: 30px !important;">The Systems Research Lab</div>
<br>
<div class="banner-text-main" style="padding-left: 30px; padding-right: 30px;">
<p>Part of the Jack Baskin School of Engineering at the <a href="http://ucsc.edu"> University of California, Santa Cruz</a>, the Systems Research Lab (SRL) is interested in a broad range of topics including real-time systems, performance management, and large-scale storage systems. We are particularly interested in the intersection of these topics, and in their application to problems requiring inter-disciplinary collaboration. The SRL is composed of a broad range of students and collaborators from industry, government research labs, and other universities.</p>
</div>
</div>
</div>
<div>
<div class="inner-content">
<img src="/assets/images/Banner/oktoberfest2010.jpg"></img>
<div class="mdl-typography--display-1 mdl-typography--font-thin format-content">SRL/ISSDM Oktoberfest 2009</div>
Associate Director and Chef Carlos Maltzahn
</div>
</div>
<div>
<div class="inner-content">
<img src="/assets/images/Banner/noah_and_joe.jpg"></img>
<div class="mdl-typography--display-1 mdl-typography--font-thin format-content">ISSDM/SRL Graduate Students</div>
Joe Buck & Noah Watkins
</div>
</div>
</div>
</span>
<div class="mdl-tabs mdl-js-tabs mdl-js-ripple-effect home">
<div class="mdl-tabs__tab-bar">
<a href="#news-panel" class="mdl-tabs__tab is-active"> News </a>
<a href="#events-panel" class="mdl-tabs__tab"> Events </a>
</div>
<div class="mdl-tabs__panel is-active demo-blog" id="news-panel">
<div class="mdl-grid max-width">
<div class="mdl-card mdl-cell mdl-cell--4-col mdl-shadow--4dp">
<div class="mdl-card__media mdl-color-text--grey-50">
<h3><a href="/news/2018/07/20/20180720-osdi">Paper Accepted at OSDI</a></h3>
</div>
<div class="mdl-color-text--grey-600 mdl-card__supporting-text">
Congratulations to everyone - two of Ryan Stutsman and Robert Ricci’s (University of Utah) OSDI submissions got accepted, one of which we co-authored.
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo" style="background-image: url('/assets/images/avatars/anon.png')"></div>
<div>
<strong>SRL Team</strong>
<span><time datetime="2018-07-20T01:00:00-07:00" itemprop="datePublished">Jul 20, 2018</time></span>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col mdl-shadow--4dp">
<div class="mdl-card__media mdl-color-text--grey-50">
<h3><a href="/news/2018/07/19/20180719-noah-defense">Congratulations Dr. Watkins!</a></h3>
</div>
<div class="mdl-color-text--grey-600 mdl-card__supporting-text">
Please join Peter Alvaro, Scott Brandt, and me in congratulating Dr. Noah Watkins on his successful Ph.D. defense today on "Programmable Storage".
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo" style="background-image: url('/assets/images/avatars/anon.png')"></div>
<div>
<strong>SRL Team</strong>
<span><time datetime="2018-07-19T01:00:00-07:00" itemprop="datePublished">Jul 19, 2018</time></span>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col mdl-shadow--4dp">
<div class="mdl-card__media mdl-color-text--grey-50">
<h3><a href="/news/2018/06/06/20180606-eusocial-login">Eusocial Storage Devices in USENIX login Magazine</a></h3>
</div>
<div class="mdl-color-text--grey-600 mdl-card__supporting-text">
Philip Kufeldt, Carlos Maltzahn, Tim Feldman, Christine Green, Grant Mackey, and Shingo Tanaka co-author a vision paper on storage devices that can talk to each other and provide services collectively.
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo" style="background-image: url('/assets/images/avatars/anon.png')"></div>
<div>
<strong>SRL Team</strong>
<span><time datetime="2018-06-06T01:00:00-07:00" itemprop="datePublished">Jun 6, 2018</time></span>
</div>
</div>
</div>
</div>
<h5 align="center"> <a href="/news/"> See all news </a> </h5>
</div>
<div class="mdl-tabs__panel" id="events-panel">
<div class="mdl-grid max-width">
<div class="mdl-layout-spacer"></div>
<!-- Event card -->
<div class="demo-card-event mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-card mdl-card mdl-shadow--4dp portfolio-blog-card-event-bg mdl-color-text--grey">
<div class="mdl-card__title">
<h1 class="mdl-card__title-text">Seventh Annual SRL/ISSDM Research Symposium</h1>
</div>
<div class="mdl-card__title mdl-card--expand">
</div>
<div class="mdl-card__supporting-text">
<i class="material-icons md-12">alarm</i> Oct 13, 2015<br>
<i class="material-icons md-12">location_on</i> Court Yard and Simularium (E2-180)
</div>
<br>
<div class="mdl-card__actions mdl-card--border" align="left">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/events/2015/10/13/101315_symposium"> <i class="material-icons md-18">event</i>Event Info</a>
</div>
</div>
<div class="demo-card-event mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-card mdl-card mdl-shadow--4dp portfolio-blog-card-event-bg mdl-color-text--grey">
<div class="mdl-card__title">
<h1 class="mdl-card__title-text">Sixth Annual SRL/ISSDM Research Symposium</h1>
</div>
<div class="mdl-card__title mdl-card--expand">
</div>
<div class="mdl-card__supporting-text">
<i class="material-icons md-12">alarm</i> Oct 15, 2014<br>
<i class="material-icons md-12">location_on</i> Court Yard and Simularium (E2-180)
</div>
<br>
<div class="mdl-card__actions mdl-card--border" align="left">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/events/2014/10/15/101514_symposium"> <i class="material-icons md-18">event</i>Event Info</a>
</div>
</div>
<div class="demo-card-event mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-card mdl-card mdl-shadow--4dp portfolio-blog-card-event-bg mdl-color-text--grey">
<div class="mdl-card__title">
<h1 class="mdl-card__title-text">Adam Crume speaking at MSST</h1>
</div>
<div class="mdl-card__title mdl-card--expand">
</div>
<div class="mdl-card__supporting-text">
<i class="material-icons md-12">alarm</i> Jun 6, 2014<br>
<i class="material-icons md-12">location_on</i> Santa Clara, California
</div>
<br>
<div class="mdl-card__actions mdl-card--border" align="left">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/events/2014/06/06/060614_msst"> <i class="material-icons md-18">event</i>Event Info</a>
</div>
</div>
<div class="demo-card-event mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-card mdl-card mdl-shadow--4dp portfolio-blog-card-event-bg mdl-color-text--grey">
<div class="mdl-card__title">
<h1 class="mdl-card__title-text">Michael Sevilla speaking at LSPP (at IPDPS'14)</h1>
</div>
<div class="mdl-card__title mdl-card--expand">
</div>
<div class="mdl-card__supporting-text">
<i class="material-icons md-12">alarm</i> May 19, 2014<br>
<i class="material-icons md-12">location_on</i> Phoenix, AZ
</div>
<br>
<div class="mdl-card__actions mdl-card--border" align="left">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/events/2014/05/19/051914_ipdps"> <i class="material-icons md-18">event</i>Event Info</a>
</div>
</div>
<!-- limits view to 4 events !-->
<div class="mdl-layout-spacer"></div>
</div>
<h5 align="center"> <a href="/events/"> See all events </a> </h5>
</div>
</div>
<div id="sponsors" align="center">
<ul>
<a href="http://citris-uc.org/"><img class="sponsor-img" src="/assets/images/Sponsors/citris.png" style="height:48px;"></a>
<a href="http://science.energy.gov/"><img class="sponsor-img" src="/assets/images/Sponsors/DOE.png" style="height:48px;"></a>
<a href="http://google.com/"><img class="sponsor-img" src="/assets/images/Sponsors/google.png" style="height:48px;"></a>
<a href="http://intel.com/"><img class="sponsor-img" src="/assets/images/Sponsors/intel.png/" style="height:48px;"></a>
<a href="http://llnl.gov/"><img class="sponsor-img" src="/assets/images/Sponsors/LLNL.png" style="height:48px;"></a>
<a href="http://lanl.gov/"><img class="sponsor-img" src="/assets/images/Sponsors/LANL.png" style="height:48px;"></a>
<a href="http://microsoft.com/"><img class="sponsor-img" src="/assets/images/Sponsors/microsoft.png" style="height:48px;"></a>
<a href="http://netapp.com/"><img class="sponsor-img" src="/assets/images/Sponsors/netapp.png" style="height:48px;"></a>
<a href="http://nsf.gov/"><img class="sponsor-img" src="/assets/images/Sponsors/nsf.png/" style="height:48px;"></a>
<a href="http://oracle.com/"><img class="sponsor-img" src="/assets/images/Sponsors/oracle.png" style="height:48px;"></a>
<a href="http://ornl.gov/"><img class="sponsor-img" src="/assets/images/Sponsors/ORNL.png" style="height:48px;"></a>
<a href="http://universityofcalifornia.edu/"><img class="sponsor-img" src="/assets/images/Sponsors/uc.png/" style="height:48px;"></a>
<a href="http://yahoo.com/"><img class="sponsor-img" src="/assets/images/Sponsors/yahoo.png" style="height:48px;"></a>
</ul><br>
</div>
</div>
</main>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">Systems Research Lab</div>
<ul class="mdl-mini-footer__link-list">
<li><a class="highlight" href="https://cross.ucsc.edu/">CROSS Home</a></li>
<li><a class="highlight" href="https://issdm.soe.ucsc.edu/">ISSDM Home</a></li>
<li><a class="highlight" href="https://soe.ucsc.edu/">BSOE Home</a></li>
<li><a class="highlight" href="https://ucsc.edu/">UCSC Home</a></li>
<div class="edit_desktop">
<li><a class="highlight" href="https://github.com/systemslab/systemslab.github.io/edit/master/index.html">Edit on GitHub</a></li>
</div>
</ul>
</div>
</footer>
</div>
</body>
</html>