Formalising Human Computer Interaction in DSS Domain

Size: px
Start display at page:

Download "Formalising Human Computer Interaction in DSS Domain"

Transcription

1 Formalising Human Computer Interaction in DSS Domain Ọdẹtúnjí Ajadi, Ọdẹjọbí Cork Constraint Computation Center (4C) Computer Science Department University College Cork Cork, Ireland SUPPORTED BY: 1. Science Foundation Ireland Grant 05/IN/I Marie Curie Grant MTKD-CT April 2009 HCI-in-DSS 1

2 This presentation Describes DSS research at 4C (CREEDS) Discusses my current work on HCI in the context of the CREEDS project Highlights future directions 21 April 2009 HCI-in-DSS 2

3 The 4C A research centre at the University College Cork Under Computer Science Department Headed by Prof. E. C. Freuder About 50 academic researchers from about 11 countries About 15 PhD students Research funders include: Science Fundation Ireland Microsoft Marie Curie Many landmark achievments in constraint based modelling 21 April 2009 HCI-in-DSS 3

4 The CREEDS project Constraint Reasoning Extended to Enhance Decision Support Headed by Richard J. Wallace Involves about 10 academic researchers all based at 4C Aims 1) extend the scope of constraint based reasoning research activities into the field of decision support system 2) devise new methods, guided by theoretical treatment of decision making, to support decision making 21 April 2009 HCI-in-DSS 4

5 My work in the CREEDS project Human Computer Intercation in DSS domain Suicide suceptibility prediction as case study Constraint reasoning, ontology and fuzzy logic as modelling tools Formal methods as design framework 21 April 2009 HCI-in-DSS 5

6 The case study: Given the clinical and behavioural profile of an individual, can we develop a system that can support human decision makers to accurately predict susceptibility to commiting suicide or other life-threatening acts? 21 April 2009 HCI-in-DSS 6

7 The environment Developers System Users Knowledge Engineers Experts {psychiatrists psychologists} Software Engineers DSS Medical Doctors Nurses Social workers Educators Assumptions Assumptions Domain knowledge is precise Domain concept and ideas are definite HCI should be considered after development System will assist in decision making Users have same or similar problem solving skills They know what we want They understand our concept of problem They understand how we will use the system Their product will help us get better diagnosis 21 April 2009 HCI-in-DSS 7

8 The problem The design process cannot be verified for correctness Development paradigm does not provide proof of correctness Concepts are ambigouse and depend on context Solution process are vague (rule of the thumb) The domain knowledge as encoded in the DSS and users action are not harmonise Rely on the ability of users to understand and interpret information provided via GUI The domain knowledge are often cyclic and fuzzy hence difficult to represent in the from of a tree (Park &Kim, 1995). 21 April 2009 HCI-in-DSS 8

9 Research efforts Four main areas: Science of Human Decision Making: philosophy of information human cognitive modelling (e.g. cognitive maps) Decision Process Engineering: Design, coding, evaluation, implementation Human Computer Interaction: User behaviour during interaction with computer Evolution of users' concept of solution Formal Methods: Precise mathematical specification Definition of system activities Proof of completeness and soundness 21 April 2009 HCI-in-DSS 9

10 Objectives 1)Identify and analyse the HCI requirements for DSS in a selected medical domain 2)Appraise constraint based and related approaches for realising a specification of 1) 3) Design the development framework for 2) 21 April 2009 HCI-in-DSS 10

11 Methodology Domain knowledge design and encoding: Fuzzy logic Constraint satisfaction Ontology Formal methods: CASL (Common Algebra Specification Language) Our extension of CASL with constraint modelling Users action modelling (HCI context): That facilitates the capturing of domain specific: Ideas, Metaphor, Models, Key concepts 21 April 2009 HCI-in-DSS 11

12 The domain knowledge encoding Cues: Factual: Facts about the individual Physical obervations, family history, community history, racial background, gendar, education Expressed:Individuals views of self in society Feeling expressesed by bevarioural activities: e.g. Verbally: veiws and opinion: experience: about recent happenings Derived: Infromation obtained via theoretical treathment of factural and expressesed cues. 21 April 2009 HCI-in-DSS 12

13 Information type Physical experience Pain/No-Pain Sadness, Fear, Happiness Joy, pride, bliss, jealousy Distress, Disgust, Resentment Physiological consequence Heart rate, blood rate, temperature Heart rate, blood rate, blood pressure EEG in left frontal cortex EEG in right frontal cortex These instrumental measurements must be accompanied by decision makers' judgement 21 April 2009 HCI-in-DSS 13

14 Theory G. Kaufmann(1985) Locus of decision making High Low Low Linguistic Visual images Problem novelty (decision makers skill) Overt exploratory activities High Consequence for HCI design is that The higher the skill of the user the better the use of overt exploratory activities The lower the skill of the user the better the use of linguistic information 21 April 2009 HCI-in-DSS 14

15 Preference specification si sj Fuzzy relations Decision variables C = 1.0 if si is definitely preferred to sj 0.5<c<1.0 if si is slightly preferred to sj D(si,sj)=c= C = 0.5 C < 0.5 C = 0.0 if si is not preferred to sj if sj is slightly preferred to si if sj is definitely preferred to si 21 April 2009 HCI-in-DSS 15

