boinc/doc/contact.php

54 lines
1.1 KiB
PHP
Raw Normal View History

<?
require_once("docutil.php");
page_head("BOINC contact information");
echo "
<p>
The BOINC project is based at the Space Sciences Laboratory
at the University of California, Berkeley,
and is led by <a href=mailto:davea_at_ssl_dot_berkeley_dot_edu>Dr. David P. Anderson</a>.
<p>
If you have problems with the BOINC software for Windows please email
<a href=mailto:rwalton@ssl.berkeley.edu>Rom Walton</a>.
<p>
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,
Sebastian Masch,
Stephen Pellicer,
Jens Seidler,
Christian Soettrup,
Mathias Walter,
Rom Walton,
Oliver Wang
</p>
BOINC project testers include:
Comatose,
Jay Curtis,
Fons Maartens,
Rob Hague,
Darrell Holz,
John McLeod VII,
Dennis Peters,
Scott Sutherland,
Chris Sutton
</p>
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>.
";
page_tail();
?>