A Database Model for Knowledge Base Repository of Web and Mobile Application Expert System

Size: px
Start display at page:

Download "A Database Model for Knowledge Base Repository of Web and Mobile Application Expert System"

Transcription

1 A Database Model for Knowledge Base Repository of Web and Mobile Application Expert System Istiadi 1, Emma Budi Sulistiarini 2 and Rudy Joegijantoro 3 1 Department of Electrical Engineering, Universitas Widyagama Malang, Indonesia, istiadi@widyagama.ac.id 2 Department of Industrial Engineering, Universitas Widyagama Malang, Indonesia, emma_budi@widyagama.ac.id 3 Department of Environmental Health Science, Widyagama Husada College of Health Malang, Indonesia, aziro71@gmail.com Abstract: Many problems associated with people or commmunity who need support solutions. Expert system is one potential approach to providing support solutions through consulting services. In a wide-scale expert system allows accessed over the internet (web) and mobile devices. But generally the expert system is only used in a domain problem. The main part of the expert system is a knowledge base, so for a variety of problem domains required a kind of repository. This paper aims to develop a database model as a repository of knowledge base for online expert system based on web and android application. A database design is proposed to organize knowledge bases in the form of the decision trees. The organization stated in a hierarchical structure. With this structure the user can direct the choice on the topic of certain consulting and application consulting will work in accordance with the selection. Keywords: Online Expert System, Decision Tree, Database, Repository Reference to this paper should be made as follows: Author(s) (2006) paper title, Int. J. Ad Hoc and Ubiquitous Computing, Vol. X, No. Y4, pp Biographical notes: approximately 100 words per author 1. Introduction Many problems related to the public or communities that need a solution. Such as the problems in identifying infectious disease that can cause loss of life; the problem in recognizing the livestock or crops diseases that cause a loss; as well as the problem in recognize and deal with problems of working equipment such as a computer trouble that can inhibit productivity and so on. One approach is by providing online consultation services that can utilize web media or mobile devices (smartphones). This approach can be performed using the expert system so that people can do interactive consultations using knowledge-based systems (Istiadi et al, 2014). The existence of the variety of access services, it provides the advantage with more affordable through the communications media (Seng-hui et al., 2008). With the popular communication medium for the public such as the Internet and other communication devices, the expert system allows distributed and deployed as knowledge (Duan et al., 2005). Thus the expert system that is more accessible to the community not only provide support for the solution but also can be used as a learning medium. Generally, the expert system was developed for a specific problem domain, but the communities have often encountered a variety of problems. Thus it takes an

2 expert system platform that accommodates a multiple of domain problems in the online services. In this case required a kind of repository to accommodate the knowledge bases for different problems, so that users can consult as needed. The knowledge base is a representation of knowledge from experts in specific fields (Turban and Aronson, 2005). One method is to represent it with a decision tree (Istiadi and Sulistiarini, 2013, and Wangphanich, 2011). The decision tree is a collection of nodes that have relationships, in which a node as a starting point for the process of identification of symptoms connected with nodes that will be selected according to the following facts that occurred. the identification process continues for the other node to node until it reaches the leaf node as a conclusion. The use of the decision tree representation could be used in expert systems online using the web and android applications (Istiadi et al, 2016). Representation of the decision tree is generally applied to a problem domain. When there are a number of decision tree with different domains, it would require some kind of repository to accommodate the representation. This is expected to increase the usability of the application service, since users need it for various problems. Development of a repository aims to provide a centralized container for objects that are shareable in a particular context, such as in some previous studies. Vitharana et al (2003) proposed a scheme and knowledge-base repository for the business component in the software field. The repository is designed to support users and managers in selecting the components that meet their requirements and provide aid in the assembly to determine the most compatible components in the deployed environment. Doer et al. (2010) developed a repository for 3D digital objects to support researchers in developing products and the dissemination to widely people. This repository is an integration of conceptual scheme and features of the objects. Perez-Perez et al (2012) developed a ModeleR, an environmental repository for managing models for experts that can be shared and developed by other experts. This repository is created based on an ontology that provides metadata system to document the process of model development. This study proposes a development of a repository model to accommodate the knowledge base for online consultation services. Representation of knowledge base referred to the decision tree approach. This is a continuation of our previous studies, which has proposed consulting services online using web and android applications (Istiadi et al, 2016). In this study, the model database as a container for representation of the knowledge base in previous studies will be expanded to be a repository, so that cases are accommodated more diversified and organized. 2. Proposed Model An expert system is a program that works on the basis of expert knowledge mapping (Turban and Aronson, 2005). In the wide scale, the expert system is a service that can be accessed through a network both on the fixed and mobile devices. These services work utilizing knowledge representation stored on the server through a remote system, so that it needed support systems to meet those requirements. a. Proposes System architecture The proposed system consists of a server as a host for the repository of Knowlege base in the database and applications program to serve the users (Figure 1). These applications are categorized into two types, namely development application and

3 consulting application (Turban and Aronson, 2005). Development Application is used for managing the knowledge base by the knowledge engineer, while the consulting application is used for user consultation. Figure 1. Proposed system architecture web-based consulting applications Knowledge Engineer Development Application Database of Knowledge Base Repository Internet (web) User Web Services for Android based consulting applications Android App. The consulting application on the server side is divided into two parts, are the consulting application for web-based services for Internet users and web services that provide data access to the android based consulting applications for users with smartphones. Both of these applications refer to the knowledge base repository that is stored in the database. As a repository that holds the knowledge base for a variety of cases, the database should be designed to meet the necessary requirements. The database shall be expressed in a particular data structure that allows for organizing various representation of cases. In this case, knowledge representation using a decision tree approach. b. Organizing the decision tree of the knowledge base This study utilizes decision tree approach to represent knowledge base. Figure 2 illustrates that decision tree consist set of nodes that are linked, which are devide as root node, decision node, and leaf node. Root node role as initial identification when the tracing process begin. This identification will go to next step into other nodes. This branching will lead to either decision node or leaf node. Decision node plays an important role that provide further branching to nodes. Leaf node acts to tag an end of a tree, it function as a conclusion point for certain solution.