16 Constraint reasoning Si Si Si Si Si Si Si Si Si Si Si Si Si Sj Sk Sl Decision variables Si Si Si Sm Constraint satisfaction model Ui UiUi Ui UiUj Ui Ui Uk Ui UiUl Ui Ui Um HCI actions Linear Constraint: within same context Non-Linear Constraint: Over more than one contexts 21 April 2009 HCI-in-DSS 16

17 HCI modelling Allow users to manipulate decision information using actions provided by the system Adjust to users' ability to understand and interpret decision actions in different contexts Users activities Scanning: Browsing the interface Identification: Focusing on part of the interface that is of interest Classification:Assessing of areas of interest Decision: Setting preferences and initials processing Interaction: Iterating actions to refine decision outcome 21 April 2009 HCI-in-DSS 17

18 Hypothesis It is possible to describe the important activities users in DSS domain It is possible to use use formal methods to model a description of users activities Why formal methods? Produces a precise and systematic modelling of users' actions Facilitates a means of proofing that the model meets its requirement Supports the process of mapping model into an appropriate implementation 21 April 2009 HCI-in-DSS 18

19 CASL CASL: Common Algebraic Specification Language Formal method like Z, B or π-calculus Extension of CSP (Communicating Sequential Processes) Combines process algebra with concept of loose specification (uses 2-step semantics) Used mainly in formal system specification and testing Robust and easy to use and intend Include software for modelling and proof checking 21 April 2009 HCI-in-DSS 19

20 Extensions of CASL Higher order algebraical extension (e.g. HASCASL, CoCASL) Reactive Extensions (CASL-LTL, SB-CASL, CSP-CASL) Structural extension (HET-CASL) All these deal with the modification of CASL implementation algebra OR the structure of its process 21 April 2009 HCI-in-DSS 20

21 Our CASL extension We replaced: Data part of CASL with fuzzy constraint terms AND Process part with constraint satisfaction modelling Our extension deals with the modification of CASL implementation algebra AND the structure of its process This allows us to: Implement recursive processes where fuzzy terms are used to describe communication 21 April 2009 HCI-in-DSS 21

22 Modelling issues We expect the semantic model in our CASL to: First-step-semantic: to generate a class of model for the data part Second-step-semantic: refines the denotations and assigns meanings to the process part 21 April 2009 HCI-in-DSS 22

23 Formalisation Fuzzy constraint term Fc= X,C,O X => Finite set of variables C => Finite set of Constraint Over variables O => Domain of X where C is valid (Contextualise X) Fuzzy regular grammar Fc= N,T, S,P N => Finite set of non-terminal (partial decisions) T => Finite set of terminals (fuzzy constraint terms) S => S є N starting symbol P => Finite set of fuzzy production (transition based on degree of truth) 21 April 2009 HCI-in-DSS 23

24 Sort types UserSorts: source :t r satisfied: Χ(t,r) input :r repr:ω The transformation t to r, requested by the user; satisfies constraint Χ; and implies repr, in context Ω Issues of ontology ActionsSorts engage :a1 a2 buffer :D(engage) trans : T(D()) InterfaceSorts bind :s1 s2 buffer :R(bind) trans :H(buffer) Issue of GUI ProcessSorts engage :p1 p2 satisfied :P(p1,p2) trans :G(P()) Issues of Constraint grammar Issues of Fuzzy constraint reasoning 21 April 2009 HCI-in-DSS 24

25 Looking forward Completion: Complete the CASL formalisation and proof system Publication: hope to publish the work in conference, (next year), Journal (when idea become matured) Implementation: Extend CASL software to accommodate our ideas 21 April 2009 HCI-in-DSS 25

26 HELP!! Suggestions? Education? Questions? 21 April 2009 HCI-in-DSS 26

A FORMAL METHOD FOR MAPPING SOFTWARE ENGINEERING PRACTICES TO ESSENCE

A FORMAL METHOD FOR MAPPING SOFTWARE ENGINEERING PRACTICES TO ESSENCE A FORMAL METHOD FOR MAPPING SOFTWARE ENGINEERING PRACTICES TO ESSENCE Murat Pasa Uysal Department of Management Information Systems, Başkent University, Ankara, Turkey ABSTRACT Essence Framework (EF) aims

More information

Towards a Software Engineering Research Framework: Extending Design Science Research

Towards a Software Engineering Research Framework: Extending Design Science Research Towards a Software Engineering Research Framework: Extending Design Science Research Murat Pasa Uysal 1 1Department of Management Information Systems, Ufuk University, Ankara, Turkey ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Object-oriented Analysis and Design

Object-oriented Analysis and Design Object-oriented Analysis and Design Stages in a Software Project Requirements Writing Understanding the Client s environment and needs. Analysis Identifying the concepts (classes) in the problem domain

More information

Domain Engineering. book by Dines Bjørner, presentation by Tero Hasu. February 9, Dines Bjørner 3. 2 a domain 4.

Domain Engineering. book by Dines Bjørner, presentation by Tero Hasu. February 9, Dines Bjørner 3. 2 a domain 4. Domain Engineering book by Dines Bjørner, presentation by Tero Hasu February 9, 2012 Contents 1 Dines Bjørner 3 2 a domain 4 3 some domains 4 4 To understand is all. 4 5 motivation 5 6 problems 5 7 a domain

More information

22c181: Formal Methods in Software Engineering. The University of Iowa Spring Propositional Logic

