An Information-Model for Presentation Generation

Size: px
Start display at page:

Download "An Information-Model for Presentation Generation"

Transcription

1 An Information-Model for Presentation Generation Katja Otto, Heidrun Schumann University of Rostock, Computer Science Department D Rostock Germany {kotto, schumann}@informatik.uni-rostock.de Abstract: The effective and appropriate presentation of information is an essential task in our information society. The better the information can be described, the better it can be presented. This paper presents an approach for modelling information and its characteristics and describes, how it can be used for presentation generation. On the base of this approach we implemented a flexible framework for multimedia presentation generation. 1 Introduction A useful way for the presentation of information are multimedia-systems. They use different media for different messages and therefore they offer a great functionality. On the other hand, the presentation generation as well as the definition of interaction structure has to be done before using the system. This leads to high effort for development, low level of flexibility (e.g., varying users or information) and no possibility to integrate visualisation techniques. In contrast to it Intelligent Multimedia Systems (IMMPS) generate multimedia presentations on the fly responding to questions asked by an user. During this generation several influencing factors are considered (e.g., characteristics of the user, the application and the resources).therefore this systems realise a very flexible framework. Starting point of presentation generation in IMMPS is a question asked by an user. Based on this question information, which shall be presented, is selected. Depending on the selected information, different presentation techniques are more or less suitable. The better the information can be described the more appropriate and effective it can be presented. Nowadays IMMPS are special-purpose-systems, which manage special information with known characteristics only. In [Bord97] a general reference model for IMMPS is proposed, but a model of underlying information is not described. The goal of this paper is the development of an information model which is general and appropriate for flexible presentation generation. After a short survey on related work (chapter 2) a formal description as base for the information model is proposed (chapter 3). To refine the description of information we developed an object oriented paradigm which takes into consideration many characteristics of information. Therefore it is especially suitable for effective presentation generation (chapter 4). Finally a case study shows the useful application of the developed ideas in the field of ecology (chapter 5).

2 2 Related Work Today there is no common-sense definition of the concept information except Shannons approach [Shann76]. Shannons definition of information is a quantitative measure but does not allow qualitative statements, e.g. how useful is an information in a given situation. Therefore this definition is not suitable for modelling information in a presentation system. Instead of a general definition, there are many different definitions depending on the application background (cf., e.g., [Gersh94], [Behme93], [Roth93], [André93] and [Wendt91]). The description of information by Wendt [Wendt91] is treated as a proper basis for the development of an information model. Wendt describes information as something someone could know. As primary aspects of the world objects, attributes and relations are mentioned. As shown in figure 1, objects can be distinguished depending on whether they belong to the inner world or outer world and whether they are abstract ore concrete. According to this classification you can consider things, processes and terms as basic types of objects. objects in the outer world in the inner world concrete abstract things processes terms Figure 1: Objects according to [Wend91] Between objects exist several relations, for instance a consists-of-relation or the belongs-torelation. Additionally there can be defined relations between objects which result from the comparison of attribute values. An appropriate modelling of information for presentation generation also includes the description of different characteristics of information. This problem is a current topic. In the field of problem-oriented visualisation there exist different approaches to describe the characteristics of a data set as starting point of its suitable visualisation (e.g. [Mack86] and [Lang95]). The description of the characteristics of information is more complex as the description of data sets. Furthermore we are not restricted to the use of visualisation techniques rather we want to use different media. Several characteristics of information relevant for presentation generation are described in [Andr93], [Roth93], [Aren93] and [Zhou96]. But all of them focus on special details only. 3 Modelling and Characterisation of Information Starting with a formal description of relevant concepts (see [Wüns97]) we want to use the object oriented approach to refine the definition of information and its characteristics.

3 3.1 A formal problem description We want to use the term information object as a necessary abstraction of information representing data in an information processing system. An information object is a concrete object, which may be part of another information object. The information set IM is a discrete set of information objects: IM = {IO 1,..., IO n } i j: IO i = IO j with i j, n,i,j N The information structure IS is a relation, which defines the connections between the information objects. IS IM IM The information space IR is now defined by an information set and an information structure: IR = {IM, IS} with IM 1 and IS 0 Information objects are characterised by attributes. An attribute set AM is the set of all attributes A i of a set of information objects. AM = attr({io 1,..., IO k }) k N where attr({io 1,..., IO k }) = {A 1,..., A n } i j: A i = A j with i j, i,j,k,n N provides all attributes of a set of information objects. 3.2 An object-oriented information model The formal description introduced above clarifies main concepts, but the considered characteristics are not enough for presentation generation. Therefore we want to use an object oriented paradigm to refine the definitions. We interpret any information object as an object in the sense of object oriented modelling. We introduce several classes to summarise objects with equal characteristics and establish a class hierarchy to describe dependencies and connections between information objects. The development of the class hierarchy is based on the information description by Wendt (see chapter 2). We define things, processes and terms as basic classes of the upper class information object to distinguish the elements of the information set IM. To describe the elements of the information structure IS we introduce the relation object-object-relation. Because object-object-relations are not symmetrical we introduce the terms starting object and relation object to distinguish the meaning of information objects in the relation. The information space IR can be described as detailed as necessary by defining further subclasses. While the classification term thing process can be treated as general, the further refinement of classes is application dependent. Figure 2 shows an example for a possible class-refinement for an application concerning libraries.

4 information object abstract name term thing process starting object relation object sub-process book titel ISBN author price colour person full_name age address_town address_street address_number starting object relation object knows duration quality object-objectrelation librarian salary reader since YearWarning NumWarnings CurrWarning starting object likes_reading relation object Figure 2: An information model in the field of libraries 3.3 Characteristics of information space Now we want to discuss the question, what characteristics of the information space are relevant for presentation generation. Let us consider the properties of the elements of the information set IM and the attribute set AM Characteristics of information objects For presenting information objects the following characteristics can be considered as important: The class of the information object specifies the basic class of the information model, to which the information object belongs. That means, we only want to distinguish between the classes thing, process and term because these classes can be presented equally. Usually you present processes by video or animation, for example. The importance of information objects determines, in which amount the attention of the user should be focused on the information object. Here we can use a classification, for instance a three-step-classification (very important, important, informative). The visibility of information objects says, whether an information object is visible in real world by the human visual system or not. Table 1 summarises the described characteristics. characteristic class importance values thing, process, term very important, important, informative

