-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (76 loc) · 3.28 KB
/
index.html
File metadata and controls
79 lines (76 loc) · 3.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Geographical load balancing</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/geographicalloadbalancing">View website source on Github</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Cooling-aware geographical load balancing visualized</h1>
<h2>Michael Hirshleifer, Yizhen “Eric” Wang; Zhenhua Liu, Adam Wierman</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<div id="no-downloads">
<span class="inner">
</span>
</div>
<span class="banner-fix"></span>
<section id="main_content">
<ul>
<li><a href="http://users.cms.caltech.edu/%7Eadamw/publications-1#Sustainable%20IT">Prof. Wierman's page</a></li>
<li>
<strong><a href="svgmap.xhtml">★ Interactive demo: GLB visualization output</a>.</strong>
Notes:
<ul>
<li>Works in Google Chromium.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=344618">Firefox doesn't support HTML 5 sliders</a> as of version 19.0.2; other features work.</li>
<li>If you save the files locally, then in Chromium, you must <a href="chromium.sh">specify the <code>--allow-file-access-from-files</code> command-line option</a>.</li>
<li>
<strong><a href="https://github.com/geographicalloadbalancing/svgmap">Visualization source code.</a></strong><br />
Requires Scala 2.9. Currently only set up to build in IntelliJ IDEA; we intend to write a build script later.
</li>
</ul>
</li>
<li>
Latest draft of the <strong><a href="surfReport.pdf">report</a></strong> and <strong><a href="presentation.pdf">presentation</a></strong> (revision 8d7f5564).
<ul>
<li>
<strong><a href="https://github.com/geographicalloadbalancing/glb_report">Source code</a></strong>.
Compile using <code>make report</code> or <code>make presentation</code> (requires <code>pdflatex</code>, <code>bibtex</code>, <code>epstopdf</code>, Inkscape).
</li>
</ul>
</li>
</ul>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>Projects by <a href="https://github.com/geographicalloadbalancing">geographicalloadbalancing</a> can be found on <a href="https://github.com/geographicalloadbalancing">Hitgub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</footer>
</div>
</body>
</html>