https://github.com/fitzwilliammuseum/hayleys-letters-micropasts
Source code for a basic transcription exercise on Micropasts
https://github.com/fitzwilliammuseum/hayleys-letters-micropasts
crowdsourcing pybossa william-hayley
Last synced: 8 months ago
JSON representation
Source code for a basic transcription exercise on Micropasts
- Host: GitHub
- URL: https://github.com/fitzwilliammuseum/hayleys-letters-micropasts
- Owner: FitzwilliamMuseum
- License: agpl-3.0
- Created: 2019-06-26T09:40:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T22:29:35.000Z (over 3 years ago)
- Last Synced: 2025-01-14T10:48:20.950Z (9 months ago)
- Topics: crowdsourcing, pybossa, william-hayley
- Language: HTML
- Homepage: https://crowdsourced.micropasts.org/project/hayleysletters
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Source code for a MicroPasts application to transcribe Hayley's letters
[](https://zenodo.org/badge/latestdoi/193875485)

An application for transcription of index cards.
This application has four files:
* template.html: the view for every task and deal with the data of the answers.
* tutorial.html: a simple tutorial for the volunteers.
* project.json: the setup metadata (make sure name and short name are unique, or create will fail.)
* long_description.md: the long description for the app.Creating the application
=======================You need to use the PBS command line interface for creating and updating the project.
* Create an account in PyBossa
* Copy from your account profile your API-KEY
* Navigate to your home directory and create a file called .pybossa.cfg
* Within this file add following lines:
```bash
[default]
server: http://crowdsourced.micropasts.org
apikey: API-KEY
```
* Now clone the code to your server and change directory into the folder:
```bash
$ git clone https://github.com/MicroPasts/royalSeals.git applicationName
$ cd applicationName
```
* Now run:
```bash
$ pbs create_project
```
* This should have created the project.
* If the long description has not appeared, then run the update project command as shown belowDocumentation
=============We recommend that you read the section: [Build with PyBossa](http://docs.pybossa.com/en/latest/build_with_pybossa.html)
and follow the [step by step tutorial](http://docs.pybossa.com/en/latest/user/tutorial.html).Updating template
=================After making changes to your source code and committing to github do the following:
* Clone or pull changes from repo to your server and then issue this command:
```bash
$ pbs update_project
```* Template should update
Adding tasks to project
=======================Import the file names via the flickr importer.
Change redundancy of tasks
==========================To update all of them:
```bash
$ pbs update-task-redundancy --redundancy 3
```LICENSE
=======Please, see the COPYING file.