5 visibility yes, no Table 1: Characteristics of information objects Characteristics of attributes Every information object is described by several attributes, which define a subset of the attribute set AM. Furthermore we want to permit the definition of attributes of object-objectrelations. It is possible that the user wants to get the presentation of information objects (or object-object-relations) together with their attributes (for example as response to the question Where do the readers live? ). But you can also imagine that attribute values should be presented without information objects (for example the question How old is Michael? does not require the presentation of Michael but of his age only). For both cases we need a proper description of attributes for presentation generation. The importance and the visibility of attributes can influence the choice of proper media for presentation, as already has been described for information objects. Furthermore, for an effective presentation of attributes we have to integrate several visualisation techniques. This requires a more detailed description of the characteristics of attributes, how it is usual in the field of problem-oriented visualisation. We want to consider the type of attributes [Lang97], the dependencies of attributes from each other [Hibb95] and the properties of ranges [Robe90], [Aren93], [Lang95]. Table 2 summarises the description of attributes. characteristic value type string, integer,... dependency dependent, independent continuity discrete, continuous ordering ordinal, nominal visibility yes, no importance very important, important, informative Table 2: Characteristics of attributes Characteristics of class hierarchy Characteristics of class hierarchy are especially relevant for goal specification and information selection (see 4.2). For example we need to know, which information objects belong to which classes of the information model and what classes of the information model are described by which attributes. Table 3 summarises these characteristics. characteristic value inheritance class subclass class-attributes class attributes Table 3: Characteristics of class hierarchy 4 The Usage of the information model for presentation generation Based on the described information model and its characteristics we will now analyse how it can be used for the process of intelligent presentation generation. Figure 3 shows this process with its basic steps. The whole process of intelligent presentation generation should not be

6 discussed in detail, because our paper focus on the integration of information description. A detailed discussion of presentation generation is given in [Otto98]. Application Media Selection Information Selection Media Realization Context Goal Formulation Media Coordination Figure 3: The process of intelligent presentation generation 4.1 Development of an application-independent format of information to be presented As described above the information model has to be refined application dependent. However, for usage in an intelligent multimedia presentation system it should be defined in an application independent format. This requires the development of an application-independent interface between information model and IMMPS. To realise real flexible response to questions of the user, this interface should include the description and distinction of the elements of information space, which should be presented. These are: information objects, which shall be presented, as a subset of the information set IM, object-object-relations, which shall be presented, belonging to the information structure IS, attribute values, which shall be presented, as a subset of the attribute set AM. Furthermore, some connections between these elements could be interesting. That s why the interface has to describe two additional aspects: information objects with their attributes, which shall be presented, so called object-attributerelations, object-object-relations with their attributes, which shall be presented, so called objectobject-attribute-relations. The characteristics of these information elements, which shall be presented, can be determined by characteristics of the information space as described in chapter 3. Some of these characteristics are probably integrated in the element description and therefore they can be simply taken on (e.g., visibility of a single information object). Some have to be deduced and determined on the fly (e.g., visibility of a set of information object or the number of information elements to be presented ). 4.2 Intuitive goal formulation The first step of intelligent presentation generation is the specification of a question (or goal) by the user. A real problem by using IMMPS is the appropriate specification of a set of questions, which the user can ask the system.

7 The information model described in this paper makes it possible to solve this problem intuitively and problem-oriented under the following assumption: Every question consists of two parts a general and a special part. The general part refers to special classes of the information model and specifies general requirements (e.g., for things other questions are relevant than for processes, for persons other than for books). Every class of the information model can be related to such a set of relevant questions. Figure 4 shows some examples of general parts of questions and their relation to classes of the information model for our library-example. Show %1!, information object How long does %1 know %2?, Person, Person information object thing process term How long takes %1?, process How old is %1?, Person person book Describe the book %1!, book librarian reader What does %1like reading?, Leser Figure 4: General parts of questions for an example The special part asks for concrete information objects according to the class of information model the question refers to (e.g., Gabi if the question refers to the class person ). Questions to be asked by the user according to Figure 4 include How old is Gabi? or Describe BOOKx!. First the user specifies the general part of a question, normally by selecting it from list-boxes (e.g., How old is...? ). After he defined the special part of the question, he specifies an information object (e.g., Gabi ). The system knows, which information objects belong to which classes of the information model and that is why these information objects only can be provided to the user for selection. Depending on the specified question the information to be presented is selected from the information space and transformed in the application-independent format (see 4.1). 4.3 Media selection The task of media selection is the linking of information elements with appropriate media types for presentation. Media selection can be organised as a multi-stage process, influenced by a great amount of different factors (see [Otto98]). An important influencing factor is the characteristic of the information elements, which shall be presented, for example: the class or type (e.g., attribute values could be presented by diagrams or tables, information objects by images, videos or text), the importance ( e.g., important information should be stressed by special media like sound or icons), the visibility (e.g., not visible information can not be presented by video or photography) or number of information elements.

8 4.4 Media realisation While the media selection step associates information elements with media types, the task of the media realisation step is the selection and/or creation of concrete media objects according to the selected media types. The selection of media objects assumes, there exist different media objects (at least one), which are linked with an information element, which shall be presented (e.g. an image about an information object). The connection between information objects and media objects is described by a so-called information content. This information content says which information object is where and how good it is presented by the media object. The information content is the main criterion for the selection of proper media objects for the presentation. The generation of new media objects on the fly is based on the abstract description of information according to our information model. This abstract description makes it possible to integrate various presentation techniques. Attribute values and object-attribute-relations could be treated as equivalent to data in scientific visualisation. Our description of the characteristics of attributes considers this fact. Therefore we can use the results of problem-oriented visualisation for the generation of media objects. 4.5 Media co-ordination During media co-ordination media objects are arranged to achieve the resulting multimedia presentation. This process should consider characteristics of information, which shall be presented too, especially the importance of information objects. That is why it seems to be convenient to place media objects with high importance on stressed positions to get the attention of the user (e.g., in the left upper corner of an window or centred). 4.6 Information related interaction on the presentation While in the field of computer graphics the selection of graphical objects from pictures could be treated as usual, it is generally not possible in multimedia applications. For our approach we defined the information content, which contains the position and characteristics of information objects in a media objects. That means, we are able to select information objects from a media object like a raster image and ask questions about it. This enables dynamic interaction structures and therefore an intuitive usage of the system. 5 An example for using the information model in IMMPS Based on the information model described in this paper an IMMPS was developed, which has been applied in practice. The developed IMMPS is used for an information system in the field of ecology. It presents information about a mobile soil clearing station, its usage, parts, repairing and related knowledge. The information model and its characteristics are stored in a database. The IMMPS was realised according to the standard reference model for IMMPS. It uses various media objects like images, videos and text-descriptions, which are linked with information objects by an information content. Furthermore the system allows the generation of media objects like diagrams, graphs, lists or tables for a flexible presentation generation. Figure 5 shows the developed interface. The left part of the window is used for the specification of questions the right part for displaying the generated presentation. The specification of questions by the user is done by selecting the general and special part of the question from listboxes. Additionally the user can select information objects from the presentation (in the right part of the window), which causes the display of relevant questions in the upper listbox.

