An open API service indexing awesome lists of open source software.

https://github.com/graup/manyideas


https://github.com/graup/manyideas

Last synced: about 1 year ago
JSON representation

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)