4 Figure 2. Example of Decision Tree (Gamberger and Šmuc, 2016) When knowledge base of a problem domain is represented by a decision tree as the object of knowledge, it obtained a variety of decision trees for different problem domains. The diversity of the problem domain certainly has separate scopes that need to be organized. Organizing can be arranged in a hierarchical classification from broad scope to narrow scope (Istiadi et al, 2012). In the narrowest scope, contained objects of knowledge represented in the decision tree for specific cases. Thus, to accommodate diverse problem domains required organizing on it as illustrated in Figure 3. Figure 3. The concept of organizing knowledge bases Knowledge Domain level Knowledge Object level In accordance with the Figure 3, to accommodate the diversity of representation problem domain is necessary the presence of an organizing layer. This layer represents the hierarchical structure of the scope of the problem domains expert system. Apart from functioning domains surrounding issues, the structure can direct the user to choose the desired consultation case. c. Database model of knowledge base repository In order to provide knowledge base, which is accessible by applications, the decision tree model must be mapped into a database model. Based on decision tree concepts, there are four elements that is important to be accommodated in a particular database including problem domain definition, facts or symptoms definition, possible conclusion (diagnose) definition, and rule structure representation that illustrates the relationships between each nodes. Figure 3 alleges the database design for storing knowledge base using decision tree approach.

5 Figure 3. Database model of knowledge base repository Many tables in the database design shown above have functions as follows, Domain Caterory Table is used for represent a structure of organizing knowledge bases; Case Table provides options of a particular problem in a scope of domain catergory; Symptom Table has role to definition of facts as symptoms that possible raise; Diagnose Table accommodates in accordance with conclusions and corresponding suggestions; Rule Table represents decision tree approach as rule base. In the domain category table, there is a field domains title that marks the scope of a problem. In order to form an organizing structure, a Partof field is raised to connect across domains. This field is used for build a multilevel structure from broad scope to narrow scope. Thus, the hierarchical structure of the problem domain is possible to be formed. In the rule table, some fields are created as approach in order to implement decision tree. Those fields are IsRootNode field that handle data that indicate is root node or decision node; Identification_question field that stores data corresponding with symptoms question; Answer_Description fields which hold choice of label data as user answer; Answer_Link field that stores link to the related answers, it is a link to a decision node (next question) or a leaf node (conslusion); and IsAnswerLeafNode field that hold answer type, it is indicate the process will continue or finish. 3. Results and Discussion The system design is implemented as a prototype. Database as data storage of knowledge bases applied using MySQL. Web server for the Web applications and Web Services for data access of the Android applications utilize PHP. Android application uses the JSON format that is generated from a database repository. To test the use of the repositry, the database is filled with the category field of health and engineering domains. For the field of health is given the case of

6 tropical diseases such as dengue, malaria, chikungunya and ascariasis. While for the field of engineering illustrated by the case of troubleshooting on a computer that is referenced from Rosenthal (2008). Testing will be exemplified for a dengue cases were referred from the representation in the decision tree in Istiadi et al (2016). The tests carried out on web applications and android applications. a. Web based expert system testing In this case, the user can start the application by selecting one of the cases from the domain categories offered (Figure 4a). For example, the user selects cases of dengue fever in the health domain, the consultation process will begin with the identification of initial symptoms (Figure 4b). The identification process will run step by step to achieve a diagnosis result (conclusion) with an advice (Figure 4c). Figure 4. View of the web based expert system a. Case selection b. Initial symptom identification c. Conclusion (a) (b) (c) Based on these tests, the web application able to provide options for users that are loaded from the repository. Once the user selects one of the cases, the consultation process begins with the identification page initial symptoms as an indicator of the root node. The identification process ended to obtain a conclusion that indicates the position of the leaf nodes. b. Android base expert system testing This android based application that allows users to consult using mobile devices. Connection to the Internet is required to access the knowledge base through web services that are provided on the server. When a user starts the application, then a list of domain categories with cases offered will be loaded from the server. Users can choose one of them and android will be accessing the repository via web services to load the knowledge base according to user choice (Figure 5a). Once the knowledge base is loaded, then the consultation process can begin. Questions identification of initial symptoms would appear to be answered by the user (Figure 5b). The process will continue until a conclusion is obtained that also contains a given suggestions (Figure 5c).

7 Figure 5. View of the android based expert system a. Case selection b. Initial symptom identification c. Conclusion (a) (b) (c) In accordance with the above results it can be seen that the repository that holds the Knowledge base can be accessed by android application. Knowledge base from the a case can be loaded into the application, so that the consultation process can run on mobile devices. Applications have been able to carry out the consultation process from the identifying initial symptoms until it reaches a conclusion. 4. Conclusion The concept of organizing knowledge base are arranged in a hierarchy allows stored inside the database that can form a repository. Domain category table in the database berfunsi for structuring. Field partof can serve to linking betweendomains, so it can establish hierarchical structure. With this structure, the application can be directed to the knowledge base in case the user wants. This is evidenced by the performance from the both web and android application that can run the consultation process in accordance with the case. Acknowledgements We are grateful to the Ministry of Research Technology and Higher Education, which has funded this research through competitive research grant program in Reference Doerr, M., Tzompanaki, K., Theodoridou, M., Georgis, C., Axaridou, A., & Havemann, S. (2010, September). A Repository for 3D Model Production and Interpretation in Culture and Beyond. In VAST (Vol. 2010, p. 11th).

