Development of a guideline authoring tool with PROTÉGÉ II, based on the DILEMMA Generic Protocol and Guideline Model

Size: px
Start display at page:

Download "Development of a guideline authoring tool with PROTÉGÉ II, based on the DILEMMA Generic Protocol and Guideline Model"

Transcription

1 Development of a guideline authoring tool with PROTÉGÉ II, based on the DILEMMA Generic Protocol and Guideline Model Peter D. Johnson 1 and Mark A. Musen 2 1 PRESTIGE Project c/o Information Department, Royal Brompton Hospital, London SW3 6NP, UK. 2 Section on Medical Informatics, Stanford University School of Medicine Stanford, CA , U.S.A Clinical guidelines are now commonly available, and their benefits have been demonstrated. However, they will not be widely used until they can be freely disseminated in a form that can be applied in the care process to assist the care provider. To do this effectively, guidelines must be authored to a common standard, in a form executable by a computer, such that the guideline takes into account findings already present in the medical record and then offers appropriate guideline-based advice. The Generic Protocol and Guideline Model (GPGM) was developed during the DILEMMA project and aims to solve these problems. However, work in DILEMMA and subsequently on asthma guidelines raises the question as to whether one formal model can adequately represent every piece of knowledge about all guidelines. PROTÉGÉ -II is a suite of programs to aid the development of such knowledge-based systems, which we have used to formally reimplement the GPGM to produce a guideline-editing tool, allowing a clinician to express a guideline as a sharable knowledge base. This process made clear that one model is an over simplification, and a family of related models is required to achieve the goals of the DILEMMA project. INTRODUCTION The benefits of using clinical guidelines and protocols in the practice of medicine have been amply demonstrated[1], but there is a need for a standard computer-based representation. Guidelines can then be shared across many systems using common software to assist the care provider in administering these guidelines. A standard model enables the production of a single common guideline-authoring tool to assist the authoring process. The DILEMMA 1 project focused on decision support in oncology, primary care, and multi-disciplinary care, specifically support for guideline-based care. A product of this project was the Generic Protocol and 1 DILEMMA was a European Community Advanced Informatics in Medicine project Guideline Model (GPGM)[2,3,4] for the representation of the knowledge content of guidelines. PROTÉGÉ-II is a methodology for engineering knowledge-based systems, and a supporting suite of software tools, developed at the Section on Medical Informatics, Stanford University School of Medicine[5]. When used in the domain of protocolbased care[6], PROTÉGÉ-II allows for significant cost savings by generating a protocol-editing tool direct from disparate ontologies[7]. The word Ontology as used in PROTÉGÉ-II is defined as a hierarchical conceptualization of the classes of entities in a given domain, together with their attributes. We have produced a guideline-editing tool to allow clinicians to author guidelines. We used PROTÉGÉ-II to represent the GPGM and create the tool from the resulting ontology. This work has proved a useful case study in model-based knowledge acquisition, demonstrating that a single model to describe all the knowledge content of guidelines is insufficient to represent all uses of such a model, and that a layered approach is needed with models specialized for each use and domain. Generic Protocol and Guideline Model The GPGM was inspired by three earlier projects involving reasoning about clinical decisions the Oxford System of Medicine, Bordeaux Oncology Support System (itself partly inspired by ONCOCIN) and LEMMA[7]. These projects emphasized the benefits of the declarative style of knowledge representation and the separation of domain and control knowledge. The DILEMMA consortium found the initial description of a guideline as a guided sequence of decisions insufficient. More accurately, guidelines and protocols are a representation for producing a care plan for a particular patient, and while this process of producing a plan includes decisions, it is also about actions taken in caring for the patient. Therefore, an existing model of the clinical care process, the Common Basic

2 simplified GPGM (the basic concepts) component protocol has components may be in calculates uses generates from generates State to State transition transition criterion Attribute Result Care plan record (record of what occurred when a guideline applied to the patient) Action State transition made Reason for state transition Attribute value calculated Attribute value used Result value obtained discarded not not required non-existent relevant established scheduled started performed Black arrows show normal life history, gray show exception conditions Arrows show sequence in which transitions can occur. Final states in gray boxes. indicates this transition may occur more than once abandoned has Outcome function Outcome value obtained Figure 2. A subset of valid action state transitions. Figure 1. A Simplified view of the GPGM and how it relates to the patient record. Specification (CBS) model of health care from the United Kingdom National Health Service Information Management Centre [8] was used to supplement the emerging model of guidelines. The CBS model is one of health care as a business process and thus provided a model of agents carrying out activities in organizations and of the resources involved. A clinical variant of the CBS, COSMOS, contributed the notion of action lifecycles[9]. Actions occur over a period of time, and an individual action may progress through a series of recognized states. For example, an infusion may be scheduled at a particular time then started at another time, suspended for a period, restarted, performed, or abandoned. This combination of durations and states is the action s lifecycle. A guideline may be thought of as a plan that consists of many such actions, guided by decisions. The GPGM currently comprises a set of constructs and constraints intended to allow the operational knowledge content of any clinical guideline to be represented in a uniform declarative style. Thus, the GPGM may be considered an ontology for representing the content of protocols and guidelines. The GPGM represents a guideline as a network of interconnected component protocols, which may be composite and hierarchically decomposable. When applied to a particular patient, a component may result in actions being carried out, which are then stored in the patient record. (Figure 1) Not all components result in physical actions; some for example, may be decision actions and others may request data. Actions occur over a period of time, and have a state. The semantics of the model define what comprises a valid state transition. (Figure 2) Each action has criteria for changing from one state to the next. The criteria can be based upon the state of other actions, on data from the patient record, and on information captured during guideline application. Using this overall structure, it is possible to represent the constraints on action sequence and synchronization that are essential for representing guidelines and real clinical processes. Several prototype applications were written by the DILEMMA consortium, using guideline knowledge bases interacting with the care provider and computer-based patient record. Guidelines used included asthma management from the British Thoracic Society, breast-cancer therapy from a tertiary cancer treatment center, angina from a tertiary cardiology center, colorectal cancer, hyperlipidaemia, and several from the Dutch program for primary care protocols. This iteration of authoring, expert validation, and use in the prototypes led to refinements of the GPGM. Four software components are used to apply the GPGM in the DILEMMA architecture. First, the Protocol Task Manager, uses the model-guided knowledge base of the guideline to direct the flow through the guideline, and instantiate the actions to be carried out. Second, the Symbolic Decision Procedure module implements a method for reasoning under uncertainty used to support decision components. Third, a Findings Reasoner abstracts

