2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2003-08-19 06:44:58 +00:00
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("Participating in BOINC projects");
|
|
|
|
echo "
|
2006-12-05 03:50:36 +00:00
|
|
|
<h3>Beginners</h3>
|
|
|
|
<p>
|
2006-12-06 20:59:29 +00:00
|
|
|
BOINC lets you use your PC to do scientific research.
|
2006-12-05 03:50:36 +00:00
|
|
|
BOINC is a 'platform' that is used by a number of <i>projects</i>,
|
|
|
|
located at various universities around the world,
|
2006-12-06 20:59:29 +00:00
|
|
|
doing research in many areas.
|
2006-12-05 03:50:36 +00:00
|
|
|
<br><center>
|
|
|
|
<img src=projects.png>
|
|
|
|
</center><br>
|
|
|
|
Each project has its own web site.
|
|
|
|
You can do work for multiple projects.
|
2006-12-06 20:59:29 +00:00
|
|
|
It's easy to do, even if you have no computer experience.
|
|
|
|
Just <a href=index.php>follow the directions on the BOINC home page</a>.
|
|
|
|
<p>
|
|
|
|
If you'd like more information about BOINC,
|
|
|
|
or need help installing BOINC, you can
|
|
|
|
<a href=help.php>talk or chat with a BOINC volunteer</a>.
|
2006-12-05 03:50:36 +00:00
|
|
|
<h3>Intermediate users</h3>
|
2002-08-24 09:02:52 +00:00
|
|
|
<ul>
|
2004-02-15 19:22:01 +00:00
|
|
|
<li> <a href=intro_user.php>Getting started</a>
|
2004-08-19 15:36:30 +00:00
|
|
|
<li> <a href=info.php>Usage rules and privacy policy</a>
|
2006-03-06 21:40:07 +00:00
|
|
|
<li> <a href=account.php>Choosing and joining projects</a>
|
|
|
|
<li> Installing BOINC
|
2004-05-05 17:48:39 +00:00
|
|
|
<ul>
|
2005-01-10 20:46:33 +00:00
|
|
|
<li> <a href=win_install.php>The Windows installer</a>
|
2006-10-29 23:48:10 +00:00
|
|
|
<li> <a href=mac_advanced.php>The Macintosh installer</a>
|
2006-03-06 21:40:07 +00:00
|
|
|
<li> <a href=sea.php>Self-extracting archive</a>
|
|
|
|
<li> <a href=bare_core.php>Core client executable</a>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<li> Running BOINC
|
|
|
|
<ul>
|
|
|
|
<li> <a href=manager.php>The BOINC manager</a>
|
2005-05-01 05:18:07 +00:00
|
|
|
<li> <a href=screensaver.php>The BOINC screensaver</a>
|
2004-05-05 17:48:39 +00:00
|
|
|
</ul>
|
2006-03-06 21:40:07 +00:00
|
|
|
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> <a href=prefs.php>Preferences</a>
|
2006-11-06 18:32:04 +00:00
|
|
|
<li> <a href=addons.php>Add-on software</a>
|
2006-08-29 20:39:44 +00:00
|
|
|
<li> <a href=energy.php>Heat and energy considerations</a>
|
2004-02-19 16:43:28 +00:00
|
|
|
<li> <a href=host_id.php>Host identification and merging</a>
|
2004-10-01 22:00:39 +00:00
|
|
|
<li> <a href=multiple_projects.php>Participating in multiple projects</a>
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> <a href=credit.php>Computation credit</a>
|
|
|
|
<li> <a href=teams.php>Teams</a>
|
2006-12-04 19:00:37 +00:00
|
|
|
<li> <a href=acct_mgrs.php>Account managers</a>
|
2006-12-06 20:59:29 +00:00
|
|
|
<li> <a href=client_msgs.php>Core client configuration</a>
|
2007-01-19 19:45:29 +00:00
|
|
|
<li> <a href=http://boinc.berkeley.edu/gui_rpc_auth.php>Controlling BOINC remotely</a>
|
2006-12-04 19:00:37 +00:00
|
|
|
</ul>
|
2006-12-05 03:50:36 +00:00
|
|
|
<h3>Advanced users</h3>
|
2006-12-04 19:00:37 +00:00
|
|
|
<ul>
|
2006-12-06 20:59:29 +00:00
|
|
|
<li> <a href=client_unix.php>More core client configuration and options</a>
|
2005-05-23 00:07:29 +00:00
|
|
|
<li> <a href=anonymous_platform.php>Make your own client software</a>
|
2005-11-04 19:36:50 +00:00
|
|
|
<br>Run BOINC on uncommon platforms,
|
2005-05-23 00:07:29 +00:00
|
|
|
or inspect the source code before you run it.
|
2006-03-02 07:17:18 +00:00
|
|
|
<li> <a href=http://www.cs.wisc.edu/condor/manual/v6.7/3_13Setting_Up.html#SECTION004138000000000000000>BOINC as a Condor backfill job</a>
|
2006-11-06 18:32:04 +00:00
|
|
|
<li> <a href=proxy_server.php>Proxy servers</a> (why BOINC doesn't have them).
|
2006-12-04 19:00:37 +00:00
|
|
|
<li> <a href=cpu_sched.php>CPU scheduling</a>
|
|
|
|
<li> <a href=manager_skin.php>Creating a skin for the BOINC Manager</a>
|
2002-08-24 09:02:52 +00:00
|
|
|
</ul>
|
2004-01-23 21:57:47 +00:00
|
|
|
<p>
|
2006-11-06 18:32:04 +00:00
|
|
|
<h3>Related projects</h3>
|
2006-09-26 17:02:46 +00:00
|
|
|
If you're interested in donating your time (rather than computing power),
|
|
|
|
check out
|
|
|
|
<ul>
|
|
|
|
<li> <a href=http://clickworkers.arc.nasa.gov/>Clickworkers</a>
|
|
|
|
(from NASA Ames Research Center)
|
|
|
|
<li> <a href=http://stardustathome.ssl.berkeley.edu/>Stardust@home</a>
|
|
|
|
(from UC Berkeley Space Sciences Lab).
|
2006-11-06 18:32:04 +00:00
|
|
|
<li> <a href=http://www.pgdp.net/c/default.php>Distributed Proofreaders</a>
|
2006-09-26 17:02:46 +00:00
|
|
|
</ul>
|
|
|
|
|
2003-08-19 06:44:58 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|