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

Size: px
Start display at page:

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

Transcription

1 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 Institution Page 169

2 CHAPTER-7 Observations, Conclusions and Future Directions This Chapter summarizes the work that was carried out by me. This Chapter includes the observations made with regards to the model developed. It includes the observations with regards to the testing that was carried out over the model for consistency and completeness. Since the scope and the method of development vary from researcher to researcher, the limitations of the model have been identified. It also concludes the work carried out. A brief discussion on the future usefulness and extensions of the use of Ontology is also provided. 7.1 Observations During the designing of the model, a few observations were made regarding the model, its working and the testing of it About the Model Following are the observations regarding the model that has been prepared: i ii iii iv v The model uses the mathematical representation of a graph which consists of triples i.e. the subject-predicate-object model. The model is equivalent to a Directed labeled graph in a single direction. The Classes form the nodes of the graph. The connections between classes are formed using Object properties. An Object property defines the relationship between 2 objects. These are similar to the labels over the directed arcs. The Classes have their own attributes which are identified as Datatype properties. Domain-specific Ontology for Student s Information in Academic Institution Page 170

3 vi vii viii ix x There are a few Datatype properties available in the Upper ontologies DC and FOAF, which have been reused in the model to provide for the semantic networking of ontologies. Each Class where the values are predefined, those values have been converted into sub-classes with one instance inside each. A Record for a class is identified as the Instance of that class. An Instance of a Class is linked to one or more instances of other Classes based on the type of Object property created for linking those Classes. It forms a layout similar to a network diagram where every node is reachable from any other node via multiple interlinking nodes. xi The network so formed is a one-way directed graph except for 2 classes where reverse referencing is provided so that a search on the unique data is possible, just as in RDBMS with primary key. xii xiii The model being open-ended can be incorporated as a whole or partially in any application requiring similar information representation data model. Also the model can be extended by adding a link to another existing ontology, thus resulting into a larger networked ontology, which forms the basis of the semantic network. xiv The ontology model consists of 105 classes, out of which 42 classes form the first level whereas 63 form subclasses. xv xvi A total of 82 Object properties are created to link a class to another class. These properties are used to connect 22 unique Domain classes to 42 Unique Range classes. Out of 82 Object properties, 53 are Functional and 2 are Inverse-Functional Object properties. Functional Object properties restrict the relation of an instance from one Class with only one instance from the other Class. The Domain-specific Ontology for Student s Information in Academic Institution Page 171

4 reverse may not be true i.e. 1:1 relationship in E-R diagram in only one direction. xvii Inverse-Functional Object property indicates that an instance of one Class is related to only one instance of another Class and that instance of the other Class is related to the same instance of the first Class i.e 1:1 relationship in E-R diagram in both ways. xviii There are a total of 152 Datatype properties used in the model. Out of these there are 149 Functional and 3 Non-Functional properties. xix xx xxi Functional Datatype property ensures that only a single value is permitted for an attribute. Non-Functional Datatype property allows for more than one value for an attribute within a single instance. The model has reused 5 Datatype properties from the DCTERMS and 8 Datatype properties from the FOAF project. The reused properties are: dcterms: abstract, identifier, date, title, publisher FOAF: name, gender, title, mbox, birthday, phone, age, fundedby xxii For all the Classes where there is One-out of-many options to be selected, the options have been converted into classes connected through a single Object property and having a single Datatype property on the parent Class, inherited by these disjoint subclasses. Also single instance per Class has been created on these Classes. There are 18 such Object properties which connect more than one Class to its parent Class. xxiii The model works on the standard inheritance of hassubclass and hasinstance relationships. If a node has another node within it, then it forms the parent-child relationship. xxiv Each of the Class, Object property and Datatype property is documented using the dc:description property from DC. Domain-specific Ontology for Student s Information in Academic Institution Page 172

5 xxv xxvi When the model is visualised as a simplified tree, it results into a 6-level tree structure with the Student Class as the root node. The Student Class is considered as the root Class and the starting point of the ontology. However, any Class can be used as the starting point for querying since it forms a networked structure. xxvii The model works almost similar to the structures created in any network data model. The understanding has a lot of similarity to the DBMSs Observations during the testing of the Model Following are the observations during the testing of the model: i ii iii iv v vi vii A total of 449 Instances for a total of 5 Students has been entered to test the RDF Dataset The test query involving all the Classes results into a Cartesian product of all the instances. The query on the model may start from any node as long as the query proceeds downwards into the subclasses as it is a directed graph in a single direction only. The number of classes involved is huge and hence it reduces the visibility of the data drawn from a SPARQL query string. Hence partial queries were also tested and then combined with the main query to form a complete profiling query for a student. The queries are written similar to the understanding that is used with SQL in any DBMS. The query form used for testing was SELECT query form only. The query requires regular and complete graph patterns for it to be executed correctly. However, such complete structures may not be available at all times. The query would fail when a class containing no matching instance was used. To overcome this default effect of Domain-specific Ontology for Student s Information in Academic Institution Page 173

6 the SPARQL, blank nodes have been used for testing wherever the data is assumed to be missing. Nonetheless, there are various options with the SPARQL like OPTIONAL or FILTER options that can be used instead of entering blank nodes. The blank nodes have been represented here as (two hyphens). viii ix x xi xii xiii The intention of the query was to test the completeness of the graph pattern and locating for all the triples from the graph, which could be seen easily by extracting a single Datatype property from each class. Hence only the Basic Graph pattern matching queries were executed against the ontology. The SPARQL queries return results in RDF graph format, which can be used directly in any application or can be used in as an input for another query. Since the query binds data to variables, it is easy with a one-way directed graph, since the intermediate unnecessary data may be omitted from the output. While testing, you may generate the instance ID in the display as well as any of the Datatype property values of the class. SPARQL Property Path expressions have been used in the evaluation of the partial queries. Since all the Object property at the first level start from Student object, it is considered as the starting point for my testing. This is not always necessary as long as a direct or indirect path is available between any two classes. Hence, testing by querying for unknown relationships is possible. The Jambalaya add-on with Protégé provided a pictorial view of the interconnections between nodes and a way of using structuredwalkthrough to identify the missing connections and links between Classes. xiv Any Class not connected directly can be accessed via their common parent Class at any depth.the testing of the ontology Domain-specific Ontology for Student s Information in Academic Institution Page 174

7 shows the completeness in terms of connectivity between different Classes and in terms of accessibility of the all Classes, Object and Datatype properties. 7.2 Limitations of the Model i ii iii iv v vi The Ontology is restricted to contain the information of the Student from the future point of view. It means that the working information on a day-to-day basis like Attendance, Library transactions, Financial transactions, etc have not been included. Hence the scope is restricted to the amount and kind of information necessary for creating a complete biodata. Ontology is used for storing relationships between data to reflect the semantics and associations. Thus the Ontology does not subscribe to the requirement of storing day-to-day information as well as working information of the student. The Ontology does not have control over the kind of data that can be entered in a class attribute. This restriction can be implemented in the Application that is constructed over the ontology. Though the Upper ontologies, FOAF and DC, have a few generic properties, all of them have not been used in my ontology for the sole reason that the requirements were different. The ontology itself does not have any facility for mapping and integration. Neither does it have support for inference. Hence integration with other Framework or API would be required to explore the full capabilities and usability of the ontology. There are no rules included to support for inference with the purpose of making the ontology open for integration within an institution having their own rules implemented within the application working over the ontology, thus not restricting the use of the ontology. Domain-specific Ontology for Student s Information in Academic Institution Page 175

8 vii viii ix x xi xii As the number of Instances of Student class and its associated instances in the other Class increases, the ontology would expand in an uncontrolled way, which can be controlled only through the use of an application which would act as an intermediary between the ontology representation and the user. Issues pertaining to the Semantic web and the Semantic Stack like Security, Proof and Trust needs to be addressed while implementing the application over the ontology. Since multiple ontologies covering partial aspects of my domain are already available, it becomes necessary to identify a mechanism for ontology mapping and alignment. For this, a few projects are already undertaken worldwide, which must be fully implemented for covering overlapping domain ontologies. Unless an application is developed to consume the data of the ontology, the users cannot use it directly as it will require a minimum knowledge of query language. As the amount of information to be included in the schema is huge, it becomes practically impossible to manage the code manually. Hence it would require the knowledge of an ontology tool for editing. Since the ontology has been tested using an ontology editing tool, its implications, when implemented over the web needs to be assessed. 7.3 Conclusions The Ontology is an attempt to reduce the plea of the academia where loads of information is required to be stored and made accessible to anyone, human or agent, from anywhere. The Semantic Web is a promising technology of the future whereby the entire data can be made available to the users over the Internet without the need for any Domain-specific Ontology for Student s Information in Academic Institution Page 176

9 proprietary software applications. This ontology will allow the users to break-free from the traditional storage patterns. It will also help in the automatic discovery of information by a webbot. It was decided to construct the ontology in a modularized way to encourage reuse, where other ontology and applications could pick and choose the modules applicable to their requirement. Since the ontology is serialized in RDF/XML format, all the facilities available for querying can be used over the developed ontology. Many ORLs are available for the Semantic web as seen in the earlier Chapters. The current scenario is creating ontologies in RDF/OWL languages. Thus, the ontology made is future oriented and will be usable with the newer technologies that are existing or will be developed in the near future. Since the ontology has been developed using OWL-DL, the agents and the semantic web browsers will be able to take advantage of the DL and FOL for deriving new knowledge. Since I have customized the ontology engineering process from combining a few popular methodologies, incluing the General methodology, Methontology and OTK Methodology, the model development followed a standard way. Protégé provides a framework which is easy to use for creating the ontology. Because of its inherent Ontology engineering methodology, which matched my ontology enrineering process, the creation of Ontology took lesser time in comparison to using another methodology with a separate Ontology editor. It provides for creation of OWL ontology serialized in RDF/XML. The Protégé tool s SPARQL query facility allows for testing the Ontology without using an external testing tool. On the whole Protégé provided a great support in the development of Ontology. The main applicability area of the so developed ontology will be for profiling the information of the students in the academic institutions, Domain-specific Ontology for Student s Information in Academic Institution Page 177

10 over the Semantic web, which is currently not available. The information can be placed on the web without the need for any proprietary database store, thus allowing for interoperability and integration. The information stored in the repository can be used by the students themselves to keep a track of their personal updates and information. Applications over this ontology may be developed in such a way that the student themselves can continuously update their own information over the web. This will help the organization to keep a track of the students information in a standardized, centralized and platform independent way such that it is updatable, searchable and easily mergeable with other ontologies in the same or other domain. It can also be helpful for the future employers to trace the details of their prospective employee from his past institutes of study. It will provide for reusability of domain knowledge. The ontology can even be used by various universities for profiling of the students. This will ensure standard structure of information representation by all the institutions [41]. The Semantic Web browsers and software agents will have the capability to identify relationships and understand semantics of the data due to its basic property of being linked. Relationships may be defined from level to level based on the triples declared between the nodes at any levels. Since meaning is associated with the data within the structure, the search engines and software agents will be able to differentiate between the requirements and other search results. 7.4 Future work Ontology is the basic building blocks for the Semantic web. Once the basic level of ontology creation is over, the real work of using them for information exchange and searching begins. Creating a network of ontology is a humongous task. The ontology must converge information from all spheres of the world. It must be tested for efficiency and Domain-specific Ontology for Student s Information in Academic Institution Page 178

11 effectiveness with worldwide use and integration from multiple heterogenous sources. The enterprise database infrastructure today consists largely of high-end transaction processing systems on one hand and RDBMS-based information systems on the other. Over the last few years, however, there has been high demand for accessing these enterprise databases over the internet, and also to use them, not only in information searching and exchange, but also to support e-business operations. These include transactions between systems within an Enterprise through Enterprisewide integration, between Businesses in a Supply Chain and between Businesses and Customers. The initial reaction of most companies was to integrate these diverse operations by building or buying softwares such as application servers. Recently, XML offered the option of performing the necessary integration by exchanging standardized data. The SQL standard defines the most basic way of finding and extracting data from an RDBMS, so it is easily possible to write middleware applications that would extract data from one database and put in another. But these applications are relatively complex and must pay careful attention to the database schemas on each side in order to work properly. XML, on the other hand, is simply a standardized meta-format that can represent any kind of data [181], and for which precise schema definitions are optional. Multi-agent systems have received much attention in recent years because of their many advantages in complex and distributed environments. In the era of Semantic Web, the ontologies have established itself as a powerful tool to enable knowledge sharing and it is an important means in Semantic Web to achieve the semantic interoperability among heterogeneous systems distributed over the Internet. Both ontologies and agent technologies are central to the semantic web, and their combined use will enable the sharing of Domain-specific Ontology for Student s Information in Academic Institution Page 179

12 heterogeneous, autonomous knowledge sources in a capable, adaptable and extensible manner. I plan to convert it into a standard through W3C. It will be put on the Internet for others to access and use, so that the applications can adhere to the ontology structure. Since this ontology is open-ended, anyone can add more features and thereby extend the use of the ontology. After the ontology base is in place, the applications for the relevant ontology may be created on top of them, which may use this ontology for storing relations of information from anywhere over the Internet. This ontology provides a structure that represents a Knowledge-base. Though the Semantic web allows agents to interoperate in open multi-agent system and overcomes one major issue of using some agreed language and logic to provide sufficient expressive power required for agent interaction, another challenge lies in the creation of ontologies that can help the agents in the everyday interaction in a multi-agent system. In addition to the development of ontologies for commitments, agents and semantic web need ways to express the reason about the reputation, trustworthiness and security of the agent that they encounter as well as the data within the ontology. Upon that, the application may need support for searching of the ontology wherein the Semantic web browsers come into picture. Acting upon the ontology, agents like FIPA or KQML may be used which can allow for interoperability among software agents and provide agent-agent communication, given a common thread of connection between them and a common ontology in their KB and thus supporting for automatic interaction and exchange of information. The fundamental concept of the Semantic web will be the markup of Web services to make them computer-interpretable, use-apparent and agentready [132]. Conventional web services use XML standard for syntactic interoperation of web services. For example, WSDL which can specify the Domain-specific Ontology for Student s Information in Academic Institution Page 180

13 operations allowed and the structure of the data exchanged without considering the semantics of it. Semantic web services use universally accepted standards for semantic data interchange. Hence it is possible to combine data from various diverse sources. But a more semanticallyoriented language may replace the web services scenario by adding semantics to the web services. Also more sophisticated replies can be formed from the semantics of the networked data. Some examples of Semantic Web Services include: Simple Semantic Web Architecture and Protocol (SSWAP) uses OWL, Semantic Automated Discovery and Integration (SADI) uses RDF, etc. The ontology can be used along with keeping track of pattern analysis of links on-the-fly by an agent while the user is searching, which shows which data/links are viewed together to establish a sequence. Also, which probable keywords would be used next by the user can be used to suggest to the user beforehand [40], thus maintaining a better result display in terms of timings and quality. Since a few partial ontologies are available in my domain, some of which are shown in Chapter-3, they may be available with different Class names and Property names. To provide a unified understanding of all the terms, we can take advantage of ontology mapping tools like Ontology MApping FRAmework for distributed ontologies in the Semantic Web (MAFRA) [148], PROMPT [144], Quick Ontology Mapping (QOM) [57], etc., thereby reducing the risk of misinterpretation and correlation of same information represented with different names over the Semantic Web. Domain-specific Ontology for Student s Information in Academic Institution Page 181

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

"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

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

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

"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

Semantic Web Programming

Semantic Web Programming *) Semantic Web Programming John Hebeler Matthew Fisher Ryan Blace Andrew Perez-Lopez WILEY Wiley Publishing, Inc. Contents Foreword Introduction xxiii xxv Part One Introducing Semantic Web Programming

More information

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services Contents G52IWS: The Semantic Web Chris Greenhalgh 2007-11-10 Introduction to the Semantic Web Semantic Web technologies Overview RDF OWL Semantic Web Services Concluding comments 1 See Developing Semantic

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

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall The Semantic Web Revisited Nigel Shadbolt Tim Berners-Lee Wendy Hall Today sweb It is designed for human consumption Information retrieval is mainly supported by keyword-based search engines Some problems

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Most of today s Web content is intended for the use of humans rather than machines. While searching documents on the Web using computers, human interpretation is required before

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

"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

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

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

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

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

WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES. Introduction. Production rules. Christian de Sainte Marie ILOG

WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES. Introduction. Production rules. Christian de Sainte Marie ILOG WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES Christian de Sainte Marie ILOG Introduction We are interested in the topic of communicating policy decisions to other parties, and, more generally,

More information

Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS

Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS Contents Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS 1.1. INTRODUCTION TO COMPUTERS... 1 1.2. HISTORY OF C & C++... 3 1.3. DESIGN, DEVELOPMENT AND EXECUTION OF A PROGRAM... 3 1.4 TESTING OF PROGRAMS...

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

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

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

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

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

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

VMware - vsphere INSTALL & CONFIGURE BEYOND INTRODUCTION V1.3

VMware - vsphere INSTALL & CONFIGURE BEYOND INTRODUCTION V1.3 VMware - vsphere INSTALL & CONFIGURE BEYOND INTRODUCTION V1.3 A complete course for all beginning and intermediate students with over 70% of all materials devoted to Live Labs. Students will complete the

More information

A Developer s Guide to the Semantic Web

A Developer s Guide to the Semantic Web A Developer s Guide to the Semantic Web von Liyang Yu 1. Auflage Springer 2011 Verlag C.H. Beck im Internet: www.beck.de ISBN 978 3 642 15969 5 schnell und portofrei erhältlich bei beck-shop.de DIE FACHBUCHHANDLUNG

More information

Oracle Data Integrator: Administration and Development Volume I Student Guide

Oracle Data Integrator: Administration and Development Volume I Student Guide Oracle Data Integrator: Administration and Development Volume I Student Guide D48459GC30 Edition 3.0 December 2007 D53463 Authors Laura Hofman Miquel FX Nicolas Technical Contributor and Reviewer Sharath

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

Mobile Device Security

Mobile Device Security Mobile Device Security A Comprehensive Guide to Securing Your Information in a Moving World STEPHEN FRIED icfl CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Security and Administrator s Guide for Web Services 11g Release 1 (11.1.1) B32511-01 May 2009 This document describes how to administer and secure Web services using Enterprise

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

PROBLEM SOLVING WITH FORTRAN 90

PROBLEM SOLVING WITH FORTRAN 90 David R. Brooks PROBLEM SOLVING WITH FORTRAN 90 FOR SCIENTISTS AND ENGINEERS Springer Contents Preface v 1.1 Overview for Instructors v 1.1.1 The Case for Fortran 90 vi 1.1.2 Structure of the Text vii

More information

CHAPTER 1 BOOLEAN ALGEBRA CONTENTS

CHAPTER 1 BOOLEAN ALGEBRA CONTENTS pplied R&M Manual for Defence Systems Part D - Supporting Theory HPTER 1 OOLEN LGER ONTENTS Page 1 INTRODUTION 2 2 NOTTION 2 3 XIOMS ND THEOREMS 3 4 SET THEORY 5 5 PPLITION 6 Issue 1 Page 1 hapter 1 oolean

More information

Oracle Exadata Recipes

Oracle Exadata Recipes Oracle Exadata Recipes A Problem-Solution Approach John Clarke Apress- Contents About the Author About the Technical Reviewer Acknowledgments Introduction xxxiii xxxv xxxvii xxxix Part 1: Exadata Architecture

More information

Fundamentals of the Java Programming Language

Fundamentals of the Java Programming Language Fundamentals of the Java Programming Language Student Guide SL-110 REV E D61798GC10 Edition 1.0 2009 D62399 Copyright 2006, 2009, Oracle and/or its affiliates. All rights reserved. Disclaimer This document

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

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

Orchestrating Music Queries via the Semantic Web

Orchestrating Music Queries via the Semantic Web Orchestrating Music Queries via the Semantic Web Milos Vukicevic, John Galletly American University in Bulgaria Blagoevgrad 2700 Bulgaria +359 73 888 466 milossmi@gmail.com, jgalletly@aubg.bg Abstract

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

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

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 to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

Charting the Course to Your Success! MOC D Querying Microsoft SQL Server Course Summary Course Summary Description This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation

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

Semantic Web: vision and reality

Semantic Web: vision and reality Semantic Web: vision and reality Mile Jovanov, Marjan Gusev Institute of Informatics, FNSM, Gazi Baba b.b., 1000 Skopje {mile, marjan}@ii.edu.mk Abstract. Semantic Web is set of technologies currently

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

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

Sun Java System Application Server 8.1: Administration & Deployment

Sun Java System Application Server 8.1: Administration & Deployment Sun Java System Application Server 8.1: Administration & Deployment Student Guide - Volume I IAS-4444 Rev A D62040GC10 Edition 1.0 D63846 Copyright 2006, 2009, Oracle and/or its affiliates. All rights

More information

BSC Smart Cities Initiative

BSC Smart Cities Initiative www.bsc.es BSC Smart Cities Initiative José Mª Cela CASE Director josem.cela@bsc.es CITY DATA ACCESS 2 City Data Access 1. Standardize data access (City Semantics) Define a software layer to keep independent

