Plug and Work: Automated Management and Control of User Data Student : Damien Bories Supervisor : Dr. Mark Roantree 11 th  July 2008 ODCSSS
BACKGROUND Wearable sensors for capturing physical condition. Objective : Store the data from various sensors, from various vendors, in a standard, easily-queried format.
MOTIVATION Issues : Proprietary software in many cases Data must be manually integrated from various sources by sport scientists. Integration is required in order to query across multiple sensors As new sensors come in, the system needs to be modified easily.
BACKGROUND RESEARCH Use of XML for integration of data To describe input data format And to store output data XML schemas Later : Xpath and XQuery for data querying.
System Architecture Raw Data files XML Data files
Enrichment Processor Output data : all have the same format and can be integrated. New sensor : just create a dedicated template file and plug it. Enrichment processor TEMPLATE (XML) Raw Data XML File
TEMPLATES Raw Data File Template
TEMPLATES Other Raw Data File
Do you have any question ?

Mid Term Plug And Work Presentation

  • 1.
    Plug and Work:Automated Management and Control of User Data Student : Damien Bories Supervisor : Dr. Mark Roantree 11 th July 2008 ODCSSS
  • 2.
    BACKGROUND Wearable sensorsfor capturing physical condition. Objective : Store the data from various sensors, from various vendors, in a standard, easily-queried format.
  • 3.
    MOTIVATION Issues :Proprietary software in many cases Data must be manually integrated from various sources by sport scientists. Integration is required in order to query across multiple sensors As new sensors come in, the system needs to be modified easily.
  • 4.
    BACKGROUND RESEARCH Useof XML for integration of data To describe input data format And to store output data XML schemas Later : Xpath and XQuery for data querying.
  • 5.
    System Architecture RawData files XML Data files
  • 6.
    Enrichment Processor Outputdata : all have the same format and can be integrated. New sensor : just create a dedicated template file and plug it. Enrichment processor TEMPLATE (XML) Raw Data XML File
  • 7.
    TEMPLATES Raw DataFile Template
  • 8.
  • 9.
    Do you haveany question ?

Editor's Notes

  • #2 Hello, My name is Damien and I am working on the “Plug and Work” project. Would you like to hear more about the project... ? --------------------------------------------------------------------------------------- The motivation of this project is to create a system that can gather data from different health sensors to aggregate them and analyse it to monitor a population (sportsmen for example). For the moment I am working on the part named “enrichment processor” which translates all the different input from the different sensors, which are in different formats into a single xml format. And this in a generic way.