2003-08-26 18:33:21 +00:00
|
|
|
<?
|
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("BOINC contact information");
|
|
|
|
echo "
|
2002-08-24 09:02:52 +00:00
|
|
|
<p>
|
|
|
|
The BOINC project is based at the Space Sciences Laboratory
|
2004-02-04 23:25:43 +00:00
|
|
|
at the University of California, Berkeley,
|
2004-04-21 23:44:16 +00:00
|
|
|
and is led by <a href=mailto:davea_at_ssl_dot_berkeley_dot_edu>Dr. David P. Anderson</a>.
|
2004-02-04 23:25:43 +00:00
|
|
|
<p>
|
|
|
|
If you have problems with the BOINC software for Windows please email
|
2004-03-02 03:46:04 +00:00
|
|
|
<a href=mailto:rwalton@ssl.berkeley.edu>Rom Walton</a>.
|
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,
|
|
|
|
Rom Walton,
|
2003-11-07 23:26:17 +00:00
|
|
|
Oliver Wang
|
2004-03-06 19:01:13 +00:00
|
|
|
</p>
|
2004-04-21 23:44:16 +00:00
|
|
|
BOINC project testers include:
|
|
|
|
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();
|
|
|
|
?>
|