3 Figure 3-The GPGM in the PROTÉGÉ-II ontology editor high-level propositions about the current state of the patient from the patient record and entered data. The fourth is the application that uses the tools, provides the user interface, and links to the computer-based patient record. There are several intended uses of the GPGM. Such an ontology should define the functionality of the Task Manager component as related to guideline application. The ontology should support the authoring of clinical guidelines by a domain expert through an ontology-based editing tool that enforces the constraints. Such guidelines can be widely disseminated and implemented. The ontology should allow the construction of a single guideline implementation application, which is capable of executing any guideline authored with such a tool, the user-interface requirements being specified by the ontology. Guidelines do not stand alone; development of a standard model is interwoven with other ontologies such as that of the patient record and a standardized terminology. DILEMMA developed an explicit ontology of the computer-based patient record, which was semantically rich enough to enable the GPGM, while still being usable by care providers. There is a very close relationship between the GPGM and the patient-record ontology, each placing demands on the expressibility of the other. For some of the prototypes, terminology was provided by the Read Coding system. PROTÉGÉ-II Developing a knowledge based system in PROTÉGÉ-II involves five steps: (1) Define a domain ontology. This is achieved with the help of the PROTÉGÉ-II ontology editor. Concepts of the domain are entered in a class hierarchy with their attributes. Attributes may be constrained to a fundamental data type, or an instance of another class in the ontology. Other relationships are not part of the ontology, and other constraints are not represented. (2) Construct one or more problem-solving methods, such as the symbolic decision procedure used in DILEMMA, to support decision making under uncertainty in the guideline. (3) Modify the domain ontology to support the problem solving method. For proposing and arguing about solutions required by the symbolic decision procedure, extra slots are required. This is then called the application ontology. (4) Define mapping relations from domain ontology elements to the data inputs required of the problemsolving method. (5) Automatically generate a knowledge-acquisition tool from the application ontology. With the GPGM, this is the guideline authoring tool.

4 METHODS Using the PROTÉGÉ-II ontology editor, we represented the GPGM as an ontology (Figure 3) and built a guideline-authoring tool from the ontology. However, the PROTÉGÉ-II methodology requires more formalization than was available from GPGM documentation. In DILEMMA the GPGM was modeled and used with the language Prolog in a way that allows less formality than the approach of PROTÉGÉ-II. When developing the ontology in PROTÉGÉ-II, all the possible attributes of concepts and relationships between concepts needed to represent a particular guideline must be added at ontology-development time. With the DILEMMA representation, not all possible attributes and relationships need to be modeled in advance; they can be added when required. This means one can use a simplified model and have classes of concepts with varying relationships and attributes. In effect the clinician extends the ontology at knowledge acquisition time, rather than in advance. This flexibility is not possible with the ontology editor approach, so we extended such minimalist classes with subclasses found in DILEMMA guideline knowledge bases. Other difficulties arose because several extended variants of the GPGM have been developed with domain and application-specific extensions, which are required to fully represent a guideline in an executable form. As these were not part of the core defined GPGM they were not entered as part of the ontology. To be able to plan and reason about a guideline, previous actions, diagnoses, investigations, and decisions about the patient must be accessible, together with patient data. These are concepts from the care plan record. During the application of a guideline to a specific case, new entries will be made in the care plan record about decisions taken and actions performed, which may also be used in the planning process. Thus the DILEMMA care plan record ontology was added to the GPGM ontology to enable the representation of all concepts required for guideline knowledge. RESULTS The increased rigor imposed by the PROTÉGÉ-II ontology editor resulted in a representation of the GPGM that required additional subclasses to achieve the same expressibility. This has the benefit of a more formal model, but at the expense of simplicity. However, the complexity is required to achieve a completely model-based representation of a guideline, and hence to be able to author one with a guideline-authoring tool. Domain-specific extensions of the GPGM were developed in DILEMMA. An example comes from the asthma management guideline. A core concept of this guideline is stepped care regimens; where patients are classified into groups based on history and findings and the most appropriate step on a ladder of treatment regimens used[10]. Another area where extension of the model occurred in the DILEMMA project was expressing the knowledge in the guideline needed to control the user interface of the end-user application. For example where the asthma guideline collects data on which to base a decision, the knowledge base defines whether each question has a yes/no answer, a number in a specific range with defined units, or a choice from a list of coded options. The ability to represent such information in the knowledge base is required to meet the goals of a complete knowledge-based representation of the guideline. DISCUSSION Formally representing the GPGM using the more rigorous methodology of PROTÉGÉ-II exposes the single GPGM as a simplification. In reality, the GPGM has evolved into several different layered versions due to the need for additional domainspecific and application-specific concepts. Attempts to bring all extensions back into one common model become unwieldy, especially with the added subclasses required by the more formal representation of PROTÉGÉ-II. A minimal, core ontology is useful for specifying the software component to execute the guideline. Keeping this as simple as possible aids understanding. This core model should be common to all uses of the model to achieve the benefits of a standard guideline representation, particularly those of dissemination. The ontology required to specify the functionality of the Task Manager component is a common subset of the ontology required to define a knowledge-acquisition tool for guidelines, which may require domain- and application-specific extensions. The principle of minimal ontological commitment would suggest that these extensions should be formally developed as separate ontologies. Capturing protocols during DILEMMA showed that the core GPGM may be insufficient as an ontology of more complex protocols, which contain new concepts that much be expressed. An example from the chronic asthma guideline is the concept of stepped care regimens ; a predefined set of treatment regimens with a defined order of use. Naturally, this extension would seem to be part of the process of authoring the guideline, as the realization that an ontology requires extension is often only apparent at that stage. Ideally one would like to be able to extend, but not modify,

