9
Plug and Work: Automated Management and Control of User Data Student : Damien Bories Supervisor : Dr. Mark Roantree 11 th July 2008 ODCSSS

Mid Term Plug And Work Presentation

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Mid Term Plug And Work Presentation

Plug and Work: Automated Management and Control of User Data

Student : Damien Bories

Supervisor : Dr. Mark Roantree

11th July 2008ODCSSS

Page 2: Mid Term Plug And Work Presentation

11th July 20082

BACKGROUND

Wearable sensors for capturing physical condition.

Objective :Store the data from various sensors, from various vendors, in a standard, easily-queried format.

Page 3: Mid Term Plug And Work Presentation

11th July 20083

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.

Page 4: Mid Term Plug And Work Presentation

19 juin 2008Damien Bories - Composants JavaEE génériques 4

BACKGROUND RESEARCH

Use of XML for integration of dataTo describe input data format

And to store output data

XML schemas

Later : Xpath and XQuery for data querying.

Page 5: Mid Term Plug And Work Presentation

19 juin 2008Damien Bories - Composants JavaEE génériques 5

System Architecture

Raw Data files

XML Data files

Page 6: Mid Term Plug And Work Presentation

19 juin 2008Damien Bories - Composants JavaEE génériques 6

Raw Data

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)

XML File

Page 7: Mid Term Plug And Work Presentation

19 juin 2008Damien Bories - Composants JavaEE génériques 7

TEMPLATES

Raw Data File Template

Page 8: Mid Term Plug And Work Presentation

19 juin 2008Damien Bories - Composants JavaEE génériques 8

TEMPLATES

Other Raw Data File

Page 9: Mid Term Plug And Work Presentation

19 juin 2008Damien Bories - Composants JavaEE génériques 9

Do you have any question ?