boinc/doc/contact.php

40 lines
540 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>
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>
Rom Walton
<br>
Oliver Wang
";
page_tail();
?>