Project

General

Profile

root / trunk / html / credits.html

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2

    
3
<html xmlns="http://www.w3.org/1999/xhtml">
4

    
5
<head>
6

    
7
<title>Haizea - An Open Source VM-based Lease Manager</title>
8
<link href="haizea.css" type="text/css" rel="stylesheet"/>
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
10
</head>
11
<body>
12

    
13
<div id="content">
14
<div id="logo">
15
<a href="index.html"><img src="logo.png" width="450" height="86" border="0"  alt="Haizea"/></a>
16
</div>
17
<div class="topbar">
18
<a href="whatis.html">What is Haizea?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
19
<a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
20
<a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
21
<a href="pubs.html">Publications</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
22
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
23
<a href="support.html">Support</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
24
<strong>Credits</strong></div>
25
<h1>Credits</h1>
26

    
27
<p>Haizea is currently developed by <a href="http://people.cs.uchicago.edu/~borja/">Borja Sotomayor</a>, a PhD candidate at the University of Chicago. The Haizea system is the brainchild of Borja Sotomayor, <a href="http://www.mcs.anl.gov/~keahey/">Kate Keahey</a> and <a href="http://www.mcs.anl.gov/~foster/">Ian Foster</a>. The design and main ideas behind the Haizea system were first presented in the paper <a href="http://workspace.globus.org/papers/hpdc242s-sotomayor.pdf">Combining Batch Execution and Leasing Using Virtual Machines</a> (HPDC, 2008), co-authored by Borja, Kate, and Ian.</p>
28

    
29
<p>Haizea was originally funded, from 2006 to 2008, by NSF grant #509408 "Virtual Playgrounds" as part of the <a href="http://workspace.globus.org/">Globus Virtual Workspaces</a> group, headed by Kate Keahey, at <a href="http://www.anl.gov/">Argonne National Laboratory</a>. The <a href="http://workspace.globus.org/papers/">Workspaces publications page</a> has an extensive list of papers detailing work on which Haizea builds upon, specially the lease abstraction. From 2008 onwards, development of Haizea was funded by the European Union's FP7 <a href="http://www.reservoir-fp7.eu/">Reservoir</a> project ("Resources and Services Virtualization without Barriers") and by the University of Chicago.</p>
30

    
31
<p>Haizea is kindly hosted at the University of Chicago's <a href="http://phoenixforge.cs.uchicago.edu/">PhoenixForge</a>, a collaborative development environment for student projects maintained by the <a href="http://acm.cs.uchicago.edu/">ACM student chapter</a>. Special thanks go out to the ACM student chapter for all their hard work in getting PhoenixForge up and running.</p>
32

    
33
<p>Several people have provided assistance, in one way or another, during the development of Haizea: Javier Fontán, Luis González, Samer Al-Kiswany, Tim Freeman, Ignacio Martín Llorente, Anne Rogers, Rubén Santiago Montero, and Tino Vázquez.</p>
34

    
35
<div class="back">
36
<a href="index.html">
37
<img src="logo_small.png" width="32" height="35" border="0" alt="haizea"/><br/>
38
BACK TO<br/>HOME PAGE
39
</a>
40
</div>
41
</div>
42
<script type="text/javascript">
43
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
44
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
45
</script>
46
<script type="text/javascript">
47
var pageTracker = _gat._getTracker("UA-4920033-1");
48
pageTracker._initData();
49
pageTracker._trackPageview();
50
</script>
51
</body>
52
</html>