Presentation is loading. Please wait.

Presentation is loading. Please wait.

/dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20021 Specification Framework for.

Similar presentations


Presentation on theme: "/dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20021 Specification Framework for."— Presentation transcript:

1 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20021 Specification Framework for Engineering Adaptive Web Applications Flavius Frasincar Geert-Jan Houben Richard Vdovjak* Databases & Hypermedia Group Department of Computer Science

2 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20022 Overview Introduction, Motivation and Goals Hera Design Methodology Conceptual Design Application Design Adaptation Design Prototype/Rendering Summary and Future Work

3 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20023 Introduction 1436 Printing Press (Johan Guttenberg) - facilitated storing and exchange of information/knowledge on a larger scale … 1989 WWW (Tim Berners-Lee) - information/knowledge exchange boost - “everything is on the Web” !? - huge success vs. huge mess

4 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20024 Motivation There are several methodologies for manual hypermedia presentation design but not so for automated design. The need for presentation automation is justified by the fact that most WIS are data driven There is an increasing need for presentation adaptation for different users/user platforms.

5 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20025 Goals Develop a framework that supports automated hypermedia presentation design for WIS: –Integrates heterogeneous data sources. –Facilitates presentation (server/client-side) adaptation: Network (T1, 128K, 56K etc.) Display (PC, Palm, WAP Phone etc.) User (preferences, interaction history etc.) –Enables semi-structured data queries.

6 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20026 Hera Design Methodology Originates from RMM (Relationship Management Methodology). Suggests a sequence of design steps to be taken when designing a web application. Supports –integration of heterogeneous information –automated presentation design –user/platform adaptation

7 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20027 Design Methodology Steps, Models, and Processing Engines

8 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20028 Conceptual Model (CM) Provides a uniform semantic view over different data sources that are integrated within a given Web application. Consists of hierarchies of concepts relevant within the given domain, their properties, and relations. Encoded in RDF(S).

9 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20029 Conceptual Model Example

10 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200210 CM Example RDF(S) Syntax

11 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200211 Application Model (AM) Describes hypermedia aspects of the presentation. Captures the navigational view over the CM Consists of (nested) slices and slice relationships –Slices - meaningful presentation units Associated to concepts from the CM Contain properties and possibly other slices (nesting) –Slice relationships: Aggregation relationships: index, tour, indexed guided tour… Reference relationships: link with an anchor specified. Encoded in RDF(S).

12 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200212 Application Model Example

13 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200213 AM Example RDF(S) Syntax

14 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200214 Adaptation/User Model Captures two kinds of adaptation –Adaptability takes into account the situation in which the user will use the presentation (e.g. the browsing platform). –Adaptivity means that the presentation changes itself according to the “state of the user’s mind” while being browsed. Consists of –Device/User Profile captures “static” visual and platform preferences encoded in CC/PP. –User Session represents the dynamic user’s state, e.g. did the user visit (learn) this slice (concept). –Application and Update Rules describe the behavior of the presentation (e.g. conditional slices in AM) and keep the User Session up-to-date (AHAM rules).

15 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200215 Adaptation Model Example

16 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200216 Adaptation Model Syntax Adaptability Condition Adaptivity Condition <rdfs:Class rdf:ID=“Slice.painter.main” slice:condition=“us:Biography =false”> <rdfs:Class rdf:ID=“Slice.painting.picture” slice:condition=“prf:ImageCapable=Yes”>

17 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200217 Profile Example Device/User Profile (CC/PP encoding) Screen size: 100x80, preferred language: English English … No 100x80 …

18 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200218 Update Rule (AHA) Example Update the Biography record in the User Session table to true after the user visited “Slice.painter.main”. … USValue us.Biography(“Rembrandt”) … false … USValue us.Biography(“Rembrandt”) … true …

19 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200219 Presentation Model Based on the concept of region which contains attributes and possibly other regions. Each region has a rectangular area associated. Slices are translated to regions, one slice can be mapped to several regions. Slice relationships are materialized with: –Navigational relationships –Spatial relationships –Temporal relationships

20 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200220 Region Relationships All region relationships can be guarded by a condition and/or an event. Navigational relationships: represent the classical hyperlinks. Possible events are: mouse-click, mouse-over etc. Temporal relationships: have associated a timeout event (e.g. time based on a media play duration). Spatial relationships: specify a relative position (qualitative or quantitative) between two regions.

21 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200221 Presentation Model Example

22 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200222 Synchronization Petri-net like notation for expressing synchronization (typical for multimedia data). Temporal Multidimensional

23 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200223 XSL Prototype XSLT code generation Two code generators: –HTML for PC Web browsers –WML code for WAP phone browsers XSL HTML WML

24 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200224 Rendering

25 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200225 Summary Hera methodology originated from RMM suggests a sequence of design steps. Our framework supports –integration of heterogeneous information (CM populated from several heterogeneous data sources) –automated presentation design: AM serves as a presentation blue print from which a concrete presentation is derived (wrt. a query) –user/platform adaptation (adaptability and adaptivity)

26 /dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 200226 Future Work Adaptation in all design steps including the Conceptual Model and Integration Model. Experiment with higher ontology languages (e.g. Oil) as the basis for the CM. Further development of tools for presentation rendering. Authoring tools that would help the designer to build specification models in all design steps.


Download ppt "/dept. of mathematics and computer science TU/e eindhoven university of technology wwwis.win.tue.nl/~hera WWW2002May 20021 Specification Framework for."

Similar presentations


Ads by Google