8 Duan, Y., Edwards, J. S., & Xu, M. X. (2005). Web-based expert systems: benefits and challenges. Information & Management, 42(6), Gamberger, D. & Šmuc, T., (2001) Decision Tree, Rudjer Boskovic Institute, Laboratory for Information Systems, Croatia (Accessed 15 September 2016) Istiadi, L. E. Nugroho, T. B. Adji, (2012) Model Ontologi Representasi Pengetahuan untuk Pengorganisasian Sumber Daya Pengetahuan, Conference on Information Technology and Electrical Engineering, Universitas Gadjah Mada, Yogyakarta, Indonesia, July 12, 2012 Istiadi and E. B. Sulistiarini, (2013) Representing Knowledge Base into Database for WAP and Web-based Expert System, International Conference on Information Systems for Business Competitiveness (ICISBC 2013), Semarang, Indonesia, December 5, 2013 Istiadi, I., Rofii, F., Qustoniah, A., Marisa, F., & Putra, G. D. (2016). An Online Expert System For Consultation Services Using A Mobile Application. Jurnal Teknologi, 78(6-3). Pérez-Pérez, R., Benito, B. M., & Bonet, F. J. (2012). ModeleR: An enviromental model repository as knowledge base for experts. Expert Systems with Applications, 39(9), Rosenthal, M. (2008). The Laptop Repair Workbook: An Introduction to Troubleshooting and Repairing Laptop Computers. Foner Books. Sheng-hui, D., Ying, G., & Xue-qin, Z. (2008, May). Design of the Intelligent Real- Time Hypertensive Diagnosis Expert System Based on Web. InInformation Processing (ISIP), 2008 International Symposiums on (pp ). IEEE. Turban, E., Aronson, J., & Liang, T. P. (2005). Decision Support Systems and Intelligent Systems 7 Edition ). Pearson Prentice Hall. Vitharana, P., Zahedi, F. M., & Jain, H. (2003). Knowledge-based repository scheme for storing and retrieving business components: a theoretical design and an empirical analysis. IEEE transactions on Software Engineering,29(7), Wangphanich, P. (2011, June). A simple Web-Based Expert System for a supplier assessment: A case of a JIT production environments. InProceedings 2011 International Conference on System Science and Engineering (pp ). IEEE.

Providing Information Sources Domain for Information Seeking Agent From Organizing Knowledge

Providing Information Sources Domain for Information Seeking Agent From Organizing Knowledge 2014 1st International Conference on Information Technology, Computer and Electrical Engineering (ICITACEE) Providing Information Sources Domain for Information Seeking Agent From Organizing Knowledge

More information

Int. Journal of Applied IT Vol. 02 No. 01 (2018) International Journal of Applied Information Technology

Int. Journal of Applied IT Vol. 02 No. 01 (2018) International Journal of Applied Information Technology Int. Journal of Applied IT Vol. 02 No. 01 (2018) International Journal of Applied Information Technology http://journals.telkomuniversity.ac.id/ijait/ Enhancement Network Monitoring System Functionality

More information

SE4SC: A Specific Search Engine for Software Components *

SE4SC: A Specific Search Engine for Software Components * SE4SC: A Specific Search Engine for Software Components * Hao Chen 1, 2, Shi Ying 1, 3, Jin Liu 1, Wei Wang 1 1 State Key Laboratory of Software Engineering, Wuhan University, Wuhan, 430072, China 2 College

More information

CARED Safety Confirmation System Training Module. Prepared by: UGM-OU RESPECT Satellite Office Date: 22 October 2015

CARED Safety Confirmation System Training Module. Prepared by: UGM-OU RESPECT Satellite Office Date: 22 October 2015 CARED Safety Confirmation System Training Module Prepared by: UGM-OU RESPECT Satellite Office Date: 22 October 2015 Table of Contents Introduction... 3 Who are we?... 3 Our Programs and Experience... 3

More information

Final Project Report

Final Project Report Final Project Report May 05, 2014 Project Title: ITongue: An IPhone App for Personal Health Monitoring Based on Tongue Image Funded by: the Interdisciplinary Innovations Fund (IIF) of the MU Information

More information

Taxonomies and controlled vocabularies best practices for metadata

Taxonomies and controlled vocabularies best practices for metadata Original Article Taxonomies and controlled vocabularies best practices for metadata Heather Hedden is the taxonomy manager at First Wind Energy LLC. Previously, she was a taxonomy consultant with Earley

More information

An Approach to Manage and Search for Software Components *

An Approach to Manage and Search for Software Components * An Approach to Manage and Search for Software Components * 1 College of Information Engineering, Shenzhen University, Shenzhen, 518060, P.R.China Hao Chen 1, Zhong Ming 1, Shi Ying 2 2 State Key Lab. of

More information

Adaptive Medical Information Delivery Combining User, Task and Situation Models

Adaptive Medical Information Delivery Combining User, Task and Situation Models Adaptive Medical Information Delivery Combining User, Task and Situation s Luis Francisco-Revilla and Frank M. Shipman III Department of Computer Science Texas A&M University College Station, TX 77843-3112,

More information

XETA: extensible metadata System

XETA: extensible metadata System XETA: extensible metadata System Abstract: This paper presents an extensible metadata system (XETA System) which makes it possible for the user to organize and extend the structure of metadata. We discuss

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc. Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Technology in Action Chapter 8 Behind the Scenes: Software Programming 2 Topics Understanding Software Programming The Importance

More information

Using Linked Data and taxonomies to create a quick-start smart thesaurus

Using Linked Data and taxonomies to create a quick-start smart thesaurus 7) MARJORIE HLAVA Using Linked Data and taxonomies to create a quick-start smart thesaurus 1. About the Case Organization The two current applications of this approach are a large scientific publisher

More information

The User Interface Design of HIM Competencies Compliance Measurement Application Using Android Platform

The User Interface Design of HIM Competencies Compliance Measurement Application Using Android Platform The 2nd International Conference on Vocational Higher Education (ICVHE) 2017 The Importance on Advancing Vocational Education to Meet Contemporary Labor Demands Volume 2018 Conference Paper The User Interface

More information

