boinc/doc/contact.php

45 lines
682 B
PHP

<?
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@ssl.berkeley.edu>Dr. David P. Anderson</a>.
<p>
If you have problems with the BOINC software for Windows please email
<a href=mailto:walton_rom@msn.com>Rom Walton</a>.
<p>
BOINC developers include:
<p>
David Anderson
<br>
Karl Chen
<br>
Seth Cooper
<br>
Michael Gary
<br>
Gary Gibson
<br>
Eric Heien
<br>
John Kirby
<br>
Eric Korpela
<br>
Janus Kristensen
<br>
Tim Lan
<br>
Stephen Pellicer
<br>
Jens Seidler
<br>
Rom Walton
<br>
Oliver Wang
";
page_tail();
?>