22c181: Formal Methods in Software Engineering. The University of Iowa Spring Propositional Logic 22c181: Formal Methods in Software Engineering The University of Iowa Spring 2010 Propositional Logic Copyright 2010 Cesare Tinelli. These notes are copyrighted materials and may not be used in other course

More information

An Ontology for Modelling Security: The Tropos Approach

An Ontology for Modelling Security: The Tropos Approach An Ontology for Modelling Security: The Tropos Approach Haralambos Mouratidis 1, Paolo Giorgini 2, Gordon Manson 1 1 University of Sheffield, Computer Science Department, UK {haris, g.manson}@dcs.shef.ac.uk

More information

Dynamic Games: Backward Induction and Subgame Perfection

Dynamic Games: Backward Induction and Subgame Perfection Dynamic Games: Backward Induction and Subgame Perfection Carlos Hurtado Department of Economics University of Illinois at Urbana-Champaign hrtdmrt2@illinois.edu Jun 22th, 2017 C. Hurtado (UIUC - Economics)

More information

Context Sensitive Interactive Systems Design: A Framework for Representation of contexts

Context Sensitive Interactive Systems Design: A Framework for Representation of contexts Context Sensitive Interactive Systems Design: A Framework for Representation of contexts Keiichi Sato Illinois Institute of Technology 350 N. LaSalle Street Chicago, Illinois 60610 USA sato@id.iit.edu

More information

Interaction Design. Beyond Human - Computer Interaction. 3rd Edition

Interaction Design. Beyond Human - Computer Interaction. 3rd Edition Brochure More information from http://www.researchandmarkets.com/reports/2241999/ Interaction Design. Beyond Human - Computer Interaction. 3rd Edition Description: A revision of the #1 text in the Human

More information

Methodology for Agent-Oriented Software

Methodology for Agent-Oriented Software ب.ظ 03:55 1 of 7 2006/10/27 Next: About this document... Methodology for Agent-Oriented Software Design Principal Investigator dr. Frank S. de Boer (frankb@cs.uu.nl) Summary The main research goal of this

More information

Design and Technology Subject Outline Stage 1 and Stage 2

Design and Technology Subject Outline Stage 1 and Stage 2 Design and Technology 2019 Subject Outline Stage 1 and Stage 2 Published by the SACE Board of South Australia, 60 Greenhill Road, Wayville, South Australia 5034 Copyright SACE Board of South Australia

More information

Formal Verification. Lecture 5: Computation Tree Logic (CTL)

Formal Verification. Lecture 5: Computation Tree Logic (CTL) Formal Verification Lecture 5: Computation Tree Logic (CTL) Jacques Fleuriot 1 jdf@inf.ac.uk 1 With thanks to Bob Atkey for some of the diagrams. Recap Previously: Linear-time Temporal Logic This time:

More information

Supporting medical technology development with the analytic hierarchy process Hummel, Janna Marchien

Supporting medical technology development with the analytic hierarchy process Hummel, Janna Marchien University of Groningen Supporting medical technology development with the analytic hierarchy process Hummel, Janna Marchien IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's

More information

POLICY RESEARCH, ACTION RESEARCH, AND INTERPRETIVE RESEARCH IN INFORMATION SYSTEMS AREAS

POLICY RESEARCH, ACTION RESEARCH, AND INTERPRETIVE RESEARCH IN INFORMATION SYSTEMS AREAS Faculty of Computer Science - University of Indonesia POLICY RESEARCH, ACTION RESEARCH, AND INTERPRETIVE RESEARCH IN INFORMATION SYSTEMS AREAS RESEARCH METHODOLOGY CLASS Lecturer : RIRI SATRIA Date : October

More information

Issues and Challenges in Coupling Tropos with User-Centred Design

Issues and Challenges in Coupling Tropos with User-Centred Design Issues and Challenges in Coupling Tropos with User-Centred Design L. Sabatucci, C. Leonardi, A. Susi, and M. Zancanaro Fondazione Bruno Kessler - IRST CIT sabatucci,cleonardi,susi,zancana@fbk.eu Abstract.

More information

Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques

Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques Afshan Ilyas, Shagufta Jahan, Mohammad Ayyub Abstract:- This paper presents a method for tuning of conventional

More information

FUZZY EXPERT SYSTEM FOR DIABETES USING REINFORCED FUZZY ASSESSMENT MECHANISMS M.KALPANA

FUZZY EXPERT SYSTEM FOR DIABETES USING REINFORCED FUZZY ASSESSMENT MECHANISMS M.KALPANA FUZZY EXPERT SYSTEM FOR DIABETES USING REINFORCED FUZZY ASSESSMENT MECHANISMS Thesis Submitted to the BHARATHIAR UNIVERSITY in partial fulfillment of the requirements for the award of the Degree of DOCTOR

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

Dynamic Programming. Objective

Dynamic Programming. Objective Dynamic Programming Richard de Neufville Professor of Engineering Systems and of Civil and Environmental Engineering MIT Massachusetts Institute of Technology Dynamic Programming Slide 1 of 43 Objective

More information

Introduction to Humans in HCI

Introduction to Humans in HCI Introduction to Humans in HCI Mary Czerwinski Microsoft Research 9/18/2001 We are fortunate to be alive at a time when research and invention in the computing domain flourishes, and many industrial, government

More information

Understanding User s Experiences: Evaluation of Digital Libraries. Ann Blandford University College London