Domain-specific Concept-based Information Retrieval System

Domain-specific Concept-based Information Retrieval System Domain-specific Concept-based Information Retrieval System L. Shen 1, Y. K. Lim 1, H. T. Loh 2 1 Design Technology Institute Ltd, National University of Singapore, Singapore 2 Department of Mechanical

More information

Robin Wilson Director. Digital Identifiers Metadata Services

Robin Wilson Director. Digital Identifiers Metadata Services Robin Wilson Director Digital Identifiers Metadata Services Report Digital Object Identifiers for Publishing and the e-learning Community CONTEXT elearning the the Publishing Challenge elearning the the

More information

Designing the User Interface

Designing the User Interface Designing the User Interface Strategies for Effective Human-Computer Interaction Second Edition Ben Shneiderman The University of Maryland Addison-Wesley Publishing Company Reading, Massachusetts Menlo

More information

CIS 188 CCNP TSHOOT Ch. 2: Troubleshooting Processes for Complex Enterprise Networks

CIS 188 CCNP TSHOOT Ch. 2: Troubleshooting Processes for Complex Enterprise Networks CIS 188 CCNP TSHOOT Ch. 2: Troubleshooting Processes for Complex Enterprise Networks Rick Graziani Cabrillo College graziani@cabrillo.edu Fall 2010 Troubleshooting Principles Troubleshooting is the process

More information

This qualification is expiring. The last date to meet the requirements is 31 December 2013.

This qualification is expiring. The last date to meet the requirements is 31 December 2013. NZQF NQ Ref 0640 Version 2 Page 1 of 5 National Certificate in Design (Draughting) (Level 2) Level 2 Credits 70 This qualification is expiring. The last date to meet the requirements is 31 December 2013.

More information

Fault Identification from Web Log Files by Pattern Discovery

Fault Identification from Web Log Files by Pattern Discovery ABSTRACT International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 2 ISSN : 2456-3307 Fault Identification from Web Log Files

More information

DALA Project: Digital Archive System for Long Term Access

DALA Project: Digital Archive System for Long Term Access 2010 International Conference on Distributed Framework for Multimedia Applications (DFmA) DALA Project: Digital Archive System for Long Term Access Mardhani Riasetiawan 1,2, Ahmad Kamil Mahmood 2 1 Master

More information

BBK3253 Knowledge Management Prepared by Dr Khairul Anuar

BBK3253 Knowledge Management Prepared by Dr Khairul Anuar BBK3253 Knowledge Management Prepared by Dr Khairul Anuar L7: Developing and Managing Knowledge Repositories www.notes638.wordpress.com 1. Describe the key features of an effective knowledge repository

More information

SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY. ITU-T X.660 Guidelines for using object identifiers for the Internet of things

SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY. ITU-T X.660 Guidelines for using object identifiers for the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Series X Supplement 31 (09/2017) SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS

More information

Microsoft Developing Microsoft SharePoint Server 2013 Advanced Solutions

Microsoft Developing Microsoft SharePoint Server 2013 Advanced Solutions 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20489 - Developing Microsoft SharePoint Server 2013 Advanced Solutions Length 5 days Price $4290.00 (inc GST) Version B Overview This course provides SharePoint

More information

Creating a Corporate Taxonomy. Internet Librarian November 2001 Betsy Farr Cogliano

Creating a Corporate Taxonomy. Internet Librarian November 2001 Betsy Farr Cogliano Creating a Corporate Taxonomy Internet Librarian 2001 7 November 2001 Betsy Farr Cogliano 2001 The MITRE Corporation Revised October 2001 2 Background MITRE is a not-for-profit corporation operating three

More information

National Certificate in Sport (Level 3) with strands in Event Management, Sport Administration, and Team Management

National Certificate in Sport (Level 3) with strands in Event Management, Sport Administration, and Team Management NZQF NQ Ref 0446 Version 7 Page 1 of 9 National Certificate in Sport (Level 3) with strands in Event Management, Sport Administration, and Team Management Level 3 Credits 66-80 This qualification has been

More information

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. Content 261311 - Analyst Programmer... 2 135111 - Chief

More information

Web Site Usability Evaluation: An Exploratory Study on the Web Site of Directorate General of Higher Education Imam Azhari, Agus Harjoko

Web Site Usability Evaluation: An Exploratory Study on the Web Site of Directorate General of Higher Education Imam Azhari, Agus Harjoko Information Systems International Conference (ISICO), 2 4 December 2013 Web Site Usability Evaluation: An Exploratory Study on the Web Site of Directorate General of Higher Education Imam Azhari, Agus

More information

Engineering Faculty, University of Gadjah Mada, Jl. Grafika no.2, Yogyakarta, Indonesia

Engineering Faculty, University of Gadjah Mada, Jl. Grafika no.2, Yogyakarta, Indonesia Advanced Engineering Forum Online: 2013-12-30 ISSN: 2234-991X, Vol. 10, pp 190-195 doi:10.4028/www.scientific.net/aef.10.190 2013 Trans Tech Publications, Switzerland USABILITY STUDY OF SELF-SERVICE SYSTEM

More information

Development of Contents Management System Based on Light-Weight Ontology

Development of Contents Management System Based on Light-Weight Ontology Development of Contents Management System Based on Light-Weight Ontology Kouji Kozaki, Yoshinobu Kitamura, and Riichiro Mizoguchi Abstract In the Structuring Nanotechnology Knowledge project, a material-independent

More information

e-health Bulletin ehealth Policy Formulation April 2016 Issue 1 By Mr. Moses Bagyendera, WHO-Uganda

e-health Bulletin ehealth Policy Formulation April 2016 Issue 1 By Mr. Moses Bagyendera, WHO-Uganda ehealth Policy Formulation The World Health Organization defines e-health as the combined use of electronic communication and information technology in the health sector. In practical terms, e-health is

More information

Solving problem of semantic terminology in digital library