9 Figure 5: Interface of the developed IMMPS 6 Conclusion The paper presented a proposal for an information model. We discussed how to use this information model during the presentation generation. That means, we are able to get very flexible presentations appropriate for a given information. Furthermore this approach offers an intuitive way for selecting information by questions and also for selecting information objects from the presentation. A first application in a practical system has been described. 7 References [Andr93] [Aren93] André, E. and Rist, T.: The Design of Illustrated Documents as a Planning Task. In: Maybury, M. T. (ed.): Intelligent Multimedia Interfaces, MIT Press, Massachusetts 1993, pp Arens, Y.; Hovy, E.H.; Vossers, M.: On the Knowledge Underlying Multimedia Presentations. In: Maybury, M. T. (ed.): Intelligent Multimedia Interfaces, MIT Press, Massachusetts 1993, pp [Behm93] Behme, W.: Entwurf eines objektorientierten Meta-Informationssystems zur Unterstützung der Informationslogistik, Dissertation, Hildesheim, 1993 [Bord97] [Brod92] Bordegoni, M. et al.: A Standard Reference Model for Intelligent Multimedia Presentation Systems. Computer Standards and Application of Standards for Computers, Data Communications and Interfaces, 1997 Brodlie, K.W. et al. (eds.): Scientific Visualization - Techniques and Applications, Springer, Berlin 1992

10 [Gers94] [Hibb95] [Lang95] Gershon, N.D.: Informations Visualization: The next frontier, in: Proceedings SIGGRAPH 94, Orlando, Florida, 1994 Hibbard, W.L.; Dyer, C.R.; Paul, B.E.: Interacitivity and the Dimensionality of Data Displays. In: Grinstein, G.; Levkowitz, H. (eds.): Perceptual Issues in Visualization, Springer, Berlin, 1995 Lange, S.; Schumann, H..; Müller, W.; Krömker, D.: Problem-oriented visualization of multi-dimensional data sets. In: Scateni, R. (ed.): Scientific Visualization, World Scientific, Singapore, 1995 [Lang97] Lange, S.: Ermittlung von Wertebereichs- und Schlüsseleigenschaften für Visualisierungsentscheidungen, Preprint CS-10-97, Preprints aus dem Fachbereich Informatik, Universität Rostock, 1997 [Mack86] [Otto98] [Robe90] [Roth93] [Shan76] [Wend91] [Wüns97] [Zhou96] Mackinlay, J.: Automating the design of graphical presentations of relational information. ACM Transactions on Graphics, 5(2): , 1986 Otto, K.; Schumann, H.: Knowledge-Based Multimedia Presentation Generation, submitted for ACIM 98, The 6 th ACM International Multimedia Conference, Bristol, UK, Sep Robertson, P.K.: A Methodology for Scientific Data Visualization: Choosing Representations Based on a Natural Scene Paradigm. In: Proceedings Visualization 90, San Francisco, 1990 Roth, S.F.; Hefley, W.E.: Intelligent Multimedia Presentation Systems: Research and Principles. In: Maybury, M. T. (ed.): Intelligent Multimedia Interfaces, MIT Press, Massachusetts 1993, pp Shannon, C.E.; Weaver, W.: Mathematische Grundlagen der Informationstheorie, R.Oldenburg-Verlag, München, Wien, 1976 Wendt, S.: Nichtphysikalische Grundlagen der Informationstechnik, Springer, Berlin, 1991 Wünsche, Veikko: Information und Präsentation, Diplomarbeit, Universität Rostock, Fachbereich Informatik, 1997 Zhou, M.X.; Feiner, S.K.: Data Characterization For Automatically Visualizing Heterogeneous Information. In: Proceedings IEEE Symposium on Information Visualization 96, IEEE Computer Society Press, 1996

Alternatives for the Presentation of Information in a Mobile Environment

Alternatives for the Presentation of Information in a Mobile Environment Alternatives for the Presentation of Information in a Mobile Environment Susanne Lange, Uwe Rauschenbach, Heidrun Schumann Rostock University Computer Science Department D-18051 Rostock Germany Email:

More information

Problem-oriented visualisation of multi-dimensional data sets

Problem-oriented visualisation of multi-dimensional data sets Problem-oriented visualisation of multi-dimensional data sets Susanne Lange University of Rostock Department of Computer Science Institute for Computer Graphics Albert-Einstein-Str. 21 18051 Rostock phone:

More information

Location in railway traffic: generation of a digital map for secure applications

Location in railway traffic: generation of a digital map for secure applications Computers in Railways X 459 Location in railway traffic: generation of a digital map for secure applications F. Böhringer & A. Geistler Institut für Mess- und Regelungstechnik, University of Karlsruhe,

More information

Meta Data for Visual Data Mining

Meta Data for Visual Data Mining Meta Data for Visual Data Mining Thomas Nocke Institute of Computer Graphics University of Rostock Germany nocke@informatik.uni-rostock.de Heidrun Schumann Institute of Computer Graphics University of

More information

FORMAL USABILITY EVALUATION OF INTERACTIVE SYSTEMS. Nico Hamacher 1, Jörg Marrenbach 2, Karl-Friedrich Kraiss 3

FORMAL USABILITY EVALUATION OF INTERACTIVE SYSTEMS. Nico Hamacher 1, Jörg Marrenbach 2, Karl-Friedrich Kraiss 3 In: Johannsen, G. (Eds.): 8th IFAC/IFIP/IFORS/IEA Symposium on Analysis, Design, and Evaluation of Human Machine Systems 2001. Preprints, pp. 577-581, September 18-20, Kassel, VDI /VDE-GMA FORMAL USABILITY

More information

Master Thesis: ESB Based Automated EA Documentation

Master Thesis: ESB Based Automated EA Documentation Fakultät für Informatik Technische Universität München Master Thesis: ESB Based Automated EA Documentation Final presentation Student: Supervisor: Advisors: Sebastian Grunow Prof. Pontus Johnson Markus

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2002 Vol. 1, No. 2, July-August 2002 The Theory of Classification Part 2: The Scratch-Built

More information

Challenge information logistics in decentralised structures.

Challenge information logistics in decentralised structures. Challenge information logistics in decentralised structures. H. Kuhnle 1 ), K.-H. Sternemann 2 ) 1) Otto-von-Guericke-Universitiit Magdeburg Lehrstuhl for Fabrikbetrieb und Produktionssysteme Universitiitsplatz

More information

