Changes between Version 31 and Version 32 of WikiStart


Ignore:
Timestamp:
04/21/09 17:30:22 (15 years ago)
Author:
schwarz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v31 v32  
    44In our view, '''user context''' is the things that influence knowledge work. Through user observation a context-sensitive application can detect the user's current work context and support the user with suggestions and other services. 
    55 
    6 This project and website is not about theoretical issues of user context - it gathers working code and schemas! 
     6Context-awareness requires some sort of user observation (also called user logging). Therefore this website also hosts implementations for user observation components. 
    77 
    8 The '''UserObservationHub''' project is now hosted on this website. 
    9 The UserObservationHub - shortly, UOH is a '''*tiny*''' project offering a tiny and efficient service catching several registered user observation evidences and notifications (e.g., from [http://dragontalk.opendfki.de]) and passing them on to interested listeners. 
    10 So, there's multiple input sources __providing__ observed user operations __to__ the UOH. 
    11 And there are multiple output targets getting notified by the UOH -> these are called '''"user observation listners"'''. 
     8This website is not about theoretical issues of user context! Instead, it aims at discussing and gathering working code and schemas! 
     9 
    1210 
    1311== Implementations == 
    1412Implementations and projects that observe the user and collect user operations, and implementations that calculate the current user context, and applications that make use of this for the benefit of the end user.  
    1513 
    16  * '''UserObservationHub''' - a project hosted on this website. UserObservationHub is a small desktop service (daemon) that listens for NOP signals coming in and forwards them to projects that want to use context. It is the intermediate service connecting user observation projects with projects that want to use context. 
     14[[Image(wiki:UserObservationHub:UserObservationHub_tiny.jpg, right)]] 
     15The '''UserObservationHub''' is a small desktop service (daemon) that listens for NOP signals coming in and forwards them to projects that want to use context. It is the intermediate service connecting user observation projects with projects that want to use context. 
    1716 
    1817'''Projects that observe the user'''