"; include("piecharts/$i.html"); echo "
Top 100 | Single-computer | Other lists
"; } function show_news_items() { require_once("boinc_news.php"); require_once("../html/inc/news.inc"); echo "
News
"; $nnews_items = 8; show_news($project_news, $nnews_items); if (count($project_news) > $nnews_items) { echo "... more\n"; } echo "

News is available as an RSS feed
You can help translate these news items to other languages.

"; } function show_participate() { echo "  ".tr(HOME_HEADING1)."

".sprintf(tr(HOME_P1), "

  1. ", "", "
  2. ", "", "
  3. ", "")."

".sprintf(tr(HOME_P2), "", "", "", "", "", "")."

".sprintf(tr(HOME_P3), "", "")." "; } function show_create() { echo " Compute with BOINC Learn how to create and operate a BOINC project.

Current projects: "; } function show_other() { echo " Other info
"; } function show_nsf() { echo " BOINC is supported by the National Science Foundation through awards SCI-0221529, SCI-0438443, SCI-0506411, PHY/0555655, and OCI-0721124. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. "; } function language_form() { echo "
"; } html_tag(); if (defined("CHARSET")) { header("Content-type: text/html; charset=".tr(CHARSET)); } echo " BOINC

".tr(HOME_BOINC)."

  ".sprintf(tr(HOME_BOINC_DESC), '', '', '', '')."

".tr(HOME_DOWNLOAD)." | ".tr(HOME_MORE_INFO)." | ".tr(HOME_WEB_SITES)." | ".tr(HOME_ADD_ONS)." | ".tr(HOME_SURVEY)." "; language_form(); search_form(); echo "
"; echo "
"; show_participate(); show_participant(); show_create(); show_other(); show_nsf(); echo "
"; show_news_items(); echo ""; echo "
"; echo "
"; page_tail(true, true); ?>