https://github.com/graup/manyideas
https://github.com/graup/manyideas
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/graup/manyideas
- Owner: graup
- License: mit
- Created: 2018-05-31T04:59:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T16:07:15.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T07:16:43.868Z (over 1 year ago)
- Language: Python
- Size: 1.43 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Many Ideas
This repository keeps all the code related to my work on
Personalized Motivation-supportive Messages for Increasing Participation in Crowd-civic Systems
## Structure
- analysis: R scripts used to create the statistics, tables, and graphs in the paper.
- backend: Backend server written in Django providing API for the webapp.
- pilot-study: Flask application for the Mturk study.
- post-survey: Flask application for the deployment study post-survey (code mostly identical to pilot-study).
- scripts: deployment scripts
- webapp: Vue.js-based mobile web application
- website: Simple landing page with link to the actual webapp.
## Roadmap
I'm currently working on improving the code for easier reuse by others. This includes:
- Refactoring of the custom survey interface Flask code to be usable by other surveys
- Refactoring the context specific contents so that the app can be redeployed easily in other contexts
- Improving documentation
## Local setup
(Instructions are being updated)
## Deployment
(Instructions are being updated)