Medical Information-Retrieval Systems. Dong Peng Medical Informatics Group

Size: px
Start display at page:

Download "Medical Information-Retrieval Systems. Dong Peng Medical Informatics Group"

Transcription

1 Medical Information-Retrieval Systems Dong Peng Medical Informatics Group

2 Outline Evolution of medical Information-Retrieval (IR). The information retrieval process. The trend of medical information retrieval system. Future challenge in medical information retrieval.

3 Evolution of Medical Information Retrieval 1879: Index Medicus by Dr John Shaw Billings Journal articles were indexed by author name and subject headings and aggregated into bound volumes. 1966: the Medical Literature Analysis and Retrieval System (MEDLARS) by the National Library of Medicine (NLM) Predecessor of Medline. Stores only abstracted information from each article, e.g. author names, article title, journal source, publication date due to limited computing power and disk storage. Assign to each article a number of terms from its MeSH thesaurus. 1980s: full-text databases emerges due to growing computing power and less cheaper disk storage. Early 1990s: With the advent of the World Wide Web and the exponentially increasing power of computers and networks, vast quantities of medical information from multiple sources were available over the global internet.

4 The Information-Retrieval Process Framework comes from a modification of ideas advanced by Gerard Salton (1983). Indexing Content Indexing Database (content+index) Information Need Query Query formulation Query formulation Retrieval Retrieval Evaluation and Refinement Results Evaluation and refinement

5 Indexing Objective of indexing: to produce the smallest, most efficient representation of the original content. Content can be classified by the degree it represents the original resources, i.e. bibliographic content and full-text content. Indexing of bibliographic content Medline is the world s premiere bibliographic information source developed by NLM. It contains references to 10 million biomedical journal articles published in 3,500 journals since Multiple-indexed source. Example: search keyword heart attack Information abstracted from the publication, e.g. authors names, article title, publication date. Information added by a human indexer, e.g. subject headings (MeSH), publication type. MeSH Developed by NLM to represent important concepts in biomedicine. A collection of 18,000 subheadings grouped into 16 trees.

6 Indexing Indexing of full-text content No terms are assigned by human indexer. Term frequency and term locations are used in the indexing method. The most common method Automated Indexing (vector-space model) pioneered by Salton in the 1960s but only achieve widespread use till the 1990s. Document preprocessing: 1. extract unique words. 2. eliminate non-content-bearing stop words, e.g. a, an, the 3. stem word to their roots. 4. count the number of occurrence of each word in each document. Assigning weight to each word to enhance discrimination between various document vectors. Inverse Document Frequency Term Frequency weight TF ij ij = TF ij IDF i # of documents IDF i = log( ) + 1 # of documents with term i = log( frequency of term i in document j) + 1

7 Query Formulation Objective: to translate an information need into a high quality query. Boolean query and Natural language query. Boolean Queries Boolean operators: AND, OR, NOT. Wildcard characters: # (end with), : (start with). Field qualification for multiple indexed databases (e.g. author, subject heading). Term explosion is allowed by most Medline systems (e.g. Hypertension, Malignant). Text-word searching is allowed by modern Medline systems, i.e. words searched through the title and the abstract. Natural Language Queries Syntactic: removal of stop words, identification of common phrases, stemming of words to their roots. Semantic: identifying a word s semantic type (e.g. diagnosis, treatment), expanding the query to include synonyms of the entered terms, identifying indexes in which individual words should be searched.

8 Retrieval Matching Queries are compared against index and a result set is created. A simple example: an inverted-indexing database for a Boolean IR system: Item Aspirin Attribute (Doc. No.) 1,5,6,9 Attack 3,6,7,8 Heart 4,6,7,10 Prevention 1,2,6,9 Techniques for implementing Set in data storage Bit vector: set bit i to 1 if a term appears in document i, else 0. E.g. 20 documents, Heart_Set = Very space consuming. Hashing: store document number into a hash table for each term. A hash function h(k) maps a document number k into a location in the hash table. E.g. let hash table size = 5, h(k) = k mod 5, Heart_Set is mapped into the table as

