https://github.com/ahb108/ricepops1

https://github.com/ahb108/ricepops1

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ahb108
  • License: agpl-3.0
  • Language: Python
  • Default Branch: master
  • Size: 621 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 11 years ago · Last pushed over 11 years ago
Metadata Files
Readme License

README.md

Bronze Age Index app for PyBossa

This application has four files:

  • createTasks.py: for creating the application in PyBossa, and fill it with some tasks.
  • config.py.template: for configuring the Flickr API KEY (required!)
  • template.html: the view for every task and deal with the data of the answers.
  • tutorial.html: a simple tutorial for the volunteers.

Testing the application

You need to install the pybossa-client first (use a virtualenv):

bash $ pip install -r requirements.txt Then, you can follow the next steps:

  • Create an account in PyBossa
  • Copy under your account profile your API-KEY
  • Run python createTasks.py -u http://crowdcrafting.org -k API-KEY
  • Open with your browser the Applications section and choose the FlickrPerson app. This will open the presenter for this demo application.

Documentation

We recommend that you read the section: Build with PyBossa and follow the step by step tutorial.

NOTE: This application uses the pybossa-client in order to simplify the development of the application and its usage. Check the documentation.

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 $ python createTasks.py -k APIKEY -s SERVERURL -t

  • Template should update

LICENSE

Please, see the COPYING file.

Acknowledgments

The thumbnail is from the Portable Antiquities Scheme and shows the Near Lewes hoard. Image licensed as CC BY-SA.

Owner

  • Name: Andrew Bevan
  • Login: ahb108
  • Kind: user
  • Company: University College London

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 295
  • Total Committers: 4
  • Avg Commits per committer: 73.75
  • Development Distribution Score (DDS): 0.376
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Daniel Pett d****t@b****g 184
ahb108 a****n@g****m 57
Daniel Lombraña González t****x@g****m 53
Chiara Bonacchi C****a@d****k 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • portableant (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • pybossa-client *