Solving problem of semantic terminology in digital library International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 20 Solving problem of semantic terminology in digital library Herlina Jayadianti Universitas Pembangunan Nasional Veteran Yogyakarta,

More information

Technology in Action. Chapter Topics. Scope creep occurs when: 3/20/2013. Information Systems include all EXCEPT the following:

Technology in Action. Chapter Topics. Scope creep occurs when: 3/20/2013. Information Systems include all EXCEPT the following: Technology in Action Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Chapter 10 Behind the Scenes: Software Programming Ninth Edition Chapter Topics Understanding software programming Life

More information

A Development Of A Web-Based Application System Of QR Code Location Generator and Scanner named QR- Location

A Development Of A Web-Based Application System Of QR Code Location Generator and Scanner named QR- Location UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 A Development Of A Web-Based Application System Of QR Code Location Generator

More information

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS Course: 20489A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This course provides SharePoint

More information

Enhancing Internet Search Engines to Achieve Concept-based Retrieval

Enhancing Internet Search Engines to Achieve Concept-based Retrieval Enhancing Internet Search Engines to Achieve Concept-based Retrieval Fenghua Lu 1, Thomas Johnsten 2, Vijay Raghavan 1 and Dennis Traylor 3 1 Center for Advanced Computer Studies University of Southwestern

More information

Adding synonyms to concepts in ontology to solve the problem of semantic heterogeneity

Adding synonyms to concepts in ontology to solve the problem of semantic heterogeneity International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 Vol 1, No 2, July 2015, pp. 84-89 84 Adding synonyms to concepts in ontology to solve the problem of semantic heterogeneity

More information

Context Based Web Indexing For Semantic Web