5 the basic ontology during the guideline-authoring process. The PRESTIGE: Guidelines in Health Care project is a European AIM project of which one of us is a member, which continues the work from DILEMMA. In this project a guideline-authoring tool is proposed based on such a layered GPGM family. The T-Helper project [6, 7] at Stanford provides another protocol and guideline model that was developed using PROTÉGÉ-II. There are striking similarities between this and the GPGM; both use hierarchically decomposable components, with actions that have duration and state. The main difference is that T-Helper provides a separate algorithm to control the flow through the various actions, whereas the GPGM relies solely on state transition criteria to direct flow. However, one representation should be transferable into the other. In T-Helper only two ontologies were produced; a hybrid domain-specific protocol and patient-record ontology, and a terminology ontology. Subsequent work, however, has also demonstrated the benefit of modularizing these ontologies. CONCLUSION The more rigorous ontology representation of PROTÉGÉ made apparent that one model, the GPGM, is not sufficient for all intended uses. A layered family of ontologies is required based on a common core model. At the core is a minimal guideline model with additional layers for user-interface definition and domain-specific extensions. Domain-extended versions can then evolve independently, within the constraints of their inheritance from the core ontologies. Particular ontologies necessary for guideline authoring, which should be shared from other sources, are those of patient findings, diseases, resources, procedure, and administration terminology. The implementation of computer-based guidelines places heavy demands on the expressibility of the computer-based patient record, so the development of the record needs to be considered along with the development of the core guideline ontology (as in DILEMMA). Ontology development in medicine, then, is not an isolated affair, and one needs a library of ontologies on which to draw. Only when all of these ontologies are available is it possible to create a single, standardized guideline-authoring tool. Acknowledgments Peter Johnson s work on this paper was partially funded by European Commission project HC 1040 PRESTIGE: Guidelines in Healthcare (DGXIII C.4, Telematics Applications for Health), and carried out while a Visiting Scholar at the Section on Medical Informatics, Stanford. Mark Musen is supported by NLM grants LM05157 and LM05304, and by NSF Young Investigator Award IRI We gratefully acknowledge the contributions from DILEMMA and PRESTIGE, especially from Colin Gordon and Ian Herbert. In PROTÉGÉ-II the contributions of Samson Tu and John Gennari were greatly appreciated. References 1. Grimshaw JM, Russel IT. Effect of clinical guidelines on medical practice: A systematic review of rigorous evaluations. Lancet 1993;324: Herbert SIH, Gordon CJ, Jackson-Smale A, Renaud-Salis J-L. Protocols for clinical care. Comp Meth Prog Bio 1995; 48: Gordon C, Herbert SIH, Jackson-Smale A, Renaud-Salis J-L. Care Protocols and Healthcare Informatics. Technology and Informatics 10- Artificial Intelligence in Medicine. IOS Press 1993: Herbert SIH, Gordon C, Jackson-Smale A, Renaud-Salis J-L. Protocols for Clinical Care. Proc 12th Int Congr Euro Fed Med Inf 1994: Musen MA, Gennari J, Eriksson H, Tu SW, Puerta AR. PROTÉGÉ -II: Computer support for development of intelligent systems from libraries of components. Proc World Cong Med Inform (MEDINFO) 1995; Musen MA et al. T-HELPER: Automated support for community-based clinical research. Proc Symp Comp Appl Med Care 1992; Tu SW, Eriksson, H, Gennari J, Shahar Y, Musen MA. Ontology-based configuration of problemsolving methods and generation of knowledgeacquisition tools: Application of PROTEGE-II to protocol-based decision support. Artif Intel Med 1995;7: The Common Basic Specification Generic Model, 3 Vols, NHS IMC, Birmingham, UK The clinical view of the Common Basic Specification: the COSMOS project clinical process model version 2.0. NHS IMC, UK 1993;2(5): Gordon C. Asthma Knowledge Base Design. DILEMMA project report, 1994.

Demonstration of DeGeL: A Clinical-Guidelines Library and Automated Guideline-Support Tools

Demonstration of DeGeL: A Clinical-Guidelines Library and Automated Guideline-Support Tools Demonstration of DeGeL: A Clinical-Guidelines Library and Automated Guideline-Support Tools Avner Hatsek, Ohad Young, Erez Shalom, Yuval Shahar Medical Informatics Research Center Department of Information

More information

Agris on-line Papers in Economics and Informatics. Implementation of subontology of Planning and control for business analysis domain I.

Agris on-line Papers in Economics and Informatics. Implementation of subontology of Planning and control for business analysis domain I. Agris on-line Papers in Economics and Informatics Volume III Number 1, 2011 Implementation of subontology of Planning and control for business analysis domain I. Atanasová Department of computer science,

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

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

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

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

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 16278 First edition 2016-03-01 Health informatics Categorial structure for terminological systems of human anatomy Informatique de santé Structure catégorielle des systèmes terminologiques

More information

An Electronic Tool for the Evaluation and Treatment of Sepsis in the ICU: A Randomized Controlled Trial. Supplemental Digital Content

An Electronic Tool for the Evaluation and Treatment of Sepsis in the ICU: A Randomized Controlled Trial. Supplemental Digital Content An Electronic Tool for the Evaluation and Treatment of Sepsis in the ICU: A Randomized Controlled Trial Supplemental Digital Content emethods: Overview of the Sepsis Tool s Development, Architecture, and

More information

Ontologies, Knowledge Representation, Artificial Intelligence Hype or Prerequisites for Interoperability?

