Giter Site home page Giter Site logo

science_united's Introduction

Science United

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 projects.

This code may be useful as a starting point for other BOINC account managers, especially those based on a similar coordinated model.

Science United is developed by the BOINC project at U.C. Berkeley, led by David Anderson, and supported by the National Science Foundation.

Contribute

If you're a programmer or web designer and would like to contribute to Science United, that would be great! To get started:

  1. Use Science United and explore its features.
  2. Read through the source code.
  3. Create issues for any bugs or suggested changes you find. Discuss with us.
  4. Once the approach for an issue has been decided, create a branch and pull request.

Implementation notes

SU is implemented as a BOINC account manager. The SU code consists of 3 main parts:

  1. The handler for RPCs from clients (rpc.php).
  2. Web page scripts.
  3. Scripts for periodic back-end maintenance tasks.

SU piggy-backs on the BOINC web code. It uses BOINC's code for login, account creation, message boards, and web utility functions.

SU uses a database which is an extension of the BOINC database; it adds tables for projects, accounts, and computational book-keeping info. See schema.sql.

If you want to make a clone of Science United, the steps are:

  1. Download the BOINC source code.
  2. Use make_project to create a project.
  3. Run SU's schema.sql to add SU's DB tables.
  4. Copy or link SU's web files to the appropriate subdirectories of the project's html/ directory. .inc files go in html/inc/; maintenance scripts go in html/ops/ (allocate.php, do_accounting.php, su_delete_spammers, su_email.php). Other .php files go in html/user/.

science_united's People

Contributors

davidpanderson avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.