Understanding User s Experiences: Evaluation of Digital Libraries. Ann Blandford University College London Understanding User s Experiences: Evaluation of Digital Libraries Ann Blandford University College London Overview Background Some desiderata for DLs Some approaches to evaluation Quantitative Qualitative

More information

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 A KNOWLEDGE MANAGEMENT SYSTEM FOR INDUSTRIAL DESIGN RESEARCH PROCESSES Christian FRANK, Mickaël GARDONI Abstract Knowledge

More information

An Exploratory Study of Design Processes

An Exploratory Study of Design Processes International Journal of Arts and Commerce Vol. 3 No. 1 January, 2014 An Exploratory Study of Design Processes Lin, Chung-Hung Department of Creative Product Design I-Shou University No.1, Sec. 1, Syuecheng

More information

GUIDE TO SPEAKING POINTS:

GUIDE TO SPEAKING POINTS: GUIDE TO SPEAKING POINTS: The following presentation includes a set of speaking points that directly follow the text in the slide. The deck and speaking points can be used in two ways. As a learning tool

More information

Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents

Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents Ning Gu and Mary Lou Maher ning@design-ning.net mary@arch.usyd.edu.au Key Centre of Design Computing and Cognition University of Sydney

More information

18 Completeness and Compactness of First-Order Tableaux

18 Completeness and Compactness of First-Order Tableaux CS 486: Applied Logic Lecture 18, March 27, 2003 18 Completeness and Compactness of First-Order Tableaux 18.1 Completeness Proving the completeness of a first-order calculus gives us Gödel s famous completeness

More information

THE AXIOMATIC APPROACH IN THE UNIVERSAL DESIGN THEORY

THE AXIOMATIC APPROACH IN THE UNIVERSAL DESIGN THEORY THE AXIOMATIC APPROACH IN THE UNIVERSAL DESIGN THEORY Dr.-Ing. Ralf Lossack lossack@rpk.mach.uni-karlsruhe.de o. Prof. Dr.-Ing. Dr. h.c. H. Grabowski gr@rpk.mach.uni-karlsruhe.de University of Karlsruhe

More information

Formalising Event Reconstruction in Digital Investigations

Formalising Event Reconstruction in Digital Investigations Formalising Event Reconstruction in Digital Investigations Pavel Gladyshev The thesis is submitted to University College Dublin for the degree of PhD in the Faculty of Science August 2004 Department of

More information

A SYSTEMIC APPROACH TO KNOWLEDGE SOCIETY FORESIGHT. THE ROMANIAN CASE

A SYSTEMIC APPROACH TO KNOWLEDGE SOCIETY FORESIGHT. THE ROMANIAN CASE A SYSTEMIC APPROACH TO KNOWLEDGE SOCIETY FORESIGHT. THE ROMANIAN CASE Expert 1A Dan GROSU Executive Agency for Higher Education and Research Funding Abstract The paper presents issues related to a systemic

More information

HTA Position Paper. The International Network of Agencies for Health Technology Assessment (INAHTA) defines HTA as:

HTA Position Paper. The International Network of Agencies for Health Technology Assessment (INAHTA) defines HTA as: HTA Position Paper The Global Medical Technology Alliance (GMTA) represents medical technology associations whose members supply over 85 percent of the medical devices and diagnostics purchased annually

More information

AI Principles, Semester 2, Week 1, Lecture 2, Cognitive Science and AI Applications. The Computational and Representational Understanding of Mind

AI Principles, Semester 2, Week 1, Lecture 2, Cognitive Science and AI Applications. The Computational and Representational Understanding of Mind AI Principles, Semester 2, Week 1, Lecture 2, Cognitive Science and AI Applications How simulations can act as scientific theories The Computational and Representational Understanding of Mind Boundaries

More information

Advances and Perspectives in Health Information Standards

Advances and Perspectives in Health Information Standards Advances and Perspectives in Health Information Standards HL7 Brazil June 14, 2018 W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7, FIAHSI Director, Duke Center for Health Informatics Director, Applied

More information

Leading Systems Engineering Narratives

Leading Systems Engineering Narratives Leading Systems Engineering Narratives Dieter Scheithauer Dr.-Ing., INCOSE ESEP 01.09.2014 Dieter Scheithauer, 2014. Content Introduction Problem Processing The Systems Engineering Value Stream The System

More information

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Bahar A. Elmahi. Industrial Research & Consultancy Center, baharelmahi@yahoo.com Abstract- This paper

More information

Introduction to HCI. CS4HC3 / SE4HC3/ SE6DO3 Fall Instructor: Kevin Browne

Introduction to HCI. CS4HC3 / SE4HC3/ SE6DO3 Fall Instructor: Kevin Browne Introduction to HCI CS4HC3 / SE4HC3/ SE6DO3 Fall 2011 Instructor: Kevin Browne brownek@mcmaster.ca Slide content is based heavily on Chapter 1 of the textbook: Designing the User Interface: Strategies

More information

APPROXIMATE KNOWLEDGE OF MANY AGENTS AND DISCOVERY SYSTEMS

APPROXIMATE KNOWLEDGE OF MANY AGENTS AND DISCOVERY SYSTEMS Jan M. Żytkow APPROXIMATE KNOWLEDGE OF MANY AGENTS AND DISCOVERY SYSTEMS 1. Introduction Automated discovery systems have been growing rapidly throughout 1980s as a joint venture of researchers in artificial

More information

December Eucomed HTA Position Paper UK support from ABHI

