A ClaML-based Interface for the Import of Monohierarchical Classifications

Size: px
Start display at page:

Download "A ClaML-based Interface for the Import of Monohierarchical Classifications"

Transcription

1 These sheets are only for use in connection with the speech. A ClaML-based Interface for the Import of Monohierarchical Classifications Sylvie Ngouongo Jürgen Stausberg Ludwig-Maximilian-University of Munich, Germany Institute of Medical Informatics, Biometry and Epidemiology (IBE) Presented by Sylvie Ngouongo

2 Agenda Introduction Objectives Material ClaML and Classifications ISO/IEC 79 Ed. 3 Methods and Results Mapping: ClaML ISO/IEC 79 Ed. 3 ClaML import interface Discussion Conclusion MIE 202, Sylvie Ngouongo 2

3 Introduction The relevance of controlled vocabularies is no longer to be proved: Standardized representation and exchange of clinical data Semantic definitions for the collected data Knowledge representation and use as value lists for items Evaluation of the integration of well-established classifications and terminologies in metadata registries based on ISO/IEC 79 Ed. 3 Information technology Metadata registries (MDR) National MDR Project: Support of the reuse of study items when planning and implementing databases and documentation processes for clinical and epidemiological studies and registries; Implementation of a metadata repository for integrated research. MIE 202, Sylvie Ngouongo 3

4 Objectives Overcome integration and maintenance tasks of monohierarchical classifications in the MDR, Provide a transition format between classifications publishers and the MDR Import interface based on the Classification Markup Language (ClaML) Direct import not possible MDR Database based on ISO 79 import ClaML-based import interface transition Classifications in ClaML provide Classifications Publisher MIE 202, Sylvie Ngouongo 4

5 Material: ClaML and Classifications Classification Markup Language (ClaML) is attractive as interface standard for the import of classifications (ICD-0-GM, OPS) into the MDR. ClaML: EN 4463:2007, Standard for electronic representation of classification coding schemes. Small excerpt of ClaML ICD-0 ICD EN <?xml version=".0" encoding="utf-8"?> <!DOCTYPE ClaML SYSTEM "claml.dtd"[]> <ClaML version="2.0.0"> <Meta name="toplevelsort" value="i II III IV V VI VII VIII IX X XI XII XIII XIV XV XVI XVII XVIII XIX XX XXI XXII" /> <Meta name="lang" value="en" /> <Meta name="titlelong" value="international Statistical Classification of Diseases and Related Health Problems 0th Revision"/> <Identifier authority="who" uid="srfsfto be added later" /> <Title date=" " name="icd en" version="2008" /> <Class code="a00" kind="category"> <SuperClass code="â00-a09" /> <SubClass code="a00.0" /> <SubClass code="a00." /> <ModifiedBy all="true" code="s3m00_5"/> <Rubric id="d " kind="preferred"> <Label xml:lang="en" xml:space="default">cholera</label> </Rubric> </Class> </ClaML> ModifierClass:.3 New SubClass = A00.3 ICD-0 Class: Cholera (A00) Hierarchy: Superclass and Subclasses ClaML and its structure s elements MIE 202, Sylvie Ngouongo 5

6 Material: ClaML and Classifications ICD-0-GM: International Statistical Classification of Diseases and Related Health Problems 0th Revision German Modifications OPS: German Procedure Classification MIE 202, Sylvie Ngouongo 6

7 Material: ISO/IEC 79 Ed.3 Object_Class Gastrointestinal Disease Characteristic Name Terminology/Classification SNOMED-CT / MedDRA / RxNorm / ICD-0 / OPS / Semantic Definitions * * Data_Element_Concept Gastrointestinal Disease Name * * Conceptual_Domain Intestinal Infectious diseases (A00 A09) Value Lists Semantic Level Representational Level Data_Element Gastrointestinal Disease Name Data_Element = Study item * * * Value_Domain Disease Name Permissible_Values Cholera (A00) Typhoid fever (A0.0) Salmonella sepsis (A02.) Amoebiasis (A06). Other specified intestinal infections (A08.5). High-level Data Description Metamodel: Example of the use of controlled vocabularies for the description of Data Elements. MIE 202, Sylvie Ngouongo 7

8 Material: ISO/IEC 79 Ed.3 Concept Metamodel Region Concept system metamodel region Concept_System Terminology/Classification SNOMED-CT / MedDRA / RxNorm / ICD-0 / OPS / Concept Assertion 2..* Link Relation_Role Link_End Relation MIE 202, Sylvie Ngouongo 8

9 Methods Mapping: ClaML ISO/IEC 79 Ed.3 Approach and results Conception and implementation of a ClaML import interface Approach and results MIE 202, Sylvie Ngouongo 9

10 Mapping: ClaML ISO/IEC 79 Ed.3 Simplified ClaML structure ClaML +subclass Class +superclass Concept system metamodel region Concept_System Concept Assertion 2..* Link <?xml version=".0" encoding="utf-8"?> <!DOCTYPE ClaML SYSTEM "claml.dtd"[]> <ClaML version="2.0.0"> <Title name="icd en" /> <Class code="a00" kind="category"> <SuperClass code="a00-a09" /> <SubClass code="a00.0" /> <SubClass code="a00." /> <Rubric kind="preferred"> Hierarchy: is_a / inverse_isa <Label xml:lang="en" xml:space="default">cholera</label> </Rubric> </Class> </ClaML> Relation Relation_Role Link_End MIE 202, Sylvie Ngouongo 0

11 Conception and implementation of a ClaML import interface MDR database: implementation of the Concepts Package of ISO/IEC 79 Ed. 3 in a relational database Development of a XML-schema (mdr_schema.xsd) of the MDR database for import/export reasons of classifications into and from the MDR database Discrepancies ClaML-Schema (claml.dtd) MDR-Schema Transformation of classifications from ClaML into a MDR conform structure using the Extensible Stylesheet Language Transformation (XSLT*) * XSLT: programming language for processing and transforming XML documents into other XML documents by defining transformation rules. MIE 202, Sylvie Ngouongo

