2003-08-26 18:33:21 +00:00
|
|
|
<?
|
|
|
|
require_once("docutil.php");
|
2004-05-12 21:21:09 +00:00
|
|
|
page_head("Acknowledgements");
|
2003-08-26 18:33:21 +00:00
|
|
|
echo "
|
2004-05-12 21:21:09 +00:00
|
|
|
|
2002-08-24 09:02:52 +00:00
|
|
|
The BOINC project is based at the Space Sciences Laboratory
|
2004-05-12 21:21:09 +00:00
|
|
|
at the University of California, Berkeley.
|
|
|
|
|
2003-11-07 23:26:17 +00:00
|
|
|
<p>
|
2004-04-21 23:44:16 +00:00
|
|
|
BOINC developers include:
|
|
|
|
David Anderson,
|
|
|
|
Karl Chen,
|
|
|
|
Seth Cooper,
|
|
|
|
James Drews,
|
|
|
|
Michael Gary,
|
|
|
|
Gary Gibson,
|
|
|
|
Eric Heien,
|
|
|
|
Thomas Horsten,
|
|
|
|
John Keck,
|
|
|
|
John Kirby,
|
|
|
|
Eric Korpela,
|
|
|
|
Janus Kristensen,
|
|
|
|
Tim Lan,
|
2004-04-26 21:42:10 +00:00
|
|
|
Sebastian Masch,
|
2004-04-21 23:44:16 +00:00
|
|
|
Stephen Pellicer,
|
|
|
|
Jens Seidler,
|
|
|
|
Christian Soettrup,
|
2004-04-29 00:57:26 +00:00
|
|
|
Mathias Walter,
|
2004-04-21 23:44:16 +00:00
|
|
|
Rom Walton,
|
2003-11-07 23:26:17 +00:00
|
|
|
Oliver Wang
|
2004-03-06 19:01:13 +00:00
|
|
|
</p>
|
2004-05-12 21:21:09 +00:00
|
|
|
BOINC testers include:
|
2004-04-21 23:44:16 +00:00
|
|
|
Comatose,
|
|
|
|
Jay Curtis,
|
|
|
|
Fons Maartens,
|
|
|
|
Rob Hague,
|
|
|
|
Darrell Holz,
|
|
|
|
John McLeod VII,
|
|
|
|
Dennis Peters,
|
|
|
|
Scott Sutherland,
|
2004-03-06 19:01:13 +00:00
|
|
|
Chris Sutton
|
|
|
|
</p>
|
2004-04-21 23:44:16 +00:00
|
|
|
The BOINC logo uses the Planet Benson font from
|
|
|
|
<a href=http://www.larabiefonts.com>Larabie Fonts</a>.
|
|
|
|
Hi-res logos:
|
|
|
|
<a href=logo.png>PNG</a>, <a href=logo.jpg>JPEG</a>,
|
|
|
|
<a href=logo.gif>GIFF</a>.
|
2003-08-26 18:33:21 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|