December Eucomed HTA Position Paper UK support from ABHI December 2008 Eucomed HTA Position Paper UK support from ABHI The Eucomed position paper on Health Technology Assessment presents the views of the Medical Devices Industry of the challenges of performing

More information

Design Science Research Methods. Prof. Dr. Roel Wieringa University of Twente, The Netherlands

Design Science Research Methods. Prof. Dr. Roel Wieringa University of Twente, The Netherlands Design Science Research Methods Prof. Dr. Roel Wieringa University of Twente, The Netherlands www.cs.utwente.nl/~roelw UFPE 26 sept 2016 R.J. Wieringa 1 Research methodology accross the disciplines Do

More information

PREPARATION OF METHODS AND TOOLS OF QUALITY IN REENGINEERING OF TECHNOLOGICAL PROCESSES

PREPARATION OF METHODS AND TOOLS OF QUALITY IN REENGINEERING OF TECHNOLOGICAL PROCESSES Page 1 of 7 PREPARATION OF METHODS AND TOOLS OF QUALITY IN REENGINEERING OF TECHNOLOGICAL PROCESSES 7.1 Abstract: Solutions variety of the technological processes in the general case, requires technical,

More information

Faculty of Humanities and Social Sciences

Faculty of Humanities and Social Sciences Faculty of Humanities and Social Sciences University of Adelaide s, Indicators and the EU Sector Qualifications Frameworks for Humanities and Social Sciences University of Adelaide 1. Knowledge and understanding

More information

SITUATED CREATIVITY INSPIRED IN PARAMETRIC DESIGN ENVIRONMENTS

SITUATED CREATIVITY INSPIRED IN PARAMETRIC DESIGN ENVIRONMENTS The 2nd International Conference on Design Creativity (ICDC2012) Glasgow, UK, 18th-20th September 2012 SITUATED CREATIVITY INSPIRED IN PARAMETRIC DESIGN ENVIRONMENTS R. Yu, N. Gu and M. Ostwald School

More information

The aims. An evaluation framework. Evaluation paradigm. User studies

The aims. An evaluation framework. Evaluation paradigm. User studies The aims An evaluation framework Explain key evaluation concepts & terms. Describe the evaluation paradigms & techniques used in interaction design. Discuss the conceptual, practical and ethical issues

More information

Towards the definition of a Science Base for Enterprise Interoperability: A European Perspective

Towards the definition of a Science Base for Enterprise Interoperability: A European Perspective Towards the definition of a Science Base for Enterprise Interoperability: A European Perspective Keith Popplewell Future Manufacturing Applied Research Centre, Coventry University Coventry, CV1 5FB, United

More information

UNIT-III LIFE-CYCLE PHASES

UNIT-III LIFE-CYCLE PHASES INTRODUCTION: UNIT-III LIFE-CYCLE PHASES - If there is a well defined separation between research and development activities and production activities then the software is said to be in successful development

More information

Intelligent Systems. Lecture 1 - Introduction

Intelligent Systems. Lecture 1 - Introduction Intelligent Systems Lecture 1 - Introduction In which we try to explain why we consider artificial intelligence to be a subject most worthy of study, and in which we try to decide what exactly it is Dr.

More information

Game theory lecture 5. October 5, 2013

Game theory lecture 5. October 5, 2013 October 5, 2013 In normal form games one can think that the players choose their strategies simultaneously. In extensive form games the sequential structure of the game plays a central role. In this section

More information

CONCURRENT ENGINEERING

CONCURRENT ENGINEERING CONCURRENT ENGINEERING S.P.Tayal Professor, M.M.University,Mullana- 133203, Distt.Ambala (Haryana) M: 08059930976, E-Mail: sptayal@gmail.com Abstract It is a work methodology based on the parallelization

More information

Introduction To Cognitive Robots

Introduction To Cognitive Robots Introduction To Cognitive Robots Prof. Brian Williams Rm 33-418 Wednesday, February 2 nd, 2004 Outline Examples of Robots as Explorers Course Objectives Student Introductions and Goals Introduction to

More information

DVA325 Formal Languages, Automata and Models of Computation (FABER)

DVA325 Formal Languages, Automata and Models of Computation (FABER) DVA325 Formal Languages, Automata and Models of Computation (FABER) Lecture 1 - Introduction School of Innovation, Design and Engineering Mälardalen University 11 November 2014 Abu Naser Masud FABER November

More information

Methodology for Engineering Affective Social Applications

Methodology for Engineering Affective Social Applications Methodology for Engineering Affective Social Applications Derek J. Sollenberger and Munindar P. Singh Department of Computer Science North Carolina State University Raleigh, NC 27695-8206, USA {djsollen,singh}@ncsu.edu

More information

CRITERIA FOR AREAS OF GENERAL EDUCATION. The areas of general education for the degree Associate in Arts are:

CRITERIA FOR AREAS OF GENERAL EDUCATION. The areas of general education for the degree Associate in Arts are: CRITERIA FOR AREAS OF GENERAL EDUCATION The areas of general education for the degree Associate in Arts are: Language and Rationality English Composition Writing and Critical Thinking Communications and

More information

General Education Rubrics

General Education Rubrics General Education Rubrics Rubrics represent guides for course designers/instructors, students, and evaluators. Course designers and instructors can use the rubrics as a basis for creating activities for

More information

CSC 550: Introduction to Artificial Intelligence. Fall 2004

