BOINC is used by many independent volunteer computing projects. Some are based at universities and research labs, others are run by companies and individuals. You can participate in several projects (ensuring that your computer will be kept busy even when one project has no work) and you can control how your computer's resources are divided among these projects.
In deciding whether to participate in a project, read its web site and consider the following questions:
We at BOINC have communicated with the following projects, and we believe that their descriptions (institution and area of research) are accurate. See also a complete list of projects.
Note: if your computer is equipped with an NVIDIA Graphics Processing Unit
(GPU), you may be able to
use it to compute faster.
";
list_start("cellpadding=2 width=100%");
list_heading(
"Project name
Mouse over for details; click to visit web site",
"Project URL",
"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 ($p[5]) {
$img= "";
}
$desc = addslashes($p[4]);
$x = "Home: $p[2]
Area: $p[3]
Goal: $desc')\">$p[0]";
$y = $p[1];
if (array_key_exists(6, $p)) {
$y = $p[6];
}
$p = get_platforms_string($y);
echo "
If you would like to have your project included on this list, please contact us. "; page_tail(); ?>