BOINC is used by many volunteer computing projects. Some are based at universities and research labs, others are run by companies and individuals. You can participate in any number of these projects.
In deciding whether to participate in a project, read its web site and consider the following questions:
The following projects are known to us at BOINC, and we believe that their descriptions are accurate. See also a complete list of projects.
Note: if your computer is equipped with a Graphics Processing Unit
(GPU), you may be able to
use it to compute faster.
";
list_start("cellpadding=2 width=100%");
list_heading_array(array(
"Project
Mouse over for details; click to visit web site",
"Home",
"Research area",
"Supported platforms"
));
shuffle($areas);
foreach ($areas as $area) {
list_bar($area[0]);
$projects = $area[1];
shuffle($projects);
$n = 0;
foreach ($projects as $p) {
$img = "";
if (array_key_exists(5, $p) && $p[5]) {
$img= "";
}
$desc = addslashes($p[4]);
$x = "Home: $p[2]
Area: $p[3]
Goal: $desc')\">$p[0]";
$home = $p[2];
$area = $p[3];
$master_url = $p[1];
if (array_key_exists(6, $p)) {
$master_url = $p[6];
}
$p = get_platforms_string($master_url);
echo "
If you run a BOINC-based project and would like it to be included on this list, please contact us. "; page_tail(); ?>