Context Based Web Indexing For Semantic Web IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 4 (Jul. - Aug. 2013), PP 89-93 Anchal Jain 1 Nidhi Tyagi 2 Lecturer(JPIEAS) Asst. Professor(SHOBHIT

More information

Technical University of Denmark

Technical University of Denmark and postdoc opportunities @ TUM Post Doc Days 3 July 2014 Nadia Flyvholm Bak, Academic Officer Department for Research and Relations History of DTU a little more detail Established Present Campus Mergers

More information

Smartphones in Medical ICU. DM SEMINAR Inderpaul Singh Sehgal

Smartphones in Medical ICU. DM SEMINAR Inderpaul Singh Sehgal Smartphones in Medical ICU DM SEMINAR Inderpaul Singh Sehgal What is a PDA? Personal Portable Powerful Digital Diverse Applications 1990 (concept) Assistant Affordable Small Size: like a notebook computer

More information

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Research on Computer Network Virtual Laboratory based on ASP.NET JIA Xuebin 1, a 1 Department of Computer,

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

ANDROID APPLICATION USED IN DIAGNOSTIC SYSTEM OF ENGINEERING DEVICES AND MACHINES

ANDROID APPLICATION USED IN DIAGNOSTIC SYSTEM OF ENGINEERING DEVICES AND MACHINES Journal of KONES Powertrain and Transport, Vol. 25, No. 3 2018 ANDROID APPLICATION USED IN DIAGNOSTIC SYSTEM OF ENGINEERING DEVICES AND MACHINES Artur Gawlik, Damian Brewczyński Cracow University of Technology

More information

National Data Sharing and Accessibility Policy-2012 (NDSAP-2012)

National Data Sharing and Accessibility Policy-2012 (NDSAP-2012) National Data Sharing and Accessibility Policy-2012 (NDSAP-2012) Department of Science & Technology Ministry of science & Technology Government of India Government of India Ministry of Science & Technology

More information

28 September PI: John Chip Breier, Ph.D. Applied Ocean Physics & Engineering Woods Hole Oceanographic Institution

28 September PI: John Chip Breier, Ph.D. Applied Ocean Physics & Engineering Woods Hole Oceanographic Institution Developing a Particulate Sampling and In Situ Preservation System for High Spatial and Temporal Resolution Studies of Microbial and Biogeochemical Processes 28 September 2010 PI: John Chip Breier, Ph.D.

More information

National Certificate in Horticulture (Vegetable Production) (Level 4)

National Certificate in Horticulture (Vegetable Production) (Level 4) NQF Ref 0089 Version 6 Page 1 of 8 National Certificate in Horticulture (Vegetable Production) (Level 4) Level 4 Credits 133 This qualification is expiring. The last date to meet the requirements is 30

More information

G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Pasupula, Nandikotkur Road, Kurnool

G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Pasupula, Nandikotkur Road, Kurnool G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Pasupula, Nandikotkur Road, Kurnool-518014 BRANCH: COMPUTER SCIENCE AND ENGINEERING COURSE DESCRIPTION FORM Course Title Course Code Regulation Course

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WIRELESS TECHNOLOGY CSIT 2770

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WIRELESS TECHNOLOGY CSIT 2770 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WIRELESS TECHNOLOGY CSIT 2770 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 09 NOTE: This course is not intended for transfer

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

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT PRINCIPLES OF USER INTERFACE DESIGN

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT PRINCIPLES OF USER INTERFACE DESIGN BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT PRINCIPLES OF USER INTERFACE DESIGN Monday 19 th March 2018 - Afternoon Answer any FOUR questions out of

More information

Data formats for exchanging classifications UNSD

Data formats for exchanging classifications UNSD ESA/STAT/AC.234/22 11 May 2011 UNITED NATIONS DEPARTMENT OF ECONOMIC AND SOCIAL AFFAIRS STATISTICS DIVISION Meeting of the Expert Group on International Economic and Social Classifications New York, 18-20

More information

Acquiring Experience with Ontology and Vocabularies

Acquiring Experience with Ontology and Vocabularies Acquiring Experience with Ontology and Vocabularies Walt Melo Risa Mayan Jean Stanford The author's affiliation with The MITRE Corporation is provided for identification purposes only, and is not intended

More information

Developing Control System of Electrical Devices with Operational Expense Prediction

Developing Control System of Electrical Devices with Operational Expense Prediction IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Developing Control System of Electrical Devices with Operational Expense Prediction To cite this article: Siti Sendari et al 2017

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions 20489 - Developing Microsoft SharePoint Server 2013 Advanced Solutions Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This training course provides

More information

IAEA Perspective: The Framework for the Security of Radioactive Material and Associated Facilities

IAEA Perspective: The Framework for the Security of Radioactive Material and Associated Facilities 59 th General Conference Senior Regulators Meeting Security Session 16 September 2015 IAEA Perspective: The Framework for the Security of Radioactive Material and Associated Facilities Khammar Mrabit Director,

More information

ECMAScript Test Suite

ECMAScript Test Suite ECMA TR/104 2 nd Edition / December 2016 ECMAScript Test Suite Reference number ECMA-123:2009 Ecma International 2009 COPYRIGHT PROTECTED DOCUMENT Ecma International 2016 Contents Page 1 Scope... 1 2 References...

More information

Software Development Life Cycle (SDLC) Policy ( ) Checklists November 5, 2013

Software Development Life Cycle (SDLC) Policy ( ) Checklists November 5, 2013 Software Development Life Cycle (SDLC) Policy (4300-0003) Checklists November 5, 2013 Phase 4: Accessibility Checklist Reference Documentation: Applications need to be delivered and compliant with State

More information

Automation Lecture Scheduling Information Services through the Auto-Reply Application

Automation Lecture Scheduling Information Services through the  Auto-Reply Application Automation Lecture Scheduling Information Services through the Email Auto-Reply Application Syahrul Mauluddin 1 Departement of Informatic Management Universitas Komputer Indonesia Bandung, Indonesia Leonardi

More information

2011 INTERNATIONAL COMPARISON PROGRAM

2011 INTERNATIONAL COMPARISON PROGRAM 2011 INTERNATIONAL COMPARISON PROGRAM 2011 ICP DATA ACCESS AND ARCHIVING POLICY GUIDING PRINCIPLES AND PROCEDURES FOR DATA ACCESS ICP Global Office June 2011 Contents I. PURPOSE... 3 II. CONTEXT... 3 III.

More information

Why do customers buy G/On?

Why do customers buy G/On? Why do customers buy G/On? Page 2 G/On makes mobile security simple! For different people Using different devices in different locations To quickly and securely access corporate applications LAN/WAN Employees

More information

IECEx Scheme for Certification of Personnel Competence for Explosive Atmospheres Malaysia Experience

IECEx Scheme for Certification of Personnel Competence for Explosive Atmospheres Malaysia Experience IECEx Scheme for Certification of Personnel Competence for Explosive Atmospheres Malaysia Experience BASORI HJ SELAMAT SIRIM QAS International 2014 IECEx INTERNATIONAL CONFERENCE 19 20 February 2014 Kuala

More information

The United Nations Crime Trends Survey (UN-CTS) Michael Jandl Statistics and Surveys Section UNODC

The United Nations Crime Trends Survey (UN-CTS) Michael Jandl Statistics and Surveys Section UNODC The United Nations Crime Trends Survey (UN-CTS) Michael Jandl Statistics and Surveys Section UNODC United Nations Survey of Crime Trends and Operations of Criminal Justice Systems (UN-CTS) Started in 1977,

More information

DL User Interfaces. Giuseppe Santucci Dipartimento di Informatica e Sistemistica Università di Roma La Sapienza

DL User Interfaces. Giuseppe Santucci Dipartimento di Informatica e Sistemistica Università di Roma La Sapienza DL User Interfaces Giuseppe Santucci Dipartimento di Informatica e Sistemistica Università di Roma La Sapienza Delos work on DL interfaces Delos Cluster 4: User interfaces and visualization Cluster s goals:

More information

Enhancing E-Journal Access In A Digital Work Environment

Enhancing E-Journal Access In A Digital Work Environment Enhancing e-journal access in a digital work environment Foo, S. (2006). Singapore Journal of Library & Information Management, 34, 31-40. Enhancing E-Journal Access In A Digital Work Environment Schubert

More information

Research on 3G Terminal-Based Agricultural Information Service

Research on 3G Terminal-Based Agricultural Information Service Research on 3G Terminal-Based Agricultural Information Service Neng-fu Xie and Xuefu Zhang Agricultural Information Institute, The Chinese Academy of Agricultural Sciences Key Laboratory of Digital Agricultural

More information

INSPIRE WS2 METADATA: Describing GeoSpatial Data

INSPIRE WS2 METADATA: Describing GeoSpatial Data WS2 METADATA: Describing GeoSpatial Data Susana Fontano Planning General concepts about metadata The use of standards Items about the creation of metadata Software How to create metadata The ISO19115 Standard

More information

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A.

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. Knowledge Retrieval Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Acknowledgements This lecture series has been sponsored by the European

More information

Excellence in Research for Australia (ERA) SEER

Excellence in Research for Australia (ERA) SEER Excellence in Research for Australia (ERA) SEER (System to Evaluate the Excellence of Research) Repository Testing Strategy for 2010 Version 1.0 Page 1 1 Introduction 1.1 Purpose The purpose of this document

More information

Prediction-based diagnosis and loss prevention using qualitative multi-scale models

Prediction-based diagnosis and loss prevention using qualitative multi-scale models European Symposium on Computer Arded Aided Process Engineering 15 L. Puigjaner and A. Espuña (Editors) 2005 Elsevier Science B.V. All rights reserved. Prediction-based diagnosis and loss prevention using

More information

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context OBJECTIVES CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi! Define terms! Name limitations of conventional

More information

This Unit is suitable for candidates who have an interest in computer software or who are undertaking a course of study in computing.

This Unit is suitable for candidates who have an interest in computer software or who are undertaking a course of study in computing. National Unit Specification: general information CODE F1KP 11 SUMMARY This Unit is designed to enable candidates to correctly install and configure system and application software on a computer system.

More information

Queue Tree Implementation for Bandwidth Management in Modern Campus Network Architecture

Queue Tree Implementation for Bandwidth Management in Modern Campus Network Architecture KINETIK, Vol. 3, No. 1, February 2018, Pp. 17-26 ISSN : 2503-2259 E-ISSN : 2503-2267 17 Queue Tree Implementation for Bandwidth Management in Modern Campus Network Architecture Rifki Indra Perwira *1,

More information

SICON Smart Sensors Role in Integrated System Health Management

SICON Smart Sensors Role in Integrated System Health Management SICON 2005 Smart Sensors Role in Integrated System Health Management Jose M Perotti, Instrumentation Group Lead Command, Monitoring and Control Branch Spaceport Engineering &Technology Directorate, Kennedy

More information

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS)

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS) Pengantar Teknologi Informasi dan Teknologi Hijau Suryo Widiantoro, ST, MMSI, M.Com(IS) 1 Topics covered 1. Basic concept of managing files 2. Database management system 3. Database models 4. Data mining