9 Retrieval Set Data Hashing (a) Chained hashing (b) Open addressing hashing Minimal Perfect Hashing Function (MPHF): uniquely transform each key into a location in the hash table without collision. gperf: a software tool which automates the generation of perfect hashing functinos.

10 Retrieval Ranking Chronology Alphabetic Relevance ranking: common in natural language IR systems. similarity where ( Q, D ) = t i = 1 ( w iq w t t 2 ( w iq ) i = 1 i = freq iq w iq = (0.5 + ) max freq q ij ) ( w ij IDF i ) 2 Display

11 Evaluation Focusing on measuring the retrieval of relevant documents. Two parameters: recall and precision. # documentsretrieved and relevant recall = # relevantdocumentsin database analogous # documentsretrieved and relevant precision= # numberof documentsretrieved Why low recall and precision? From indexing Sensitivity Positive predictive value Inconsistency in human indexers. Problems with word-based indexing: context, polysemy, synonymy, content. From retrieval E.g. excess AND in queries

12 Trend in Medical Information Retrieval Systems Aggregation of content from diverse information sources. Example: A web-based application that integrates functions from 3 systems: Advantages: DXplain: a computer-based decision support system, to provide a summary description of a disease and possible diagnoses for the disease when a patient s clinical findings are entered into the system. Assisted literature searches of MEDLINE. Links to clinically relevant web sites. Allow needs-based rather than source-based system design. Content creation and maintenance are distributed across organizations.

13 Future Challenge in Medical Information Retrieval Clinicians need high-quality, trusted information in the delivery of health care. Outdated information need to be archived dynamically. Information must be organized and indexed effectively for easy retrieval, to increase recall and precision of information retrieval. Information must be delivered on a platform that is convenient and reliable. More and more IR system will become web-based.

14 References Edward H. Shortliffe, Leslie E. Perreault et al, Medical informatics : computer applications in health care and biomedicine, New York, Edward H. Shortliffe, Leslie E. Perreault, et al, Medical informatics : computer applications in health care, Addison-Wesley Pub. Co, c1990. Van Rijsbergen, C. J., Information retrieval, London ; Boston : Butterworths, Fielden, Ned L., Internet research : theory and practice, Jefferson, N.C. : McFarland & Co., c2001.

An Information Retrieval using weighted Index Terms in Natural Language document collections

An Information Retrieval using weighted Index Terms in Natural Language document collections Internet and Information Technology in Modern Organizations: Challenges & Answers 635 An Information Retrieval using weighted Index Terms in Natural Language document collections Ahmed A. A. Radwan, Minia

More information

Mining Text Data: An Introduction

Mining Text Data: An Introduction Bölüm 10. Metin ve WEB Madenciliği http://ceng.gazi.edu.tr/~ozdemir Mining Text Data: An Introduction Data Mining / Knowledge Discovery Structured Data Multimedia Free Text Hypertext HomeLoan ( Frank Rizzo

More information

Search Engines. Stephen Shaw <[email protected]> 18th of February, 2014. Netsoc

Search Engines. Stephen Shaw <stesh@netsoc.tcd.ie> 18th of February, 2014. Netsoc Search Engines Stephen Shaw Netsoc 18th of February, 2014 Me M.Sc. Artificial Intelligence, University of Edinburgh Would recommend B.A. (Mod.) Computer Science, Linguistics, French,

More information

How to stop looking in the wrong place? Use PubMed!

How to stop looking in the wrong place? Use PubMed! How to stop looking in the wrong place? Use PubMed! 1 Why not just use? Plus s Fast! Easy to remember web address Its huge - you always find something It includes PubMed citations Downside Is simply finding

More information

Introduction to IR Systems: Supporting Boolean Text Search. Information Retrieval. IR vs. DBMS. Chapter 27, Part A

Introduction to IR Systems: Supporting Boolean Text Search. Information Retrieval. IR vs. DBMS. Chapter 27, Part A Introduction to IR Systems: Supporting Boolean Text Search Chapter 27, Part A Database Management Systems, R. Ramakrishnan 1 Information Retrieval A research field traditionally separate from Databases

More information

1 o Semestre 2007/2008

1 o Semestre 2007/2008 Departamento de Engenharia Informática Instituto Superior Técnico 1 o Semestre 2007/2008 Outline 1 2 3 4 5 Outline 1 2 3 4 5 Exploiting Text How is text exploited? Two main directions Extraction Extraction

More information

Search and Information Retrieval

Search and Information Retrieval Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search

More information

MEDICAL INFORMATICS. Sorana D. Bolboacă

MEDICAL INFORMATICS. Sorana D. Bolboacă MEDICAL INFORMATICS Sorana D. Bolboacă Despre... Definitions & History & ehealth & mhealth Standards (e.g. DICOM, HL7) Coding medical information (ICD-10, SNOMED, MeSH) Medical data management EMR Electronic

More information

MEDLINE (via Ovid): Introduction to Searching

MEDLINE (via Ovid): Introduction to Searching MEDLINE (via Ovid): Introduction to Searching Ovid Technologies, Inc. provides access to a collection of health sciences databases through a single search interface. The Ovid suite of databases includes

More information

Review: Information Retrieval Techniques and Applications

Review: Information Retrieval Techniques and Applications International Journal of Computer Networks and Communications Security VOL. 3, NO. 9, SEPTEMBER 2015, 373 377 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Review:

More information

Assessing the effectiveness of medical therapies finding the right research for each patient: Medical Evidence Matters