Ontologies, Knowledge Representation, Artificial Intelligence Hype or Prerequisites for Interoperability? 1 Ontologies, Knowledge Representation, Artificial Intelligence Hype or Prerequisites for Interoperability? B. Blobel ehealth Competence Center, University Hospital Regensburg, Regensburg, Germany Abstract

More information

Evaluation Plan for a Cardiological Multi- Media Workstation (I4C Project)

Evaluation Plan for a Cardiological Multi- Media Workstation (I4C Project) Medical Informatics Europe '97 751 C. Pappas et al. (Eds.) IOS Press, 1997 Evaluation Plan for a Cardiological Multi- Media Workstation (I4C Project) J.W. van der Hofstede a, A.B.W.M. Quaka, A.M. van Ginnekenb,

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

Structural Analysis of Agent Oriented Methodologies

Structural Analysis of Agent Oriented Methodologies International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 6 (2014), pp. 613-618 International Research Publications House http://www. irphouse.com Structural Analysis

More information

The secret behind mechatronics

The secret behind mechatronics The secret behind mechatronics Why companies will want to be part of the revolution In the 18th century, steam and mechanization powered the first Industrial Revolution. At the turn of the 20th century,

More information

Designing Semantic Virtual Reality Applications

Designing Semantic Virtual Reality Applications Designing Semantic Virtual Reality Applications F. Kleinermann, O. De Troyer, H. Mansouri, R. Romero, B. Pellens, W. Bille WISE Research group, Vrije Universiteit Brussel, Pleinlaan 2, 1050 Brussels, Belgium

More information

ABHI Response to the Kennedy short study on Valuing Innovation

ABHI Response to the Kennedy short study on Valuing Innovation ABHI Response to the Kennedy short study on Valuing Innovation Introduction 1. The Association of British Healthcare Industries (ABHI) is the industry association for the UK medical technology sector.

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

The Transition to Model-Based Drug Development. Phase 1: Formalizing the Pharmacometric Process

The Transition to Model-Based Drug Development. Phase 1: Formalizing the Pharmacometric Process 1780 Wehrle Drive Suite 110 Buffalo, New York 14221 716.633.3463 cognigencorp.com The Transition to Model-Based Drug Development Phase 1: Formalizing the Pharmacometric Process By Thaddeus H. Grasela,

More information

Introduction to Computational Intelligence in Healthcare

Introduction to Computational Intelligence in Healthcare 1 Introduction to Computational Intelligence in Healthcare H. Yoshida, S. Vaidya, and L.C. Jain Abstract. This chapter presents introductory remarks on computational intelligence in healthcare practice,

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Playware Research Methodological Considerations

Playware Research Methodological Considerations Journal of Robotics, Networks and Artificial Life, Vol. 1, No. 1 (June 2014), 23-27 Playware Research Methodological Considerations Henrik Hautop Lund Centre for Playware, Technical University of Denmark,

More information

TIES: An Engineering Design Methodology and System

TIES: An Engineering Design Methodology and System From: IAAI-90 Proceedings. Copyright 1990, AAAI (www.aaai.org). All rights reserved. TIES: An Engineering Design Methodology and System Lakshmi S. Vora, Robert E. Veres, Philip C. Jackson, and Philip Klahr

More information

CHAPTER 8 RESEARCH METHODOLOGY AND DESIGN

CHAPTER 8 RESEARCH METHODOLOGY AND DESIGN CHAPTER 8 RESEARCH METHODOLOGY AND DESIGN 8.1 Introduction This chapter gives a brief overview of the field of research methodology. It contains a review of a variety of research perspectives and approaches

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

Merging Software Maintenance Ontologies: Our Experience

Merging Software Maintenance Ontologies: Our Experience Merging Software Maintenance Ontologies: Our Experience Aurora Vizcaíno 1, Nicolas Anquetil 2, Kathia Oliveira 2, Francisco Ruiz 1, Mario Piattini 1 1 Alarcos Research Group. University of Castilla-La

More information

Software-Intensive Systems Producibility

Software-Intensive Systems Producibility Pittsburgh, PA 15213-3890 Software-Intensive Systems Producibility Grady Campbell Sponsored by the U.S. Department of Defense 2006 by Carnegie Mellon University SSTC 2006. - page 1 Producibility

More information

in the New Zealand Curriculum

in the New Zealand Curriculum Technology in the New Zealand Curriculum We ve revised the Technology learning area to strengthen the positioning of digital technologies in the New Zealand Curriculum. The goal of this change is to ensure

More information

Standardization for Mastering Healthcare Transformation - Challenges and Solutions

Standardization for Mastering Healthcare Transformation - Challenges and Solutions 17th International HL7 Interoperability Conference (), Standardization for Mastering Healthcare Transformation - Challenges and Solutions Prof. Dr. habil., FACMI, FACHI, FHL7, FEFMI, MIAHSI a,b a,, Germany

More information

A Concept-Oriented Approach to Support Software Maintenance and Reuse Activities

A Concept-Oriented Approach to Support Software Maintenance and Reuse Activities A Concept-Oriented Approach to Support Software Maintenance and Reuse Activities Dirk Deridder Programming Technology Lab Vrije Universiteit Brussel, Brussels, Belgium Dirk.Deridder@vub.ac.be - http://prog.vub.ac.be/

More information

An ontology-based knowledge management system to support technology intelligence

An ontology-based knowledge management system to support technology intelligence An ontology-based knowledge management system to support technology intelligence Husam Arman, Allan Hodgson, Nabil Gindy University of Nottingham, School of M3, Nottingham, UK ABSTRACT High technology

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

Using Agent-Based Methodologies in Healthcare Information Systems

Using Agent-Based Methodologies in Healthcare Information Systems BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 18, No 2 Sofia 2018 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2018-0033 Using Agent-Based Methodologies

More information

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

From Medicine to UX By Dr Gyles Morrison