13 AutoFocus 3 - A Scientific Tool Prototype for Model-Based Development of Component-Based, Reactive, Distributed Systems

13 AutoFocus 3 - A Scientific Tool Prototype for Model-Based Development of Component-Based, Reactive, Distributed Systems 13 AutoFocus 3 - A Scientific Tool Prototype for Model-Based Development of Component-Based, Reactive, Distributed Systems Florian Hölzl and Martin Feilkas Institut für Informatik Technische Universität

More information

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems Jan Polowinski Martin Voigt Technische Universität DresdenTechnische Universität Dresden 01062 Dresden, Germany

More information

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN NOTES ON OBJECT-ORIENTED MODELING AND DESIGN Stephen W. Clyde Brigham Young University Provo, UT 86402 Abstract: A review of the Object Modeling Technique (OMT) is presented. OMT is an object-oriented

More information

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning Naofumi YOSHIDA In this paper we discuss on multimedia database technologies

More information

Traffic Analysis on Business-to-Business Websites. Masterarbeit

Traffic Analysis on Business-to-Business Websites. Masterarbeit Traffic Analysis on Business-to-Business Websites Masterarbeit zur Erlangung des akademischen Grades Master of Science (M. Sc.) im Studiengang Wirtschaftswissenschaft der Wirtschaftswissenschaftlichen

More information

OBJECT ORIENTED SYSTEM DEVELOPMENT Software Development Dynamic System Development Information system solution Steps in System Development Analysis

OBJECT ORIENTED SYSTEM DEVELOPMENT Software Development Dynamic System Development Information system solution Steps in System Development Analysis UNIT I INTRODUCTION OBJECT ORIENTED SYSTEM DEVELOPMENT Software Development Dynamic System Development Information system solution Steps in System Development Analysis Design Implementation Testing Maintenance

More information

Planar union of rectangles with sides parallel to the coordinate axis

Planar union of rectangles with sides parallel to the coordinate axis 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Planar union of rectangles with sides parallel to the coordinate axis Daniel Schmid, Hanspeter Bopp Department of

More information

efmea RAISING EFFICIENCY OF FMEA BY MATRIX-BASED FUNCTION AND FAILURE NETWORKS

efmea RAISING EFFICIENCY OF FMEA BY MATRIX-BASED FUNCTION AND FAILURE NETWORKS efmea RAISING EFFICIENCY OF FMEA BY MATRIX-BASED FUNCTION AND FAILURE NETWORKS Maik Maurer Technische Universität München, Product Development, Boltzmannstr. 15, 85748 Garching, Germany. Email: maik.maurer@pe.mw.tum.de

More information

Load Balancing for Problems with Good Bisectors, and Applications in Finite Element Simulations

Load Balancing for Problems with Good Bisectors, and Applications in Finite Element Simulations Load Balancing for Problems with Good Bisectors, and Applications in Finite Element Simulations Stefan Bischof, Ralf Ebner, and Thomas Erlebach Institut für Informatik Technische Universität München D-80290

More information

Instance Specialization a Pattern for Multi-level Meta Modelling

Instance Specialization a Pattern for Multi-level Meta Modelling Instance Specialization a Pattern for Multi-level Meta Modelling Matthias Jahn, Bastian Roth and Stefan Jablonski Chair for Applied Computer Science IV: Databases and Information Systems University of

More information

Structuring the First Steps of Requirements Elicitation

Structuring the First Steps of Requirements Elicitation Structuring the First Steps of Requirements Elicitation Jeanine Souquières, Maritta Heisel To cite this version: Jeanine Souquières, Maritta Heisel. Structuring the First Steps of Requirements Elicitation.

More information

A Platform for Output Dialogic Strategies in Natural Multimodal Dialogue Systems. Meriam Horchani, Laurence Nigay and Franck Panaget

A Platform for Output Dialogic Strategies in Natural Multimodal Dialogue Systems. Meriam Horchani, Laurence Nigay and Franck Panaget A Platform for Output Dialogic Strategies in Natural Multimodal Dialogue Systems Meriam Horchani, Laurence Nigay and Franck Panaget Presentation by Paul Freitas Motivation Multimodal Communication Very

More information

Designing a Semantic Ground Truth for Mathematical Formulas

Designing a Semantic Ground Truth for Mathematical Formulas Designing a Semantic Ground Truth for Mathematical Formulas Alan Sexton 1, Volker Sorge 1, and Masakazu Suzuki 2 1 School of Computer Science, University of Birmingham, UK, A.P.Sexton V.Sorge@cs.bham.ac.uk,

More information

Lecture 07: Class Diagrams II

Lecture 07: Class Diagrams II Software Design, Modelling and Analysis in UML Lecture 07: lass Diagrams II 2014-11-13 Prof. Dr. Andreas Podelski, Dr. Bernd Westphal Albert-Ludwigs-Universität Freiburg, Germany ontents & Goals Last Lecture:

More information

The Conference Review System with WSDM

The Conference Review System with WSDM The Conference Review System with WSDM Olga De Troyer, Sven Casteleyn Vrije Universiteit Brussel WISE Research group Pleinlaan 2, B-1050 Brussel, Belgium Olga.DeTroyer@vub.ac.be, svcastel@vub.ac.be 1 Introduction

More information

OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES

OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES MILAN ZELENY Introduction Fordham University, New York, USA mzeleny@fordham.edu Many older texts, with titles like Globally Optimal

More information

Managing test suites for services

Managing test suites for services Managing test suites for services Kathrin Kaschner Universität Rostock, Institut für Informatik, 18051 Rostock, Germany kathrin.kaschner@uni-rostock.de Abstract. When developing an existing service further,

More information

Information mining and information retrieval : methods and applications

Information mining and information retrieval : methods and applications Information mining and information retrieval : methods and applications J. Mothe, C. Chrisment Institut de Recherche en Informatique de Toulouse Université Paul Sabatier, 118 Route de Narbonne, 31062 Toulouse

More information

Usability Evaluation of Universal User Interfaces with the Computer-aided Evaluation Tool PROKUS

Usability Evaluation of Universal User Interfaces with the Computer-aided Evaluation Tool PROKUS Usability Evaluation of Universal User Interfaces with the Computer-aided Evaluation Tool PROKUS Gert Zülch and Sascha Stowasser ifab-institute of Human and Industrial Engineering, University of Karlsruhe,

More information

CEM Visualisation and Discovery in

CEM Visualisation and Discovery in CEM Visualisation and Discovery in Email Richard Cole 1, Peter Eklund 1, Gerd Stumme 2 1 Knowledge, Visualisation and Ordering Laboratory School of Information Technology, Griffith University, Gold Coast

More information

