Changes between Version 2 and Version 3 of Fossils


Ignore:
Timestamp:
Jun 4, 2008, 4:50:49 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fossils

    v2 v3  
    2323  * estimated size factor (meters/pixel)
    2424
     25== Loading images on the server ==
     26
     27We'll develop a script '''load_images''' that takes the above info
     28and loads it into the Bossa database.
     29Each run of this script produces a "batch" of jobs
     30that can be managed as a unit (see below).
     31Initially the state of the batch is "pending",
     32meaning that it is not available to volunteers.
     33
    2534== Volunteer levels ==
     35
     36There will be three levels of participation:
     37 Beginning:: Identify bones, no classification.  Intended for elementary school kids.
     38 Intermediate:: Distinguish Primate/Nonprimate, and Tooth/Skull/Other.
     39 Advanced:: Distinguish ~10 taxa and ~5 bone types.
    2640
    2741== Training course ==
    2842
     43We'll need to develop training courses (probably using Bolt)
     44for each volunteer level.
     45A given course will contain:
     46
     47 * several examples (different ages, lighting conditions) of each type of object to be identified, some negatives, and some images that look like positives but are negative.
     48 * a test consisting of some number of positive and negative examples
     49
    2950== Volunteer experience ==
     51
     52Each image will initially be shown in a medium-res (1024x768) form.
     53It will have a control area that remains fixed in the UL corner, even if the image scrolls.
     54The control area includes:
     55 * a "Done" button
     56 * a "Magnify" or "Shrink" button. This toggles between the medium-res and hi-res (3Kx2K) image.
     57 * a "Rotate" button that rotates the image 90 deg.
     58
     59To identify a feature, the user clicks on the image.
     60This pops up a window in which they select (from menus) that taxa and bone type,
     61and can type an optional comment.
     62
     63After every N images (N=1?) the volunteer is shown a feedback page (see below).
    3064
    3165== Feedback page ==
    3266
     67This page is intended to give volunteers feedback on their efforts,
     68and to encourage them to continue.
     69Possible contents:
     70
     71 * thumbnails of recent jobs, with links so that they can see how other people annotated the same image.
     72 * links to message boards
     73 * "who's online now", with ability to send instant messages
     74 * this users's message inbox
     75
    3376== Calibration images ==
    3477
     78We may want to use "calibration images", i.e. images for which the correct annotation is known,
     79for two reasons:
     80
     81 * to increase the fraction of images that contain something
     82 * to improve our assessment of volunteer error rates
     83
    3584== Scientist interfaces ==
     85
     86Scientists will interact through a web-based interface.
     87The top-level page will show a list of batches,
     88with their times, names, spatial extent, and status
     89(Pending, In Progress, Completed).
     90For a given batch, the scientist can:
     91
     92 * Change the status of the batch
     93 * View a map in which the images appear as small rectangles, with color coding showing which have been processed by volunteers, and how many features were found.  Clicking on a rectangle goes to a page showing the instances of the job, allowing the scientist to view and compare the results, to select a "best" answer, and to add their own annotations.
     94 * View a textual list of images, ordered by decreasing number of features found.