2002-08-12 20:16:55 +00:00
|
|
|
<?php
|
|
|
|
require_once("util.inc");
|
|
|
|
require_once("db.inc");
|
2002-08-14 00:27:18 +00:00
|
|
|
|
2002-11-11 10:26:40 +00:00
|
|
|
page_head("Home page");
|
2002-08-12 20:16:55 +00:00
|
|
|
?>
|
|
|
|
|
2002-11-11 10:26:40 +00:00
|
|
|
<h3>What we're doing</h3>
|
|
|
|
The Astropulse project, based at UC Berkeley,
|
|
|
|
uses the idle time of thousands of computers to
|
|
|
|
analyze radio telescope signals.
|
|
|
|
Astropulse uses <a href=http://boinc.berkeley.edu>BOINC</a>,
|
|
|
|
which allows you to participate in multiple
|
|
|
|
distributed computing projects at the same time.
|
2002-08-12 20:16:55 +00:00
|
|
|
|
2002-11-11 10:26:40 +00:00
|
|
|
|
|
|
|
<h3>How to join</h3>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
First, <a href=create_account_form.php>create an account</a>.
|
|
|
|
You will be asked for your email address.
|
|
|
|
An <b>account key</b> will be emailed to you.
|
|
|
|
<li> If you don't already have it,
|
2002-11-08 17:21:45 +00:00
|
|
|
<a href=download.php>download the BOINC client</a>.
|
2002-11-11 10:26:40 +00:00
|
|
|
Install and run the client, and give it your account key.
|
|
|
|
<li> If you're already running the BOINC client,
|
|
|
|
select the <b>Add project</b> command
|
|
|
|
and give it your account key.
|
|
|
|
</ul>
|
2002-08-12 20:16:55 +00:00
|
|
|
|
2002-11-11 10:26:40 +00:00
|
|
|
<h3>Returning participants</h3>
|
2002-08-12 20:16:55 +00:00
|
|
|
<ul>
|
2002-11-12 17:01:16 +00:00
|
|
|
<li><a href=login_form.php>Log in</a>
|
|
|
|
<li><a href=home.php>User page</a> - view stats, modify preferences
|
|
|
|
<li><a href=team.php>Teams</a> - create or join a team
|
|
|
|
<li><a href=top_users.php>Top users</a>
|
|
|
|
<li><a href=top_hosts.php>Top hosts</a>
|
|
|
|
<li><a href=top_teams.php>Top teams</a>
|
2002-08-12 20:16:55 +00:00
|
|
|
</ul>
|
2002-11-11 10:26:40 +00:00
|
|
|
|
|
|
|
<?php
|
2002-11-22 22:10:13 +00:00
|
|
|
include 'FILE_NAME';
|
2002-11-11 10:26:40 +00:00
|
|
|
page_tail();
|
|
|
|
?>
|