| 1 | = Mymory Evaluation = |
| 2 | |
| 3 | This wiki will be a scratch pad and contain a TODO list for people that will be involved in Mymory's context evaluation. |
| 4 | |
| 5 | == Software to be installed == |
| 6 | |
| 7 | * '''FirstSteps''' - By following the steps described there you will: |
| 8 | * install UserObservationHub (please '''{{{svn update}}}''' if you already have an older version) |
| 9 | * install [http://dragontalk.opendfki.de/ Dragontalk]: Observation plugins for '''Thunderbird''' and '''Firefox''' (please install the '''newest version''') |
| 10 | |
| 11 | * '''WindowsLoggerListener''' (Windows users only) - By following the steps described there you will: |
| 12 | * install [http://pas.kbs.uni-hannover.de/ User Activity Logger] |
| 13 | * configure property file ({{{./etc/userobservationhub.properties}}}) to let UOH work with output of the User Activity Logger |
| 14 | |
| 15 | * '''ScreenshotRecorder''' (optional) - By following the steps described there you will: |
| 16 | * configure property file ({{{./etc/userobservationhub.properties}}}) to set the screenshot interval time or to deactivate the screenshot recorder |
| 17 | |
| 18 | |
| 19 | == Part 1: Logging user actions, create a log file with NOPs == |
| 20 | |
| 21 | The first important part of the evaluation is the logging part. We need a log of your actions for some period - at least for a day, better for one week or so. To create this log and (iteratively) accumulate observed user actions, you just start / kill / restart the UOH: |
| 22 | |
| 23 | * '''Start''' the UOH (via the batch file for example) and just "do what you gotta do"! ;-) |
| 24 | * Disabling UOH is not yet implemented - just '''kill''' the UOH (with multiple CTRL+C for example) - this will not harm anything! feel free to kill that beast whenever you want or have to! |
| 25 | * '''Restart''' UOH again any time. |
| 26 | |
| 27 | Restarting the UOH is no problem. Observed user actions are always appended to the log file ({{{userobservationhub_nops.log}}}). |
| 28 | |
| 29 | |
| 30 | == Part 2: Assign contexts to NOPs == |
| 31 | |
| 32 | The second important part is the '''manual''' assignment of the logged NOPs to the user's contexts. |
| 33 | |
| 34 | To do so, Mymory created an "evaluation GUI", that eases this task. |