More information

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services.

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services. 1. (24 points) Identify all of the following statements that are true about the basics of services. A. If you know that two parties implement SOAP, then you can safely conclude they will interoperate at

More information

"Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary

Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary Course Summary Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students requiring the knowledge

More information

SHIVAJI UNIVERSITY, KOLHAPUR.

SHIVAJI UNIVERSITY, KOLHAPUR. SHIVAJI UNIVERSITY, KOLHAPUR. Draft Programme For Department SUK MCA (CBCS) March/April 2018 Exam Circular No.105 Exam. March/April 2018 Draft Programme of M. C. A. (Under the Faculty of Science) Choice

More information

Modeling the Knowledge Sharing Barriers using an ISM approach

Modeling the Knowledge Sharing Barriers using an ISM approach 2012 International Conference on Information and Knowledge Management (ICIKM 2012) IPCSIT vol.45 (2012) (2012) IACSIT Press, Singapore Modeling the Knowledge Sharing Barriers using an ISM approach B. P.

More information

Data Models: The Center of the Business Information Systems Universe

Data Models: The Center of the Business Information Systems Universe Data s: The Center of the Business Information Systems Universe Whitemarsh Information Systems Corporation 2008 Althea Lane Bowie, Maryland 20716 Tele: 301-249-1142 Email: Whitemarsh@wiscorp.com Web: www.wiscorp.com

More information

Jumpstarting the Semantic Web

Jumpstarting the Semantic Web Jumpstarting the Semantic Web Mark Watson. Copyright 2003, 2004 Version 0.3 January 14, 2005 This work is licensed under the Creative Commons Attribution-NoDerivs-NonCommercial License. To view a copy

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

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary Description Course Summary This course provides knowledge and skills on developing Web applications by using Microsoft Visual. Objectives At the end of this course, students will be Explore ASP.NET Web

More information

Concept of Trusted Transaction for Secure Cloud Transactions

Concept of Trusted Transaction for Secure Cloud Transactions Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2016 Concept of Trusted Transaction for Secure Cloud Transactions Taufeeq Mohammed

More information

QuickTime and a Tools API Breakout. TIFF (LZW) decompressor are needed to see this picture.

QuickTime and a Tools API Breakout. TIFF (LZW) decompressor are needed to see this picture. Tools API Breakout The number of Semantic Web tools is growing very fast. When building Semantic Web applications, we would like to be able to assemble a set of tools, choosing the best-of-breed for each

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

"Charting the Course... MOC C: Developing SQL Databases. Course Summary

Charting the Course... MOC C: Developing SQL Databases. Course Summary Course Summary Description This five-day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL database. The course focuses on teaching individuals how to use

More information

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix PGJC4_JSE8_OCA.book Page ix Monday, June 20, 2016 2:31 PM Contents Figures Tables Examples Foreword Preface xix xxi xxiii xxvii xxix 1 Basics of Java Programming 1 1.1 Introduction 2 1.2 Classes 2 Declaring

More information

Homework 2 Implementing the University Application Due: November 7, 2004 (Sunday midnight)

Homework 2 Implementing the University Application Due: November 7, 2004 (Sunday midnight) Homework 2 Implementing the University Application Due: November 7, 2004 (Sunday midnight) In this assignment, you will implement the University application from homework 1. Instead of implementing your

More information

CruiseSmarter PRIVACY POLICY. I. Acceptance of Terms

