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-12-04 19:14:00 +00:00
|
|
|
init_session();
|
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>,
|
2002-12-11 00:12:42 +00:00
|
|
|
which allows you to participate in other
|
2002-11-11 10:26:40 +00:00
|
|
|
distributed computing projects at the same time.
|
2002-08-12 20:16:55 +00:00
|
|
|
|
2002-11-11 10:26:40 +00:00
|
|
|
|
2002-12-11 00:12:42 +00:00
|
|
|
<h3>How to join Astropulse</h3>
|
2002-11-11 10:26:40 +00:00
|
|
|
<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-12-11 00:12:42 +00:00
|
|
|
<h3>Instructions for beta testers</h3>
|
|
|
|
When you install and run the BOINC client,
|
|
|
|
it will ask you for a project URL and account key.
|
|
|
|
Then it should download two work units,
|
|
|
|
process them, upload the results,
|
|
|
|
and continue doing this forever.
|
|
|
|
<p>
|
|
|
|
If at any point BOINC is neither computing nor transferring files,
|
|
|
|
something is probably wrong;
|
|
|
|
submit a bug report (see below).
|
|
|
|
<p>
|
|
|
|
<b>Windows users</b>:
|
|
|
|
The BOINC core client (accessable via its system tray icon)
|
|
|
|
has tabs that let you see projects, file transfers,
|
|
|
|
work in progress, and messages.
|
|
|
|
If you experience bugs, look at the file <b>stderr.txt</b>
|
|
|
|
in the BOINC directory.
|
|
|
|
If it's nonempty please include it in your bug report.
|
|
|
|
<p>
|
|
|
|
<b>Unix and Mac OS/X users</b>:
|
|
|
|
This version of the client has no GUI,
|
|
|
|
and writes to stderr and stdout.
|
|
|
|
Please include any suspicious-looking text in your bug reports.
|
|
|
|
<p>
|
|
|
|
Please report bugs by sending email to the boinc-beta
|
|
|
|
mailing list on SourceForge.net.
|
|
|
|
To join this list, go to
|
|
|
|
<a href=http://lists.sourceforge.net/lists/listinfo/boinc-beta>http://lists.sourceforge.net/lists/listinfo/boinc-beta</a>.
|
|
|
|
|
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
|
2002-12-01 06:14:28 +00:00
|
|
|
<li><a href=bug_report_form.php>Report problems</a>
|
2002-11-12 17:01:16 +00:00
|
|
|
<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
|
|
|
|
2002-11-26 21:49:53 +00:00
|
|
|
<!--
|
2002-11-11 10:26:40 +00:00
|
|
|
<?php
|
2002-12-16 21:41:41 +00:00
|
|
|
include 'schedulers.txt';
|
2002-11-26 21:49:53 +00:00
|
|
|
?>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<?php
|
2002-11-11 10:26:40 +00:00
|
|
|
page_tail();
|
|
|
|
?>
|
2002-11-26 21:49:53 +00:00
|
|
|
|