Assessing the effectiveness of medical therapies finding the right research for each patient: Medical Evidence Matters Title Assessing the effectiveness of medical therapies finding the right research for each patient: Medical Evidence Matters Presenter / author Roger Tritton Director, Product Management, Dialog (A ProQuest

More information

Linear Algebra Methods for Data Mining

Linear Algebra Methods for Data Mining Linear Algebra Methods for Data Mining Saara Hyvönen, [email protected] Spring 2007 Text mining & Information Retrieval Linear Algebra Methods for Data Mining, Spring 2007, University of Helsinki

More information

Latent Semantic Indexing with Selective Query Expansion Abstract Introduction

Latent Semantic Indexing with Selective Query Expansion Abstract Introduction Latent Semantic Indexing with Selective Query Expansion Andy Garron April Kontostathis Department of Mathematics and Computer Science Ursinus College Collegeville PA 19426 Abstract This article describes

More information

Medical School Objectives Project: Medical Informatics Objectives. I. Introduction

Medical School Objectives Project: Medical Informatics Objectives. I. Introduction Medical School Objectives Project: Medical Informatics Objectives I. Introduction The Medical Informatics Advisory Panel was charged to provide guidance on learning objectives related to medical informatics.

More information

Chapter 1: The Cochrane Library Search Tour

Chapter 1: The Cochrane Library Search Tour Chapter : The Cochrane Library Search Tour Chapter : The Cochrane Library Search Tour This chapter will provide an overview of The Cochrane Library Search: Learn how The Cochrane Library new search feature

More information

An Overview of a Role of Natural Language Processing in An Intelligent Information Retrieval System

An Overview of a Role of Natural Language Processing in An Intelligent Information Retrieval System An Overview of a Role of Natural Language Processing in An Intelligent Information Retrieval System Asanee Kawtrakul ABSTRACT In information-age society, advanced retrieval technique and the automatic

More information

Text Analytics. Introduction to Information Retrieval. Ulf Leser

Text Analytics. Introduction to Information Retrieval. Ulf Leser Text Analytics Introduction to Information Retrieval Ulf Leser Summary of last lecture Ulf Leser: Text Analytics, Winter Semester 2010/2011 2 Content of this Lecture Information Retrieval Introduction

More information

Search Taxonomy. Web Search. Search Engine Optimization. Information Retrieval

Search Taxonomy. Web Search. Search Engine Optimization. Information Retrieval Information Retrieval INFO 4300 / CS 4300! Retrieval models Older models» Boolean retrieval» Vector Space model Probabilistic Models» BM25» Language models Web search» Learning to Rank Search Taxonomy!

More information

Advas A Python Search Engine Module

Advas A Python Search Engine Module Advas A Python Search Engine Module Dipl.-Inf. Frank Hofmann Potsdam 11. Oktober 2007 Dipl.-Inf. Frank Hofmann (Potsdam) Advas A Python Search Engine Module 11. Oktober 2007 1 / 15 Contents 1 Project Overview

More information

What is Medical Informatics? Sanda Harabagiu Human Language Technology Research Institute DEPARTMENT OF Computer Science [email protected].

What is Medical Informatics? Sanda Harabagiu Human Language Technology Research Institute DEPARTMENT OF Computer Science sanda@hlt.utdallas. What is Medical Informatics? Sanda Harabagiu Human Language Technology Research Institute DEPARTMENT OF Computer Science [email protected] Erroneous opinions and misconceptions There is great confusion

More information

Elsevier ClinicalKey TM FAQs

Elsevier ClinicalKey TM FAQs Elsevier ClinicalKey TM FAQs Table of Contents What is ClinicalKey? Where can I access ClinicalKey? What medical specialties are covered in ClinicalKey? What information is available through ClinicalKey?

More information

AHE 233 Introduction to Health Informatics Lesson Plan - Week One

AHE 233 Introduction to Health Informatics Lesson Plan - Week One AHE 233 Introduction to Health Informatics Lesson Plan - Week One Major Theories & Healthcare Informatics Literacy Note: I have set up the entire curriculum for this class with weekly lesson plans. This

More information

Building a Spanish MMTx by using Automatic Translation and Biomedical Ontologies

Building a Spanish MMTx by using Automatic Translation and Biomedical Ontologies Building a Spanish MMTx by using Automatic Translation and Biomedical Ontologies Francisco Carrero 1, José Carlos Cortizo 1,2, José María Gómez 3 1 Universidad Europea de Madrid, C/Tajo s/n, Villaviciosa

More information

Term extraction for user profiling: evaluation by the user

Term extraction for user profiling: evaluation by the user Term extraction for user profiling: evaluation by the user Suzan Verberne 1, Maya Sappelli 1,2, Wessel Kraaij 1,2 1 Institute for Computing and Information Sciences, Radboud University Nijmegen 2 TNO,

More information

CINAHL (via Ovid): Introduction to Searching

CINAHL (via Ovid): Introduction to Searching CINAHL (via Ovid): Introduction to Searching Ovid is a collection health sciences databases provided by Ovid Technologies, Inc. and purchased by the Ehrman Medical Library. The Cumulative Index to Nursing

More information

Data Pre-Processing in Spam Detection

Data Pre-Processing in Spam Detection IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 11 May 2015 ISSN (online): 2349-784X Data Pre-Processing in Spam Detection Anjali Sharma Dr. Manisha Manisha Dr. Rekha Jain

More information

Goals, Objectives, and Competencies for Reference Service:

Goals, Objectives, and Competencies for Reference Service: Goals, Objectives, and for Reference Service: A Training Program at the UCLA Biomedical Library* BY ROBERTA J. WALTERS, Assistant Head, Reference Division UCLA Biomedical Library Los Angeles, California

More information

Interactive Recovery of Requirements Traceability Links Using User Feedback and Configuration Management Logs

Interactive Recovery of Requirements Traceability Links Using User Feedback and Configuration Management Logs Interactive Recovery of Requirements Traceability Links Using User Feedback and Configuration Management Logs Ryosuke Tsuchiya 1, Hironori Washizaki 1, Yoshiaki Fukazawa 1, Keishi Oshima 2, and Ryota Mibe

More information

ProteinQuest user guide

ProteinQuest user guide ProteinQuest user guide 1. Introduction... 3 1.1 With ProteinQuest you can... 3 1.2 ProteinQuest basic version 4 1.3 ProteinQuest extended version... 5 2. ProteinQuest dictionaries... 6 3. Directions for

More information

Medical Informatics: An Introduction

Medical Informatics: An Introduction Medical Informatics: An Introduction Michael Hogarth, M.D. Associate Professor Dept. of Pathology and Laboratory Medicine Dept. of Internal Medicine UC Davis School of Medicine http://linneaus.ucdavis.edu

More information

SEARCH ENGINE WITH PARALLEL PROCESSING AND INCREMENTAL K-MEANS FOR FAST SEARCH AND RETRIEVAL

SEARCH ENGINE WITH PARALLEL PROCESSING AND INCREMENTAL K-MEANS FOR FAST SEARCH AND RETRIEVAL SEARCH ENGINE WITH PARALLEL PROCESSING AND INCREMENTAL K-MEANS FOR FAST SEARCH AND RETRIEVAL Krishna Kiran Kattamuri 1 and Rupa Chiramdasu 2 Department of Computer Science Engineering, VVIT, Guntur, India

More information

The Value of Indexing

The Value of Indexing The Value of Indexing A White Paper Prepared for Factiva, a Dow Jones and Reuters Company By Jan Sykes, Information Management Services February 2001 Executive Summary Finding particular documents after

More information

Figure A Partial list of EBSCOhost databases

Figure A Partial list of EBSCOhost databases Getting More from EBSCOhost Databases September 2006, St. Mary s University, Louis J. Blume Library, http://library.stmarytx.edu/acadlib/ Diane M. Duesterhoeft, [email protected], 210/436-3346;

More information

Information Retrieval. Lecture 8 - Relevance feedback and query expansion. Introduction. Overview. About Relevance Feedback. Wintersemester 2007

Information Retrieval. Lecture 8 - Relevance feedback and query expansion. Introduction. Overview. About Relevance Feedback. Wintersemester 2007 Information Retrieval Lecture 8 - Relevance feedback and query expansion Seminar für Sprachwissenschaft International Studies in Computational Linguistics Wintersemester 2007 1/ 32 Introduction An information

More information

Incorporating Window-Based Passage-Level Evidence in Document Retrieval

Incorporating Window-Based Passage-Level Evidence in Document Retrieval Incorporating -Based Passage-Level Evidence in Document Retrieval Wensi Xi, Richard Xu-Rong, Christopher S.G. Khoo Center for Advanced Information Systems School of Applied Science Nanyang Technological

More information

Towards a Visually Enhanced Medical Search Engine

Towards a Visually Enhanced Medical Search Engine Towards a Visually Enhanced Medical Search Engine Lavish Lalwani 1,2, Guido Zuccon 1, Mohamed Sharaf 2, Anthony Nguyen 1 1 The Australian e-health Research Centre, Brisbane, Queensland, Australia; 2 The

More information

Wikipedia and Web document based Query Translation and Expansion for Cross-language IR

Wikipedia and Web document based Query Translation and Expansion for Cross-language IR Wikipedia and Web document based Query Translation and Expansion for Cross-language IR Ling-Xiang Tang 1, Andrew Trotman 2, Shlomo Geva 1, Yue Xu 1 1Faculty of Science and Technology, Queensland University

More information

LIBRARY GUIDE & SELECTED RESOURCES FOR NURSING. To find books about and by nursing theorists:

LIBRARY GUIDE & SELECTED RESOURCES FOR NURSING. To find books about and by nursing theorists: LIBRARY GUIDE & SELECTED RESOURCES FOR NURSING University of Massachusetts Dartmouth University Library www.lib.umassd.edu Selected Library Resources for NUR 204 Fall, 2004 Mary Adams Health Sciences Librarian

More information

Information Need Assessment in Information Retrieval

Information Need Assessment in Information Retrieval Information Need Assessment in Information Retrieval Beyond Lists and Queries Frank Wissbrock Department of Computer Science Paderborn University, Germany [email protected] Abstract. The goal of every information

More information

TF-IDF. David Kauchak cs160 Fall 2009 adapted from: http://www.stanford.edu/class/cs276/handouts/lecture6-tfidf.ppt

TF-IDF. David Kauchak cs160 Fall 2009 adapted from: http://www.stanford.edu/class/cs276/handouts/lecture6-tfidf.ppt TF-IDF David Kauchak cs160 Fall 2009 adapted from: http://www.stanford.edu/class/cs276/handouts/lecture6-tfidf.ppt Administrative Homework 3 available soon Assignment 2 available soon Popular media article

More information

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset.

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. White Paper Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. Using LSI for Implementing Document Management Systems By Mike Harrison, Director,

More information

Information Retrieval System Assigning Context to Documents by Relevance Feedback

Information Retrieval System Assigning Context to Documents by Relevance Feedback Information Retrieval System Assigning Context to Documents by Relevance Feedback Narina Thakur Department of CSE Bharati Vidyapeeth College Of Engineering New Delhi, India Deepti Mehrotra ASCS Amity University,

More information

Inmagic Content Server Workgroup Configuration Technical Guidelines

Inmagic Content Server Workgroup Configuration Technical Guidelines Inmagic Content Server Workgroup Configuration Technical Guidelines 6/2005 Page 1 of 12 Inmagic Content Server Workgroup Configuration Technical Guidelines Last Updated: June, 2005 Inmagic, Inc. All rights

More information

Homework 2. Page 154: Exercise 8.10. Page 145: Exercise 8.3 Page 150: Exercise 8.9

Homework 2. Page 154: Exercise 8.10. Page 145: Exercise 8.3 Page 150: Exercise 8.9 Homework 2 Page 110: Exercise 6.10; Exercise 6.12 Page 116: Exercise 6.15; Exercise 6.17 Page 121: Exercise 6.19 Page 122: Exercise 6.20; Exercise 6.23; Exercise 6.24 Page 131: Exercise 7.3; Exercise 7.5;

More information

Chapter 2 The Information Retrieval Process

Chapter 2 The Information Retrieval Process Chapter 2 The Information Retrieval Process Abstract What does an information retrieval system look like from a bird s eye perspective? How can a set of documents be processed by a system to make sense

More information

Enhancing Document Review Efficiency with OmniX

Enhancing Document Review Efficiency with OmniX Xerox Litigation Services OmniX Platform Review Technical Brief Enhancing Document Review Efficiency with OmniX Xerox Litigation Services delivers a flexible suite of end-to-end technology-driven services,

More information

Searching and selecting primary

Searching and selecting primary Searching and selecting primary studies Madhukar Pai, MD, PhD Assistant Professor Department of Epidemiology & Biostatistics McGill University, Montreal, Canada Email: [email protected] What makes

More information

Databases and computerized information retrieval

Databases and computerized information retrieval **** 1 Databases and computerized information retrieval Introduction **** What is a database? 2 A database is a collection of similar data records stored in a common file (or collection of files). ****

More information

Data and Analysis. Informatics 1 School of Informatics, University of Edinburgh. Part III Unstructured Data. Ian Stark. Staff-Student Liaison Meeting

Data and Analysis. Informatics 1 School of Informatics, University of Edinburgh. Part III Unstructured Data. Ian Stark. Staff-Student Liaison Meeting Inf1-DA 2010 2011 III: 1 / 89 Informatics 1 School of Informatics, University of Edinburgh Data and Analysis Part III Unstructured Data Ian Stark February 2011 Inf1-DA 2010 2011 III: 2 / 89 Part III Unstructured

More information

Where to search for books and articles. Accessing and Searching Avery Index

Where to search for books and articles. Accessing and Searching Avery Index Finding and citing articles for students at College of Architecture & Design Goals of this tutorial: Searching and locating articles for architecture and design-related research using Avery Index. Citing

More information

California Lutheran University Information Literacy Curriculum Map Graduate Psychology Department

California Lutheran University Information Literacy Curriculum Map Graduate Psychology Department California Lutheran University Information Literacy Curriculum Map Graduate Psychology Department Student Learning Outcomes Learning Outcome 1 LO1 literate student determines the nature and extent of the

More information

LABERINTO at ImageCLEF 2011 Medical Image Retrieval Task

LABERINTO at ImageCLEF 2011 Medical Image Retrieval Task LABERINTO at ImageCLEF 2011 Medical Image Retrieval Task Jacinto Mata, Mariano Crespo, Manuel J. Maña Dpto. de Tecnologías de la Información. Universidad de Huelva Ctra. Huelva - Palos de la Frontera s/n.

More information

Introduction to Information Retrieval http://informationretrieval.org

Introduction to Information Retrieval http://informationretrieval.org Introduction to Information Retrieval http://informationretrieval.org IIR 6&7: Vector Space Model Hinrich Schütze Institute for Natural Language Processing, University of Stuttgart 2011-08-29 Schütze:

More information

1.00 ATHENS LOG IN 4 2.00 BROWSE JOURNALS 4

1.00 ATHENS LOG IN 4 2.00 BROWSE JOURNALS 4 1.00 ATHENS LOG IN 4 1.01 What is Athens? 4 1.02 Accessing Cambridge Journals Online using Athens 4 2.00 BROWSE JOURNALS 4 2.01 Browse: By title 5 2.02 Browse: By subject 5 2.03 Browse: Favourites 5 2.04

More information

Effective Data Retrieval Mechanism Using AML within the Web Based Join Framework

Effective Data Retrieval Mechanism Using AML within the Web Based Join Framework Effective Data Retrieval Mechanism Using AML within the Web Based Join Framework Usha Nandini D 1, Anish Gracias J 2 1 [email protected] 2 [email protected] Abstract A vast amount of assorted

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 INTELLIGENT MULTIDIMENSIONAL DATABASE INTERFACE Mona Gharib Mohamed Reda Zahraa E. Mohamed Faculty of Science,

More information

California Lutheran University Information Literacy Curriculum Map Graduate Psychology Department

California Lutheran University Information Literacy Curriculum Map Graduate Psychology Department California Lutheran University Information Literacy Curriculum Map Graduate Psychology Department Student Outcomes Outcome 1 LO1 determines the nature and extent of the information needed. Outcome 2 LO2

More information

EMBASE (via Ovid): Introduction to Searching

EMBASE (via Ovid): Introduction to Searching EMBASE (via Ovid): Introduction to Searching The Excerpta Medica (EMBASE) database is a major biomedical and pharmaceutical database indexing over 3,500 international journals in the following fields:

More information

Eng. Mohammed Abdualal

Eng. Mohammed Abdualal Islamic University of Gaza Faculty of Engineering Computer Engineering Department Information Storage and Retrieval (ECOM 5124) IR HW 5+6 Scoring, term weighting and the vector space model Exercise 6.2

More information

HELP DESK SYSTEMS. Using CaseBased Reasoning

HELP DESK SYSTEMS. Using CaseBased Reasoning HELP DESK SYSTEMS Using CaseBased Reasoning Topics Covered Today What is Help-Desk? Components of HelpDesk Systems Types Of HelpDesk Systems Used Need for CBR in HelpDesk Systems GE Helpdesk using ReMind

More information

Concepts of digital forensics

Concepts of digital forensics Chapter 3 Concepts of digital forensics Digital forensics is a branch of forensic science concerned with the use of digital information (produced, stored and transmitted by computers) as source of evidence

More information

Physical Data Organization

Physical Data Organization Physical Data Organization Database design using logical model of the database - appropriate level for users to focus on - user independence from implementation details Performance - other major factor

More information

SIMILAR THESAURUS BASED ON ARABIC DOCUMENT: AN OVERVIEW AND COMPARISON

SIMILAR THESAURUS BASED ON ARABIC DOCUMENT: AN OVERVIEW AND COMPARISON SIMILAR THESAURUS BASED ON ARABIC DOCUMENT: AN OVERVIEW AND COMPARISON Essam S. Hanandeh, Department of Computer Information System, Zarqa University, Zarqa, Jordan [email protected] ABSTRACT The massive

More information

Information Retrieval Elasticsearch

Information Retrieval Elasticsearch Information Retrieval Elasticsearch IR Information retrieval (IR) is the activity of obtaining information resources relevant to an information need from a collection of information resources. Searches

More information

Document Management System (DMS) Release 4.5 User Guide

Document Management System (DMS) Release 4.5 User Guide Document Management System (DMS) Release 4.5 User Guide Prepared by: Wendy Murray Issue Date: 20 November 2003 Sapienza Consulting Ltd The Acorn Suite, Guardian House Borough Road, Godalming Surrey GU7

More information

Review Easy Guide for Administrators. Version 1.0

Review Easy Guide for Administrators. Version 1.0 Review Easy Guide for Administrators Version 1.0 Notice to Users Verve software as a service is a software application that has been developed, copyrighted, and licensed by Kroll Ontrack Inc. Use of the

More information

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity

More information

Cerner i2b2 User s s Guide and Frequently Asked Questions. v1.3

Cerner i2b2 User s s Guide and Frequently Asked Questions. v1.3 User s s Guide and v1.3 Contents General Information... 3 Q: What is i2b2?... 3 Q: How is i2b2 populated?... 3 Q: How often is i2b2 updated?... 3 Q: What data is not in our i2b2?... 3 Q: Can individual

More information

Searching for Clinical Prediction Rules in MEDLINE

Searching for Clinical Prediction Rules in MEDLINE 391 Research Paper Searching for Clinical Prediction Rules in MEDLINE BETTE JEAN INGUI, MLS, MARY A. M. ROGERS, PHD, MS Abstract Objectives: Clinical prediction rules have been advocated as a possible

More information

EBSCO. * While the search pages might look a little different depending on which database you are using, it will largely operate the same.

EBSCO. * While the search pages might look a little different depending on which database you are using, it will largely operate the same. EBSCO Lots of databases the Library subscribes to are through EBSCO including Academic Search Premier, ATLA Catholic Periodical and Literature Index, ATLA Religion Database, Business Source Complete, CINAHL,

More information

A Review on Document Retrieval from Unstructured Text

A Review on Document Retrieval from Unstructured Text International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-2, Issue-11 E-ISSN: 2347-2693 A Review on Document Retrieval from Unstructured Text Sneha Lohbare 1 * and Ashwini

More information

Machine Data Analytics with Sumo Logic

Machine Data Analytics with Sumo Logic Machine Data Analytics with Sumo Logic A Sumo Logic White Paper Introduction Today, organizations generate more data in ten minutes than they did during the entire year in 2003. This exponential growth

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

Inmagic Content Server v9 Standard Configuration Technical Guidelines

Inmagic Content Server v9 Standard Configuration Technical Guidelines Inmagic Content Server v9.0 Standard Configuration Technical Guidelines 5/2006 Page 1 of 15 Inmagic Content Server v9 Standard Configuration Technical Guidelines Last Updated: May, 2006 Inmagic, Inc. All

More information