Changes between Version 1 and Version 2 of BoincBasics
- Timestamp:
- Oct 2, 2007, 12:54:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoincBasics
v1 v2 5 5 This document describes ''BOINC Basics'', 6 6 an infrastructure for web-based "working communities", 7 i.e. people who are trying to accomplish something together.7 i.e. groups of people trying to accomplish something together. 8 8 Boinc Basics provides mechanisms for user accounts, 9 9 grouping of users, and communication among users. … … 11 11 BOINC Basics provides a basis for three 'activities': 12 12 13 * BOINC- volunteer computing14 * BOSSA- distributed thinking15 * BOLT- Web-based learning13 * [/ BOINC] - volunteer computing 14 * [BossaIntro BOSSA] - distributed thinking 15 * [BoltIntro BOLT] - Web-based learning 16 16 17 17 A ''project'' is an organization that does one or more … … 25 25 Passwords are stored only in a hashed form, reducing security risks. 26 26 27 An account can have an associated '''profile''', 28 in which the user can provide a picture and 29 text describing themselves, or their interest in the project or activity. 27 An account can have the following user-supplied attributes: 30 28 31 An account can have an associated avatar - 32 a small image used to represent the user. 29 * A '''profile''' in which the user can provide a picture and text describing themselves, or their interest in the project or activity. 30 * An avatar - a small image used to represent the user. 31 * Demographic attributes: birth year, sex, nationality, education level. 33 32 34 An account can be granted ''credit'' by the project.35 BOINC Basics keeps track of the account's total credit, 36 and its average credit (exponentially smoothed with a 1-week half-life).33 An account has the following project-supplied attributes 34 * A numerical ''credit'', representing the amount of contribution to the project, possibly involving computation, distributed thinking, recruitment of other users, etc. BOINC Basics keeps track of the account's total credit, and its average credit (exponentially smoothed with a 1-week half-life). 35 * Activity-specific attributes: how well the user has mastered a body of knowledge, their aptitude at various types of tasks, and so on. 37 36 38 37 == Communication mechanisms == … … 40 39 === Message boards === 41 40 42 BOINC Basics provides '''message boards''' .41 BOINC Basics provides '''message boards''' 43 42 Message boards consist of 'forums', 44 43 each one having a particular topic. … … 48 47 The message board software 49 48 A project can provide a fixed set of forums. 49 50 50 === Private messages === 51 51 52 52 === RSS feeds === 53 53 54 === Possible future mechanisms === 55 * Skype and Skypecast 56 * IRC or other chat 57 54 58 == Groups == 55 59