2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2003-12-24 00:50:51 +00:00
|
|
|
require_once("docutil.php");
|
2006-05-09 18:25:15 +00:00
|
|
|
page_head("Choosing BOINC projects");
|
2003-12-24 00:50:51 +00:00
|
|
|
echo "
|
2006-01-14 08:23:57 +00:00
|
|
|
BOINC was originally developed at the University of California to support
|
|
|
|
<a href=http://setiathome.berkeley.edu>SETI@home</a>.
|
|
|
|
However, other distributed computing projects use BOINC.
|
2003-12-24 00:50:51 +00:00
|
|
|
BOINC allows you to participate in multiple projects,
|
2006-01-14 08:23:57 +00:00
|
|
|
and to control how your resources (such as computer time
|
|
|
|
and disk space) are divided among these projects.
|
2003-12-24 00:50:51 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
Projects are independent, and each maintains its own servers.
|
|
|
|
The BOINC developers and the University of California
|
|
|
|
have no control over the creation of BOINC-based projects,
|
2006-05-09 18:25:15 +00:00
|
|
|
and do not endorse them.
|
2006-01-14 08:23:57 +00:00
|
|
|
The BOINC web sites lists some, but not all, projects.
|
2006-01-15 05:57:37 +00:00
|
|
|
A more complete list is on the
|
2006-03-02 07:17:18 +00:00
|
|
|
<a href=http://boinc-wiki.ath.cx/index.php?title=Catalog_of_BOINC_Powered_Projects>BOINC Wiki</a>.
|
2003-12-24 00:50:51 +00:00
|
|
|
|
|
|
|
<p>
|
2006-01-14 08:23:57 +00:00
|
|
|
When you participate in a project,
|
2003-12-24 00:50:51 +00:00
|
|
|
you entrust that project with the health of your
|
2006-05-09 18:25:15 +00:00
|
|
|
computer and the privacy of your data.
|
2006-01-14 08:23:57 +00:00
|
|
|
In deciding whether to participate in a project,
|
2003-12-24 00:50:51 +00:00
|
|
|
you should consider the following questions:
|
|
|
|
|
|
|
|
<ul>
|
2006-01-14 08:23:57 +00:00
|
|
|
<li> Do you trust the project to ensure that its applications
|
2006-05-09 18:25:15 +00:00
|
|
|
won't damage your computer or violate your privacy?
|
2003-12-24 00:50:51 +00:00
|
|
|
<li> Do you trust the project to use proper security practices on their servers?
|
2006-05-09 18:25:15 +00:00
|
|
|
<li> Does the project clearly describe its goals,
|
|
|
|
and are these goals important and beneficial?
|
2003-12-24 00:50:51 +00:00
|
|
|
<li> Who owns the results of the computation?
|
|
|
|
If the results are valuable, will they be freely available to the public
|
|
|
|
or will they belong to a for-profit business?
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|