2 Data Reduction Techniques The granularity of reducible information is one of the main criteria for classifying the reduction techniques. While the t

2 Data Reduction Techniques The granularity of reducible information is one of the main criteria for classifying the reduction techniques. While the t Data Reduction - an Adaptation Technique for Mobile Environments A. Heuer, A. Lubinski Computer Science Dept., University of Rostock, Germany Keywords. Reduction. Mobile Database Systems, Data Abstract.

More information

Pattern-Oriented Development with Rational Rose

Pattern-Oriented Development with Rational Rose Pattern-Oriented Development with Rational Rose Professor Peter Forbrig, Department of Computer Science, University of Rostock, Germany; Dr. Ralf Laemmel, Department of Information Management and Software

More information

David Hellenbrand and Udo Lindemann Technische Universität München, Institute of Product Development, Germany

David Hellenbrand and Udo Lindemann Technische Universität München, Institute of Product Development, Germany 10 TH INTERNATIONAL DESIGN STRUCTURE MATRIX CONFERENCE, DSM 08 11 12 NOVEMBER 2008, STOCKHOLM, SWEDEN USING THE DSM TO SUPPORT THE SELECTION OF PRODUCT CONCEPTS David Hellenbrand and Udo Lindemann Technische

More information

Brecht, Rike; Kunert, Tibor; Krömker, Heidi : User requirements and design guidance for interactive TV news applications

Brecht, Rike; Kunert, Tibor; Krömker, Heidi : User requirements and design guidance for interactive TV news applications Brecht, Rike; Kunert, Tibor; Krömker, Heidi : User requirements and design guidance for interactive TV news applications Publikation entstand im Rahmen der Veranstaltung: EuroITV 2005, 3rd European Conference

More information

Information and documentation Library performance indicators

Information and documentation Library performance indicators Provläsningsexemplar / Preview INTERNATIONAL STANDARD ISO 11620 Third edition 2014-06-01 Information and documentation Library performance indicators Information et documentation Indicateurs de performance

More information

Application Programm 1

Application Programm 1 A Concept of Datamigration in a Distributed, Object-Oriented Knowledge Base Oliver Schmid Research Institute for Robotic and Real-Time Systems, Department of Computer Science, Technical University of Munich,

More information

Centrum voor Wiskunde en Informatica

Centrum voor Wiskunde en Informatica Centrum voor Wiskunde en Informatica INS Information Systems INformation Systems Semantics in Multi-facet Hypermedia Authoring Kateryna Falkovych, Frank Nack, Jacco van Ossenbruggen, Lloyd Rutledge REPORT

More information

Analytical Evaluation of Interactive Systems regarding the Ease of Use *

Analytical Evaluation of Interactive Systems regarding the Ease of Use * Analytical Evaluation of Interactive Systems regarding the Ease of Use * Nico Hamacher 1, Jörg Marrenbach 2 1 EMail: hamacher@techinfo.rwth-aachen.de 2 EMail: marrenbach@techinfo.rwth-aachen.de Abstract