CSC 550: Introduction to Artificial Intelligence. Fall 2004 CSC 550: Introduction to Artificial Intelligence Fall 2004 See online syllabus at: http://www.creighton.edu/~davereed/csc550 Course goals: survey the field of Artificial Intelligence, including major areas

More information

Engineering Diploma Resource Guide ST150 ETP Research & Design (Engineering)

Engineering Diploma Resource Guide ST150 ETP Research & Design (Engineering) Engineering Diploma Resource Guide ST50 ETP Research & Design (Engineering) Introduction Whether we are looking to improve a current system or design a completely new product for the market place, we have

More information

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis Proceedings of the 6th WSEAS International Conference on Signal, Speech and Image Processing, Lisbon, Portugal, September 22-24, 2006 110 Automated Detection of Early Lung Cancer and Tuberculosis Based

More information

CS 889 Advanced Topics in Human- Computer Interaction. Experimental Methods in HCI

CS 889 Advanced Topics in Human- Computer Interaction. Experimental Methods in HCI CS 889 Advanced Topics in Human- Computer Interaction Experimental Methods in HCI Overview A brief overview of HCI Experimental Methods overview Goals of this course Syllabus and course details HCI at

More information

The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems

The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems AMADEOS Architecture for Multi-criticality Agile Dependable Evolutionary Open System-of-Systems FP7-ICT-2013.3.4 - Grant Agreement n 610535 The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems

More information

Course and Examination Regulations

Course and Examination Regulations Course and Examination Regulations valid as of 1 September 2016 Programme-specific section: Master s Programme: Classics and Ancient Civilizations (research) These course and examination regulations have

More information

Chapter 7 Information Redux

Chapter 7 Information Redux Chapter 7 Information Redux Information exists at the core of human activities such as observing, reasoning, and communicating. Information serves a foundational role in these areas, similar to the role

More information

The Role of Goals in Design Reasoning

The Role of Goals in Design Reasoning The Role of Goals in Design Reasoning Roel Wieringa University of Twente The Netherlands i star'13 Workshop Roel Wieringa 18th june 2013 1 1. Goals 2. Design reasoning Outline i star'13 Workshop Roel Wieringa

More information

COMPUTATONAL INTELLIGENCE

COMPUTATONAL INTELLIGENCE COMPUTATONAL INTELLIGENCE October 2011 November 2011 Siegfried Nijssen partially based on slides by Uzay Kaymak Leiden Institute of Advanced Computer Science e-mail: snijssen@liacs.nl Katholieke Universiteit

More information

Tennessee Senior Bridge Mathematics

Tennessee Senior Bridge Mathematics A Correlation of to the Mathematics Standards Approved July 30, 2010 Bid Category 13-130-10 A Correlation of, to the Mathematics Standards Mathematics Standards I. Ways of Looking: Revisiting Concepts

More information

Context-sensitive Approach for Interactive Systems Design: Modular Scenario-based Methods for Context Representation

Context-sensitive Approach for Interactive Systems Design: Modular Scenario-based Methods for Context Representation Journal of PHYSIOLOGICAL ANTHROPOLOGY and Applied Human Science Context-sensitive Approach for Interactive Systems Design: Modular Scenario-based Methods for Context Representation Keiichi Sato Institute

More information

HELPING THE DESIGN OF MIXED SYSTEMS

HELPING THE DESIGN OF MIXED SYSTEMS HELPING THE DESIGN OF MIXED SYSTEMS Céline Coutrix Grenoble Informatics Laboratory (LIG) University of Grenoble 1, France Abstract Several interaction paradigms are considered in pervasive computing environments.

More information

Project Lead the Way: Civil Engineering and Architecture, (CEA) Grades 9-12

Project Lead the Way: Civil Engineering and Architecture, (CEA) Grades 9-12 1. Students will develop an understanding of the J The nature and development of technological knowledge and processes are functions of the setting. characteristics and scope of M Most development of technologies

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India August 2012

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India August 2012 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India August 01 Rationalizable Strategies Note: This is a only a draft version,

More information

CATHOLIC REGIONAL COLLEGE SYDENHAM. Study: Studio Arts

CATHOLIC REGIONAL COLLEGE SYDENHAM. Study: Studio Arts CATHOLIC REGIONAL COLLEGE SYDENHAM Study: Studio Arts Rationale: The creative nature of visual art provides individuals with the opportunity for personal growth, the expression of ideas and a process for

More information

Game Theory and Economics Prof. Dr. Debarshi Das Humanities and Social Sciences Indian Institute of Technology, Guwahati

Game Theory and Economics Prof. Dr. Debarshi Das Humanities and Social Sciences Indian Institute of Technology, Guwahati Game Theory and Economics Prof. Dr. Debarshi Das Humanities and Social Sciences Indian Institute of Technology, Guwahati Module No. # 05 Extensive Games and Nash Equilibrium Lecture No. # 03 Nash Equilibrium

More information

Prof Ina Fourie. Department of Information Science, University of Pretoria

Prof Ina Fourie. Department of Information Science, University of Pretoria Prof Ina Fourie Department of Information Science, University of Pretoria Research voices drive worldviews perceptions of what needs to be done and how it needs to be done research focus research methods

More information

Learning Goals and Related Course Outcomes Applied To 14 Core Requirements

Learning Goals and Related Course Outcomes Applied To 14 Core Requirements Learning Goals and Related Course Outcomes Applied To 14 Core Requirements Fundamentals (Normally to be taken during the first year of college study) 1. Towson Seminar (3 credit hours) Applicable Learning