12 Conception and implementation of a ClaML import interface claml_icd_file.xml (valid with claml.dtd) + add_claml.xsl (add missing Subclassifications) new_claml_file.xml (valid with claml.dtd) + 2 partial_result.xml (valid with mdr_schema.xsd) claml_transform.xsl (Concept_Package Transformation) + 3 result.xml (valid with mdr_schema.xsd) DB import MDR Prototype based on ISO 79 V3 constants_transform.xsl (Concept_Package Transformation) {constants.xml} MIE 202, Sylvie Ngouongo 2

13 ClaML limitations ClaML-based import interface deals with simple hierarchical classifications provided in ClaML ClaML does not intend to prescribe the meaning of structuring elements in classification systems ClaML mixes class s information with layout. E.g. (ClaML excerpt): <Class code="b8"><rubric><label> angiostrongyliasis due to Parastrongylylus cantonensis <Reference class="bracket"> B83.2 </Reference> </Label></ Rubric></Class>. Different interpretations and extensions of the ClaML-Standard: DIMDI* (ICD-0-GM 200) vs. WHO* (ICD-0-CM 2008). * DIMDI: German Institute of Medical Documentation and Information * WHO: World Health Organization MIE 202, Sylvie Ngouongo 3

14 ClaML limitations Example of discrepancies between WHO and DIMDI regarding ClaML WHO applies <Modifier> (subclassifications coding) for 4-digit ICD-Classes to their superclasses (3- digit classes) whereas DIMDI applies them to the corresponding 4-digit classes to build the 5-digit subclassifications. M0 (3-digit) à M0.0 (4-digit) à M0.00 (5-digit) <Class code="m0" kind="category" usage="aster"> <SuperClass code="m00-m03" /> <SubClass code="m0.0" /> <SubClass code="m0." /> <SubClass code="m0.2" /> <ModifiedBy all="true" code="s3m00_5"/> <Rubric id="d000243" kind="preferred"> <Label xml:lang="en" xml:space="default"> Direct infections of joint in infectious and parasitic diseases classified elsewhere</label></rubric> </Class> <Class code="m0.0" kind="category" usage="aster"> <SuperClass code="m0" /> <Rubric id="d000244" kind="preferred"> <Label xml:lang="en" xml:space="default"> Meningococcal arthritis </Label> </Rubric> </Class> WHO <Class code="m0" kind="category" usage="aster"> <SuperClass code="m00-m03"/> <SubClass code="m0.0"/> <SubClass code="m0."/> <SubClass code="m0.2"/> <Rubric kind="preferred"> <Label xml:lang="de" xml:space="default"> Direkte Gelenkinfektionen bei anderenorts klassifizierten infektiösen und parasitären Krankheiten</Label></Rubric> </Class> <Class code="m0.0" kind="category" usage="aster"> <SuperClass code="m0"/> <ModifiedBy all="true" code="s3m00_5"/> <Rubric kind="preferred"> <Label xml:lang="de" xml:space="default"> Arthritis durch Meningokokken</Label> </Rubric> DIMDI MIE 202, Sylvie </Class> Ngouongo 4

15 Conclusion and Acknowledgements ClaML-based import interface is necessary for the import of simple hierarchical classifications into the MDR database in order to provide semantics or value lists for data elements. A unique interpretation of ClaML by Healthcare organizations (WHO, DIMDI, ) is essential for a general use of the ClaML import interface. The presented work is part of the project MDR Metadata Repository funded by the German Federal Ministry of Education and Research (BMBF). MIE 202, Sylvie Ngouongo 5

16 Thanks for your Attention! Take Home Message The relevance of controlled vocabularies is no longer to be proved: Standardized representation and exchange of clinical data, Semantic definitions for the collected data, Knowledge representation and use as value lists for items. ISO/IEC 79 standard Metadata Registries (MDR) addresses the semantics of data, the representation of data, and the registration of the descriptions of that data. Development of ClaML-based import interface is necessary for the import of simple hierarchical classifications into the MDR database in order to provide semantics or value lists for data elements. Standard formats for representing terminologies such as SNOMED-CT, are urgently needed, to cope with maintenance issues in the MDR. A unique interpretation of ClaML by Healthcare organizations (WHO, DIMDI, ) is essential for a general use of the ClaML import interface. MIE 202, Sylvie Ngouongo 6

Integration of classifications and terminologies in metadata registries based on ISO/IEC 11179

Integration of classifications and terminologies in metadata registries based on ISO/IEC 11179 These sheets are only for use in connection with the speech. Integration of classifications and terminologies in metadata registries based on ISO/IEC 11179 Sylvie Ngouongo Jürgen Stausberg Ludwig-Maximilian-University

More information

National metadata repository for databases of registers and trials

National metadata repository for databases of registers and trials National metadata repository for databases of registers and trials IBE, Medical Faculty, Ludwig-Maximilians-Universität München, Germany Institute for Medical Informatics (IMISE), Universität Leipzig,

More information

A National Metadata Repository for Empirical Research in Germany

A National Metadata Repository for Empirical Research in Germany A National Metadata Repository for Empirical Research in Germany 15 th International Open Forum on Metadata Jürgen Stausberg 1, Johannes Drepper 2, Matthias Löbe 3, Sylvie MN Ngouongo 1, Philippe Verplancke

More information

Representation of ICD-10- Markup Language (ClaML)

Representation of ICD-10- Markup Language (ClaML) Representation of ICD-10- AM/ACHI using Classification Markup Language (ClaML) Robert Smith Western Sydney University Who are We? Australian Consortium for Classification Development (ACCD) University

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes

ISO/IEC INTERNATIONAL STANDARD. Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes INTERNATIONAL STANDARD ISO/IEC 11179-3 Third edition 2013-02-15 Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes Technologies de l'information Registres

More information

Mathematics Shape and Space: Polygon Angles

Mathematics Shape and Space: Polygon Angles a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Shape and Space: Polygon Angles Science and Mathematics Education Research Group Supported by UBC Teaching

More information

A Knowledge-Based System for the Specification of Variables in Clinical Trials

A Knowledge-Based System for the Specification of Variables in Clinical Trials A Knowledge-Based System for the Specification of Variables in Clinical Trials Matthias Löbe, Barbara Strotmann, Kai-Uwe Hoop, Roland Mücke Institute for Medical Informatics, Statistics and Epidemiology

More information

Introduction to PTC Windchill ProjectLink 11.0

Introduction to PTC Windchill ProjectLink 11.0 Introduction to PTC Windchill ProjectLink 11.0 Overview Course Code Course Length TRN-4756-T 8 Hours In this course, you will learn how to participate in and manage projects using Windchill ProjectLink

More information

Summary of Contents LIST OF FIGURES LIST OF TABLES

Summary of Contents LIST OF FIGURES LIST OF TABLES Summary of Contents LIST OF FIGURES LIST OF TABLES PREFACE xvii xix xxi PART 1 BACKGROUND Chapter 1. Introduction 3 Chapter 2. Standards-Makers 21 Chapter 3. Principles of the S2ESC Collection 45 Chapter

More information

Kalaivani Ananthan Version 2.0 October 2008 Funded by the Library of Congress

Kalaivani Ananthan Version 2.0 October 2008 Funded by the Library of Congress RUTGERS UNIVERSITY LIBRARIES OpenMIC User Manual Bibliographic Utility for analog and digital objects Kalaivani Ananthan Version 2.0 October 2008 Funded by the Library of Congress Table of Contents I.

More information

Gramm Richardson - U.S. Department of Defense Elli Schwarz - SRA International, Inc.

Gramm Richardson - U.S. Department of Defense Elli Schwarz - SRA International, Inc. Gramm Richardson - U.S. Department of Defense Elli Schwarz - SRA International, Inc. 30 May, 2012 ISO/IEC 11179-3 Metamodel OWL Ontology 58 Classes 74 Datatype properties 113 Object properties Inspired

More information

ISO. International Organization for Standardization ISO/IEC JTC 1/SC 32. Data Management and Interchange WG 4. SQL Multimedia and Application Packages

ISO. International Organization for Standardization ISO/IEC JTC 1/SC 32. Data Management and Interchange WG 4. SQL Multimedia and Application Packages 3 rd Working Draft for 1 st Edition ISO/IEC JTC 1/SC 32/WG 4: KMG-005-3WD-8-MRA-2010-05 ISO International Organization for Standardization ISO/IEC JTC 1/SC 32 Data Management and Interchange WG 4 SQL Multimedia

More information

Annexure I: Contact Details:

Annexure I: Contact Details: Ref: CO/IT-BPR/CSC Date:.09.2017 Annexure I: Contact Details: a) Name of the company b) Company s address in India c) Contact person d) Telephone no. e) Fax f) E-mail address g) Service tax registration

More information

Introduction to Windchill PDMLink 10.2 for the Implementation Team

Introduction to Windchill PDMLink 10.2 for the Implementation Team Introduction to Windchill PDMLink 10.2 for the Implementation Team Overview Course Code Course Length TRN-4262-T 2 Days In this course, you will learn how to complete basic Windchill PDMLink functions.

More information

ISO CTS2 and Value Set Binding. Harold Solbrig Mayo Clinic

ISO CTS2 and Value Set Binding. Harold Solbrig Mayo Clinic ISO 79 CTS2 and Value Set Binding Harold Solbrig Mayo Clinic ISO 79 Information technology - Metadata registries (MDR) Owning group is ISO/IEC JTC /SC 32 Organization responsible for SQL standard Six part

More information

CITY UNIVERSITY OF NEW YORK. i. Visit:

CITY UNIVERSITY OF NEW YORK. i. Visit: CITY UNIVERSITY OF NEW YORK I. ACCESSING IRB NET (New Registration) i. Visit: https://www.irbnet.org/release/index.html ii. New users: Click on New Registration in the top right corner iii. Fill-out the

More information

Business Intelligence Roadmap HDT923 Three Days

Business Intelligence Roadmap HDT923 Three Days Three Days Prerequisites Students should have experience with any relational database management system as well as experience with data warehouses and star schemas. It would be helpful if students are

More information

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page.

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page. CITY UNIVERSITY OF NEW YORK Creating a New Project in IRBNet i. After logging in, click Create New Project on left side of the page. ii. Enter the title of the project, the principle investigator s (PI)

More information

Introduction to PTC Windchill PDMLink 11.0 for the Implementation Team

Introduction to PTC Windchill PDMLink 11.0 for the Implementation Team Introduction to PTC Windchill PDMLink 11.0 for the Implementation Team Overview Course Code Course Length TRN-4752-T 16 Hours In this course, you will learn how to complete basic Windchill PDMLink functions.

More information

Introduction to PTC Windchill PDMLink 11.0 for Heavy Users

Introduction to PTC Windchill PDMLink 11.0 for Heavy Users Introduction to PTC Windchill PDMLink 11.0 for Heavy Users Overview Course Code Course Length TRN-4751-T 16 Hours In this course, you will learn how to complete the day-to-day functions that enable you

More information

Certificate Program. Introduction to Microsoft Excel 2013

Certificate Program. Introduction to Microsoft Excel 2013 Certificate Program We offer online education programs designed to provide the workforce skills necessary to enter a new field or advance your current career. Our Online Career Training Programs in the

More information

Health Information Exchange Content Model Architecture Building Block HISO

Health Information Exchange Content Model Architecture Building Block HISO Health Information Exchange Content Model Architecture Building Block HISO 10040.2 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary HISO 10040.1 Health Information

More information

Introduction to Creo Elements/Direct 19.0 Modeling

Introduction to Creo Elements/Direct 19.0 Modeling Introduction to Creo Elements/Direct 19.0 Modeling Overview Course Code Course Length TRN-4531-T 3 Day In this course, you will learn the basics about 3-D design using Creo Elements/Direct Modeling. You

More information

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery. HTML5/CSS3/JavaScript Programming Course Summary Description This class is designed for students that have experience with basic HTML concepts that wish to learn about HTML Version 5, Cascading Style Sheets

More information

CROSS-REFERENCE TABLE ASME A Including A17.1a-1997 Through A17.1d 2000 vs. ASME A

CROSS-REFERENCE TABLE ASME A Including A17.1a-1997 Through A17.1d 2000 vs. ASME A CROSS-REFERENCE TABLE ASME Including A17.1a-1997 Through A17.1d 2000 vs. ASME 1 1.1 1.1 1.1.1 1.2 1.1.2 1.3 1.1.3 1.4 1.1.4 2 1.2 3 1.3 4 Part 9 100 2.1 100.1 2.1.1 100.1a 2.1.1.1 100.1b 2.1.1.2 100.1c

More information

2.) ilit Welcome Screen

2.) ilit Welcome Screen 1.) ilit Login Page a. Single Sign On (VPN) if you are logged in the VPN (getting emails, etc.), no password will be required when you launch I-Lit. You will be taken directly to the welcome screen. b.

More information

Introduction to PTC Windchill MPMLink 11.0

Introduction to PTC Windchill MPMLink 11.0 Introduction to PTC Windchill MPMLink 11.0 Overview Course Code Course Length TRN-4754-T 16 Hours In this course, you will learn how to complete basic Windchill MPMLink functions. You will learn about

More information

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Charting the Course... SharePoint 2007 Hands-On Labs Course Summary Course Summary Description This series of 33 hands-on labs allows students to explore the new features of Microsoft SharePoint Server, Microsoft Windows, Microsoft Office, including Microsoft Office Groove,

More information

An introduction to metadata. Metadata registries for improved data management

An introduction to metadata. Metadata registries for improved data management This afternoon An introduction to metadata Metadata registries for improved data management within the Highways Agency An introduction to metadata 1 My agenda What is metadata? Metadata standards What

More information

Document C503. Tunis, Tunisia 29 Oct. - 4 Nov Abstract MEETING OF WHO COLLABORATING CENTRES FOR THE FAMILY OF INTERNATIONAL CLASSIFICATIONS

Document C503. Tunis, Tunisia 29 Oct. - 4 Nov Abstract MEETING OF WHO COLLABORATING CENTRES FOR THE FAMILY OF INTERNATIONAL CLASSIFICATIONS MEETING OF WHO COLLABORATING CENTRES FOR THE FAMILY OF INTERNATIONAL CLASSIFICATIONS Tunis, Tunisia 29 Oct. - 4 Nov. 2006 Maintenance and Publication Tool for WHOFIC Classifications Stefanie Weber, Susanne

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Metamodel framework for interoperability (MFI) Part 1: Reference model

ISO/IEC INTERNATIONAL STANDARD. Information technology Metamodel framework for interoperability (MFI) Part 1: Reference model INTERNATIONAL STANDARD ISO/IEC 19763-1 First edition 2007-02-01 Information technology Metamodel framework for interoperability (MFI) Part 1: Reference model Technologies de l'information Cadre du métamodèle

More information

Mechanism Design using Creo Parametric 3.0

Mechanism Design using Creo Parametric 3.0 Mechanism Design using Creo Parametric 3.0 Overview Course Code Course Length TRN-4521-T 1 Day In this course, you will learn about creating mechanism connections, configuring the mechanism model, creating

More information

CG Transformer Division Laboratories, Crompton Greaves Ltd., Kanjurmarg (East), Mumbai, Maharashtra

CG Transformer Division Laboratories, Crompton Greaves Ltd., Kanjurmarg (East), Mumbai, Maharashtra Last Amended on - Page 1 of 9 I. ELECTRICAL MATERIALS 1. Magnetic Materials a. Electrical Steel i) Surface Insulation Resistivity ASTM 717- (1995), IEC 60404-11(1996) IS 649-(1997) ii) Specific core loss

More information

CEN/ISSS WS/eCAT. Terminology for ecatalogues and Product Description and Classification

CEN/ISSS WS/eCAT. Terminology for ecatalogues and Product Description and Classification CEN/ISSS WS/eCAT Terminology for ecatalogues and Product Description and Classification Report Final Version This report has been written for WS/eCAT by Mrs. Bodil Nistrup Madsen (bnm.danterm@cbs.dk) and

More information

"Charting the Course... Agile Database Design Techniques Course Summary

Charting the Course... Agile Database Design Techniques Course Summary Course Summary Description This course provides students with the skills necessary to design databases using Agile design techniques. It is based on the Scott Ambler book Agile Database Techniques: Effective

More information

edify Requirements for Evidence-based Templates in Electronic Case Report Forms Marco Schweitzer, Stefan Oberbichler

edify Requirements for Evidence-based Templates in Electronic Case Report Forms Marco Schweitzer, Stefan Oberbichler edify Requirements for Evidence-based Templates in Electronic Case Report Forms Marco Schweitzer, Stefan Oberbichler ehealth Research and Innovation Unit, UMIT - University for Health Sciences, Medical

More information

Excel Programming with VBA (Macro Programming) 24 hours Getting Started

Excel Programming with VBA (Macro Programming) 24 hours Getting Started Excel Programming with VBA (Macro Programming) 24 hours Getting Started Introducing Visual Basic for Applications Displaying the Developer Tab in the Ribbon Recording a Macro Saving a Macro-Enabled Workbook

More information

Q3. Where can I register DuitNow ID? Login to Bank Islam Internet Banking. Go to Settings > DuitNow ID and click on Add button. Refer to image below.

Q3. Where can I register DuitNow ID? Login to Bank Islam Internet Banking. Go to Settings > DuitNow ID and click on Add button. Refer to image below. Q1. What is DuitNow? DuitNow is a new real-time online fund transfer service that allows consumers and business owners to transfer money using an ID called DuitNow ID instead of having to exchange bank

More information

System Administration of PTC Windchill 11.0

System Administration of PTC Windchill 11.0 System Administration of PTC Windchill 11.0 Overview Course Code Course Length TRN-4830-T 16 Hours In this course, you will gain an understanding of how to perform routine Windchill system administration

More information

CHAPTER 7. Observations, Conclusions and Future Directions Observations 7.2. Limitations of the Model 7.3. Conclusions 7.4.

CHAPTER 7. Observations, Conclusions and Future Directions Observations 7.2. Limitations of the Model 7.3. Conclusions 7.4. CHAPTER 7 Observations, Conclusions and Future Directions 7.1. Observations 7.2. Limitations of the Model 7.3. Conclusions 7.4. Future work Domain-specific Ontology for Student s Information in Academic

More information

SHSAT Review Class Week 3-10/21/2016

SHSAT Review Class Week 3-10/21/2016 SHSAT Review Class Week 3-10/21/2016 Week Two Agenda 1. Going over HW (Test 2) 2. Review of Geometry - Practice set 3. Questions before we leave Test 2 Questions? Ask about any questions you were confused

More information

BMEGUI Tutorial 1 Spatial kriging

BMEGUI Tutorial 1 Spatial kriging BMEGUI Tutorial 1 Spatial kriging 1. Objective The primary objective of this exercise is to get used to the basic operations of BMEGUI using a purely spatial dataset. The analysis will consist in an exploratory

More information

ISO/TS TECHNICAL SPECIFICATION

ISO/TS TECHNICAL SPECIFICATION TECHNICAL SPECIFICATION ISO/TS 13584-35 First edition 2010-07-15 Industrial automation systems and integration Parts library Part 35: Implementation resources: Spreadsheet interface for parts library Systèmes

More information

Jena based Implementation of a ISO Metadata Registry. Gokce B. Laleci & A. Anil Sinaci

Jena based Implementation of a ISO Metadata Registry. Gokce B. Laleci & A. Anil Sinaci Jena based Implementation of a ISO 11179 Metadata Registry Gokce B. Laleci & A. Anil Sinaci Agenda l l l l Motivation l l l A brief overview of SALUS Project SALUS Semantic Interoperability approach Role

More information

Contents CHAPTER 1 CHAPTER 2. Recommended Reading. Chapter-heads. Electronic Funds Transfer) Contents PAGE

Contents CHAPTER 1 CHAPTER 2. Recommended Reading. Chapter-heads. Electronic Funds Transfer) Contents PAGE Contents Foreword Recommended Reading Syllabus Chapter-heads iii v vii ix MODULE I : Technology in bank CHAPTER 1 Banking Environment and Technology u Introduction 3 u Evolution of Banking Technology over

More information

Update to Creo Parametric 4.0 from Creo Parametric 2.0

Update to Creo Parametric 4.0 from Creo Parametric 2.0 Update to Creo from Creo Parametric 2.0 Overview Course Code Course Length TRN-5125-T 16 Hours In this course, you will learn how to utilize the variety of functionality enhancements in Creo. You will

More information

Fónfix Repair Logging System

Fónfix Repair Logging System Fónfix Repair Logging System Fónfix have developed a new web-based Repair System for Stores. The new system will be held on the Fónfix server and will be managed and maintained by Fónfix. To access the

More information

"Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary

Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary Course Summary Description This 5-day instructor-led course introduces SQL Server 2012 and describes logical table design, indexing and query plans. It also focuses on the creation of database objects

More information

ISO/IEC TR TECHNICAL REPORT. Information technology Procedures for achieving metadata registry (MDR) content consistency Part 1: Data elements

ISO/IEC TR TECHNICAL REPORT. Information technology Procedures for achieving metadata registry (MDR) content consistency Part 1: Data elements TECHNICAL REPORT ISO/IEC TR 20943-1 First edition 2003-08-01 Information technology Procedures for achieving metadata registry (MDR) content consistency Part 1: Data elements Technologies de l'information

More information

Developing a national disease registry: the German approach to a rare disease registry

Developing a national disease registry: the German approach to a rare disease registry Developing a national disease registry: the German approach to a rare disease registry T. Hartz @tobgerm University Medical Center Mainz, Germany Institute for Medical Biometry, Epidemiology and Informatics

More information

Remote Access Guide. https://remote.lghealth.org

Remote Access Guide. https://remote.lghealth.org Remote Access Guide https://remote.lghealth.org Created by: Joshua Steele Revision 1.0 7/14/2015 Table of Contents I. Remote Access using Internet Explorer... 2 II. Remote Access using Google Chrome...

More information

Configuring BGP on Cisco Routers Volume 1

Configuring BGP on Cisco Routers Volume 1 Volume 1 I. Course Introduction A. Overview/Learner Skills and Knowledge B. Course Flow C. Additional References 1. Cisco Glossary of Terms D. Your Training Curriculum II. BGP Overview III. Introducing

More information

BFW-037 B.Sc. FOOTWEAR TECHNOLOGY (BSCFWT) Term-End Examination. December, 2014

BFW-037 B.Sc. FOOTWEAR TECHNOLOGY (BSCFWT) Term-End Examination. December, 2014 No. of Printed Pages : 8 BFW-037 B.Sc. FOOTWEAR TECHNOLOGY (BSCFWT) Term-End Examination 00190 December, 2014 BFW-037 : COMPUTER SCIENCE Time : 3 hours Maximum Marks : 70 Note : (i) There are two sections

More information

THIS DOCUMENT IS STILL UNDER STUDY AND SUBJECT TO CHANGE. IT SHOULD NOT BE USED FOR REFERENCE PURPOSES.

THIS DOCUMENT IS STILL UNDER STUDY AND SUBJECT TO CHANGE. IT SHOULD NOT BE USED FOR REFERENCE PURPOSES. Final Committee Draft ISO/IEC FCD 11179-3 Date: 2010-03-30 Reference number: ISO/JTC 1/SC 32N1983 Supersedes document SC 32N1851 THIS DOCUMENT IS STILL UNDER STUDY AND SUBJECT TO CHANGE. IT SHOULD NOT

More information

Corrective Action User Walkthrough: New Portal Login

Corrective Action User Walkthrough: New Portal Login Corrective Action User Walkthrough: New Portal Login The updated URL for the PST Portal is: https://apps.occeweb.com/pstportal There are five scenarios to consider if you are experiencing difficulty logging

More information

COPYRIGHTED MATERIAL. Acknowledgments...v Introduction... xxi

COPYRIGHTED MATERIAL. Acknowledgments...v Introduction... xxi Acknowledgments...v Introduction... xxi Part I: Getting Started with Joomla!.....................1 Chapter 1: Introducing the Joomla! Content Management System...3 Chapter 2: Obtaining and Installing Joomla!...15

More information

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT 5 LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS xxi

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT 5 LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS xxi ix TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT 5 LIST OF TABLES xv LIST OF FIGURES xviii LIST OF SYMBOLS AND ABBREVIATIONS xxi 1 INTRODUCTION 1 1.1 INTRODUCTION 1 1.2 WEB CACHING 2 1.2.1 Classification

More information

At a Glance. Introducing Security Metrics

At a Glance. Introducing Security Metrics At a Glance PART I Introducing Security Metrics 1 What Is a Security Metric?... 3 2 Designing Effective Security Metrics... 25 3 Understanding Data... 55 Case Study 1: In Search of Enterprise Metrics...

More information

Workshop 2. > Interoperability <

Workshop 2. > Interoperability < Workshop 2 21 / 08 / 2011 > Interoperability < Heiko Zimmermann R&D Engineer, AHI CR Santec Heiko.Zimmermann@tudor.lu Interoperability definition Picture from NCI-Wiki (https://wiki.nci.nih.gov) 2 Interoperability

More information

COPYRIGHTED MATERIAL. Contents. Part One: Team Architect 1. Chapter 1: Introducing the Visual Designers 3

COPYRIGHTED MATERIAL. Contents. Part One: Team Architect 1. Chapter 1: Introducing the Visual Designers 3 About the Authors Acknowledgments Introduction Part One: Team Architect 1 Chapter 1: Introducing the Visual Designers 3 Why Design Visually? 4 Microsoft s Modeling Strategy 5 Model-driven development 5

More information

"Charting the Course... Java Programming Language. Course Summary

Charting the Course... Java Programming Language. Course Summary Course Summary Description This course emphasizes becoming productive quickly as a Java application developer. This course quickly covers the Java language syntax and then moves into the object-oriented

More information

Midwest ISO and PJM Joint Operating Agreement (JOA) Update. Joint Stakeholder Meeting November 14, 2008

Midwest ISO and PJM Joint Operating Agreement (JOA) Update. Joint Stakeholder Meeting November 14, 2008 Midwest ISO and PJM Joint Operating Agreement (JOA) Update Joint Stakeholder Meeting November 14, 2008 JOA Update Introduction Joint Operating Agreement Main Document Initially filed in December 2003 Congestion

More information

Installing and Administering a Satellite Environment

Installing and Administering a Satellite Environment IBM DB2 Universal Database Installing and Administering a Satellite Environment Version 8 GC09-4823-00 IBM DB2 Universal Database Installing and Administering a Satellite Environment Version 8 GC09-4823-00

More information

The Definitive Guide to. NetBeans Platform 7. Heiko Bock. Apress*

The Definitive Guide to. NetBeans Platform 7. Heiko Bock. Apress* The Definitive Guide to NetBeans Platform 7 Heiko Bock Apress* Contents About the Author About the Translator About the Technical Reviewers Acknowledgments Introduction xiv xiv xv xvi xvii * Part 1: Basics

More information

INTRODUCTION Background of the Problem Statement of the Problem Objectives of the Study Significance of the Study...

INTRODUCTION Background of the Problem Statement of the Problem Objectives of the Study Significance of the Study... vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION... ii DEDICATION... iii ACKNOWLEDGEMENTS... iv ABSTRACT... v ABSTRAK... vi TABLE OF CONTENTS... vii LIST OF TABLES... xii LIST OF FIGURES... xiii LIST

More information

This Document is intended as a user guide for providers who are planning to use the eligibility check system.

This Document is intended as a user guide for providers who are planning to use the eligibility check system. [ELIGIBILITY CHECK USER GUIDE] This Document is intended as a user guide for providers who are planning to use the eligibility check system. Contents I. Introduction... 2 II. Purpose of Document... 2 III.

More information

Best Practices Outline for Deep Dish Television

Best Practices Outline for Deep Dish Television Best Practices Outline for Deep Dish Television Tape management 1) Click Save tabs and rewind completely after capture. 2) Label tapes with Deep Dish ; videographer s name; content description; date of

More information

ISO/IEC CD :200x(E) Title: Information technology - Framework for Metamodel interoperability Part 2: Reference model Project:

ISO/IEC CD :200x(E) Title: Information technology - Framework for Metamodel interoperability Part 2: Reference model Project: Committee Draft ISO/IEC CD Date: 2005-06-30 Reference number: ISO/JTC 1/SC 32N1333 Supersedes document SC 32N1085 THIS DOCUMENT IS STILL UNDER STUDY AND SUBJECT TO CHANGE. IT SHOULD NOT BE USED FOR REFERENCE

More information

ATTACHED BINARY OBJECT DATA STANDARD

ATTACHED BINARY OBJECT DATA STANDARD ATTACHED BINARY OBJECT DATA STANDARD Standard No.: EX000006.1 January 6, 2006 This standard has been produced through the Environmental Data Standards Council (EDSC). The Environmental Data Standards Council

More information

Course Outline. ProTech Professional Technical Services, Inc. Veritas Backup Exec 20.1: Administration. Course Summary.

Course Outline. ProTech Professional Technical Services, Inc. Veritas Backup Exec 20.1: Administration. Course Summary. Course Summary Description The course is designed for the data protection professional tasked with architecting, implementing, backing up, and restoring critical data. This class covers how to back up

More information

OMNI AR/Billing: Modify/Amend a Contract Detailed Business Process Guides ACONTRACTS3

OMNI AR/Billing: Modify/Amend a Contract Detailed Business Process Guides ACONTRACTS3 OMNI AR/Billing: Modify/Amend a Contract Detailed Business Process Guides ACONTRACTS3 Modify/Amend a Contract This guide discusses how to: Create and edit amendments Enter amendment details Review and

More information

RAJALAKSHMI ENGINEERING COLLEGE Thandalam, Chennai Department of Computer Science and Engineering CS17201 DATA STRUCTURES Unit-II-Assignment

RAJALAKSHMI ENGINEERING COLLEGE Thandalam, Chennai Department of Computer Science and Engineering CS17201 DATA STRUCTURES Unit-II-Assignment RAJALAKSHMI ENGINEERING COLLEGE Thandalam, Chennai 602 105 Department of Computer Science and Engineering CS17201 DATA STRUCTURES Unit-II-Assignment Reg. No. : Name : Year : Branch: Section: I. Choose

More information

Andale Store Getting Started Manual

Andale Store Getting Started Manual Andale Store Getting Started Manual CHAPTER 1 : INTRODUCTION AND WELCOME 3 1. LOG INTO YOUR ACCOUNT 3 CHAPTER 2 : DESIGN CENTER 3 1. CREATE YOUR DESIGN LAYOUT 4 1.1 Choose a Style 4 1.2 Choose a Font 5

More information

SC32 WG2 Metadata Standards Tutorial

SC32 WG2 Metadata Standards Tutorial SC32 WG2 Metadata Standards Tutorial Metadata Registries and Big Data WG2 N1945 June 9, 2014 Beijing, China WG2 Viewpoint Big Data magnifies the existing challenges and issues of managing and interpreting

More information

ITEC2620 Introduction to Data Structures

ITEC2620 Introduction to Data Structures ITEC2620 Introduction to Data Structures Searching and Sorting It is faster to search a sorted array What happens if our data set changes? We have to keep the array in sorted order Lecture 3b Linked-Lists

More information

COPYRIGHTED MATERIAL. Contents. Part I: Introduction 1. Chapter 1: What Is XML? 3. Chapter 2: Well-Formed XML 23. Acknowledgments

COPYRIGHTED MATERIAL. Contents. Part I: Introduction 1. Chapter 1: What Is XML? 3. Chapter 2: Well-Formed XML 23. Acknowledgments Acknowledgments Introduction ix xxvii Part I: Introduction 1 Chapter 1: What Is XML? 3 Of Data, Files, and Text 3 Binary Files 4 Text Files 5 A Brief History of Markup 6 So What Is XML? 7 What Does XML

More information

TIM: A Semantic Web Application for the Specification of Metadata Items in Clinical Research

TIM: A Semantic Web Application for the Specification of Metadata Items in Clinical Research TIM: A Semantic Web Application for the Specification of Metadata Items in Clinical Research Matthias Löbe 1, Magnus Knuth 2, Roland Mücke 3 1 Clinical Trial Center Leipzig, University of Leipzig, Germany

More information

Information technology Metadata registries (MDR)

Information technology Metadata registries (MDR) INTERNATIONAL STANDARD ISO/IEC 11179-3:2003 TECHNICAL CORRIGENDUM 1 Published 2004-04-01 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION МЕЖДУНАРОДНАЯ ОРГАНИЗАЦИЯ ПО СТАНДАРТИЗАЦИИ ORGANISATION INTERNATIONALE

More information

Copyright protected. Use is for Single Users only via a VHP Approved License. For information and printed versions please see

Copyright protected. Use is for Single Users only via a VHP Approved License. For information and printed versions please see TOGAF 9 Certified Study Guide 4th Edition The Open Group Publications available from Van Haren Publishing The TOGAF Series: The TOGAF Standard, Version 9.2 The TOGAF Standard Version 9.2 A Pocket Guide

More information

object/relational persistence What is persistence? 5

object/relational persistence What is persistence? 5 contents foreword to the revised edition xix foreword to the first edition xxi preface to the revised edition xxiii preface to the first edition xxv acknowledgments xxviii about this book xxix about the

More information

Online Trade License System User Manual

Online Trade License System User Manual GUWAHATI MUNICIPAL CORPORATION Online Trade License System User Manual 7/5/2017 Version no. 1.0 TABLE OF CONTENTS INTRODUCTION... 2 USER MANUAL - CITIZEN... 3 USER MANUAL - OPERATOR... 16 USER MANUAL DEALING

More information

Terminology Harmonization

Terminology Harmonization Terminology Harmonization Rob McClure, MD; Lisa Anderson, MSN, RN-BC; Angie Glotstein, BSN, RN November 14-15, 2018 Washington, DC Table of contents OVERVIEW OF CODE SYSTEMS AND TERMINOLOGY TOOLS USING

More information

SAC Minutes October 7, 2013

SAC Minutes October 7, 2013 SAC Minutes October 7, 2013 10-7-13 Present: Dean Baim, Regan Schaffer, Ken Waters, Denise Ferguson, Melanie Emelio, Gretchen Batcheller, Michael Ditmore, Joi Carr, April Marshall, Thomas Reilly, Rodney

More information

"Charting the Course... Comprehensive Angular 5. Course Summary

Charting the Course... Comprehensive Angular 5. Course Summary Course Summary Description Comprehensive Angular teaches students the skills and best practices they need to design, build, test, and deploy applications that provide rich end-user experiences similar

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes

ISO/IEC INTERNATIONAL STANDARD. Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes INTERNATIONAL STANDARD ISO/IEC 11179-3 Second edition 2003-02-15 Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes Technologies de l'information Registres

More information

LexGrid Philosophy, Model and Interfaces Harold R Solbrig Division of Biomedical Statistics and Informatics Mayo Clinic

LexGrid Philosophy, Model and Interfaces Harold R Solbrig Division of Biomedical Statistics and Informatics Mayo Clinic LexGrid Philosophy, Model and Interfaces Harold R Solbrig Division of Biomedical Statistics and Informatics Mayo Clinic Outline Why the LexGrid model was created LexGrid approach and principles Key aspects

More information

INFORMATION HIDING IN COMMUNICATION NETWORKS

INFORMATION HIDING IN COMMUNICATION NETWORKS 0.8125 in Describes information hiding in communication networks, and highlights its important issues, challenges, trends, and applications. Highlights development trends and potential future directions

More information

AAM Guide for Authors

AAM Guide for Authors ISSN: 1932-9466 AAM Guide for Authors Application and Applied Mathematics: An International Journal (AAM) invites contributors from throughout the world to submit their original manuscripts for review

More information

VERIFICATION AND VALIDATION FOR QUALITY OF UML 2.0 MODELS

VERIFICATION AND VALIDATION FOR QUALITY OF UML 2.0 MODELS VERIFICATION AND VALIDATION FOR QUALITY OF UML 2.0 MODELS BHUVAN UNHELKAR, PHD WILEY- INTERSCIENCE A Wiley-lnterscience Publication JOHN WILEY & SONS, INC. Contents Figures Foreword Preface Acknowledgments

More information

USER GUIDE UTRADE ID Mobile for iphone & ipad

USER GUIDE UTRADE ID Mobile for iphone & ipad Table of Contents Recommended MOBILE TYPE... 2 DOWNLOAD UTRADE ID MOBILE FOR IPHONE & IPAD... 2 I How to run UTRADE Online Trading... 3 II How to sign OUT... 5 III How to monitor YOUR FAVORITE stocks...

More information

BSynchro [E-AUTHORIZATION USER GUIDE] BSYNCHRO

BSynchro [E-AUTHORIZATION USER GUIDE] BSYNCHRO BSynchro 2014 BSYNCHRO [E-AUTHORIZATION USER GUIDE] This Document is intended as a user guide for providers who are planning to use the e-authorization system. Contents I. Introduction... 2 II. Purpose

More information

SCCAP. User Guide: Version 198

SCCAP. User Guide: Version 198 SCCAP User Guide: Version 198 Table of Contents Introduction 3 CHAPTER 1 I. The Welcome Screen 4 II. The Load or Create Case Screen 5 III. Logging onto a Server 6 IV. Creating the Code Template 7 V. Creating

More information

716 West Ave Austin, TX USA

716 West Ave Austin, TX USA Fundamentals of Computer and Internet Fraud GLOBAL Headquarters the gregor building 716 West Ave Austin, TX 78701-2727 USA TABLE OF CONTENTS I. INTRODUCTION What Is Computer Crime?... 2 Computer Fraud

More information

Requirements for Model Validation

Requirements for Model Validation Draft Need Requirements Application for Model Validation Reporting Requirements for Model Validation Reporting for Generators and Generator Control Systems Revision 0 Wednesday 16 November 2005 Prepared

More information

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange Noam H. Arzt, PhD American Public Health Association Annual Meeting Session

More information

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE Using Inspiration 7 Inspiration is a graphic organizer application for grades 6 through adult providing visual thinking tools used to brainstorm, plan, organize, outline, diagram, and write. I. How Inspiration

More information

Security Standards for Information Systems

Security Standards for Information Systems Security Standards for Information Systems Area: Information Technology Services Number: IT-3610-00 Subject: Information Systems Management Issued: 8/1/2012 Applies To: University Revised: 4/1/2015 Sources:

More information

NIST Normative Test Process Document: e-prescribing (erx) Test Tool

NIST Normative Test Process Document: e-prescribing (erx) Test Tool NIST Normative Test Process Document: e-prescribing (erx) Test Tool Test Tool and Test Descriptions to Conduct ONC 2015 Edition Certification Version 1.7 Date: December 3, 2015 Developed by the National

More information

Using XML Learning Objects Current and Future Benefits for Web Based Training Scenarios

Using XML Learning Objects Current and Future Benefits for Web Based Training Scenarios Using XML Learning Objects Current and Future Benefits for Web Based Training Scenarios Maik Stührenberg Applied and Computational Linguistics Group Justus-Liebig-Universität Gießen maik.stuehrenberg@uni-giessen.de

More information

Techno Expert Solutions An institute for specialized studies! 0.20 hrs hrs. 2 hrs

Techno Expert Solutions An institute for specialized studies! 0.20 hrs hrs. 2 hrs 1 2 3 Course Content of Digital Marketing What is Marketing: Understanding Marketing AIDA Model 4 Ps of Marketing Onilne and Offline Marketing KISS Formula Different Types of Marketing Integrated Marketing

More information