From Medicine to UX By Dr Gyles Morrison From Medicine to UX By Dr Gyles Morrison Plan for this evening What is a Clinical UX Designer and what do they do? Group task What are the current challenges for Clinical UX Designers? Break Group task

More information

Scheduling. Radek Mařík. April 28, 2015 FEE CTU, K Radek Mařík Scheduling April 28, / 48

Scheduling. Radek Mařík. April 28, 2015 FEE CTU, K Radek Mařík Scheduling April 28, / 48 Scheduling Radek Mařík FEE CTU, K13132 April 28, 2015 Radek Mařík (marikr@fel.cvut.cz) Scheduling April 28, 2015 1 / 48 Outline 1 Introduction to Scheduling Methodology Overview 2 Classification of Scheduling

More information

Research on the Mechanism of Net-based Collaborative Product Design

Research on the Mechanism of Net-based Collaborative Product Design 2016 International Conference on Manufacturing Science and Information Engineering (ICMSIE 2016) ISBN: 978-1-60595-325-0 Research on the Mechanism of Net-based Collaborative Product Design QINHUA GUO and

More information

STUDY ON FIREWALL APPROACH FOR THE REGRESSION TESTING OF OBJECT-ORIENTED SOFTWARE

STUDY ON FIREWALL APPROACH FOR THE REGRESSION TESTING OF OBJECT-ORIENTED SOFTWARE STUDY ON FIREWALL APPROACH FOR THE REGRESSION TESTING OF OBJECT-ORIENTED SOFTWARE TAWDE SANTOSH SAHEBRAO DEPT. OF COMPUTER SCIENCE CMJ UNIVERSITY, SHILLONG, MEGHALAYA ABSTRACT Adherence to a defined process

More information

A Conceptual Modeling Method to Use Agents in Systems Analysis

A Conceptual Modeling Method to Use Agents in Systems Analysis A Conceptual Modeling Method to Use Agents in Systems Analysis Kafui Monu University of British Columbia, Sauder School of Business, 2053 Main Mall, Vancouver BC, Canada {Kafui Monu kafui.monu@sauder.ubc.ca}

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

Co-evolution of agent-oriented conceptual models and CASO agent programs

Co-evolution of agent-oriented conceptual models and CASO agent programs University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2006 Co-evolution of agent-oriented conceptual models and CASO agent programs

More information

CHAPTER 1: INTRODUCTION TO SOFTWARE ENGINEERING DESIGN

CHAPTER 1: INTRODUCTION TO SOFTWARE ENGINEERING DESIGN CHAPTER 1: INTRODUCTION TO SOFTWARE ENGINEERING DESIGN SESSION II: OVERVIEW OF SOFTWARE ENGINEERING DESIGN Software Engineering Design: Theory and Practice by Carlos E. Otero Slides copyright 2012 by Carlos

More information

The HL7 RIM in the Design and Implementation of an Information System for Clinical Investigations on Medical Devices

The HL7 RIM in the Design and Implementation of an Information System for Clinical Investigations on Medical Devices The HL7 RIM in the Design and Implementation of an Information System for Clinical Investigations on Medical Devices Daniela Luzi, Mariangela Contenti, Fabrizio Pecoraro To cite this version: Daniela Luzi,

More information

Standards for Medical Information Interchange Design of Modern Mobile Devices and Solutions

Standards for Medical Information Interchange Design of Modern Mobile Devices and Solutions Standards for Medical Information Interchange Design of Modern Mobile Devices and Solutions Dimitar Tcharaktchiev University Hospital of Endocrinology Sofia, Bulgaria e-mail: dimitardt@orange.fr Vesselin

More information

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC How Machine Learning and AI Are Disrupting the Current Healthcare System Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC 1 Conflicts of Interest: Christopher Ross, MBA Has no real

More information

E5 Implementation Working Group Questions & Answers (R1) Current version dated June 2, 2006

E5 Implementation Working Group Questions & Answers (R1) Current version dated June 2, 2006 INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE E5 Implementation Working Group & (R1) Current version dated June 2, 2006 ICH Secretariat,

More information

Sales Configurator Information Systems Design Theory

Sales Configurator Information Systems Design Theory Sales Configurator Information Systems Design Theory Juha Tiihonen 1 & Tomi Männistö 2 & Alexander Felfernig 3 1 Department of Computer Science and Engineering, Aalto University, Espoo, Finland. juha.tiihonen@aalto.fi

More information

Imagine your future lab. Designed using Virtual Reality and Computer Simulation

Imagine your future lab. Designed using Virtual Reality and Computer Simulation Imagine your future lab Designed using Virtual Reality and Computer Simulation Bio At Roche Healthcare Consulting our talented professionals are committed to optimising patient care. Our diverse range

More information

Adopting Standards For a Changing Health Environment

Adopting Standards For a Changing Health Environment Adopting Standards For a Changing Health Environment November 16, 2018 W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7, FIAHSI Director, Duke Center for Health Informatics Director, Applied Informatics

More information

DESIGN OF AN INNOVATION PLATFORM FOR MANUFACTURING SMES

DESIGN OF AN INNOVATION PLATFORM FOR MANUFACTURING SMES Proceedings of the 11 th International Conference on Manufacturing Research (ICMR2013) DESIGN OF AN INNOVATION PLATFORM FOR MANUFACTURING SMES Martin Ziarati Centre for Factories of the Future Design Hub

More information

Implementing Model Semantics and a (MB)SE Ontology in the Civil Engineering & Construction Sector

Implementing Model Semantics and a (MB)SE Ontology in the Civil Engineering & Construction Sector Nordic Systems Engineering Tour 2015 June 1 4, 2015 Implementing Model Semantics and a (MB)SE Ontology in the Civil Engineering & Construction Sector Henrik Balslev Systems Engineering A/S - Denmark www.syseng.dk

More information

COMPONENT II CANDIDATE STUDY GUIDE PEDIATRIC DENTISTRY

COMPONENT II CANDIDATE STUDY GUIDE PEDIATRIC DENTISTRY COMPONENT II CANDIDATE STUDY GUIDE PEDIATRIC DENTISTRY Introduction The intent of this guide is to provide the candidate with an understanding of the format used for the Component II of the National Dental

More information

Chapter 2 Theory System of Digital Manufacturing Science

Chapter 2 Theory System of Digital Manufacturing Science Chapter 2 Theory System of Digital Manufacturing Science Digital manufacturing science, as a new interdisciplinary area, has its own theoretic system, and its theory system is constructed based on its

More information

TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS

TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS International Symposium on Sustainable Aviation May 29- June 1, 2016 Istanbul, TURKEY TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS Murat Pasa UYSAL 1 ; M.

More information

Implementing Model Semantics and a (MB)SE Ontology in Civil Engineering & Construction Sector

Implementing Model Semantics and a (MB)SE Ontology in Civil Engineering & Construction Sector 25 th Annual INCOSE International Symposium (IS2015) Seattle, WA, July 13 July 16, 2015 Implementing Model Semantics and a (MB)SE Ontology in Civil Engineering & Construction Sector Henrik Balslev Systems

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

COMPREHENSIVE COMPETITIVE INTELLIGENCE MONITORING IN REAL TIME

COMPREHENSIVE COMPETITIVE INTELLIGENCE MONITORING IN REAL TIME CASE STUDY COMPREHENSIVE COMPETITIVE INTELLIGENCE MONITORING IN REAL TIME Page 1 of 7 INTRODUCTION To remain competitive, Pharmaceutical companies must keep up to date with scientific research relevant

More information

COMP310 Multi-Agent Systems Chapter 3 - Deductive Reasoning Agents. Dr Terry R. Payne Department of Computer Science

COMP310 Multi-Agent Systems Chapter 3 - Deductive Reasoning Agents. Dr Terry R. Payne Department of Computer Science COMP310 Multi-Agent Systems Chapter 3 - Deductive Reasoning Agents Dr Terry R. Payne Department of Computer Science Agent Architectures Pattie Maes (1991) Leslie Kaebling (1991)... [A] particular methodology

More information

13 December A NERA Briefing: Expert Workshop on HTA Workshop Sponsored by Pfizer

13 December A NERA Briefing: Expert Workshop on HTA Workshop Sponsored by Pfizer 13 December 2007 A NERA Briefing: Expert Workshop on HTA Workshop Sponsored by Pfizer Project Team Leela Barham Michelle Ng NERA Economic Consulting 15 Stratford Place London W1C 1BE United Kingdom Tel:

More information

Component Based Mechatronics Modelling Methodology

Component Based Mechatronics Modelling Methodology Component Based Mechatronics Modelling Methodology R.Sell, M.Tamre Department of Mechatronics, Tallinn Technical University, Tallinn, Estonia ABSTRACT There is long history of developing modelling systems

More information

elaboration K. Fur ut a & S. Kondo Department of Quantum Engineering and Systems

elaboration K. Fur ut a & S. Kondo Department of Quantum Engineering and Systems Support tool for design requirement elaboration K. Fur ut a & S. Kondo Department of Quantum Engineering and Systems Bunkyo-ku, Tokyo 113, Japan Abstract Specifying sufficient and consistent design requirements

More information

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series Distributed Robotics: Building an environment for digital cooperation Artificial Intelligence series Distributed Robotics March 2018 02 From programmable machines to intelligent agents Robots, from the

More information

SENG609.22: Agent-Based Software Engineering Assignment. Agent-Oriented Engineering Survey

SENG609.22: Agent-Based Software Engineering Assignment. Agent-Oriented Engineering Survey SENG609.22: Agent-Based Software Engineering Assignment Agent-Oriented Engineering Survey By: Allen Chi Date:20 th December 2002 Course Instructor: Dr. Behrouz H. Far 1 0. Abstract Agent-Oriented Software

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

How AI and wearables will take health to the next level - AI Med

How AI and wearables will take health to the next level - AI Med How AI and wearables will take health to the next level By AIMed 22 By Nick Van Terheyden, MD Wearables are everywhere and like many technology terms the early entrants have become synonymous and part

More information

Health Informatics Basics

Health Informatics Basics Health Informatics Basics Foundational Curriculum: Cluster 4: Informatics Module 7: The Informatics Process and Principles of Health Informatics Unit 1: Health Informatics Basics 20/60 Curriculum Developers:

More information

THE CONSTRUCTION- AND FACILITIES MANAGEMENT PROCESS FROM AN END USERS PERSPECTIVE - ProFacil

THE CONSTRUCTION- AND FACILITIES MANAGEMENT PROCESS FROM AN END USERS PERSPECTIVE - ProFacil CEC 99 Björk, Bo-Christer, Nilsson, Anders, Lundgren, Berndt Page of 9 THE CONSTRUCTION- AND FACILITIES MANAGEMENT PROCESS FROM AN END USERS PERSPECTIVE - ProFacil Björk, Bo-Christer, Nilsson, Anders,

More information

Intelligent Advisory System for Designing Plastics Products

Intelligent Advisory System for Designing Plastics Products Intelligent Advisory System for Designing Plastics Products U. Sancin 1 and B. Dolšak 2 Abstract Plastics product design is very experience dependent process. In spite of various computer tools available

More information

Acquisition of Functional Models: Combining Adaptive Modeling and Model Composition

Acquisition of Functional Models: Combining Adaptive Modeling and Model Composition Acquisition of Functional Models: Combining Adaptive Modeling and Model Composition Sambasiva R. Bhatta Bell Atlantic 500 Westchester Avenue White Plains, NY 10604, USA. bhatta@basit.com Abstract Functional

More information

Software Agent Technology. Introduction to Technology. Introduction to Technology. Introduction to Technology. What is an Agent?