More information

Socio-cognitive Engineering

Socio-cognitive Engineering Socio-cognitive Engineering Mike Sharples Educational Technology Research Group University of Birmingham m.sharples@bham.ac.uk ABSTRACT Socio-cognitive engineering is a framework for the human-centred

More information

Distributed Systems Programming (F21DS1) Formal Methods for Distributed Systems

Distributed Systems Programming (F21DS1) Formal Methods for Distributed Systems Distributed Systems Programming (F21DS1) Formal Methods for Distributed Systems Andrew Ireland Department of Computer Science School of Mathematical and Computer Sciences Heriot-Watt University Edinburgh

More information

Tuning-CALOHEE Assessment Frameworks for the Subject Area of CIVIL ENGINEERING The Tuning-CALOHEE Assessment Frameworks for Civil Engineering offers

Tuning-CALOHEE Assessment Frameworks for the Subject Area of CIVIL ENGINEERING The Tuning-CALOHEE Assessment Frameworks for Civil Engineering offers Tuning-CALOHEE Assessment Frameworks for the Subject Area of CIVIL ENGINEERING The Tuning-CALOHEE Assessment Frameworks for Civil Engineering offers an important and novel tool for understanding, defining

More information

DSM-Based Methods to Represent Specialization Relationships in a Concept Framework

DSM-Based Methods to Represent Specialization Relationships in a Concept Framework 20 th INTERNATIONAL DEPENDENCY AND STRUCTURE MODELING CONFERENCE, TRIESTE, ITALY, OCTOBER 15-17, 2018 DSM-Based Methods to Represent Specialization Relationships in a Concept Framework Yaroslav Menshenin

More information

Realising the Flanders Research Information Space

Realising the Flanders Research Information Space Realising the Flanders Research Information Space Peter Spyns & Geert Van Grootel published in Meersman R., Dillon T., Herrero P. et al., (Eds.): (eds.), Proceedings of the OTM 2011 Workshops, LNCS 7046,

More information

The essential role of. mental models in HCI: Card, Moran and Newell

The essential role of. mental models in HCI: Card, Moran and Newell 1 The essential role of mental models in HCI: Card, Moran and Newell Kate Ehrlich IBM Research, Cambridge MA, USA Introduction In the formative years of HCI in the early1980s, researchers explored the

More information

Quantitative Reasoning: It s Not Just for Scientists & Economists Anymore

Quantitative Reasoning: It s Not Just for Scientists & Economists Anymore Quantitative Reasoning: It s Not Just for Scientists & Economists Anymore Corri Taylor Quantitative Reasoning Program Wellesley College ctaylor1@wellesley.edu In today s world awash in numbers, strong

More information

Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents

Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents GU Ning and MAHER Mary Lou Key Centre of Design Computing and Cognition, University of Sydney Keywords: Abstract: Virtual Environments,

More information

TRUCE: A Coordination Action for Unconventional Computation

TRUCE: A Coordination Action for Unconventional Computation Int. Journ. of Unconventional Computing, Vol. 0, pp. 1 5 Reprints available directly from the publisher Photocopying permitted by license only 2012 Old City Publishing, Inc. Published by license under

More information

Logic Programming. Dr. : Mohamed Mostafa

Logic Programming. Dr. : Mohamed Mostafa Dr. : Mohamed Mostafa Logic Programming E-mail : Msayed@afmic.com Text Book: Learn Prolog Now! Author: Patrick Blackburn, Johan Bos, Kristina Striegnitz Publisher: College Publications, 2001. Useful references

More information

Human-Computer Interaction

Human-Computer Interaction Human-Computer Interaction Prof. Antonella De Angeli, PhD Antonella.deangeli@disi.unitn.it Ground rules To keep disturbance to your fellow students to a minimum Switch off your mobile phone during the

More information

DECISION BASED KNOWLEDGE MANAGEMENT FOR DESIGN PROJECT OF INNOVATIVE PRODUCTS

DECISION BASED KNOWLEDGE MANAGEMENT FOR DESIGN PROJECT OF INNOVATIVE PRODUCTS INTERNATIONAL DESIGN CONFERENCE - DESIGN 2002 Dubrovnik, May 14-17, 2002. DECISION BASED KNOWLEDGE MANAGEMENT FOR DESIGN PROJECT OF INNOVATIVE PRODUCTS B. Longueville, J. Stal Le Cardinal and J.-C. Bocquet

More information

5.4 Imperfect, Real-Time Decisions

5.4 Imperfect, Real-Time Decisions 5.4 Imperfect, Real-Time Decisions Searching through the whole (pruned) game tree is too inefficient for any realistic game Moves must be made in a reasonable amount of time One has to cut off the generation

More information

Loop Design. Chapter Introduction

Loop Design. Chapter Introduction Chapter 8 Loop Design 8.1 Introduction This is the first Chapter that deals with design and we will therefore start by some general aspects on design of engineering systems. Design is complicated because

More information

Project Lead the Way: Principles of Engineering, (POE) Grades 9-12

Project Lead the Way: Principles of Engineering, (POE) Grades 9-12 1. Students will develop an characteristics and scope of technology. 2. Students will develop an core concepts of technology. M Most development of technologies these days is driven by the profit motive

More information

IS 525 Chapter 2. Methodology Dr. Nesrine Zemirli

