-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added chatbot folder and readme info
- Loading branch information
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
## Designing a Multi-Modal Habit Reward System | ||
|
||
Project is undergoing a [Research Review](research-review/main.pdf) of the relevant material, before any work is started. | ||
This [thesis](thesis/main.pdf) measures how rewards from different modalities effects peoples habit strength, using a chatbot to track habits by sending notifications to reminder users and delivering rewards from three modalities. | ||
|
||
TODO | ||
- Experiment with chatbots | ||
An evaluation trial tests this chatbot using real-world participants that will use the bot to track any simple habit over 30 days. | ||
|
||
|
||
### [Chatbot](chatbot) | ||
|
||
A bot tracks users habits and rewards them from different modalities. | ||
|
||
|
||
### Research Overview | ||
|
||
- See a [research review](research-review/main.pdf) the for a review on the relevant material. | ||
|
||
|
||
|
||
[Thesis](thesis/main.pdf) for my MSc Advanced Computing, Creative Technology. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Chatbot | ||
|
||
Written in JavaScript. | ||
|
||
|
||
### Quality | ||
|
||
- [Static analysis](https://github.com/mre/awesome-static-analysis#javascript) Javascript tools | ||
|
||
|
||
### Existing Systems | ||
|
||
- https://github.com/hellogustav/fb-chatbot-boilerplate |