Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
10/04/18 15:29:53 (6 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    1414
    1515== 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
     16The 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.
    1717
     18This 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}}}
    1837
    1938References