Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- 10/04/18 15:29:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 14 14 15 15 == MotivateDuringTherapy == 16 The MotivateDuringTherapy module is a module that can generate messages to motivate prople to continue with their therapy. The algorithm follows the proposal in the paper [1]. The motivation message 16 The MotivateDuringTherapy module is a module that can generate messages to motivate prople to continue with their therapy. The algorithm follows the proposal in the paper [1]. The motivation message is chosen depending on the selected language, the PCL (PTSD) trend and the trust of the patient. 17 17 18 This package can be included with the following maven code 19 {{{ 20 <repositories> 21 <repository> 22 <id>artifactory.ewi.tudelft.nl</id> 23 <url>http://artifactory.ewi.tudelft.nl/artifactory/release</url> 24 <snapshots> 25 <enabled>false</enabled> 26 </snapshots> 27 </repository> 28 </repositories> 29 30 <dependency> 31 <groupId>tudelft.mentalhealth</groupId> 32 <artifactId>motivatepersisting</artifactId> 33 <version>1.0.0</version> 34 </dependency> 35 36 }}} 18 37 19 38 References