More information

IMPLEMENTATION PLAN: REPAIR & RE- USE CENTRE IN THE CITY OF GRAZ PP08 PROVINCE OF STYRIA

IMPLEMENTATION PLAN: REPAIR & RE- USE CENTRE IN THE CITY OF GRAZ PP08 PROVINCE OF STYRIA IMPLEMENTATION PLAN: REPAIR & RE- USE CENTRE IN THE CITY OF GRAZ PP08 PROVINCE OF STYRIA September 2014 Content table 1.1 Name of the implementation plan... 3 1.2 General information... 3 1.2.1 General

More information

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction Преглед НЦД 14 (2009), 43 52 Teo Eterović, Nedim Šrndić INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT Abstract: We introduce Unified e-book Format (UeBF)

More information

IBE101: Introduction to Information Architecture. Hans Fredrik Nordhaug 2008

IBE101: Introduction to Information Architecture. Hans Fredrik Nordhaug 2008 IBE101: Introduction to Information Architecture Hans Fredrik Nordhaug 2008 Objectives Defining IA Practicing IA User Needs and Behaviors The anatomy of IA Organizations Systems Labelling Systems Navigation

More information

International Journal of Mathematics & Computing. Research Article. Received April 07, 2015; Accepted April 16, 2015; Published June 25, 2015;

International Journal of Mathematics & Computing. Research Article. Received April 07, 2015; Accepted April 16, 2015; Published June 25, 2015; www.advancejournals.org Open Access Scientific Publisher Research Article ANDROID SECURITY APPLICATION Ma. Magdalena V. Gatdula 1, Alvin V. Nuqui 1 1 Bulacan State University, Philippines Correspondence

More information

Design and Implementation of Cost Effective MIS for Universities

Design and Implementation of Cost Effective MIS for Universities Fourth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCET 2006) Breaking Frontiers and Barriers in Engineering: Education, Research and Practice 21-23 June

More information

APPROVAL SHEET PROCEDURE INFORMATION SECURITY MANAGEMENT SYSTEM CERTIFICATION. PT. TÜV NORD Indonesia PS - TNI 001 Rev.05

APPROVAL SHEET PROCEDURE INFORMATION SECURITY MANAGEMENT SYSTEM CERTIFICATION. PT. TÜV NORD Indonesia PS - TNI 001 Rev.05 APPROVAL SHEET PROCEDURE INFORMATION SECURITY MANAGEMENT SYSTEM CERTIFICATION PT. TÜV NORD Indonesia PS - TNI 001 Rev.05 Created : 20-06-2016 Checked: 20-06-2016 Approved : 20-06-2016 Indah Lestari Karlina

More information

Sandvik Coromant Technical White Paper GTC Guidelines Introduction to Generic Tool Classification

Sandvik Coromant Technical White Paper GTC Guidelines Introduction to Generic Tool Classification GTC Guidelines Introduction to Generic Tool Classification GTC Guidelines White paper Communicating tool data among tool vendors and systems has always been quite a challenge. The introduction of the ISO

More information

STRUCTURED SYSTEM ANALYSIS AND DESIGN. System Concept and Environment

STRUCTURED SYSTEM ANALYSIS AND DESIGN. System Concept and Environment STRUCTURED SYSTEM ANALYSIS AND DESIGN Definition: - System Concept and Environment A system is an orderly grouping of independent components linked together according to plan to achieve a specific objective.

More information

National Certificate in Horticulture (Floriculture) (Level 4)

National Certificate in Horticulture (Floriculture) (Level 4) NQF Ref 0087 Version 5 Page 1 of 8 National Certificate in Horticulture (Floriculture) (Level 4) Level 4 Credits 141 This qualification is expiring. The last date to meet the requirements is 30 June 2009.

More information

Text Mining. Representation of Text Documents

Text Mining. Representation of Text Documents Data Mining is typically concerned with the detection of patterns in numeric data, but very often important (e.g., critical to business) information is stored in the form of text. Unlike numeric data,

More information

Abstract Keyword Searching with Knuth Morris Pratt Algorithm

Abstract Keyword Searching with Knuth Morris Pratt Algorithm Scientific Journal of Informatics Vol. 4, No. 2, November 2017 p-issn 2407-7658 http://journal.unnes.ac.id/nju/index.php/sji e-issn 2460-0040 Abstract Keyword Searching with Knuth Morris Pratt Algorithm

More information

A Tool for Conditions Tag Management in ATLAS

A Tool for Conditions Tag Management in ATLAS A Tool for Conditions Tag Management in ATLAS A. Sharmazanashvili 1, G. Batiashvili 1, G. Gvaberidze 1, L. Shekriladze 1, A. Formica 2 on behalf of ATLAS collaboration 1 Georgian CADCAM Engineering Center

More information

