forked from systemslab/systemslab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
443 lines (303 loc) · 19 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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<title>
Systems Research Lab
</title>
<html amp lang="en">
<head>
<meta charset="utf-8">
<title>Systems Research Lab</title>
<link rel="canonical" href="http://example.ampproject.org/article-metadata.html" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline": "Open-source framework for publishing content",
"datePublished": "2015-10-07T12:02:41Z",
"image": [
"logo.jpg"
]
}
</script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<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.min.css" />
<link rel="stylesheet" href="http://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="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://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">turned_in_not</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">perm_contact_calendar</i> Events
</a>
<a class="mdl-navigation__link" href="/news/">
<i class="material-icons md-18" role="presentation">dashboard</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">turned_in_not</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>
<span class="mdl-layout--small-screen-only">
<div class="mdl-typography--display-1 mdl-color-text--grey-800" style="padding: 20px 20px 20px 20px;">The Systems Research Lab</div>
<div style="padding: 0px 20px 0px 20px;">
<div class="banner-text-main" style="background: #e3e3e3; padding: 10px 10px 10px 10px;">
<p style="color: #808080;">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>
</span>
<div class="mdl-tabs mdl-js-tabs mdl-js-ripple-effect mdl-button--accent home">
<div class="mdl-tabs__tab-bar">
<a href="#news-panel" class="mdl-tabs__tab is-active"> Recent News </a>
<a href="#events-panel" class="mdl-tabs__tab"> Recent 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/2015/10/13/sevilla-watkins-jimenez-sc15">Michael Sevilla, Noah Watkins, and Ivo Jimenez to present at Supercomputing 2015</a></h3>
</div>
<div class="mdl-color-text--grey-600 mdl-card__supporting-text">
PhD student Michael Sevilla will present the paper "Mantle A Programmable Metadata Load Balancer for the Ceph File System" at the Supercomputing Conference (SC'15) in Austin, TX on Tuesday, Nov 17th.
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo" style="background-image: url('/assets/images/avatars/michael-sevilla.jpg')"></div>
<div>
<strong>Michael Sevilla</strong>
<span><time datetime="2015-10-13T01:00:00-07:00" itemprop="datePublished">Oct 13, 2015</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/2014/09/10/gupta-mascots-2014">ISSDM student Preeti Gupta lead author of MASCOTS 2014 paper</a></h3>
</div>
<div class="mdl-color-text--grey-600 mdl-card__supporting-text">
ISSDM student Preeti Gupta lead author of MASCOTS 2014 paper on "An Economic Perspective of Disk vs. Flash Media in Archival Storage". Congratulations to Preeti Gupta and her co-authors!
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo" style="background-image: url('/assets/images/avatars/carlos-maltzahn.jpg')"></div>
<div>
<strong>Carlos Maltzahn</strong>
<span><time datetime="2014-09-10T01:00:00-07:00" itemprop="datePublished">Sep 10, 2014</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/2014/08/28/congrats-skourtis">Congratulations to Dr. Dimitrios Skourtis</a></h3>
</div>
<div class="mdl-color-text--grey-600 mdl-card__supporting-text">
Please join Scott Brandt, Dimitris Achlioptas, Ike Nassi, and me in congratulating Dr. Dimitrios Skourtis on his successful Ph.D. defense yesterday on "Providing Predictable Performance in Flash and Black-Box Storage".
</div>
<div class="mdl-card__supporting-text meta mdl-color-text--grey-600">
<div class="minilogo" style="background-image: url('/assets/images/avatars/carlos-maltzahn.jpg')"></div>
<div>
<strong>Carlos Maltzahn</strong>
<span><time datetime="2014-08-28T01:00:00-07:00" itemprop="datePublished">Aug 28, 2014</time></span>
</div>
</div>
</div>
</div>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/news/"><i class="material-icons md-18">dashboard</i>See all news</a>
</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>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/events/"><i class="material-icons md-18">perm_contact_calendar</i> See all events</a>
</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">
<i class="material-icons md-12" role="presentation"></i>Systems Research Lab
<ul class="mdl-mini-footer__link-list">
<li><a class="highlight" href="http://ucsc.edu/">UCSC Home</a></li>
<li><a class="highlight" href="http://soe.ucsc.edu/">BSOE Home</a></li>
<li><a class="highlight" href="http://issdm.soe.ucsc.edu/">ISSDM Home</a></li>
<div class="edit_desktop">
<li><a class="highlight" href="https://github.com/systemslab/systemslab.github.io/edit/source/index.html"><i class="material-icons md-12" role="presentation"></i>Edit on GitHub</a></li>
</div>
</ul>
</div>
</footer>
</div>
</body>
</html>