CruiseSmarter PRIVACY POLICY. I. Acceptance of Terms I. Acceptance of Terms This Privacy Policy describes CRUISE SMARTER policies and procedures on the collection, use and disclosure of your information. CRUISE SMARTER LLC (hereinafter referred to as "we",

More information

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry 1. (12 points) Identify all of the following statements that are true about the basics of services. A. Screen scraping may not be effective for large desktops but works perfectly on mobile phones, because

More information

USING DECISION MODELS METAMODEL FOR INFORMATION RETRIEVAL SABINA CRISTIANA MIHALACHE *

USING DECISION MODELS METAMODEL FOR INFORMATION RETRIEVAL SABINA CRISTIANA MIHALACHE * ANALELE ŞTIINŢIFICE ALE UNIVERSITĂŢII ALEXANDRU IOAN CUZA DIN IAŞI Tomul LIV Ştiinţe Economice 2007 USING DECISION MODELS METAMODEL FOR INFORMATION RETRIEVAL SABINA CRISTIANA MIHALACHE * Abstract This

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

Employer Self Service (ESS) User Quick Guide

Employer Self Service (ESS) User Quick Guide Employer Self Service (ESS) User Quick Guide i Table of Contents Getting Started 6 Accessing the Employer Self Service (ESS) Portal 6 Maintaining Account Settings 7 Switching Employers within Session 7

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

"Charting the Course... Oracle 12c New Features for Administrators. Course Summary

Charting the Course... Oracle 12c New Features for Administrators. Course Summary Course Summary Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise Edition. Key features of this product are fully discussed and demonstrated.

More information

Oracle Cloud. Using Oracle Social Network Release E

Oracle Cloud. Using Oracle Social Network Release E Oracle Cloud Using Oracle Social Network Release 11.1.11.0 E61996-01 November 2015 Oracle Cloud Using Oracle Social Network, Release 11.1.11.0 E61996-01 Copyright 2012, 2015 Oracle and/or its affiliates.

More information

Beginning ASP.NET. 4.5 in C# Matthew MacDonald

Beginning ASP.NET. 4.5 in C# Matthew MacDonald Beginning ASP.NET 4.5 in C# Matthew MacDonald Contents About the Author About the Technical Reviewers Acknowledgments Introduction xxvii xxix xxxi xxxiii UPart 1: Introducing.NET. 1 & Chapter 1: The Big

More information

A Web-Based Introduction

A Web-Based Introduction A Web-Based Introduction to Programming Essential Algorithms, Syntax, and Control Structures Using PHP, HTML, and MySQL Third Edition Mike O'Kane Carolina Academic Press Durham, North Carolina Contents

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Infrastructure Components and Utilities User's Guide for Oracle Application Integration Architecture Foundation Pack 11g Release 1 (11.1.1.5.0) E17366-03 April 2011 Oracle Fusion

More information

Pedigree Management and Assessment Framework (PMAF) Demonstration

Pedigree Management and Assessment Framework (PMAF) Demonstration Pedigree Management and Assessment Framework (PMAF) Demonstration Kenneth A. McVearry ATC-NY, Cornell Business & Technology Park, 33 Thornwood Drive, Suite 500, Ithaca, NY 14850 kmcvearry@atcorp.com Abstract.

More information

Towards a Semantic Web Stack Applicable for Both RDF and Topic Maps: A Survey

Towards a Semantic Web Stack Applicable for Both RDF and Topic Maps: A Survey Towards a Semantic Web Stack Applicable for Both RDF and Topic Maps: A Survey 1 2 3 4 F. Alam, S. U. Rahman, S. Khusro, S. Ali 1,2 Department of Computer Science & IT, University of Malakand, Pakistan

More information

Approach for Mapping Ontologies to Relational Databases

Approach for Mapping Ontologies to Relational Databases Approach for Mapping Ontologies to Relational Databases A. Rozeva Technical University Sofia E-mail: arozeva@tu-sofia.bg INTRODUCTION Research field mapping ontologies to databases Research goal facilitation

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

Vijetha Shivarudraiah Sai Phalgun Tatavarthy. CSc 8711 Georgia State University

Vijetha Shivarudraiah Sai Phalgun Tatavarthy. CSc 8711 Georgia State University Vijetha Shivarudraiah Sai Phalgun Tatavarthy CSc 8711 Georgia State University Seman&c Web Focused on machines a web talking to machines The Grid Super virtual computer Many networked loosely coupled computers

More information

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I D64974GC20 Edition 2.0 September 2012 D78954 Author Richard Green Technical Contributors and Reviewers Alex Kotopoulis

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

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016]

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016] Event Stores (I) Event stores are database management systems implementing the concept of event sourcing. They keep all state changing events for an object together with a timestamp, thereby creating a

More information

Semantic Web in a Constrained Environment

Semantic Web in a Constrained Environment Semantic Web in a Constrained Environment Laurens Rietveld and Stefan Schlobach Department of Computer Science, VU University Amsterdam, The Netherlands {laurens.rietveld,k.s.schlobach}@vu.nl Abstract.

More information

The Past and Future Threat Landscape:

The Past and Future Threat Landscape: The Past and Future Threat Landscape: A Review of Cisco s 2017 Annual Cybersecurity Report Prepared By: Btech 221 E. Walnut Street, Ste. 138 Pasadena, CA 91101 Author: Lance Bird Last Edit Date: February

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

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

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

