Changes between Version 7 and Version 8 of BossaOverview


Ignore:
Timestamp:
Jul 21, 2008, 3:26:40 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaOverview

    v7 v8  
    44the use of volunteers on the Internet to perform tasks
    55that require human intelligence, knowledge, or cognitive skills.
    6 Examples of such projects include Stardust@home and GalaxyZoo.
    7 Bossa serves roughly the same function as Amazon's Mechanical Turk,
    8 but is simpler and more powerful, and is open source.
     6Examples of such projects include [http://stardustathome.ssl.berkeley.edu/ Stardust@home]
     7and [http://www.galaxyzoo.org/ GalaxyZoo].
     8Bossa simplifies the task of creating projects like these.
     9It serves roughly the same function as
     10[http://www.mturk.com/mturk/welcome Amazon's Mechanical Turk],
     11but is simpler and more powerful, does not involve payment, and is open source.
    912
    1013Volunteers have different skill levels; they may do tasks well or poorly,
     
    6265This is done using the following techniques:
    6366
    64  * Project-specific information about jobs and volunteers is stored in PHP objects.  The structure of these objects is determined by the project.  Bossa stores them in a serialized form in the database.
    65  * Project-specific policies are encoded in PHP '''callback functions''' that are invoked at various points (e.g., when jobs are issued, when they complete, and when they time out).
     67 * Project-specific information about jobs and volunteers is stored in PHP '''project data'''.  The structure of these objects is determined by the project.  Bossa stores them in a serialized form in the database.
     68 * Project-specific policies are encoded in PHP '''project policy functions''' that are invoked at various points (e.g., when jobs are issued, when they complete, and when they time out).
    6669
    6770The mechanisms provided by Bossa include: