This repo is the source code for Science United (https://scienceunited.org), an interface to BOINC-based volunteer computing. Volunteers who use SU sign up for science areas (biomed, astronomy, etc.) and/or geographical areas, rather than for specific BOINC projects. Science United is developed by the BOINC project at U.C. Berkeley, led by David Anderson, and supported by the National Science Foundation.
This code may be useful as a starting point for other BOINC account managers, especially those based on a similar coordinated model. See how to clone SU.
Science United can be used as a "back end" for systems that provide other interfaces to BOINC-based computing. Technical details:
If you're a programmer or web designer and would like to contribute to Science United, that would be great! To get started:
SU is implemented as a BOINC account manager. The SU code is in PHP, and consists of 3 main parts:
SU piggy-backs on the BOINC web code. It uses this for account creation, login, message boards, and web utility functions.
SU uses a MySQL database which is an extension of the BOINC database; it adds tables for projects, accounts, and computational book-keeping info. See schema.sql.