Foundation XML and E4X for Flash and Flex

Foundation XML and E4X for Flash and Flex Foundation XML and E4X for Flash and Flex SasJacobs friendsof 0 D E S I G N E R TO D E S I G N E R " an Apress company About the Author About the Technical Reviewer About the Cover Image Designer Acknowledgments

More information

Mapping between Digital Identity Ontologies through SISM

Mapping between Digital Identity Ontologies through SISM Mapping between Digital Identity Ontologies through SISM Matthew Rowe The OAK Group, Department of Computer Science, University of Sheffield, Regent Court, 211 Portobello Street, Sheffield S1 4DP, UK m.rowe@dcs.shef.ac.uk

More information

CHAPTER 2. Overview of Tools and Technologies in Ontology Development

CHAPTER 2. Overview of Tools and Technologies in Ontology Development CHAPTER 2 Overview of Tools and Technologies in Ontology Development 2.1. Ontology Representation Languages 2.2. Ontology Development Methodologies 2.3. Ontology Development Tools 2.4. Ontology Query Languages

More information

Shop Manager Help. Version 5

Shop Manager Help. Version 5 Version 5 Contents I Table of Contents Foreword 0 Part I Overview 4 Part II ToolBar 5 Part III Login to Server 6 Part IV LogOut from Server 8 Part V Print Mount Report for Current Wheelset 9 Part VI Preview

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

Web Ontology Editor: architecture and applications

Web Ontology Editor: architecture and applications Web Ontology Editor: architecture and applications Dmitry Shachnev Lomonosov Moscow State University, department of Mechanics and Mathematics +7-916-7053644, mitya57@mitya57.me Abstract. Тhe paper presents

More information

DATA STRUCTURES AND ALGORITHMS

DATA STRUCTURES AND ALGORITHMS LECTURE 14 Babeş - Bolyai University Computer Science and Mathematics Faculty 2017-2018 In Lecture 13... AVL Trees Binary Search Trees AVL Trees Today AVL Trees 1 AVL Trees 2 AVL Trees Definition: An AVL

More information

Web Services Annotation and Reasoning

Web Services Annotation and Reasoning Web Services Annotation and Reasoning, W3C Workshop on Frameworks for Semantics in Web Services Web Services Annotation and Reasoning Peter Graubmann, Evelyn Pfeuffer, Mikhail Roshchin Siemens AG, Corporate

More information

Using ontologies function management

Using ontologies function management for Using ontologies function management Caroline Domerg, Juliette Fabre and Pascal Neveu 22th July 2010 O. Corby C.Faron-Zucker E.Gennari A. Granier I. Mirbel V. Negre A. Tireau Semantic Web tools Ontology

More information

Semantic Queries and Mediation in a RESTful Architecture

Semantic Queries and Mediation in a RESTful Architecture Semantic Queries and Mediation in a RESTful Architecture John Gilman - Dir. Architecture and Engineering Blue Shield of California Matt Fisher Sr. Systems Engineer Progeny Systems Mike Dean Principle Engineer

More information

The Semantic Web DEFINITIONS & APPLICATIONS

The Semantic Web DEFINITIONS & APPLICATIONS The Semantic Web DEFINITIONS & APPLICATIONS Data on the Web There are more an more data on the Web Government data, health related data, general knowledge, company information, flight information, restaurants,

More information

Contents. Structure. The Web Site. References. Acknowledgments. Part I The Risk-Based Testing Approach 1. 1 Introduction to Risk-Based Testing 3

Contents. Structure. The Web Site. References. Acknowledgments. Part I The Risk-Based Testing Approach 1. 1 Introduction to Risk-Based Testing 3 Contents Preface Audience Structure The Web Site References Acknowledgments xix xxi xxi xxv xxv xxvii Part I The Risk-Based Testing Approach 1 1 Introduction to Risk-Based Testing 3 Risky Project Foundations

More information

Acknowledgments Introduction. Part I: Programming Access Applications 1. Chapter 1: Overview of Programming for Access 3

Acknowledgments Introduction. Part I: Programming Access Applications 1. Chapter 1: Overview of Programming for Access 3 74029ftoc.qxd:WroxPro 9/27/07 1:40 PM Page xiii Acknowledgments Introduction x xxv Part I: Programming Access Applications 1 Chapter 1: Overview of Programming for Access 3 Writing Code for Access 3 The

More information