Conceptual Modeling in the Environmental Domain

Size: px
Start display at page:

Download "Conceptual Modeling in the Environmental Domain"

Transcription

1 Appeared in: 15 th IMACS World Congress on Scientific Computation, Modelling and Applied Mathematics, Berlin, 1997 Conceptual Modeling in the Environmental Domain Ulrich Heller, Peter Struss Dept. of Computer Science Technical University of Munich {heller, Keywords: conceptual modeling, qualitative modeling, environmental modeling, decision support ABSTRACT The environmental domain poses a number of important challenges for the modeling task. First, we have to deal with multiple dynamics that often involve spatial variations. The time-scales of the relevant phenomena range from long-term changes in climatic conditions to chemical reactions occurring within parts of a second. Second, we face largely incomplete knowledge in various respects. The observability of ecosystems is limited, and we often have to recur to sparse or imprecise measurements or even human observations. Furthermore, the knowledge about the underlying phenomena and processes is frequently of an inherently qualitative nature. Aiming at an effective and coherent computational support for the tasks of model building and revision as well as model usage for prediction, diagnosis and planning, we propose the employment of a knowledge-based approach at the conceptual level of modeling. An adequately abstract terminology for description and reasoning about natural phenomena will use concepts similar to the ones used by domain experts, such as processes, causal influences and compartments. Relying upon our experience in the modeling of algal bloom phenomena in subtropical water bodies, we advocate a qualitative formalism for the description of the influences of variables on each other. We express various levels of abstraction of functional dependencies depending on the knowledge available. The modeling language lends itself well to the specification of model fragments (e. g. processes) that can be selected according to their relevance and composed to form a prediction model. We also carried out some research on automatic transformation of models obtained in that way in order to account for separated time-scales, a technique we have labeled timescale approximation. Finally, the descriptions can be conveniently visualized in the form of Qualitative Influence Diagrams for supporting the communication with domain experts. INTRODUCTION The classical approach to simulation requires building a numerical model as an abstraction of (some aspects of) the real system under consideration. This model is used to generate numerical results representing future or hypothetical states of the system, which is a well-understood process. But still the numerical results will have to be interpreted in order to derive statements meaningful to the user (e. g. in terms of alarming developments or hypotheses about their causes). We advocate the use of a conceptual layer that explicitly represents concepts taken from terminology and reasoning as applied by domain experts. Thus, simulation can be supported in multiple ways, as depicted in figure 1. 1

2 ENVIRONMENTAL SYSTEM Explanation USER Conceptual Model Reasoning Conceptual Results Checking Numerical Model Simulation Numerical Results Fig. 1: The conceptual layer On the one hand, the modeling process in itself is facilitated by the use of conceptual entities like processes and the employment of the compositional paradigm with the additional benefit of the explicit representation of the decisions about the relevancy of different phenomena as well as modeling assumptions and boundary conditions. This will be described in the next section. On the other hand, the interpretation of the results can be supported, since the interesting features of the predicted development of the system can or even have to be expressed in terms of the conceptual entities introduced in modeling. Reasoning in the conceptual layer can have the benefit of generating conclusions for whole classes of situations or dependencies, which is one of the central ideas of qualitative reasoning (see section 3). Further advantages of the conceptual approach to modeling is the possibility for dynamical checking of the validity of the numerical models and automatic model transformation (e. g. abstraction) in order to generate models of different granularity depending on the (explicitly represented) focus and scale of interest. For further discussion of these aspects refer to section 4. Last but not least the communication with domain experts is extended significantly. Explicit representation of modeling assumptions facilitates verification and revision. Automatic generation of explanations can assist in understanding and debugging the predictions made. CONCEPTUAL MODELING In order to explicitly represent the relevant concepts of the application domain we use three segments of a knowledge base, which we will call basic ontology, model fragment library and scenario description. Additionally there can be information about the reasoning task or goal. The basic idea is that the actual system model used for a task is generated automatically from these sources. One of the most successful ontologies in qualitative reasoning is the process-oriented paradigm, as described by [1]. It uses generic process descriptions as model fragments, containing instantiation conditions (in terms of entities, predicates and relationships from the scenario description) and instantiates and composes these processes according to the situation defined in the scenario. This approach is generally termed compositional modeling. We give a simple example from our application in hydro-ecology ([4]), where we use processes like advection, i. e. transport of matter by directed flow, and chemical reactions. In our scenario, the spatial distribution of parameters (e. g. concentration of chemical constituents) is represented by compartments, i. e. the elements of a topological partitioning of the water body in either two or 2

3 three dimensions. We assume that parameter concentrations can be treated approximately as homogenous within the compartments. Formally, the compartments are entities in the scenario description with, for example, a neighborhood relation defined for them. Figure 2 is a sample of a generic process description for the advection process between two compartments (src and dest) acting on the concentration of a particular chemical constituent (constituent). advection [constituent, src, dest] conditions: neighbors (src,dest) distributed (constituent) flow[src, dest] > 0 constituent[src] adv [const,src,dest] constituent[dest] flow[src,dest] Figure 2: The advection process (simple version) The lower part of the process description is a template of a (partial) Qualitative Influence Diagram (QID), which will be instantiated for each set of entities src, dest, and constituent, fulfilling the instantiation conditions (the neighborhood of the compartments, the relevancy of the spatial distribution of the constituent and a positive flow between the compartments). The formal parameters to be bound to entities in the actual scenario description are given in italics. The boxes represent the state variables of the system. There is, for example, a concentration value for each chemical constituent in each compartment. The arrows denote influences between state variables and are (in this case) combined linearly. Rectangular combination information (like at the rate variable) indicate functional dependencies, the circles stand for integral influences: all incoming influences contribute to the derivative of the influenced variable. The arrow labels and the respective function class restrictions will be explained in the next section. For a detailed description of the semantics of QIDs, refer to [2]. Given a scenario description in terms of entities, predicates and relationships, model fragments can be selected, instantiated and composed automatically. In this way, the partial QIDs form the system model. In our simple example, we assume three compartments ("In", "X", and "Out" in neighborhood relation) and respective flows between them. The simple scenario description is visualized in figure 3. In compartment X (bay) Out neighbors (In, X) neighbors (X, Out) neighbors (In, Out) flow [In,X] > 0 flow [X,Out] > 0 flow [In,Out] = 0 distributed (NH 4 ) Figure 3: A simple scenario description 3

4 The instantiated QID for a simple system model comprising advection of ionized ammonia (NH 4 ) and ammonia dissociation (generating NH 3 ) is shown in figure 4. Both process types have to be present in the model fragment library with appropriate instantiation conditions. (In) NH 4 [In] compartment X adv[nh 4,In,X] NH 4 [X] (Out) adv[nh 4,X,Out] flow[in,x] percentage. dissoc[x] dissoc[x] Mon ph[x] flow[x,out] NH 3 [X] Figure 4: The interaction of dissociation and advection for the given scenario QUALITATIVE MODELING The available knowledge in the environmental domain is necessarily limited in several respects. The expert knowledge is to a large extent based on a principled understanding of dependencies and influences, and in many cases there is no information about precise parameters and influence coefficients. Both parametric uncertainty and incompletely known functional dependencies occur. An example of parametric uncertainty is the volume of the compartments mentioned above. Instead of giving a numeric factor for the influence of the transport rate on the source and destination concentrations, we state the effect as linear (""). Unknown, hypothesized or approximate functional dependencies can be found in the dynamic description of the chemical reaction of ammonia dissociation. The influence of ph on the dissociation rate is probably exponential but for the overall process the mixing by turbulence and other factors interfere, so we simply state the monotonicity of the dependency and, thus, cover the range of all possibilities. Knowledge about the current state of the environmental system is inevitably incomplete, since in real scenarios neither spatial nor temporal coverage by measurements can be achieved and, hence, numeric concentration values can only be approximate. Other observations are of an inherently qualitative nature, e. g. sighting of fish swarms, health conditions of particular fish, or changes in water color. A formal treatment of incomplete knowledge is enabled by the employment of qualitative reasoning. Modeling paradigms like the Qualitative Process Theory ([1]) provide inference mechanisms to make use of the available knowledge efficiently. One of the basic ideas of qualitative reasoning is to make the necessary distinctions only, i. e. to use classes of cases (system states, situations, influences etc.) with equivalent characteristics or effects and to treat them alike. Reasoning can be based on interval arithmetic, on abstract descriptions of functional dependencies (e. g. linearity, monotonicity, etc.) or influence factors merely represented by direction (negative, neutral, or positive). In this way, possibly conclusions of large coverage and stability with respect to parameter deviations can be drawn. 4

5 AUTOMATIC MODEL TRANSFORMATION One of the fundamental motivations for the development of Qualitative Influence Diagrams has been to facilitate the automatic abstraction of the system model. The overall approach is to first compose the selected model fragments as described above and then transform them in order to meet the specific requirements of the reasoning task at hand. This can involve identification of the basic influence structure and reduction of the model size and complexity. Depending of the reasoning goal and the boundary conditions, variables can be determined to be of particular interest or of constant value. Such decisions should not or even can not be made on the level of the model fragment library, since the elements might be used in system models of different size and granularity and for prediction tasks at various time scales. Automatic model transformation is achieved by a set of operators on the graph structure of the QID. An example of an operator for the elimination of an intermediate variable, that is of no particular interest, is shown in figure 5. A 1 A 2 A n F 1 F 2 F 2 S 1 S S 2 C 2 B 2 S n F m F n F 1 S 1 C 1 S m C m A 1 A 2 A n F nm F 11 F 21 F n1 S11 S 21 C 1 Sn1 S12 S22 Sn2 C 2 S1m S2m C m Snm F i, F j {, Lip, Mon}, S i, S j {+, } (1 i n, 1 j m) F ij = max(f i,f j ), S ij = S i S j (1 i n, 1 j m) Figure 5: Operator for the elimination of intermediate variables Some examples of more complex operators are given in [2]. Among the effects of the application of these operators is the reduction of the number of state variables in the model and eventually the basic influence structure of the system model can become visible. Figure 6 depicts an operator for the time-scale approximation (TSA), which will substitute a dynamic feedback loop representing a fast subsystem in a slow context by a functional dependency. Thus, the feedback system is approximated by a "moving equilibrium". For a detailed discussion of the applicability and benefit of this operator, refer to [4]. F B A F A B F TSA A A B F A {Id,, Lip} F B {Id, } F A = max(f A, F B ) Figure 6: Operator for time-scale approximation A similar operator, applied to our example system model after the elimination of two intermediate variables, will lead to the model in figure 7, which is clearly of reduced complexity. In test runs with software for qualitative simulation, we obtained much more focused predictions with the transformed model. 5

6 flow[in,a] flow[a,out] NH 4 [In] adv[nh 4,In,A] NH 4 [A] adv[nh 4,A,Out] ph[a] Mon NH 3 [A] Figure 7: The abstracted model for the interaction of dissociation and advection DISCUSSION AND PERSPECTIVES The conceptual approach to modeling can facilitate multiple reasoning tasks. Model building and transformation and prediction or simulation are only the basic requirements for environmental decision support, like described in [3]. The tasks of continuous monitoring of the system behavior, diagnosis of the causes of dangerous developments and ultimately planning of counter-measures can be profitably integrated by use of the conceptual layer. Furthermore, many interesting inferences can be made in this layer, with the benefit of being valid for whole classes of situations or parameter ranges. The integration of qualitative methods with quantitative simulation tools is a promising perspective for future research. In cases where the abstract qualitative information does not uniquely determine the future development, numeric information should be used, where present. ACKNOWLEDGMENTS We would like to thank for the valuable collaboration with François Guerrin and Waldir Roque, who contributed in many discussions to the ideas expressed in this paper. This work was partially supported by the Brazilian Research Council (CNPq) and the German Ministery of Education and Research (BMBF). REFERENCES [1] K. Forbus, Qualitative Process Theory, International Journal of Artificial Intelligence, 24(1-3), [2] U. Heller, P. Struss, Transformation of Qualitative Dynamic Models - Application in Hydro- Ecology. Workshop Notes of the 10 th International Workshop on Qualitative Reasoning (QR-96), Stanford, AAAI Press, [3] U. Heller, P. Struss, Qualitative Modeling for Environmental Decision Support. 10th International Symposium on Computer Science for Environmental Protection (UI-96), Hannover. In: Umweltinformatik Aktuell, Volume 10, Metropolis Verlag, Marburg, Germany, [4] U. Heller, P. Struss, Qualitative Model Composition and Transformation for Improving Environmental Decision Support. Workshop Intelligente Methoden zur Verarbeitung von Umweltinformationen, Bremen. In: Umweltinformatik Aktuell, Volume 9, Metropolis Verlag, Marburg, Germany,

Transformation of Qualitative Dynamic Models - Application in Hydro-Ecology

Transformation of Qualitative Dynamic Models - Application in Hydro-Ecology Transformation of Qualitative Dynamic Models - Application in Hydro-Ecology Ulrich Heller, Peter Struss Department of Computer Science Technical University of Munich Orleansstr. 34, 81667 Miinchen, Germany

More information

Designing and Evaluating Generic Ontologies

Designing and Evaluating Generic Ontologies Designing and Evaluating Generic Ontologies Michael Grüninger Department of Industrial Engineering University of Toronto gruninger@ie.utoronto.ca August 28, 2007 1 Introduction One of the many uses of

More information

Using Global Properties for Qualitative Reasoning: A Qualitative System Theory

Using Global Properties for Qualitative Reasoning: A Qualitative System Theory Using Global Properties for Qualitative Reasoning: A Qualitative System Theory Yoshiteru Ishida Division of Applied Systems Science Kyoto University, Kyoto 606 Japan 1 Abstract All the qualitative simulation

More information

Design of a Model-based Decision Support System for Water Treatment

Design of a Model-based Decision Support System for Water Treatment In: Proceedings of the 18th International Joint Conference on Artificial Intelligence (IJCAI 03) Mexico. August 10, 2003. Design of a Model-based Decision Support System for Water Treatment P. Struss 1,2,

More information

Mappings For Cognitive Semantic Interoperability

Mappings For Cognitive Semantic Interoperability Mappings For Cognitive Semantic Interoperability Martin Raubal Institute for Geoinformatics University of Münster, Germany raubal@uni-muenster.de SUMMARY Semantic interoperability for geographic information

More information

Introduction to ecosystem modelling Stages of the modelling process

Introduction to ecosystem modelling Stages of the modelling process NGEN02 Ecosystem Modelling 2018 Introduction to ecosystem modelling Stages of the modelling process Recommended reading: Smith & Smith Environmental Modelling, Chapter 2 Models in science and research

More information

Functional Reasoning, Explanation and Analysis: A Collective View and A Proposal

Functional Reasoning, Explanation and Analysis: A Collective View and A Proposal Functional Reasoning, Explanation and Analysis: A Collective View and A Proposal Behrouz HOMAYOUN FAR Department of Information and Computer Sciences Saitama University, Japan Contents 1. Introduction.

More information

Deviation Models Revisited

Deviation Models Revisited Deviation Models Revisited Peter Struss (struss@in.tum.de, struss@occm.de) Computer Science Dept., Technische Universität München, Boltzmannstr. 3 D-85748 Garching, Germany and OCC M Software GmbH, Gleissentalstr.

More information

A Case Study for Semantic Translation of the Water Framework Directive and a Topographic Database

A Case Study for Semantic Translation of the Water Framework Directive and a Topographic Database A Case Study for Semantic Translation of the Water Framework Directive and a Topographic Database Angela Schwering * + Glen Hart + + Ordnance Survey of Great Britain Southampton, U.K. * Institute for Geoinformatics,

More information

Intelligent GIS: Automatic generation of qualitative spatial information

Intelligent GIS: Automatic generation of qualitative spatial information Intelligent GIS: Automatic generation of qualitative spatial information Jimmy A. Lee 1 and Jane Brennan 1 1 University of Technology, Sydney, FIT, P.O. Box 123, Broadway NSW 2007, Australia janeb@it.uts.edu.au

More information

Exploring Spatial Relationships for Knowledge Discovery in Spatial Data

Exploring Spatial Relationships for Knowledge Discovery in Spatial Data 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Exploring Spatial Relationships for Knowledge Discovery in Spatial Norazwin Buang

More information

Sketch-based Spatial Reasoning in Geologic Interpretation

Sketch-based Spatial Reasoning in Geologic Interpretation Sketch-based Spatial Reasoning in Geologic Interpretation Panrong Yin, Maria D. Chang and Kenneth D. Forbus Qualitative Reasoning Group, Northwestern University, 2133 Sheridan Road, Evanston IL 60208 {pennyyin,

More information

Introduction to ecosystem modelling (continued)

Introduction to ecosystem modelling (continued) NGEN02 Ecosystem Modelling 2015 Introduction to ecosystem modelling (continued) Uses of models in science and research System dynamics modelling The modelling process Recommended reading: Smith & Smith

More information

Mathematical Aspects of Qualitative Reasoning

Mathematical Aspects of Qualitative Reasoning Peter Struss SIEMENS AG ZTI INF 31 Otto-Hahn-Ring 6 D-8000 Muenchen 83 Tel. : (..89) 636-2414 mail : SEISMO! UNIDO!ZTIVAX!STRUSS.USENET Extended Abstract - Submission to the Workshop on Qualitative Reasoning,

More information

pursues interdisciplinary long-term research in Spatial Cognition. Particular emphasis is given to:

pursues interdisciplinary long-term research in Spatial Cognition. Particular emphasis is given to: The Transregional Collaborative Research Center SFB/TR 8 Spatial Cognition: Reasoning, Action, Interaction at the Universities of Bremen and Freiburg, Germany pursues interdisciplinary long-term research

More information

Designing organic reaction simulation engine using qualitative reasoning approach

Designing organic reaction simulation engine using qualitative reasoning approach Designing organic reaction simulation engine using qualitative reasoning approach Y.C. ALICIA TANG 1, S.M. ZAIN 2, N. ABDUL RAMAN 2 1 Department of Systems and Networking University of Tenaga Nasional

More information

Developments Towards Constraining Qualitative Simulation*

Developments Towards Constraining Qualitative Simulation* Developments Towards Constraining Qualitative Simulation* W. W. Leet C. Chiu$ B. J. Kuipers$ Department of Computer Science University of Texas at Austin Austin, Texas 78712 February 9, 1987 'The full

More information

Visualizing Uncertainty In Environmental Work-flows And Sensor Streams

Visualizing Uncertainty In Environmental Work-flows And Sensor Streams Visualizing Uncertainty In Environmental Work-flows And Sensor Streams Karthikeyan Bollu Ganesh and Patrick Maué Institute for Geoinformatics (IFGI), University of Muenster, D-48151 Muenster, Germany {karthikeyan,pajoma}@uni-muenster.de

More information

The Importance of Spatial Literacy

The Importance of Spatial Literacy The Importance of Spatial Literacy Dr. Michael Phoenix GIS Education Consultant Taiwan, 2009 What is Spatial Literacy? Spatial Literacy is the ability to be able to include the spatial dimension in our

More information

Affordances in Representing the Behaviour of Event-Based Systems

Affordances in Representing the Behaviour of Event-Based Systems Affordances in Representing the Behaviour of Event-Based Systems Fahim T. IMAM a,1, Thomas R. DEAN b a School of Computing, Queen s University, Canada b Department of Electrical and Computer Engineering,

More information

FOUR PHASES IN SYSTEMS MODELING - PHASE I: CONCEPTUAL-MODEL DEVELOPMENT. 4. Categorize the components within the system-of-interest

FOUR PHASES IN SYSTEMS MODELING - PHASE I: CONCEPTUAL-MODEL DEVELOPMENT. 4. Categorize the components within the system-of-interest FOUR PHASES IN SYSTEMS MODELING - PHASE I: CONCEPTUAL-MODEL DEVELOPMENT Define the problem State the model objectives Determine the system boundary Categorize the components within the system-of-interest

More information

Can Vector Space Bases Model Context?

Can Vector Space Bases Model Context? Can Vector Space Bases Model Context? Massimo Melucci University of Padua Department of Information Engineering Via Gradenigo, 6/a 35031 Padova Italy melo@dei.unipd.it Abstract Current Information Retrieval

More information

Conceptual Modeling of Formal and Material Relations Applied to Ontologies

Conceptual Modeling of Formal and Material Relations Applied to Ontologies Conceptual Modeling of Formal and Material Relations Applied to Ontologies Ricardo Ramos Linck, Guilherme Schievelbein and Mara Abel Institute of Informatics Universidade Federal do Rio Grande do Sul (UFRGS)

More information

Reasoning with multiple abstraction models

Reasoning with multiple abstraction models Reasoning with multiple abstraction models Yumi Iwasaki Knowledge Systems Laboratory Stanford University 701 Welch Road, Palo Alto, CA 94304 submitted to : Fourth International Workshop on Qualitative

More information

Math 2 Unit 3 Quadratic Functions: Working with Equations

Math 2 Unit 3 Quadratic Functions: Working with Equations Approximate Time Frame: 4 5 Weeks Connections to Previous Learning: In the previous unit, students learned to represent quadratic functions algebraically, in tables, and graphically and to analyze these

More information

Causal Ordering in a Yumi Iwasaki2

Causal Ordering in a Yumi Iwasaki2 From: AAAI-88 Proceedings. Copyright 1988, AAAI (www.aaai.org). All rights reserved. Causal Ordering in a Yumi Iwasaki2 egartrnent of Corn Carnegie Mellon ittsburgh, Peunsylvania 15213 Abstract This paper

More information

A new Approach to Drawing Conclusions from Data A Rough Set Perspective

A new Approach to Drawing Conclusions from Data A Rough Set Perspective Motto: Let the data speak for themselves R.A. Fisher A new Approach to Drawing Conclusions from Data A Rough et Perspective Zdzisław Pawlak Institute for Theoretical and Applied Informatics Polish Academy

More information

Extension of cellular automata by introducing an algorithm of recursive estimation of neighbors

Extension of cellular automata by introducing an algorithm of recursive estimation of neighbors Extension of cellular automata by introducing an algorithm of recursive estimation of neighbors Yoshihiko Kayama BAIKA Women s University, Japan (Tel: 81-72-643-6221, Fax: 81-72-643-8473) kayama@baika.ac.jp

More information

Analogical Reasoning with SMT and HDTP

Analogical Reasoning with SMT and HDTP Analogical Reasoning with SMT and HDTP Angela Schwering, Ulf Krumnack, Kai-Uwe Kühnberger, Helmar Gust {aschweri krumnack kkuehnbe hgust}@uos.de Institute of Cognitive Science University of Osnabrück;

More information

Fuzzy Cognitive Maps Learning through Swarm Intelligence

Fuzzy Cognitive Maps Learning through Swarm Intelligence Fuzzy Cognitive Maps Learning through Swarm Intelligence E.I. Papageorgiou,3, K.E. Parsopoulos 2,3, P.P. Groumpos,3, and M.N. Vrahatis 2,3 Department of Electrical and Computer Engineering, University

More information

Domain Modelling: An Example (LOGICAL) DOMAIN MODELLING. Modelling Steps. Example Domain: Electronic Circuits (Russell/Norvig)

Domain Modelling: An Example (LOGICAL) DOMAIN MODELLING. Modelling Steps. Example Domain: Electronic Circuits (Russell/Norvig) (LOGICAL) DOMAIN MODELLING Domain Modelling: An Example Provision of a formal, in particular logical language for knowledge representation. Application of these means to represent the formal structure

More information

Chapter One. Introduction

Chapter One. Introduction Chapter One Introduction With the ever-increasing influence of mathematical modeling and engineering on biological, social, and medical sciences, it is not surprising that dynamical system theory has played

More information

Monitoring Piecewise Continuous Behaviors by Refining Semi-Quantitative Trackers

Monitoring Piecewise Continuous Behaviors by Refining Semi-Quantitative Trackers Monitoring Piecewise Continuous Behaviors by Refining Semi-Quantitative Trackers Bernhard Rinner Institute for Technical Informatics Technical University Graz A-8010 Graz, AUSTRIA b.rinnerocomputer.org

More information

Two-Valued Logic Programs

Two-Valued Logic Programs Two-Valued Logic Programs Vladimir Lifschitz University of Texas at Austin, USA Abstract We define a nonmonotonic formalism that shares some features with three other systems of nonmonotonic reasoning

More information

FOLLOW THE ENERGY! EARTH S DYNAMIC CLIMATE SYSTEM

FOLLOW THE ENERGY! EARTH S DYNAMIC CLIMATE SYSTEM Investigation 1B FOLLOW THE ENERGY! EARTH S DYNAMIC CLIMATE SYSTEM Driving Question How does energy enter, flow through, and exit Earth s climate system? Educational Outcomes To consider Earth s climate

More information

New Frameworks for Urban Sustainability Assessments: Linking Complexity, Information and Policy

New Frameworks for Urban Sustainability Assessments: Linking Complexity, Information and Policy New Frameworks for Urban Sustainability Assessments: Linking Complexity, Information and Policy Moira L. Zellner 1, Thomas L. Theis 2 1 University of Illinois at Chicago, Urban Planning and Policy Program

More information

Common Core State Standards for Mathematics

Common Core State Standards for Mathematics A Correlation of Pearson to the Standards for Mathematics Appendix A, Integrated Pathway High School A Correlation of Pearson, Appendix A Introduction This document demonstrates how Pearson,, meets the

More information

Patterns: Observed patterns in nature guide organization and classification and prompt questions about relationships and causes underlying them.

Patterns: Observed patterns in nature guide organization and classification and prompt questions about relationships and causes underlying them. ASET Crosscutting Concepts (CCC) Grade Band Descriptors CCC 1 Patterns: Observed patterns in nature guide organization and classification and prompt questions about relationships and causes underlying

More information

Performance Modeling of Distributed Collaboration Services with Independent Inputs/Outputs

Performance Modeling of Distributed Collaboration Services with Independent Inputs/Outputs Performance Modeling of Distributed Collaboration Services with Independent Inputs/Outputs Toqeer Israr, Gregor v Bochmann Department of Electrical Engineering and Computer Science University of Ottawa

More information

Theory, Concepts and Terminology

Theory, Concepts and Terminology GIS Workshop: Theory, Concepts and Terminology 1 Theory, Concepts and Terminology Suggestion: Have Maptitude with a map open on computer so that we can refer to it for specific menu and interface items.

More information

Automatic Differentiation Equipped Variable Elimination for Sensitivity Analysis on Probabilistic Inference Queries

Automatic Differentiation Equipped Variable Elimination for Sensitivity Analysis on Probabilistic Inference Queries Automatic Differentiation Equipped Variable Elimination for Sensitivity Analysis on Probabilistic Inference Queries Anonymous Author(s) Affiliation Address email Abstract 1 2 3 4 5 6 7 8 9 10 11 12 Probabilistic

More information

Modeling Discrete Processes Over Multiple Levels Of Detail Using Partial Function Application

Modeling Discrete Processes Over Multiple Levels Of Detail Using Partial Function Application Modeling Discrete Processes Over Multiple Levels Of Detail Using Partial Function Application Paul WEISER a and Andrew U. FRANK a a Technical University of Vienna Institute for Geoinformation and Cartography,

More information

From Research Objects to Research Networks: Combining Spatial and Semantic Search

From Research Objects to Research Networks: Combining Spatial and Semantic Search From Research Objects to Research Networks: Combining Spatial and Semantic Search Sara Lafia 1 and Lisa Staehli 2 1 Department of Geography, UCSB, Santa Barbara, CA, USA 2 Institute of Cartography and

More information

MATHEMATICS COURSE SYLLABUS

MATHEMATICS COURSE SYLLABUS Course Title: Algebra 1 Honors Department: Mathematics MATHEMATICS COURSE SYLLABUS Primary Course Materials: Big Ideas Math Algebra I Book Authors: Ron Larson & Laurie Boswell Algebra I Student Workbooks

More information

Classification Based on Logical Concept Analysis

Classification Based on Logical Concept Analysis Classification Based on Logical Concept Analysis Yan Zhao and Yiyu Yao Department of Computer Science, University of Regina, Regina, Saskatchewan, Canada S4S 0A2 E-mail: {yanzhao, yyao}@cs.uregina.ca Abstract.

More information

SWGDRUG GLOSSARY. Independent science-based organization that has the authority to grant

SWGDRUG GLOSSARY. Independent science-based organization that has the authority to grant SWGDRUG GLOSSARY These definitions were developed and adopted by the SWGDRUG Core Committee from a variety of sources including The United Nations Glossary of Terms for Quality Assurance and Good Laboratory

More information

DECISION MAKING SUPPORT AND EXPERT SYSTEMS

DECISION MAKING SUPPORT AND EXPERT SYSTEMS 325 ITHEA DECISION MAKING SUPPORT AND EXPERT SYSTEMS UTILITY FUNCTION DESIGN ON THE BASE OF THE PAIRED COMPARISON MATRIX Stanislav Mikoni Abstract: In the multi-attribute utility theory the utility functions

More information

DATA DISAGGREGATION BY GEOGRAPHIC

DATA DISAGGREGATION BY GEOGRAPHIC PROGRAM CYCLE ADS 201 Additional Help DATA DISAGGREGATION BY GEOGRAPHIC LOCATION Introduction This document provides supplemental guidance to ADS 201.3.5.7.G Indicator Disaggregation, and discusses concepts

More information

Structural Uncertainty in Health Economic Decision Models

Structural Uncertainty in Health Economic Decision Models Structural Uncertainty in Health Economic Decision Models Mark Strong 1, Hazel Pilgrim 1, Jeremy Oakley 2, Jim Chilcott 1 December 2009 1. School of Health and Related Research, University of Sheffield,

More information

Lecture Notes: Introduction to IDF and ATC

Lecture Notes: Introduction to IDF and ATC Lecture Notes: Introduction to IDF and ATC James T. Allison April 5, 2006 This lecture is an introductory tutorial on the mechanics of implementing two methods for optimal system design: the individual

More information

A Computable Language of Architecture

A Computable Language of Architecture A Computable Language of Architecture Description of Descriptor Language in Supporting Compound Definitions Introduction Sora Key Carnegie Mellon University, Computational Design Laboratory, USA http://www.code.arc.cmu.edu

More information

Singularities in Qualitative Reasoning

Singularities in Qualitative Reasoning Singularities in Qualitative Reasoning Björn Gottfried Centre for Computing Technologies University of Bremen, Germany bg@tzi.de Abstract. Qualitative Reasoning is characterised by making knowledge explicit

More information

GeoVISTA Center, Department of Geography, The Pennsylvania State University, PA, USA

GeoVISTA Center, Department of Geography, The Pennsylvania State University, PA, USA Formally grounding spatio-temporal thinking Klippel, A., Wallgrün, J. O., Yang, J., Li, R., & Dylla, F. (in print, 2012). Formally grounding spatio temporal thinking. Cognitive Processing. Alexander Klippel

More information

Kees de Koning and Bert Bredeweg

Kees de Koning and Bert Bredeweg Qualitative Reasoning in Tutoring Interactions Kees de Koning and Bert Bredeweg Department of Social Science Informatics (S.W.I.), University of Amsterdam Roetersstraat 15 1018 WB Amsterdam, The Netherlands

More information

Propositional Logic: Logical Agents (Part I)

Propositional Logic: Logical Agents (Part I) Propositional Logic: Logical Agents (Part I) First Lecture Today (Tue 21 Jun) Read Chapters 1 and 2 Second Lecture Today (Tue 21 Jun) Read Chapter 7.1-7.4 Next Lecture (Thu 23 Jun) Read Chapters 7.5 (optional:

More information

Traffic accidents and the road network in SAS/GIS

Traffic accidents and the road network in SAS/GIS Traffic accidents and the road network in SAS/GIS Frank Poppe SWOV Institute for Road Safety Research, the Netherlands Introduction The first figure shows a screen snapshot of SAS/GIS with part of the

More information

USE OF RADIOMETRICS IN SOIL SURVEY

USE OF RADIOMETRICS IN SOIL SURVEY USE OF RADIOMETRICS IN SOIL SURVEY Brian Tunstall 2003 Abstract The objectives and requirements with soil mapping are summarised. The capacities for different methods to address these objectives and requirements

More information

California Common Core State Standards for Mathematics Standards Map Mathematics I

California Common Core State Standards for Mathematics Standards Map Mathematics I A Correlation of Pearson Integrated High School Mathematics Mathematics I Common Core, 2014 to the California Common Core State s for Mathematics s Map Mathematics I Copyright 2017 Pearson Education, Inc.

More information

APPENDIX B SUMMARIES OF SUBJECT MATTER TOPICS WITH RELATED CALIFORNIA AND NCTM STANDARDS PART 1

APPENDIX B SUMMARIES OF SUBJECT MATTER TOPICS WITH RELATED CALIFORNIA AND NCTM STANDARDS PART 1 APPENDIX B SUMMARIES OF SUBJECT MATTER TOPICS WITH RELATED CALIFORNIA AND NCTM STANDARDS This appendix lists the summaries of the subject matter topics presented in Section 2 of the Statement. After each

More information

Part 1: Fundamentals

Part 1: Fundamentals Provläsningsexemplar / Preview INTERNATIONAL STANDARD ISO 19101-1 First edition 2014-11-15 Geographic information Reference model Part 1: Fundamentals Information géographique Modèle de référence Partie

More information

Cognitive Engineering for Geographic Information Science

Cognitive Engineering for Geographic Information Science Cognitive Engineering for Geographic Information Science Martin Raubal Department of Geography, UCSB raubal@geog.ucsb.edu 21 Jan 2009 ThinkSpatial, UCSB 1 GIScience Motivation systematic study of all aspects

More information

P leiades: Subspace Clustering and Evaluation

P leiades: Subspace Clustering and Evaluation P leiades: Subspace Clustering and Evaluation Ira Assent, Emmanuel Müller, Ralph Krieger, Timm Jansen, and Thomas Seidl Data management and exploration group, RWTH Aachen University, Germany {assent,mueller,krieger,jansen,seidl}@cs.rwth-aachen.de

More information

Model Construction in Analysis and Synthesis Tasks

Model Construction in Analysis and Synthesis Tasks Model Construction in Analysis and Synthesis Tasks Habilitation Thesis Benno Maria Stein Dept of Mathematics and Computer Science University of Paderborn Contents Preface v I Framework 1 1 Models and

More information

Another look at Bayesian. inference

Another look at Bayesian. inference Another look at Bayesian A general scenario: - Query variables: X inference - Evidence (observed) variables and their values: E = e - Unobserved variables: Y Inference problem: answer questions about the

More information

An Introduction to GLIF

An Introduction to GLIF An Introduction to GLIF Mor Peleg, Ph.D. Post-doctoral Fellow, SMI, Stanford Medical School, Stanford University, Stanford, CA Aziz A. Boxwala, M.B.B.S, Ph.D. Research Scientist and Instructor DSG, Harvard

More information

Big Idea 1: The process of evolution drives the diversity and unity of life.

Big Idea 1: The process of evolution drives the diversity and unity of life. Big Idea 1: The process of evolution drives the diversity and unity of life. understanding 1.A: Change in the genetic makeup of a population over time is evolution. 1.A.1: Natural selection is a major

More information

Object-based feature extraction of Google Earth Imagery for mapping termite mounds in Bahia, Brazil

Object-based feature extraction of Google Earth Imagery for mapping termite mounds in Bahia, Brazil OPEN ACCESS Conference Proceedings Paper Sensors and Applications www.mdpi.com/journal/sensors Object-based feature extraction of Google Earth Imagery for mapping termite mounds in Bahia, Brazil Sunhui

More information

AP Curriculum Framework with Learning Objectives

AP Curriculum Framework with Learning Objectives Big Ideas Big Idea 1: The process of evolution drives the diversity and unity of life. AP Curriculum Framework with Learning Objectives Understanding 1.A: Change in the genetic makeup of a population over

More information

Maps as Research Tools Within a Virtual Research Environment.

Maps as Research Tools Within a Virtual Research Environment. Maps as Research Tools Within a Virtual Research Environment. Sebastian Specht, Christian Hanewinkel Leibniz-Institute for Regional Geography Leipzig, Germany Abstract. The Tambora.org Virtual Research

More information

RE-THINKING COVARIATION FROM A QUANTITATIVE PERSPECTIVE: SIMULTANEOUS CONTINUOUS VARIATION. Vanderbilt University

RE-THINKING COVARIATION FROM A QUANTITATIVE PERSPECTIVE: SIMULTANEOUS CONTINUOUS VARIATION. Vanderbilt University Saldanha, L., & Thompson, P. W. (1998). Re-thinking co-variation from a quantitative perspective: Simultaneous continuous variation. In S. B. Berenson & W. N. Coulombe (Eds.), Proceedings of the Annual

More information

Toward Computing Conflict-Based Diagnoses in Probabilistic Logic Programming

Toward Computing Conflict-Based Diagnoses in Probabilistic Logic Programming Toward Computing Conflict-Based Diagnoses in Probabilistic Logic Programming Arjen Hommersom 1,2 and Marcos L.P. Bueno 2 1 Open University of the Netherlands 2 Radboud University Nijmegen, The Netherlands

More information

A Symbolic Numeric Environment for Analyzing Measurement Data in Multi-Model Settings (Extended Abstract)

A Symbolic Numeric Environment for Analyzing Measurement Data in Multi-Model Settings (Extended Abstract) A Symbolic Numeric Environment for Analyzing Measurement Data in Multi-Model Settings (Extended Abstract) Christoph Richard 1 and Andreas Weber 2? 1 Institut für Theoretische Physik, Universität Tübingen,

More information

A Qualitative Model of Physical Fields

A Qualitative Model of Physical Fields A Qualitative Model of Physical Fields Monika Lundell Artificial Intelligence Laboratory Computer Science Department Swiss Federal Institute of Technology IN-Ecublens, 1015 Lausanne, Switzerland lundell@lia.di.epfl.ch

More information

The performance expectation above was developed using the following elements from A Framework for K-12 Science Education: Disciplinary Core Ideas

The performance expectation above was developed using the following elements from A Framework for K-12 Science Education: Disciplinary Core Ideas HS-PS1-1 HS-PS1-1. Use the periodic table as a model to predict the relative properties of elements based on the patterns of electrons in the outermost energy level of atoms. [Clarification Statement:

More information

A Statistical Input Pruning Method for Artificial Neural Networks Used in Environmental Modelling

A Statistical Input Pruning Method for Artificial Neural Networks Used in Environmental Modelling A Statistical Input Pruning Method for Artificial Neural Networks Used in Environmental Modelling G. B. Kingston, H. R. Maier and M. F. Lambert Centre for Applied Modelling in Water Engineering, School

More information

A Global Constraint for Parallelizing the Execution of Task Sets in Non-Preemptive Scheduling

A Global Constraint for Parallelizing the Execution of Task Sets in Non-Preemptive Scheduling A Global Constraint for Parallelizing the Execution of Task Sets in Non-Preemptive Scheduling 1 Introduction Michael Marte 1 Institut für Informatik, Universität München Oettingenstr. 67, 80538 München,

More information

Utility of Graphic and Analytical Representation of Simple Correlation, Linear and Nonlinear in Hydro-climatic Data Analysis

Utility of Graphic and Analytical Representation of Simple Correlation, Linear and Nonlinear in Hydro-climatic Data Analysis Utility of Graphic and Analytical Representation of Simple Correlation, Linear and Nonlinear in Hydro-climatic Data Analysis Elena GRIGORE Ph.D. Assistant University of Bucharest, Meteorology-Hydrology

More information

grasp of the subject while attaining their examination objectives.

grasp of the subject while attaining their examination objectives. PREFACE SUCCESS IN MATHEMATICS is designed with the purpose of assisting students in their preparation for important school and state examinations. Students requiring revision of the concepts covered in

More information

A Dual Ontology of Nature, Life, and Person

A Dual Ontology of Nature, Life, and Person A Dual Ontology of Nature, Life, and Person Unit 11: The QV foliation in thermal QFT and in quantum computing: the "Infinite State Black-Box Machine" construction Course WI-FI-BASTIONTO-ER 2017/18 1 By

More information

Georg Frey ANALYSIS OF PETRI NET BASED CONTROL ALGORITHMS

Georg Frey ANALYSIS OF PETRI NET BASED CONTROL ALGORITHMS Georg Frey ANALYSIS OF PETRI NET BASED CONTROL ALGORITHMS Proceedings SDPS, Fifth World Conference on Integrated Design and Process Technologies, IEEE International Conference on Systems Integration, Dallas,

More information

Text Mining. Dr. Yanjun Li. Associate Professor. Department of Computer and Information Sciences Fordham University

Text Mining. Dr. Yanjun Li. Associate Professor. Department of Computer and Information Sciences Fordham University Text Mining Dr. Yanjun Li Associate Professor Department of Computer and Information Sciences Fordham University Outline Introduction: Data Mining Part One: Text Mining Part Two: Preprocessing Text Data

More information

THE ROLE OF COMPUTER BASED TECHNOLOGY IN DEVELOPING UNDERSTANDING OF THE CONCEPT OF SAMPLING DISTRIBUTION

THE ROLE OF COMPUTER BASED TECHNOLOGY IN DEVELOPING UNDERSTANDING OF THE CONCEPT OF SAMPLING DISTRIBUTION THE ROLE OF COMPUTER BASED TECHNOLOGY IN DEVELOPING UNDERSTANDING OF THE CONCEPT OF SAMPLING DISTRIBUTION Kay Lipson Swinburne University of Technology Australia Traditionally, the concept of sampling

More information

Prentice Hall Science Explorer: Inside Earth 2005 Correlated to: New Jersey Core Curriculum Content Standards for Science (End of Grade 8)

Prentice Hall Science Explorer: Inside Earth 2005 Correlated to: New Jersey Core Curriculum Content Standards for Science (End of Grade 8) New Jersey Core Curriculum Content Standards for Science (End of Grade 8) STANDARD 5.1 (SCIENTIFIC PROCESSES) - all students will develop problem-solving, decision-making and inquiry skills, reflected

More information

Intelligent Systems: Reasoning and Recognition. Bayesian Narrative Reasoning. Narratives... 2

Intelligent Systems: Reasoning and Recognition. Bayesian Narrative Reasoning. Narratives... 2 Intelligent Systems: Reasoning and Recognition James L. Crowley NSIMAG 2 Second Semester 2017/2018 Lesson 17 11 April 2018 Bayesian Narrative Reasoning Narratives... 2 Situation Models (revisited... 3

More information

On Tuning OWA Operators in a Flexible Querying Interface

On Tuning OWA Operators in a Flexible Querying Interface On Tuning OWA Operators in a Flexible Querying Interface Sławomir Zadrożny 1 and Janusz Kacprzyk 2 1 Warsaw School of Information Technology, ul. Newelska 6, 01-447 Warsaw, Poland 2 Systems Research Institute

More information

Bayesian Networks BY: MOHAMAD ALSABBAGH

Bayesian Networks BY: MOHAMAD ALSABBAGH Bayesian Networks BY: MOHAMAD ALSABBAGH Outlines Introduction Bayes Rule Bayesian Networks (BN) Representation Size of a Bayesian Network Inference via BN BN Learning Dynamic BN Introduction Conditional

More information

Basic System and Subsystem Structures in the Dataflow Algebra. A. J. Cowling

Basic System and Subsystem Structures in the Dataflow Algebra. A. J. Cowling Verification Testing Research Group, Department of Computer Science, University of Sheffield, Regent Court, 211, Portobello Street, Sheffield, S1 4DP, United Kingdom Email: A.Cowling @ dcs.shef.ac.uk Telephone:

More information

Generating Fuzzy Rules for the Acceleration Control of an Adaptive Cruise Control System

Generating Fuzzy Rules for the Acceleration Control of an Adaptive Cruise Control System To appear in: Proceedings and at the NAFIPS conference, being held June9thnd, 995 in Berkeley, CA, USA. Generating Fuzzy Rules for the Acceleration Control of an Adaptive Cruise Control System R. Holve,

More information

Notes on Information, Reference, and Machine Thirdness

Notes on Information, Reference, and Machine Thirdness Notes on Information, Reference, and Machine Thirdness Rafael Alvarado Data Science Institute Human & Machine Intelligence Group Humanities Informatics Lab 24 July 2018 Overview Paul proposes that neural

More information

Algebra 1 Scope and Sequence Standards Trajectory

Algebra 1 Scope and Sequence Standards Trajectory Algebra 1 Scope and Sequence Standards Trajectory Course Name Algebra 1 Grade Level High School Conceptual Category Domain Clusters Number and Quantity Algebra Functions Statistics and Probability Modeling

More information

WHITE PAPER ON QUANTUM COMPUTING AND QUANTUM COMMUNICATION

WHITE PAPER ON QUANTUM COMPUTING AND QUANTUM COMMUNICATION WHITE PAPER ON QUANTUM COMPUTING AND QUANTUM COMMUNICATION Based on the discussion during the respective workshop at the ZEISS Symposium Optics in the Quantum World on 18 April 2018 in Oberkochen, Germany

More information

Importance of uncertainties in dose assessment to prove compliance with radiation protection standards

Importance of uncertainties in dose assessment to prove compliance with radiation protection standards Importance of uncertainties in dose assessment to prove compliance with radiation protection standards Manfred TSCHURLOVITS, Atominstitute of Austrian Universities, Vienna University of Technology, Stadionallee

More information

Partial Directed Coherence: Some Estimation Issues Baccalá LA 1, Sameshima K 2

Partial Directed Coherence: Some Estimation Issues Baccalá LA 1, Sameshima K 2 Partial Directed Coherence: Some Estimation Issues Baccalá LA 1, Sameshima K 2 1 Telecommunications and Control Eng. Dept., Escola Politécnica and 2 Discipline of Medical Informatics & Functional Neurosurgery

More information

Understanding Interlinked Data

Understanding Interlinked Data Understanding Interlinked Data Visualising, Exploring, and Analysing Ontologies Olaf Noppens and Thorsten Liebig (Ulm University, Germany olaf.noppens@uni-ulm.de, thorsten.liebig@uni-ulm.de) Abstract Companies

More information

Linking local multimedia models in a spatially-distributed system

Linking local multimedia models in a spatially-distributed system Linking local multimedia models in a spatially-distributed system I. Miller, S. Knopf & R. Kossik The GoldSim Technology Group, USA Abstract The development of spatially-distributed multimedia models has

More information

de Blanc, Peter Ontological Crises in Artificial Agents Value Systems. The Singularity Institute, San Francisco, CA, May 19.

de Blanc, Peter Ontological Crises in Artificial Agents Value Systems. The Singularity Institute, San Francisco, CA, May 19. MIRI MACHINE INTELLIGENCE RESEARCH INSTITUTE Ontological Crises in Artificial Agents Value Systems Peter de Blanc Machine Intelligence Research Institute Abstract Decision-theoretic agents predict and

More information

Preferred Mental Models in Qualitative Spatial Reasoning: A Cognitive Assessment of Allen s Calculus

Preferred Mental Models in Qualitative Spatial Reasoning: A Cognitive Assessment of Allen s Calculus Knauff, M., Rauh, R., & Schlieder, C. (1995). Preferred mental models in qualitative spatial reasoning: A cognitive assessment of Allen's calculus. In Proceedings of the Seventeenth Annual Conference of

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 7. Propositional Logic Rational Thinking, Logic, Resolution Joschka Boedecker and Wolfram Burgard and Frank Hutter and Bernhard Nebel Albert-Ludwigs-Universität Freiburg

More information

Solving Quadratic Equations Using Multiple Methods and Solving Systems of Linear and Quadratic Equations

Solving Quadratic Equations Using Multiple Methods and Solving Systems of Linear and Quadratic Equations Algebra 1, Quarter 4, Unit 4.1 Solving Quadratic Equations Using Multiple Methods and Solving Systems of Linear and Quadratic Equations Overview Number of instructional days: 13 (1 day = 45 minutes) Content

More information

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues Content What are Events? Examples for Problematic Event Semantics Inhibit, Enabler / Conditioning

More information