Changes between Version 20 and Version 21 of BossaExampleOne
- Timestamp:
- Jul 25, 2008, 3:34:14 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleOne
v20 v21 1 1 = Bossa example 1 = 2 2 3 We'll create an application in whichvolunteers view synthetic images,3 In this application volunteers view synthetic images, 4 4 looking for ellipses on a noisy background. 5 5 Their task is to click on the center of the ellipse, 6 6 or to indicate that there is no ellipse. 7 Here's an example :7 Here's an example image: 8 8 9 9 [[Image(bossa_test.png, nolink)]] … … 11 11 (there's an ellipse slightly below/left of center). 12 12 13 We'll assume you've created a Bossa project at http://a.b.c/test/. 13 14 Visit http://a.b.c/test_ops/bossa_ops.php, 14 15 and create an application with short name "bossa_example". 15 16 16 The application is define by three scripts in ~/projects/test/html/:17 The application is defined by three scripts in ~/projects/test/html/: 17 18 18 19 * '''ops/bossa_example_make_files.php''': a script that creates image files. 19 20 * '''ops/bossa_example_make_jobs.php''': a script that creates jobs. 20 * '''inc/bossa_example.inc''': display and policy functions.21 * '''inc/bossa_example.inc''': the display and policy functions. 21 22 22 23 We'll go through these scripts and explain how they work.