<?
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.
For inquiries about BOINC, please email
the Project Director,
<a href=mailto:davea@ssl.berkeley.edu>Dr. David P. Anderson</a>.
";
page_tail();
?>