Changes between Version 2 and Version 3 of Fossils
- Timestamp:
- Jun 4, 2008, 4:50:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Fossils
v2 v3 23 23 * estimated size factor (meters/pixel) 24 24 25 == Loading images on the server == 26 27 We'll develop a script '''load_images''' that takes the above info 28 and loads it into the Bossa database. 29 Each run of this script produces a "batch" of jobs 30 that can be managed as a unit (see below). 31 Initially the state of the batch is "pending", 32 meaning that it is not available to volunteers. 33 25 34 == Volunteer levels == 35 36 There 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. 26 40 27 41 == Training course == 28 42 43 We'll need to develop training courses (probably using Bolt) 44 for each volunteer level. 45 A 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 29 50 == Volunteer experience == 51 52 Each image will initially be shown in a medium-res (1024x768) form. 53 It will have a control area that remains fixed in the UL corner, even if the image scrolls. 54 The 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 59 To identify a feature, the user clicks on the image. 60 This pops up a window in which they select (from menus) that taxa and bone type, 61 and can type an optional comment. 62 63 After every N images (N=1?) the volunteer is shown a feedback page (see below). 30 64 31 65 == Feedback page == 32 66 67 This page is intended to give volunteers feedback on their efforts, 68 and to encourage them to continue. 69 Possible 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 33 76 == Calibration images == 34 77 78 We may want to use "calibration images", i.e. images for which the correct annotation is known, 79 for two reasons: 80 81 * to increase the fraction of images that contain something 82 * to improve our assessment of volunteer error rates 83 35 84 == Scientist interfaces == 85 86 Scientists will interact through a web-based interface. 87 The top-level page will show a list of batches, 88 with their times, names, spatial extent, and status 89 (Pending, In Progress, Completed). 90 For 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.