Software Agent Technology. Introduction to Technology. Introduction to Technology. Introduction to Technology. What is an Agent? Software Agent Technology Copyright 2004 by OSCu Heimo Laamanen 1 02.02.2004 2 What is an Agent? Attributes 02.02.2004 3 02.02.2004 4 Environment of Software agents 02.02.2004 5 02.02.2004 6 Platform A

More information

lnst rumented Architectural Simulation

lnst rumented Architectural Simulation Novcmlwr 1987 Hcport No. S I AN-(X-87-1189 Also Nunhred KSL-87-65 c lnst rumented Architectural Simulation by El. A. IMagi, N. Saraiya, S. Nishimura, and G. Byrd Department of Computer Science Stanford

More information

Improved Model Generation of AMS Circuits for Formal Verification

Improved Model Generation of AMS Circuits for Formal Verification Improved Generation of AMS Circuits for Formal Verification Dhanashree Kulkarni, Satish Batchu, Chris Myers University of Utah Abstract Recently, formal verification has had success in rigorously checking

More information

A Conceptual Modeling Method to Use Agents in Systems Analysis

A Conceptual Modeling Method to Use Agents in Systems Analysis A Conceptual Modeling Method to Use Agents in Systems Analysis Kafui Monu 1 1 University of British Columbia, Sauder School of Business, 2053 Main Mall, Vancouver BC, Canada {Kafui Monu kafui.monu@sauder.ubc.ca}

More information

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING Edward A. Addy eaddy@wvu.edu NASA/WVU Software Research Laboratory ABSTRACT Verification and validation (V&V) is performed during

More information

The Industry 4.0 Journey: Start the Learning Journey with the Reference Architecture Model Industry 4.0

The Industry 4.0 Journey: Start the Learning Journey with the Reference Architecture Model Industry 4.0 The Industry 4.0 Journey: Start the Learning Journey with the Reference Architecture Model Industry 4.0 Marco Nardello 1 ( ), Charles Møller 1, John Gøtze 2 1 Aalborg University, Department of Materials

More information

Clinical Natural Language Processing: Unlocking Patient Records for Research

Clinical Natural Language Processing: Unlocking Patient Records for Research Clinical Natural Language Processing: Unlocking Patient Records for Research Mark Dredze Computer Science Malone Center for Engineering Healthcare Center for Language and Speech Processing Natural Language

More information

The Royal College of Radiologists Response to: House of Lords Select Committee on Artificial Intelligence 6 September 2017

The Royal College of Radiologists Response to: House of Lords Select Committee on Artificial Intelligence 6 September 2017 Introduction The Royal College of Radiologists Response to: House of Lords Select Committee on Artificial Intelligence 6 September 2017 1. The Royal College of Radiologists (RCR) works with our 10,000

More information

TWO BY TWO: A METHODOLOGICAL PERSPECTIVE ON THE USE OF EVIDENCE TO SUPPORT THE VALUE OF A HEALTH TECHNOLOGY

TWO BY TWO: A METHODOLOGICAL PERSPECTIVE ON THE USE OF EVIDENCE TO SUPPORT THE VALUE OF A HEALTH TECHNOLOGY TWO BY TWO: A METHODOLOGICAL PERSPECTIVE ON THE USE OF EVIDENCE TO SUPPORT THE VALUE OF A HEALTH TECHNOLOGY A/Prof Tracy Merlin Adelaide Health Technology Assessment (AHTA) School of Population Health

More information

Paresh Virparia. Department of Computer Science & Applications, Sardar Patel University. India.

Paresh Virparia. Department of Computer Science & Applications, Sardar Patel University. India. Volume 3, Issue 5, May 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Rule Based Expert

More information

A BRIEF REVIEW ON MECHATRONICS RESEARCH AND OPPORTUNITIES

A BRIEF REVIEW ON MECHATRONICS RESEARCH AND OPPORTUNITIES A BRIEF REVIEW ON MECHATRONICS RESEARCH AND OPPORTUNITIES Dinesh Kumar 1, Sanjay Kumar Mirania 2, Shailendra Kumar Bohidar 3 1,2 Lecturer, Electronics and Tele.Comm. Kirodimal Institute of Technology,

More information

Proposal for the Conceptual Design of Aeronautical Final Assembly Lines Based on the Industrial Digital Mock-Up Concept

Proposal for the Conceptual Design of Aeronautical Final Assembly Lines Based on the Industrial Digital Mock-Up Concept Proposal for the Conceptual Design of Aeronautical Final Assembly Lines Based on the Industrial Digital Mock-Up Concept Fernando Mas 1, Alejandro Gómez 2, José Luis Menéndez 1, and José Ríos 2 1 AIRBUS,

More information

Using Agent Technology for Ambient Assisted Living

Using Agent Technology for Ambient Assisted Living Using Agent Technology for Ambient Assisted Living Nikolaos I. Spanoudakis 1 and Pavlos Moraitis 2 1 Applied Mathematics and Computers Laboratory Technical University of Crete, Greece nispanoudakis@isc.tuc.gr

More information

Towards an intelligent system for FMS design

Towards an intelligent system for FMS design 34 Towards an intelligent system for FMS design Babic B.R. University of Belgrade, Faculty of Mechanical Engineering 27. Marta 80, 11000 Belgrade, Yugoslavia; phone: 381 11 3229040; fax: 381 11 3221198;

More information

Comments on Summers' Preadvies for the Vereniging voor Wijsbegeerte van het Recht

Comments on Summers' Preadvies for the Vereniging voor Wijsbegeerte van het Recht BUILDING BLOCKS OF A LEGAL SYSTEM Comments on Summers' Preadvies for the Vereniging voor Wijsbegeerte van het Recht Bart Verheij www.ai.rug.nl/~verheij/ Reading Summers' Preadvies 1 is like learning a

More information

SUMMARY EDITORIAL PULSE PLATFORM COMPONENTS. PULSE Newsletter. Editorial and Platform Components

SUMMARY EDITORIAL PULSE PLATFORM COMPONENTS. PULSE Newsletter. Editorial and Platform Components PULSE Newsletter SUMMARY EDITORIAL sfollowing completion of the first phase of the PULSE project, we are very pleased to share our results to date. The focus of phase 1 has been on the specification, design

More information

FDA Centers of Excellence in Regulatory and Information Sciences

FDA Centers of Excellence in Regulatory and Information Sciences FDA Centers of Excellence in Regulatory and Information Sciences February 26, 2010 Dale Nordenberg, MD novasano HEALTH AND SCIEN Discussion Topics Drivers for evolution in regulatory science Trends in

More information

Design Rationale as an Enabling Factor for Concurrent Process Engineering

Design Rationale as an Enabling Factor for Concurrent Process Engineering 612 Rafael Batres, Atsushi Aoyama, and Yuji NAKA Design Rationale as an Enabling Factor for Concurrent Process Engineering Rafael Batres, Atsushi Aoyama, and Yuji NAKA Tokyo Institute of Technology, Yokohama

More information

Agreement Technologies Action IC0801

Agreement Technologies Action IC0801 Agreement Technologies Action IC0801 Sascha Ossowski Agreement Technologies Large-scale open distributed systems Social Science Area of enormous social and economic potential Paradigm Shift: beyond the

More information

A Pattern for Designing Distributed Heterogeneous Ontologies for Facilitating Application Interoperability

A Pattern for Designing Distributed Heterogeneous Ontologies for Facilitating Application Interoperability A Pattern for Designing Distributed Heterogeneous Ontologies for Facilitating Application Interoperability Moustafa Chenine 1 Vandana Kabilan 1 Marianela Garcia Lozano 2 1 Department of Computer and Systems

More information

Revisiting the USPTO Concordance Between the U.S. Patent Classification and the Standard Industrial Classification Systems

Revisiting the USPTO Concordance Between the U.S. Patent Classification and the Standard Industrial Classification Systems Revisiting the USPTO Concordance Between the U.S. Patent Classification and the Standard Industrial Classification Systems Jim Hirabayashi, U.S. Patent and Trademark Office The United States Patent and

More information

Knowledge-based Collaborative Design Method

Knowledge-based Collaborative Design Method -d Collaborative Design Method Liwei Wang, Hongsheng Wang, Yanjing Wang, Yukun Yang, Xiaolu Wang Research and Development Center, China Academy of Launch Vehicle Technology, Beijing, China, 100076 Wanglw045@163.com

More information

& Medical Tourism. DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India

& Medical Tourism. DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India & Medical Tourism DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India The human brain is an amazing work of art, it has very complex neural circuits and the way it registers, stores, processes and

More information

Rev. Integr. Bus. Econ. Res. Vol 5(NRRU) 233 ABSTRACT

Rev. Integr. Bus. Econ. Res. Vol 5(NRRU) 233 ABSTRACT Rev. Integr. Bus. Econ. Res. Vol 5(NRRU) 233 A Framework for Ontology-Based Knowledge Management System Case Study of Faculty of Business Administration of Rajamangala University of Technology ISAN Pharkpoom

More information

Intelligent Agent for Designing Steel Skeleton Structures of Tall Buildings

Intelligent Agent for Designing Steel Skeleton Structures of Tall Buildings Intelligent Agent for Designing Steel Skeleton Structures of Tall Buildings Zbigniew Skolicki Ph.D. student, Computer Science Department, IT&E School, George Mason University, Fairfax, VA 22030 zskolick@gmu.edu

More information

Abstract. Justification. Scope. RSC/RelationshipWG/1 8 August 2016 Page 1 of 31. RDA Steering Committee

Abstract. Justification. Scope. RSC/RelationshipWG/1 8 August 2016 Page 1 of 31. RDA Steering Committee Page 1 of 31 To: From: Subject: RDA Steering Committee Gordon Dunsire, Chair, RSC Relationship Designators Working Group RDA models for relationship data Abstract This paper discusses how RDA accommodates

More information

Health Technology Assessment of Medical Devices in Low and Middle Income countries: challenges and opportunities

Health Technology Assessment of Medical Devices in Low and Middle Income countries: challenges and opportunities Health Technology Assessment of Medical Devices in Low and Middle Income countries: challenges and opportunities Aleksandra Torbica, Carlo Federici, Rosanna Tarricone Centre for Research on Health and

More information

APPLICATION OF THE ARTIFICIAL INTELLIGENCE METHODS IN CAD/CAM/CIM SYSTEMS

APPLICATION OF THE ARTIFICIAL INTELLIGENCE METHODS IN CAD/CAM/CIM SYSTEMS Annual of the University of Mining and Geology "St. Ivan Rilski" vol.44-45, part III, Mechanization, electrification and automation in mines, Sofia, 2002, pp. 75-79 APPLICATION OF THE ARTIFICIAL INTELLIGENCE

More information

A domain-independent descriptive design model and its application to structured reflection on design processes

A domain-independent descriptive design model and its application to structured reflection on design processes A domain-independent descriptive design model and its application to structured reflection on design processes I.M.M.J. REYMEN University of Twente, Faculty of Engineering Technology, Department of Construction

More information

Training TA Professionals

Training TA Professionals OPEN 10 Training TA Professionals Danielle Bütschi, Zoya Damaniova, Ventseslav Kovarev and Blagovesta Chonkova Abstract: Researchers, project managers and communication officers involved in TA projects

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

A Focus on Health Data Infrastructure, Capacity and Application of Outcomes Data

A Focus on Health Data Infrastructure, Capacity and Application of Outcomes Data External Review of Pan-Canadian Health Organizations Thank you for the opportunity to provide input for your ongoing review of the Pan- Canadian Health Organizations (PCHOs). This submission is made on

More information

Principled Construction of Software Safety Cases

Principled Construction of Software Safety Cases Principled Construction of Software Safety Cases Richard Hawkins, Ibrahim Habli, Tim Kelly Department of Computer Science, University of York, UK Abstract. A small, manageable number of common software

More information