epiph is a webapp to facilitate psychological trials based on questionnaires. You can enter your own questionnaires with multiple question/answer types (multiple-choice (single/multi selection), text, date, etc.). Design your study and schedule visits by defining which questionnaires have to be filled out in which visit. After creating patients, you are ready to fill out questionnaires. Epiph supports exporting the gathered answers as a csv or save it to a (MongoDB) collection for direct access from multiple statistic tools (ex. R).
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
e9f283decc03 | surkont | Fix missing answer behavior | Dec 11 2018 | ||||
43c060156e36 | surkont | Fix remove admin role | Dec 7 2018 | ||||
20a5f10be7d3 | surkont | Fix boolean question | Dec 7 2018 | ||||
b2863604a784 | surkont | Update questionnaire header info | Nov 21 2018 | ||||
24c7038a70df | surkont | Fix date picker | Nov 20 2018 | ||||
6b07e029d64a | surkont | Remove add/edit patient from Patients panel | Oct 23 2018 | ||||
8db7aabfb516 | surkont | Fix delete user action | Sep 18 2018 | ||||
138ce287cc45 | surkont | Update docker-compose | Sep 18 2018 | ||||
5c5b44ea22ae | surkont | Update meteor to v1.7.0.5 | Aug 30 2018 | ||||
1ecb1b13348a | surkont | Update Dockerfile | Aug 21 2018 | ||||
928bd8479a9c | surkont | Improve support for conditional questions | Aug 21 2018 | ||||
5a48926d5c89 | surkont | Update README | Aug 7 2018 | ||||
0ebeea3a5562 | surkont | Enable multiple case managers for a patient | Aug 6 2018 | ||||
ac10d68566f9 | surkont | Fix, user can no longer delete their own account | Jul 27 2018 | ||||
30b54ac7e536 | surkont | Update meteor to v1.7.0.3 | Jul 23 2018 |
README.md
epiph
epiph is a webapp to facilitate psychological trials based on questionnaires. You can enter your own questionnaires with multiple question/answer types (multiple-choice (single/multi selection), text, date, etc.). Design your study and schedule visits by defining which questionnaires have to be filled out in which visit. After creating patients, you are ready to fill out questionnaires. Epiph supports exporting the gathered answers as a csv or save it to a (MongoDB) collection for direct access from multiple statistic tools (ex. R).
Usage
Development / run locally
This webapp is based on Meteor. If you haven't installed it already, this is how you get it.
curl https://install.meteor.com/ | sh
Once meteor is installed, this command checks out the repo and starts the app.
git clone https://github.com/TeamEpiph/epiph.git cd epiph/app meteor
The app now runs with an empty database on http://localhost:3000
Deployment
This app can be easily deployed using docker-compose. If you haven't installed Docker and Docker Compose already, check the official documentation for the installation details: Docker and Docker Compose.
git clone https://github.com/TeamEpiph/epiph.git cd epiph/app docker-compose up
Default User for login to epiph
- email: admin@admin.com
- username: admin
- password: password
Copyright and license
Code and documentation copyright 2016 Patrick Recher, Ronan Zimmermann and University of Basel. Code is licensed under GPLv3.