More information

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Safety and Reliability Analysis Models: Overview

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Safety and Reliability Analysis Models: Overview (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Safety and Reliability Analysis Models: Overview Content Classification Hazard and Operability Study (HAZOP) Preliminary Hazard Analysis (PHA) Event

More information

Information Retrieval and Knowledge Organisation

Information Retrieval and Knowledge Organisation Information Retrieval and Knowledge Organisation Knut Hinkelmann Content Information Retrieval Indexing (string search and computer-linguistic aproach) Classical Information Retrieval: Boolean, vector

More information

The Impact of Write Back on Cache Performance

The Impact of Write Back on Cache Performance The Impact of Write Back on Cache Performance Daniel Kroening and Silvia M. Mueller Computer Science Department Universitaet des Saarlandes, 66123 Saarbruecken, Germany email: kroening@handshake.de, smueller@cs.uni-sb.de,

More information

Feature Extraction in Wireless Personal and Local Area Networks

Feature Extraction in Wireless Personal and Local Area Networks Feature Extraction in Wireless Personal and Local Area Networks 29. October 2003, Singapore Institut für Praktische Informatik Johannes Kepler Universität Linz, Austria rene@soft.uni-linz.ac.at < 1 > Content

More information

RAMSES: a Reflective Middleware for Software Evolution

RAMSES: a Reflective Middleware for Software Evolution RAMSES: a Reflective Middleware for Software Evolution Walter Cazzola 1, Ahmed Ghoneim 2, and Gunter Saake 2 1 Department of Informatics and Communication, Università degli Studi di Milano, Italy cazzola@dico.unimi.it

More information

Enhancing Visual Exploration by Appropriate Color Coding

Enhancing Visual Exploration by Appropriate Color Coding Enhancing Visual Exploration by Appropriate Color Coding Christian Tominski University of Rostock Institute for Computer Science A.-Einstein-Str. 21 18059 Rostock, Germany ct@informatik.uni-rostock.de

More information

Multi-dimensional Representations of Conceptual Hierarchies

Multi-dimensional Representations of Conceptual Hierarchies Multi-dimensional Representations of Conceptual Hierarchies Peter Becker Distributed System Technology Centre (DSTC) Knowledge, Visualization and Ordering Laboratory (KVO) Griffith University PMB 50, Gold

More information

Decision Making in Intelligent User Interfaces

Decision Making in Intelligent User Interfaces 1997 ACM INTERNATIONAL CONFERENCE ON INTELLIGENT USER INTERFACES ORLANDO, USA, JANUARY 6-9, 1997 Decision Making in Intelligent User Interfaces Constantine Stephanidis Charalampos Karagiannidis Adamantios

More information

Visualisation of Buildings using VRML - An Example

Visualisation of Buildings using VRML - An Example Visualisation of Buildings using VRML - An Example Prof. Gerd KEHNE, Germany Keywords: Facility Management, Visualisation of Buildings. ABSTRACT This article presents an example, which shows how the visualisation

More information

Plane Based Free Stationing for Building Models

Plane Based Free Stationing for Building Models Christian MANTHE, Germany Key words: plane based building model, plane detection, plane based transformation SUMMARY 3D Building models are used to construct, manage and rebuild buildings. Thus, associated

More information

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN International Journal of Scientific & Engineering Research Volume 8, Issue 5, May-2017 106 Self-organizing behavior of Wireless Ad Hoc Networks T. Raghu Trivedi, S. Giri Nath Abstract Self-organization

More information

Configuration Management for Component-based Systems

Configuration Management for Component-based Systems Configuration Management for Component-based Systems Magnus Larsson Ivica Crnkovic Development and Research Department of Computer Science ABB Automation Products AB Mälardalen University 721 59 Västerås,

More information

Generalized Coordinates for Cellular Automata Grids

Generalized Coordinates for Cellular Automata Grids Generalized Coordinates for Cellular Automata Grids Lev Naumov Saint-Peterburg State Institute of Fine Mechanics and Optics, Computer Science Department, 197101 Sablinskaya st. 14, Saint-Peterburg, Russia

More information

Introduction. Design for Strength and Endurance- Introduction. Screen Titles

Introduction. Design for Strength and Endurance- Introduction. Screen Titles Introduction Screen Titles Course Objective and Overview Content and Format Proposed Study Guide Installation and Operation Introduction - 1 - C.F. Zorowski 2002 Introduction - 2 - C.F. Zorowski 2002 Course

More information

RINGS : A Technique for Visualizing Large Hierarchies

RINGS : A Technique for Visualizing Large Hierarchies RINGS : A Technique for Visualizing Large Hierarchies Soon Tee Teoh and Kwan-Liu Ma Computer Science Department, University of California, Davis {teoh, ma}@cs.ucdavis.edu Abstract. We present RINGS, a

More information

Requirements Engineering for Enterprise Systems

Requirements Engineering for Enterprise Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Requirements Engineering for Enterprise Systems

More information

Höllische Programmiersprachen Hauptseminar im Wintersemester 2014/2015 Determinism and reliability in the context of parallel programming

Höllische Programmiersprachen Hauptseminar im Wintersemester 2014/2015 Determinism and reliability in the context of parallel programming Höllische Programmiersprachen Hauptseminar im Wintersemester 2014/2015 Determinism and reliability in the context of parallel programming Raphael Arias Technische Universität München 19.1.2015 Abstract

More information

Evolving SQL Queries for Data Mining

Evolving SQL Queries for Data Mining Evolving SQL Queries for Data Mining Majid Salim and Xin Yao School of Computer Science, The University of Birmingham Edgbaston, Birmingham B15 2TT, UK {msc30mms,x.yao}@cs.bham.ac.uk Abstract. This paper

More information

MERGING BUSINESS VOCABULARIES AND RULES

MERGING BUSINESS VOCABULARIES AND RULES MERGING BUSINESS VOCABULARIES AND RULES Edvinas Sinkevicius Departament of Information Systems Centre of Information System Design Technologies, Kaunas University of Lina Nemuraite Departament of Information

More information

Modelling Functionality of Train Control Systems using Petri Nets

Modelling Functionality of Train Control Systems using Petri Nets Modelling Functionality of Train Control Systems using Petri Nets Michael Meyer zu Hörste and Hardi Hungar German Aerospace Centre (DLR) Institute of Transportation Systems Lilienthaplatz 7, 38108 Braunschweig,

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT PROJECT PERIODIC REPORT Grant Agreement number: 257403 Project acronym: CUBIST Project title: Combining and Uniting Business Intelligence and Semantic Technologies Funding Scheme: STREP Date of latest

More information

Test designs for evaluating the effectiveness of mail packs Received: 30th November, 2001

Test designs for evaluating the effectiveness of mail packs Received: 30th November, 2001 Test designs for evaluating the effectiveness of mail packs Received: 30th November, 2001 Leonard Paas previously worked as a senior consultant at the Database Marketing Centre of Postbank. He worked on

More information

CONFIDENCE INTERVALS FROM A SINGLE SIMULATION USING THE DELTA METHOD 1

CONFIDENCE INTERVALS FROM A SINGLE SIMULATION USING THE DELTA METHOD 1 CONFIDENCE INTERVALS FROM A SINGLE SIMULATION USING THE DELTA METHOD Christoph Roser Masaru Nakano Toyota Central Research and Development Laboratories Nagakute, Aichi, 480-9, JAPAN croser@robotics.tytlabs.co.jp

More information

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 05 MELBOURNE, AUGUST 15-18, 2005

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 05 MELBOURNE, AUGUST 15-18, 2005 INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED MELBOURNE, AUGUST -, METHOD USING A SELF-ORGANISING MAP FOR DRIVER CLASSIFI- CATION AS A PRECONDITION FOR CUSTOMER ORIENTED DESIGN Albert Albers and

More information

Towards a Global Component Architecture for Learning Objects: An Ontology Based Approach

Towards a Global Component Architecture for Learning Objects: An Ontology Based Approach Towards a Global Component Architecture for Learning Objects: An Ontology Based Approach Katrien Verbert, Joris Klerkx, Michael Meire, Jehad Najjar, and Erik Duval Dept. Computerwetenschappen, Katholieke

More information

SAP. Modeling Guide for PPF

SAP. Modeling Guide for PPF Modeling Guide for PPF Contents 1 Document Organization... 3 1.1 Authors... 3 1.2 Intended Group of Readers... 3 1.3 References... 3 1.4 Glossary... 4 2 Modeling Guidelines - Application Analysis... 6

More information

Rapid Prototyping with APICES

Rapid Prototyping with APICES Rapid Prototyping with APICES Ansgar Bredenfeld GMD Institute for System Design Technology D-53754 Sankt Augustin, Germany bredenfeld@gmd.de http://set.gmd.de/apices APICES is a tool for very rapid development

More information

Grundlagen methodischen Arbeitens Informationsvisualisierung [WS ] Monika Lanzenberger

Grundlagen methodischen Arbeitens Informationsvisualisierung [WS ] Monika Lanzenberger Grundlagen methodischen Arbeitens Informationsvisualisierung [WS0708 01 ] Monika Lanzenberger lanzenberger@ifs.tuwien.ac.at 17. 10. 2007 Current InfoVis Research Activities: AlViz 2 [Lanzenberger et al.,

More information

AUTOMATIC RECTIFICATION OF IMAGES THROUGH SCALE INDEPENDENT TARGETS

AUTOMATIC RECTIFICATION OF IMAGES THROUGH SCALE INDEPENDENT TARGETS AUTOMATIC RECTIFICATION OF IMAGES THROUGH SCALE INDEPENDENT TARGETS G. Artese a a Land Planning Dept, University of Calabria, 87036 Rende, Italy - g.artese@unical.it KEY WORDS: Target Recognition, Orthoimage,

More information

ROUGH SETS THEORY AND UNCERTAINTY INTO INFORMATION SYSTEM

ROUGH SETS THEORY AND UNCERTAINTY INTO INFORMATION SYSTEM ROUGH SETS THEORY AND UNCERTAINTY INTO INFORMATION SYSTEM Pavel Jirava Institute of System Engineering and Informatics Faculty of Economics and Administration, University of Pardubice Abstract: This article

More information

3D GAMING AND CARTOGRAPHY - DESIGN CONSIDERATIONS FOR GAME-BASED GENERATION OF VIRTUAL TERRAIN ENVIRONMENTS

3D GAMING AND CARTOGRAPHY - DESIGN CONSIDERATIONS FOR GAME-BASED GENERATION OF VIRTUAL TERRAIN ENVIRONMENTS 3D GAMING AND CARTOGRAPHY - DESIGN CONSIDERATIONS FOR GAME-BASED GENERATION OF VIRTUAL TERRAIN ENVIRONMENTS Abstract Oleggini L. oleggini@karto.baug.ethz.ch Nova S. nova@karto.baug.ethz.ch Hurni L. hurni@karto.baug.ethz.ch

More information

On Considerations of Language in the Diagonal Proof

On Considerations of Language in the Diagonal Proof On Considerations of Language in the Diagonal Proof James R Meyer 31 January 2019 Abstract This paper analyzes the diagonal proof while taking careful account of considerations of language. The analysis

More information

Otmane Azeroual abc a

Otmane Azeroual abc a Improving the Data Quality in the Research Information Systems Otmane Azeroual abc a German Center for Higher Education Research and Science Studies (DZHW), Schützenstraße 6a, Berlin, 10117, Germany b

More information

Introduction 1.1 SERVER-CENTRIC IT ARCHITECTURE AND ITS LIMITATIONS

Introduction 1.1 SERVER-CENTRIC IT ARCHITECTURE AND ITS LIMITATIONS 1 Introduction The purpose of this chapter is to convey the basic idea underlying this book. To this end we will first describe conventional server-centric IT architecture and sketch out its limitations

More information

DETC A NEW EVENT MODEL FOR PML

DETC A NEW EVENT MODEL FOR PML Proceedings of the ASME 2009 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 2009 August 30-September 2, 2009, San Diego, USA DETC2009-87298

More information

HOW TO PROVE AND ASSESS CONFORMITY OF GUM-SUPPORTING SOFTWARE PRODUCTS

HOW TO PROVE AND ASSESS CONFORMITY OF GUM-SUPPORTING SOFTWARE PRODUCTS XX IMEKO World Congress Metrology for Green Growth September 9-14, 2012, Busan, Republic of Korea HOW TO PROVE AND ASSESS CONFORMITY OF GUM-SUPPORTING SOFTWARE PRODUCTS N. Greif, H. Schrepf Physikalisch-Technische

More information

Triangle Strip Multiresolution Modelling Using Sorted Edges

Triangle Strip Multiresolution Modelling Using Sorted Edges Triangle Strip Multiresolution Modelling Using Sorted Edges Ó. Belmonte Fernández, S. Aguado González, and S. Sancho Chust Department of Computer Languages and Systems Universitat Jaume I 12071 Castellon,

More information

Category Theory in Ontology Research: Concrete Gain from an Abstract Approach

Category Theory in Ontology Research: Concrete Gain from an Abstract Approach Category Theory in Ontology Research: Concrete Gain from an Abstract Approach Markus Krötzsch Pascal Hitzler Marc Ehrig York Sure Institute AIFB, University of Karlsruhe, Germany; {mak,hitzler,ehrig,sure}@aifb.uni-karlsruhe.de

More information

Preservation Planning in the OAIS Model

Preservation Planning in the OAIS Model Preservation Planning in the OAIS Model Stephan Strodl and Andreas Rauber Institute of Software Technology and Interactive Systems Vienna University of Technology {strodl, rauber}@ifs.tuwien.ac.at Abstract

More information

User Manual. for the Digital Information System Social Indicators for the Federal Republic of Germany (DISI), Version 2.1

User Manual. for the Digital Information System Social Indicators for the Federal Republic of Germany (DISI), Version 2.1 User Manual for the Digital Information System Social Indicators for the Federal Republic of Germany (DISI), Version 2.1 disi 2.1 Made by: Center for Survey Research and Methodology (ZUMA); Social Indicators

More information

EMF Refactor: Specification and Application of Model Refactorings within the Eclipse Modeling Framework

EMF Refactor: Specification and Application of Model Refactorings within the Eclipse Modeling Framework EMF Refactor: Specification and Application of Model Refactorings within the Eclipse Modeling Framework Thorsten Arendt a, Florian Mantz b, Gabriele Taentzer a a Philipps-Universität Marburg, FB12 - Mathematics

More information

EMF Metrics: Specification and Calculation of Model Metrics within the Eclipse Modeling Framework

EMF Metrics: Specification and Calculation of Model Metrics within the Eclipse Modeling Framework EMF Metrics: Specification and Calculation of Model Metrics within the Eclipse Modeling Framework Thorsten Arendt a, Pawel Stepien a, Gabriele Taentzer a a Philipps-Universität Marburg, FB12 - Mathematics

More information

ATLAS.ti 6 Distinguishing features and functions

ATLAS.ti 6 Distinguishing features and functions ATLAS.ti 6 Distinguishing features and functions This document is intended to be read in conjunction with the Choosing a CAQDAS Package Working Paper which provides a more general commentary of common

More information

A MULTI-DIMENSIONAL DATA ORGANIZATION THAT ASSISTS IN THE PARSING AND PRODUCTION OF A SENTENCE

A MULTI-DIMENSIONAL DATA ORGANIZATION THAT ASSISTS IN THE PARSING AND PRODUCTION OF A SENTENCE A MULTI-DIMENSIONAL DATA ORGANIZATION THAT ASSISTS IN THE PARSING AND PRODUCTION OF A SENTENCE W. Faris and K. Cheng Department of Computer Science University of Houston Houston, TX, 77204, USA http://www.cs.uh.edu

More information

HIGH-SPEED THEE-DIMENSIONAL TOMOGRAPHIC IMAGING OF FRAGMENTS AND PRECISE STATISTICS FROM AN AUTOMATED ANALYSIS

HIGH-SPEED THEE-DIMENSIONAL TOMOGRAPHIC IMAGING OF FRAGMENTS AND PRECISE STATISTICS FROM AN AUTOMATED ANALYSIS 23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN 16-20 APRIL 2007 HIGH-SPEED THEE-DIMENSIONAL TOMOGRAPHIC IMAGING OF FRAGMENTS AND PRECISE STATISTICS FROM AN AUTOMATED ANALYSIS P. Helberg 1,

More information

Rule Formats for Nominal Modal Transition Systems

Rule Formats for Nominal Modal Transition Systems Rule Formats for Nominal Modal Transition Systems Anke Stüber Universitet Uppsala, Uppsala, Sweden anke.stuber@it.uu.se Abstract. Modal transition systems are specification languages that allow the expression

More information

Programs with infinite loops: from primitive recursive predicates to the arithmetic hierarchy

Programs with infinite loops: from primitive recursive predicates to the arithmetic hierarchy Programs with infinite loops: from primitive recursive predicates to the arithmetic hierarchy ((quite) preliminary) Armando B. Matos September 11, 2014 Abstract Infinite time Turing machines have been

More information

MEMOCenterNG A full-featured modeling environment for organization modeling and model-driven software development

MEMOCenterNG A full-featured modeling environment for organization modeling and model-driven software development MEMOCenterNG A full-featured modeling environment for organization modeling and model-driven software development Jens Gulden and Prof. Dr. Ulrich Frank University Duisburg-Essen, Universitaetsstr. 9,

More information

Software Design, Modelling and Analysis in UML

Software Design, Modelling and Analysis in UML Software Design, Modelling and Analysis in UML Lecture 06: Class Diagrams I 2013-11-11 06 2013-11-11 main Prof. Dr. Andreas Podelski, Dr. Bernd Westphal Albert-Ludwigs-Universität Freiburg, Germany Course

More information

THE CONCEPT OF FUNCTIONS AND INFORMATION CONVERSION IN SOFTWARE - DESIGN METHOD ADAPTATION IN AN INDUSTRIAL CONTEXT

THE CONCEPT OF FUNCTIONS AND INFORMATION CONVERSION IN SOFTWARE - DESIGN METHOD ADAPTATION IN AN INDUSTRIAL CONTEXT INTERNATIONAL DESIGN CONFERENCE - DESIGN 006 Dubrovnik - Croatia, May 5-8, 006. THE CONCEPT OF FUNCTIONS AND INFORMATION CONVERSION IN SOFTWARE - DESIGN METHOD ADAPTATION IN AN INDUSTRIAL CONTEXT M. Weigt

More information

Mensch-Maschine-Interaktion 1

Mensch-Maschine-Interaktion 1 1 Mensch-Maschine-Interaktion 1 Chapter 10 (July 21st, 2011, 9am-12pm): User-Centered Development Process Overview Introduction Basic HCI Principles (1) Basic HCI Principles (2) User Research & Requirements

More information

Environmental Markup Language (EML): A Material and Energy Balancing XML Schema Definition

Environmental Markup Language (EML): A Material and Energy Balancing XML Schema Definition EnviroInfo 2008 (Lüneburg) Environmental Informatics and Industrial Ecology Environmental Markup Language (EML): A Material and Energy Balancing XML Schema Definition Hans-Knud Arndt, Henner Graubitz and

More information

Implementing APL-like data parallel functions on a GCA machine

Implementing APL-like data parallel functions on a GCA machine Implementing APL-like data parallel functions on a GCA machine Johannes Jendrsczok 1, Rolf Hoffmann 1, Patrick Ediger 1, and Jörg Keller 2 1 TU Darmstadt, FB Informatik, FG Rechnerarchitektur Hochschulstraße

More information

Multi-models: New potentials for the combined use of planning and controlling information

Multi-models: New potentials for the combined use of planning and controlling information M.Sc. Sven-Eric Schapke, Institut für Bauinformatik, Technische Universität Dresden Dr.-Ing. Christoph Pflug, Max Bögl Multi-models: New potentials for the combined use of planning and controlling information

More information

Flight Systems are Cyber-Physical Systems

Flight Systems are Cyber-Physical Systems Flight Systems are Cyber-Physical Systems Dr. Christopher Landauer Software Systems Analysis Department The Aerospace Corporation Computer Science Division / Software Engineering Subdivision 08 November

More information

Chapter 1 Introduction to Statistics

Chapter 1 Introduction to Statistics Corresponds to ELEMENTARY STATISTICS USING THE TI 83/84 PLUS CALCULATOR 3rd ed. Lecture Slides Elementary Statistics Eleventh Edition and the Triola Statistics Series by Mario F. Triola Chapter 1 Introduction

More information

Helper Agents as a Means of Structuring Multi-Agent Applications

Helper Agents as a Means of Structuring Multi-Agent Applications Helper Agents as a Means of Structuring Multi-Agent Applications Kolja Markwardt and Daniel Moldt University of Hamburg, Department of Informatics, Vogt-Kölln-Str. 30, D-22527 Hamburg http://www.informatik.uni-hamburg.de/tgi

More information

Three-Dimensional Grid Drawings of Graphs

Three-Dimensional Grid Drawings of Graphs Three-Dimensional Grid Drawings of Graphs J&nos Pach*, Torsten Thiele ~ and G~za T6th ~-~ Courant Institute, New York University Abstract. A three-dimensional grid drawing of ~, graph G is a placement

More information

Metamodeling. Janos Sztipanovits ISIS, Vanderbilt University

Metamodeling. Janos Sztipanovits ISIS, Vanderbilt University Metamodeling Janos ISIS, Vanderbilt University janos.sztipanovits@vanderbilt.edusztipanovits@vanderbilt edu Content Overview of Metamodeling Abstract Syntax Metamodeling Concepts Metamodeling languages

More information

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report Cloth Simulation CGI Techniques Report Tanja Munz Master of Science Computer Animation and Visual Effects 21st November, 2014 Abstract Cloth simulation is a wide and popular area of research. First papers

More information

Graphical Layout Planning Module within a Semantic Web Framework for Modelling and Simulation

Graphical Layout Planning Module within a Semantic Web Framework for Modelling and Simulation Integrationsaspekte der Simulation: Technik, Organisation und Personal Gert Zülch & Patricia Stock (Hrsg.) Karlsruhe, KIT Scientific Publishing 2010 Graphical Layout Planning Module within a Semantic Web

More information

Texture based algorithm for analysing defects and fibre orientation of fibre reinforced plastics

Texture based algorithm for analysing defects and fibre orientation of fibre reinforced plastics Texture based algorithm for analysing defects and fibre orientation of fibre reinforced plastics Andreas Frommknecht 1, Ira Effenberger 1 1 Fraunhofer Institute for Manufacturing Engineering and Automation

More information

Extremal Graph Theory: Turán s Theorem

Extremal Graph Theory: Turán s Theorem Bridgewater State University Virtual Commons - Bridgewater State University Honors Program Theses and Projects Undergraduate Honors Program 5-9-07 Extremal Graph Theory: Turán s Theorem Vincent Vascimini

More information

Use of Mobile Agents for IPR Management and Negotiation

Use of Mobile Agents for IPR Management and Negotiation Use of Mobile Agents for Management and Negotiation Isabel Gallego 1, 2, Jaime Delgado 1, Roberto García 1 1 Universitat Pompeu Fabra (UPF), Departament de Tecnologia, La Rambla 30-32, E-08002 Barcelona,

More information