IS 525 Chapter 2. Methodology Dr. Nesrine Zemirli IS 525 Chapter 2 Methodology Dr. Nesrine Zemirli Assistant Professor. IS Department CCIS / King Saud University E-mail: Web: http://fac.ksu.edu.sa/nzemirli/home Chapter Topics Fundamental concepts and

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Sub Code : CS6659 Sub Name : Artificial Intelligence Branch / Year : CSE VI Sem / III Year

More information

Computational Thinking in Biology

Computational Thinking in Biology Technical Report CoSBi 10/2007 Computational Thinking in Biology Corrado Priami CoSBi and DISI, University of Trento priami@cosbi.eu This is the preliminary version of a paper that will appear in Transactions

More information

Agent-Based Modeling Tools for Electric Power Market Design

Agent-Based Modeling Tools for Electric Power Market Design Agent-Based Modeling Tools for Electric Power Market Design Implications for Macro/Financial Policy? Leigh Tesfatsion Professor of Economics, Mathematics, and Electrical & Computer Engineering Iowa State

More information

UNIT VIII SYSTEM METHODOLOGY 2014

UNIT VIII SYSTEM METHODOLOGY 2014 SYSTEM METHODOLOGY: UNIT VIII SYSTEM METHODOLOGY 2014 The need for a Systems Methodology was perceived in the second half of the 20th Century, to show how and why systems engineering worked and was so

More information

1\2 L m R M 2, 2 1, 1 0, 0 B 1, 0 0, 0 1, 1

1\2 L m R M 2, 2 1, 1 0, 0 B 1, 0 0, 0 1, 1 Chapter 1 Introduction Game Theory is a misnomer for Multiperson Decision Theory. It develops tools, methods, and language that allow a coherent analysis of the decision-making processes when there are

More information

Adaptive Waveforms for Target Class Discrimination

Adaptive Waveforms for Target Class Discrimination Adaptive Waveforms for Target Class Discrimination Jun Hyeong Bae and Nathan A. Goodman Department of Electrical and Computer Engineering University of Arizona 3 E. Speedway Blvd, Tucson, Arizona 857 dolbit@email.arizona.edu;

More information

Automation, Robotics, Industrial Research, Basic Research, Academic Education. Address of employer Via Università 4, Modena, tel.

Automation, Robotics, Industrial Research, Basic Research, Academic Education. Address of employer Via Università 4, Modena, tel. Curriculum Vitae Informazioni personali Surname Name Fantuzzi Cesare Citizenship Italian Date of birth 15/08/1964 Place of birth Bentivoglio (Bologna) Residenza lavorativa e recapiti Address 2, via Amendola,

More information

Implementation of Recursively Enumerable Languages in Universal Turing Machine

Implementation of Recursively Enumerable Languages in Universal Turing Machine Implementation of Recursively Enumerable Languages in Universal Turing Machine Sumitha C.H, Member, ICMLC and Krupa Ophelia Geddam Abstract This paper presents the design and working of a Universal Turing

More information

Towards a Design Theory for Trustworthy Information

Towards a Design Theory for Trustworthy Information Towards a Design Theory for Trustworthy Information Elegance Defense in Depth Defining Domains Systems Identity Management intuitiveness divisibility Simple Trusted Components Les Waguespack, Ph.D., Professor!

More information

Assessing the Welfare of Farm Animals

Assessing the Welfare of Farm Animals Assessing the Welfare of Farm Animals Part 1. Part 2. Review Development and Implementation of a Unified field Index (UFI) February 2013 Drewe Ferguson 1, Ian Colditz 1, Teresa Collins 2, Lindsay Matthews

More information

New Cybernetics: An Emerging Post-Disiplinary Field. Karl H. Müller Steinbeis Transfer Center New Cybernetics Orlando, July 17, 2014

New Cybernetics: An Emerging Post-Disiplinary Field. Karl H. Müller Steinbeis Transfer Center New Cybernetics Orlando, July 17, 2014 New Cybernetics: An Emerging Post-Disiplinary Field Karl H. Müller Steinbeis Transfer Center New Cybernetics Orlando, July 17, 2014 Overview The Mystery of Second-Order Cybernetics A Copernican Revolution

More information

The Māori Marae as a structural attractor: exploring the generative, convergent and unifying dynamics within indigenous entrepreneurship

The Māori Marae as a structural attractor: exploring the generative, convergent and unifying dynamics within indigenous entrepreneurship 2nd Research Colloquium on Societal Entrepreneurship and Innovation RMIT University 26-28 November 2014 Associate Professor Christine Woods, University of Auckland (co-authors Associate Professor Mānuka

More information

Social Innovation and new pathways to social changefirst insights from the global mapping

Social Innovation and new pathways to social changefirst insights from the global mapping Social Innovation and new pathways to social changefirst insights from the global mapping Social Innovation2015: Pathways to Social change Vienna, November 18-19, 2015 Prof. Dr. Jürgen Howaldt/Antonius

More information

Centre for the Study of Human Rights Master programme in Human Rights Practice, 80 credits (120 ECTS) (Erasmus Mundus)

Centre for the Study of Human Rights Master programme in Human Rights Practice, 80 credits (120 ECTS) (Erasmus Mundus) Master programme in Human Rights Practice, 80 credits (120 ECTS) (Erasmus Mundus) 1 1. Programme Aims The Master programme in Human Rights Practice is an international programme organised by a consortium

More information