This application will allow for users to apply tags from an RDF ontology to images from several different data sets for the multi-institutional collaboration known as Project Andvari.
This application has three main files:
- createTasks.py: for creating the application in PyBossa. Tasks will be imported from a CSV.
- template.html: the view for every task and deal with the data of the answers.
- tutorial.html: a simple tutorial for the volunteers.
Data for this application will be imported from a csv file, and has a simple structure:
- Object URI
- Object image link
- Label chosen by project Andvari team
- n_answers - the default redundancy of the app
NOTE: This application uses the pybossa-client in order to simplify the development of the application and its usage. Check the documentation.