SOFTWARE REQUIREMENT REUSE MODEL BASED ON LEVENSHTEIN DISTANCES

SOFTWARE REQUIREMENT REUSE MODEL BASED ON LEVENSHTEIN DISTANCES SOFTWARE REQUIREMENT REUSE MODEL BASED ON LEVENSHTEIN DISTANCES 1 WONG PO HUI, 2,* WAN MOHD NAZMEE WAN ZAINON School of Computer Sciences, Universiti Sains Malaysia, 118 Penang, Malaysia 1 wphui.ucom12@student.usm.my,

More information

Breaking Down the Invisible Wall

Breaking Down the Invisible Wall Breaking Down the Invisible Wall to Enrich Archival Science and Practice Kenneth Thibodeau December 8, 2016 1 Record Integrity A document has integrity if continue to be capable of delivering the message

More information

National Certificate in Building, Construction, and Allied Trades Skills (Level 2) Level 2

National Certificate in Building, Construction, and Allied Trades Skills (Level 2) Level 2 NZQF NQ Ref 1368 Version 3 Page 1 of 6 National Certificate in Building, Construction, and Allied Trades Skills (Level 2) Level 2 Credits 41 This qualification has been reviewed. The last date to meet

More information

MySQL for Database Administrators Ed 4

MySQL for Database Administrators Ed 4 Oracle University Contact Us: (09) 5494 1551 MySQL for Database Administrators Ed 4 Duration: 5 Days What you will learn The MySQL for Database Administrators course teaches DBAs and other database professionals

More information

Effective Date: September 2017 Void After: September Product: Lead Free Plumbing Products File No. 6142

Effective Date: September 2017 Void After: September Product: Lead Free Plumbing Products File No. 6142 IAPMO Research and Testing, Inc. is a product certification body which tests and inspects samples taken from the supplier's stock or from the market or a combination of both to verify compliance to the

More information

Implementation of the Framework for the Development of Environment Statistics (FDES 2013) and ESSAT in Zimbabwe. By M. Viriri

Implementation of the Framework for the Development of Environment Statistics (FDES 2013) and ESSAT in Zimbabwe. By M. Viriri Implementation of the Framework for the Development of Environment Statistics (FDES 2013) and ESSAT in Zimbabwe By M. Viriri Background Information Zimbabwe has a functional Environment Statistics committee.

More information

This qualification is expiring. The last date to meet the requirements is 31 March 2019.

This qualification is expiring. The last date to meet the requirements is 31 March 2019. NZQF NQ Ref 0357 Version 6 Page 1 of 8 National Diploma in Architectural Technology (Level 6) Level 6 Credits 275 This qualification is expiring. The last date to meet the requirements is 31 March 2019.

More information

Adaptive Model of Personalized Searches using Query Expansion and Ant Colony Optimization in the Digital Library

Adaptive Model of Personalized Searches using Query Expansion and Ant Colony Optimization in the Digital Library International Conference on Information Systems for Business Competitiveness (ICISBC 2013) 90 Adaptive Model of Personalized Searches using and Ant Colony Optimization in the Digital Library Wahyu Sulistiyo

More information

MedDRA Developer Webinar

MedDRA Developer Webinar MedDRA Developer Webinar MedDRA was developed under the auspices of the International Conference on Harmonisation of Technical Requirements for Registration of Pharmaceuticals for Human Use (ICH). The

More information

What Do You Mean It Doesn t Make Sense? Redesigning Finding Aids from the Users Perspective

What Do You Mean It Doesn t Make Sense? Redesigning Finding Aids from the Users Perspective What Do You Mean It Doesn t Make Sense? Redesigning Finding Aids from the Users Perspective Rethinking Finding Aids Archival patrons don t understand archival terminology Don t understand hierarchy Need

More information

i2b2 Cell Messaging Ontology Management (ONT) Cell (1.1.1)

i2b2 Cell Messaging Ontology Management (ONT) Cell (1.1.1) i2b2 Cell Messaging Ontology Management (ONT) Cell (1.1.1) 1. Table of Contents 1. Table of Contents...2 2. Document Version History...3 3. Introduction...4 3.1 The i2b2 Hive...4 3.2 i2b2 Messaging Overview...4

More information

Microsoft Administering System Center Configuration Manager and Intune

Microsoft Administering System Center Configuration Manager and Intune 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20696 - Administering System Center Configuration Manager and Intune Length 5 days Price $4290.00 (inc GST) Version C Overview Please note: Microsoft have

More information

A USABILITY EVALUATION OF A 3D MAP DISPLAY FOR PEDESTRIAN NAVIGATION

A USABILITY EVALUATION OF A 3D MAP DISPLAY FOR PEDESTRIAN NAVIGATION September 29 th, 2018 A USABILITY EVALUATION OF A 3D MAP DISPLAY FOR PEDESTRIAN NAVIGATION Key words: Pedestrian Navigation, LOD 1, 3D, 2D, Usability Department of Geodetic Engineering, Universitas Gadjah

More information

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar.

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar. National College of Ireland BSc in Computing 2017/2018 Deividas Sevcenko X13114654 X13114654@student.ncirl.ie Multi-calendar Technical Report Table of Contents Executive Summary...4 1 Introduction...5

More information

European Platform on Rare Diseases Registration

European Platform on Rare Diseases Registration The European Commission s science and knowledge service Joint Research Centre European Platform on Rare Diseases Registration Simona Martin Agnieszka Kinsner-Ovaskainen Monica Lanzoni Andri Papadopoulou

More information

Evaluation of Malang City Public Transportation Route Search Mobile Application Implementation

Evaluation of Malang City Public Transportation Route Search Mobile Application Implementation Int. J. Advance Soft Compu. Appl, Vol. 9, No. 2, July 2017 ISSN 2074-8523 Evaluation of Malang City Public Transportation Route Search Mobile Application Implementation Nurizal Dwi Priandani and Herman

More information