This project has been formulated by Daniel Pett (British Museum) and Ethan Gruber (American Numismatic Society) to aid with the assignation of Roman Imperial Coinage (RIC) identifiers.
At the time of writing, the Portable Antiquities Scheme database holds details for over 200,000 Roman coins. Many of these fall into the Imperial coinage category. In August 2016, the facility was introduced to integrate with Online Coins of the Roman Empire (OCRE) and tie the two resources together. This relies on the PAS records being assigned a standardised identifier, and has presented a computational problem that can possibly be solved by Human interaction with automatically generated results.
You need to install the pybossa-client first (use a virtualenv and this needs boto):
$ git clone repoUrl
$ cd repoName
$ pbs create_project
Once installed, you will need to import tasks and perhaps update the template. To do this:
$ cd repoName
$ pbs update_project
To import tasks, we use a csv file and the built in csv importer from the import tasks section of the created project. You can find an example csv file in this repo.
We recommend that you read the section: Build with PyBossa and follow the step by step tutorial.