This repository was archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
A Lee edited this page May 4, 2016
·
6 revisions
vcweb is a Django framework for developing group experiments, with a design bias towards collective action experiments (public goods, common pool resources). It provides data models and abstractions for configuring, collecting and managing experiment data and real-time server push via sockjs.
Areas of active development include:
- storing and managing graph data representing social network relationships that can affect information flow
- improving the data value API (participant and group data, experiment and round parameterizations) and web API via Django Rest Framework integration
- investigate django channels as a replacement for sockjs-tornado and redis
- Dockerized deployment
Please visit our Features page for a detailed listing and screenshots of vcweb features.
If you would like experimenter access to run trial experiments, please contact us.
- Lighter Footprints
- Forestry
- Boundary Effects
- Forestry treatment for Daniel DeCaro
- Irrigation
- Python 2.7 or later
- PostgreSQL
- Django 1.9
- Fabric for build management & deployment
- sockjs and sockjs-tornado and Redis for server push
See [our developer docs](Developer Documentation) for more details on local development setup.