-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (48 loc) · 2.01 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
---
layout: default
title: Home
notitle: true
---
<!--
<div class="jumbotron">
<p>
<b>Utah Scalable Computer Systems</b> at the <b>University of Utah</b>
</p>
</div>
-->
<span style="font-style: italic; font-size: 12pt; text-align: justified;">
The Scalable Computer Systems Lab develops new, efficient networked storage systems targeted toward increasingly granular and multi-tenant workloads in data centers and the cloud.
</span>
<hr>
<div style="float: right; border-left: solid 1px silver; padding: 5px; margin: 0px;">
<p style="font-size: 14pt;">News</p>
<ul class="news list-unstyled">
{% for post in site.posts limit: site.front_page_news %}
{% if post.shortnews %}
<li class="shortnews">
<span class="date">{{ post.date | date_to_long_string }}</span><br>
{{ post.content }}
</li>
{% else %}
<li class="bloglink">
<span class="date">{{ post.date | date_to_long_string }}</span><br>
<a href="{{ post.url }}">» {{ post.title }}</a>
</li>
{% endif %}
{% endfor %}
</div>
<div style="padding: 10px; margin: 10px; width: 100%; max-width: 550px; height: auto;">
<img src="{{ site.base }}/img/splinter/osdi18.jpg" style="max-width: 500px; width: 100%; height: auto;"><br>
<span style="font-size: 10pt;">Splinter team at OSDI'18 in San Diego (Sara Moore, Ryan Stutsman, Chinmay Kulkarni, and Mazhar Naqvi).</span>
</div>
<p>
Much of the work that the Utah SCS lab pursues focuses on the intersection of
low-latency data center/cloud storage (μs-scale) at large scale (tens of
thousands of shared storage tenants). The lab's work spans data migration and
load balancing, storage programmability and data models, shared resource
provisioning, and use of low-latency storage within application
domains. We frequently and closely collaborate with the Flux research group at
Utah (<a href="https://www.flux.utah.edu/profile/ricci">Rob Ricci</a>,
<a href="https://www.flux.utah.edu/profile/kobus">Kobus Van der Merwe</a>)
and Microsoft Research.
</p>