Designing KohaCat A Discovery Framework for Authority Recommendation and ILS-DI based OPAC Functionalities

Size: px
Start display at page:

Download "Designing KohaCat A Discovery Framework for Authority Recommendation and ILS-DI based OPAC Functionalities"

Transcription

1 Designing KohaCat A Discovery Framework for Authority Recommendation and ILS-DI based OPAC Functionalities Dr. Parthasarathi Mukhopadhyay Department of Library and Information Science University of Kalyani 1

2 A set of three problems in libraries of India 1. No single-window search interface for different library resources

3 Let us imagine the difficulties of users

4 What we need?

5

6

7 Let us imagine the scenario with a discovery layer

8 A set of three problems in libraries of India 2. Two different interfaces for search OPAC and Authority

9 Even in LoC Two Search Interfaces!!!!

10 No Name Authority

11 In WorldCat too!!

12 No Subject Authority

13 What we need?

14 Authority Recommendation System

15 Authority Integration in Discovery

16 Reuse of Authority Data in Discovery

17 Subjects: Before & after authorities processing Metadata BEFORE Metadata AFTER Earth 116 Earth Figure Mathematical models 2 Earth Mantle 67 Earth (Planet) 1 Earth (Planet) Figure Mathematical models 3 Earth (Planet) Mantle 9 Old forms and the new form of a subject heading separate the collection. Authority control brings your holdings together. See ref to correct term See also refs Earth See Earth (Planet) Earth (Planet) 13 Related Subjects Earth (Planet) 117 Earth (Planet) Figure Mathematical models 5 Earth (Planet) Mantle 76 Consolidates Example based on LCSH

18 Sacred works: Before & after authorities processing Metadata BEFORE Bible. Genesis Criticism, interpretation, etc. Bible. Mark Criticism, interpretation, etc. Bible. N.T. Mark Criticism, interpretation, etc. Bible. N.T. Criticism, interpretation, etc. Bible. New Testament Criticism, interpretation, etc. Bible. O.T. Genesis Criticism, interpretation, etc. Bible. O.T. Criticism, interpretation, etc. Bible. Old Testament Criticism, interpretation, etc. Koran--Criticism, interpretation, etc. Qur an--criticism, interpretation, etc. Even non-authorized headings are reformatted. Metadata AFTER Updates to LC Consolidates Bible. Genesis Criticism, interpretation, etc. 58 Bible. Mark Criticism, interpretation, etc. 52 Bible. New Testament Criticism, interpretation, etc. 154 Bible. Old Testament Criticism, interpretation, etc. 308 Qur an--criticism, interpretation, etc. 38 Example based on LCSH

19 Other benefits. Authority control provides the user with the term that is currently used and also adds current term to tag cloud Authority record points to other works by the same author under a different name (including pseudonym) Uniform titles authority further enhance discovery Critical for music searches, scores & sound recordings. Popular form of title is in uniform title. Search on popular name without authority cross reference in place. Work is lost!

20 FAST (Faceted Application of Subject Terminology) in Koha

21 V U F I N D Discovery Authority Reference Control [TopRecommendations] Author[] = "AuthorFacets" Author[] = "SpellingSuggestions" Author[] = "AuthorityRecommend:record_type:Personal Names:source:ILS-FAST: resultlimit :50" Subject[] = "AuthorityRecommend:record_type:Topical:source:ILS-FAST: resultlimit :50" Title[] = "AuthorityRecommend:record_type:Uniform Titles:source:ILS-FAST: resultlimit :50" Solr Biblio Index ILS IDR Others Authority Recommender in Search Interface Authority Authority Recommendation Display Reference Module Logic Control Authority

22 mechanization of library

23

24

25 A set of three problems in libraries of India 3. Union Catalogues are lacking OPAC functionalities

26 National Union Catalouge IndCat

27 National Union Catalouge IndCat

28 National Union Catalouge CSIR Knowledge Gateway

29

30 National Union Catalouge - UK Copac

31 National Union Catalouge - UK Copac

32 National Union Catalouge - UK Copac

33 National Union Catalouge - Australia Trove

34 National Union Catalouge - Australia Trove

35 National Union Catalouge - Australia Trove

36 Global Union Catalouge - WorldCat

37 Global Union Catalouge - WorldCat

38 Global Union Catalouge - WorldCat

39 Facts in a nutshell No union catalogue (national or global) is using ILS to design union catalogue; Union catalogues are not using ILS as end user iterface but Discovery Interface (DI) as single-point serach entity; Union catalogues are mostly depending on the process of harvesting to gather metadata of books (manifestation level) in a central index inside a discovery service; Most of these services have sucessfully implemented FRBRized display (gathering all manifestion of the same work in the display); Most of these services implemented Deduplication (gathering all items of the same manifestion in one place); But almost all of these services failed to implement minimum OPAC functionalities like real-time item availability status, holds placement/reservation, login with respective library credentials etc. Why? Why?Simple Simpledear, dear,ils ILScan t can ttalk talkto todi DI

40 What is ILS-DI? From the standpoint of libraries it would be ideal to be able to mix and match ILS and discovery platforms to suit local needs. To create such a rich environment the library and vendor community will need agreement on the specific technical details of how discovery and ILS systems are to integrate. Peter Brantley, DLF ExecuQve Director, 23/05/ acqon_api

41 Berkeley Accord, 2008

42 Koha supports ILS-DI ILS-DI Standard

43 What OAI/PMH compatibility is doing?

44

45

46

47 What ILS-DI can do additionally?

48

49 ILS-DI call in REST fashion

50 ILS-DI call in REST fashion

51 The prototype Five Koha Instances (ILS) OAI/PMH and ILSDI emebled Fifty Records X Five Instances VuFind (DI)

52 Issue 1 How to provide Unique bibid for records from different Koha instances? Koha Instane 1 Koha Instane 2 Koha Instane 3 Koha Instane 4 Koha Instane 5 /opac-detail.pl?biblionumber=2 collection = "Kohacat - Catalogue of Library1" institution = "KohaCat-Library1" building = "Library1-Koha1" id = 999c, (pattern_map.id_prefix), first pattern_map.id_prefix.pattern_0 = (.+)=>KohaILSDI1.$1 collection = "Kohacat - Catalogue of Library2" institution = "KohaCat-Library2" building = "Library2-Koha2" id = 999c, (pattern_map.id_prefix), first pattern_map.id_prefix.pattern_0 = (.+)=>KohaILSDI2.$1

53 Issue 2 How to make KohaILSDI driver Multibackend ready? Koha Instance 1 KohaILSDI driver Discovery Interface (DI) [Catalog] ; database host, port, user, password, database host = localhost port = 3306 username = koha_library1 password = kohakoha database = koha_library1 ; Url to the ILS-DI API url =

54 The Multibackend Driver

55

56

57

58

59

60

61

62 Final words before demonstration.. Koha x OAI/PMH ILSDI ILSDI driver Multibackend driver as ILS Direct Database Call (Past) ILSDI Call in REST fashion (still ILS data structure dependent) (Present) Vufind 4.x as DI ILSDI Call in RESTFul (ILS data structure independent) (Future)

63 The TheFuture: Future:RESTFul RESTFulDriver Driver

64 Thank you...

RDA: a new cataloging standard for a digital future

RDA: a new cataloging standard for a digital future RDA: a new cataloging standard for a digital future 44 th Annual Convention of the Association of Jewish Libraries Chicago, IL July 7, 2009 John Attig ALA Representative to the Joint Steering Committee

More information

The Future of the OPAC Newfoundland & Labrador Library Association May 2 nd, 2008

The Future of the OPAC Newfoundland & Labrador Library Association May 2 nd, 2008 The Future of the OPAC Newfoundland & Labrador Library Association May 2 nd, 2008 Lisa Goddard Emerging Services Librarian Memorial University Libraries State of the OPAC Old technology, proprietary architecture

More information

Local Metadatamanagement in a global environment

Local Metadatamanagement in a global environment Frankfurt 16 June 2010 Local Metadatamanagement in a global environment Daniel van Spanje Global Productmanager Metadata Services OCLC metadata has become the structure on which we re building information

More information

Granthalaya.org. Experience of a Union Catalouge for public libraries with Koha

Granthalaya.org. Experience of a Union Catalouge for public libraries with Koha Granthalaya.org Experience of a Union Catalouge for public libraries with Koha Total number of public libraries in Maharashtra as on 30 th June 2009 is 9625 Source : Govt. of Maharashtra Directorate of

More information

Record Manager for New Zealand Schools

Record Manager for New Zealand Schools https://nzschools.share.worldcat.org/wms Record Manager is an OCLC application that is used for cataloguing. New Zealand school libraries can use Record Manager to find catalogue records in WorldCat and

More information

University library Primo at the University of Amsterdam Technology vs Real Life

University library Primo at the University of Amsterdam Technology vs Real Life Primo at the University of Amsterdam Technology vs Real Life Lukas Koster - Library Systems Coordinator - Library of the University of Amsterdam @lukask l.koster@uva.nl EMTACL 2012, Trondheim, October

More information

Summon (Serials Solutions)

Summon (Serials Solutions) Discovery Interfaces and Music (Serials Solutions) Nara L. Newcomer, University of Missouri-Kansas City Music Library Association Annual Meeting 1. Brief Overview (Serials Solutions) East Carolina University

More information

RDA? GAME ON!! A B C L A / B C C A T S P R E C O N F E R E N C E A P R I L 2 2, : : 0 0 P M

RDA? GAME ON!! A B C L A / B C C A T S P R E C O N F E R E N C E A P R I L 2 2, : : 0 0 P M RDA? GAME ON!! A B C L A / B C C A T S P R E C O N F E R E N C E A P R I L 2 2, 2 0 1 0 1 : 3 0 5 : 0 0 P M S P E A K E R S : L I N D A W O O D C O C K ( K W A N T L E N P O L Y T E C H N I C U N I V E

More information

Research, Development, and Evaluation of a FRBR-Based Catalog Prototype

Research, Development, and Evaluation of a FRBR-Based Catalog Prototype Research, Development, and Evaluation of a FRBR-Based Catalog Prototype Yin Zhang School of Library and Information Science Kent State University yzhang4@kent.edu Athena Salaba School of Library and Information

More information

BRIGHTGAUGE/CONNECTWISE INTEGRATION STEPS

BRIGHTGAUGE/CONNECTWISE INTEGRATION STEPS BRIGHTGAUGE/CONNECTWISE INTEGRATION STEPS Introduction & Getting Started! Welcome to BrightGauge, the best way to produce amazing Customer Facing reports with data from ConnectWise and your RMM. Getting

More information

SI PORTAL ONBOARDING GUIDE

SI PORTAL ONBOARDING GUIDE SI PORTAL ONBOARDING GUIDE SI Portal 3.0 support@siportal.com Introduction This document was modelled after a discovery done by an MSP to onboard a new customer. All aspects of the infrastructure was documented

More information

Implementing a Discovery Tool

Implementing a Discovery Tool INFORUM 2013, May 21-22, Prague Implementing a Discovery Tool Options, Experiences, Expectations 19th Annual CONFERENCE ON PROFESSIONAL INFORMATION RESOURCES, May 21-22, 2013, Prague Dr. Thomas Mutschler

More information

Editing Records with the MarcEditor

Editing Records with the MarcEditor Editing Records with the MarcEditor TERRY REESE HEAD OF DIGITAL INITIATIVES THE OHIO STATE UNIVERSITY REESE.2179@OSU.EDU Let s work through these examples together Keypoints MarcEditor What is it? What

More information

What Does Dynamic Mapping Do in a Voyager Catalog?

What Does Dynamic Mapping Do in a Voyager Catalog? Eric Mallory, Technical Support Analyst, Wichita State University Nancy Deyoe, Assistant Dean for Technical Services Sai Deng, Metadata Cataloger, Wichita State University Libraries What Does Dynamic Mapping

More information

School of Library & Information Science, Kent State University. NOR-ASIST, April 4, 2011

School of Library & Information Science, Kent State University. NOR-ASIST, April 4, 2011 DEVELOPING AN FRBR-BASED SYSTEM TO SUPPORT USER TASKS Dr. Yin Zhang Dr. Athena Salaba School of Library & Information Science, Kent State University NOR-ASIST, April 4, 2011 PRESENTATION OUTLINE 1. FRBR

More information

MyClinic. Password Reset Guide

MyClinic. Password Reset Guide MyClinic Password Reset Guide Content Retrieving your username Retrieving your password using security question Retrieving your password without remembering login credentials Retrieving your password using

More information

PRESENTATION OUTLINE RESEARCH AND DEVELOPMENT OF FRBR-BASED SYSTEMS TO SUPPORT USER INFORMATION SEEKING 11/9/2010. Dr. Yin Zhang Dr.

PRESENTATION OUTLINE RESEARCH AND DEVELOPMENT OF FRBR-BASED SYSTEMS TO SUPPORT USER INFORMATION SEEKING 11/9/2010. Dr. Yin Zhang Dr. RESEARCH AND DEVELOPMENT OF FRBR-BASED SYSTEMS TO SUPPORT USER INFORMATION SEEKING Dr. Yin Zhang Dr. Athena Salaba School of Library & Information Science, Kent State University CO-ASIST, November 9, 2010

More information

VuFind open source discovery tool

VuFind open source discovery tool VuFind open source discovery tool Mumit Khan January 5 6, 2011 Licensed under a Creative Commons Attribution-Noncommercial-ShareAlike 3.0 License. Topics Day 1 Morning Discovery Tools: an Introduction

More information

Connecting regions with Global Infrastructure DR. AXEL KASCHTE DIRECTOR, PRODUCT STRATEGY EMEA, OCLC

Connecting regions with Global Infrastructure DR. AXEL KASCHTE DIRECTOR, PRODUCT STRATEGY EMEA, OCLC Connecting regions with Global Infrastructure DR. AXEL KASCHTE DIRECTOR, PRODUCT STRATEGY EMEA, OCLC What if national groups were able to work within regions as they have always done AND at the same time

More information

RefWorks training workbook

RefWorks training workbook RefWorks training workbook PART 1 Setting up a RefWorks account Task 1 - Setting up an account PART 2 Adding references to RefWorks, editing references and using folders Task 2 - Search SOLO and export

More information

RefWorks training workbook

RefWorks training workbook RefWorks training workbook PART 1 Setting up a RefWorks account Task 1 - Setting up an account PART 2 Adding references to RefWorks, editing references and using folders Task 2 - Search SOLO and export

More information

How do you know what your users want?

How do you know what your users want? How do you know what your users want? An overview of usability studies Kristin Antelman NCSU Libraries January 23, 2009 this is a large topic, so I will focus on usability principles and methods as it

More information

Conference of Directors of National Libraries in Asia and Oceania. Hanoi, 20 April 2009

Conference of Directors of National Libraries in Asia and Oceania. Hanoi, 20 April 2009 Conference of Directors of National Libraries in Asia and Oceania Hanoi, 20 April 2009 Use of Open Source Software at the National Library of Australia Jan Fullerton Director-General National Library of

More information

Future Trends of ILS

Future Trends of ILS Held at The Hong Kong Institute of Education 24 April 2015 Future Trends of ILS K.T. Lam The Hong Kong University of Science and Technology Library lblkt@ust.hk, orcid.org/0000-0003-2625-9419 Last revised:

More information

Syrtis: New Perspectives for Semantic Web Adoption

Syrtis: New Perspectives for Semantic Web Adoption Syrtis: New Perspectives for Semantic Web Adoption Joffrey Decourselle, Fabien Duchateau, Ronald Ganier To cite this version: Joffrey Decourselle, Fabien Duchateau, Ronald Ganier. Syrtis: New Perspectives

More information

RESOURCE DISCOVERY PAST WORK AND FUTURE PLANS

RESOURCE DISCOVERY PAST WORK AND FUTURE PLANS RESOURCE DISCOVERY PAST WORK AND FUTURE PLANS Mandy Stewart Resource Discovery Research and Projects Manager May 2013 The Implementation of Primo Primo was a 1 st step in implementing new search and navigation

More information

CyberTools for Libraries A to Z Create, View, & Manage. Copyright 2011 CyberTools, Inc. Restricted use: only for use by licensed or leasing parties.

CyberTools for Libraries A to Z Create, View, & Manage. Copyright 2011 CyberTools, Inc. Restricted use: only for use by licensed or leasing parties. CyberTools for Libraries A to Z Create, View, & Manage Copyright 2011 CyberTools, Inc. Restricted use: only for use by licensed or leasing parties. Why Use A to Z Lists? Contents Other Key Features, A

More information

MnLINK Gateway Informational Session Monday, May 5, 2008

MnLINK Gateway Informational Session Monday, May 5, 2008 MnLINK Gateway Informational Session Monday, May 5, 2008 Minnesota Library Information Network (MnLINK) MnLINK Gateway is a virtual library that provides access to Minnesota s rich resources. Access to

More information

Library. Guide to Searching the OPAC (Online Public Access Catalogue)

Library. Guide to Searching the OPAC (Online Public Access Catalogue) Library Guide to Searching the OPAC (Online Public Access Catalogue) Wessam El Husseini Assistant librarian for technical operations & information skills welabd@bue.edu.eg March 2012 The library owns several

More information

Twelfth Five Year Plan Projects

Twelfth Five Year Plan Projects 6 Twelfth Five Year Plan Projects CSIR-Wide Consortium Access to Online Information Resources (NKRC) Journals and databases are key resources required for furthering research and development. Globally,

More information

Discovery services: next generation of searching scholarly information

Discovery services: next generation of searching scholarly information Discovery services: next generation of searching scholarly information Article (Unspecified) Keene, Chris (2011) Discovery services: next generation of searching scholarly information. Serials, 24 (2).

More information

CatalogWS Library Catalog as Versatile Discovery Platform. Tito Sierra and Joseph Ryan Digital Library Initiatives NCSU Libraries

CatalogWS Library Catalog as Versatile Discovery Platform. Tito Sierra and Joseph Ryan Digital Library Initiatives NCSU Libraries CatalogWS Library Catalog as Versatile Discovery Platform Tito Sierra and Joseph Ryan Digital Library Initiatives NCSU Libraries Outline Next Generation OPACs Catalog as Discovery Platform CatalogWS API

More information

Moving libraries to the Web

Moving libraries to the Web OCLC - Membership Meeting European University Institute Florence, January 31st 2013 Moving libraries to the Web Chris Négrel Director Distributors OCLC EMEA Taking advantage of your participation to WorldCat

More information

Twelfth Five Year Plan Projects

Twelfth Five Year Plan Projects 5 Twelfth Five Year Plan Projects CSIR-WIDE CONSORTIUM ACCESS TO ONLINE INFORMATION RESOURCES (NKRC) Sl. No. Journals and databases are essential resources required for furthering research and development.

More information

Library as Place, Place as Library: A Dialogue on Duality and the Power of Cooperation

Library as Place, Place as Library: A Dialogue on Duality and the Power of Cooperation Asia Pacific Regional Council, Auckland Library as Place, Place as Library: A Dialogue on Duality and the Power of Cooperation 5 February 2010 Karen Calhoun Vice President, WorldCat & Metadata Services,

More information

Search. Discover. Share.

Search. Discover. Share. Search. Discover. Share. Stefania Saccarola (Librarian) stefania.saccarola@eiuc.org Nicola Tonon (IT Officer) nicola.tonon@eiuc.org Discovery Tools @ EIUC BETWEEN OPEN SOURCE AND COMMERCIAL PRODUCTS A

More information

T p o p T e T chn h o n l o o l g o i g e i s & T r T end n s Roy Tennant

T p o p T e T chn h o n l o o l g o i g e i s & T r T end n s Roy Tennant Top Technologies & Trends Roy Tennant Caveats and Considerations Just a few trends I see, not all Things change rapidly Consider how these trends may impact your particular situation The Trends Mass Digitization

More information

MARS 2.0. Authority Control Planning Guide

MARS 2.0. Authority Control Planning Guide MARS 2.0 Authority Control Planning Guide 4 BACKSTAGE LIBRARY WORKS 5 Step 1: Data Setup SYNOPSIS Step 1 details the setup information for transferring your bibliographic or authority records. This setup

More information

Faceted Browsing for Combined Access to a Digital Repository and a Library Catalog

Faceted Browsing for Combined Access to a Digital Repository and a Library Catalog Faceted Browsing for Combined Access to a Digital Repository and a Library Catalog Bess Sadler Leslie Johnston University of Virginia Library DLF Fall 2007 Forum What is Project Blacklight? Blacklight

More information

Metadaten als Grundlage der Bibliotheksautomatisierung. Dr. Axel Kaschte Product Strategy Director, OCLC EMEA

Metadaten als Grundlage der Bibliotheksautomatisierung. Dr. Axel Kaschte Product Strategy Director, OCLC EMEA Metadaten als Grundlage der Bibliotheksautomatisierung Dr. Axel Kaschte Product Strategy Director, OCLC EMEA Frankfurt, 28. April 2015 Information at your fingertips Information at your fingertips Discover

More information

Showing it all a new interface for finding all Norwegian research output

Showing it all a new interface for finding all Norwegian research output Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 00 (2014) 000 000 www.elsevier.com/locate/procedia CRIS 2014 Showing it all a new interface for finding all Norwegian research

More information

MANUAL FOR LIBRARY STAFF

MANUAL FOR LIBRARY STAFF MANUAL FOR LIBRARY STAFF Contents Introduction Getting Started: Login and Home page Adding a Holding to an Existing Bibliographic Record Copy Cataloging: Adding a MARC Record Cataloging Electronic Resources

More information

Webmail Instructions

Webmail Instructions Medway Grid for Learning Policies and Guidance Webmail Instructions (Version 1.10-29/04/2005) Connecting to the webmail service... 1 Accessing old email... 1 To Send a New Message... 3 Organising your

More information

Retrospective Implementation of Faceted Vocabularies for Music

Retrospective Implementation of Faceted Vocabularies for Music Retrospective Implementation of Faceted Vocabularies for Music Efforts Led by the Music Library Association and Recommendations for Future Directions A Technical Report Prepared by Casey Mullin Chair,

More information

WorldCat Local Detailed Record

WorldCat Local Detailed Record WorldCat Local Detailed Record Table of Contents 1 General Functionality... 3 1.1 Interactions/Animation...3 1.1.1 WorldCat Local... 4 2 Global Views... 5 2.1 Header...6 2.1.1 Branded masthead... 7 2.1.1.1

More information

Mapping the library future: Subject navigation for today's and tomorrow's library catalogs

Mapping the library future: Subject navigation for today's and tomorrow's library catalogs University of Pennsylvania ScholarlyCommons Scholarship at Penn Libraries Penn Libraries January 2008 Mapping the library future: Subject navigation for today's and tomorrow's library catalogs John Mark

More information

Quick Reference: Local Data for WorldCat Local

Quick Reference: Local Data for WorldCat Local Quick Reference: Local Data for WorldCat Local Introduction Libraries now have the full functionality to harness their local data local bibliographic data, local holdings data and local system number by

More information

ECAS User Guide for external EDAMIS users - How to request an account / reset a password -

ECAS User Guide for external EDAMIS users - How to request an account / reset a password - EUROPEAN COMMISSION EUROSTAT Directorate B: Corporate statistical and IT services Unit B3: EDAMIS ECAS User Guide for external EDAMIS users - How to request an account / reset a password - Date 03.12.2012

More information

Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata.

Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata. Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata. Sougata Chattopadhyay 1, Arup Sarkar 2 Library Assistant, St. Xavier s College (Autonomous), Kolkata E-mail:

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8 RSA SECURID ACCESS Implementation Guide PingIdentity John Sammon & Gina Salvalzo, RSA Partner Engineering Last Modified: February 27 th, 2018 Solution Summary Ping Identity

More information

Queens Library API Requirements Document For e-content Partners

Queens Library API Requirements Document For e-content Partners Queens Library API Requirements Document For e-content Partners Version Date Author Description 1 08/03/2015 Surinder Pal Singh Draft 1.1 08/07/2015 Surinder Pal Singh Revised by Team 1.2 08/19//2015 Surinder

More information

Preserving URLs When Overlaying OCLC Records. Steve McDonald Tufts University

Preserving URLs When Overlaying OCLC Records. Steve McDonald Tufts University Preserving URLs When Overlaying OCLC Records Steve McDonald Tufts University Tufts University Our catalog has Nearly 500,000 ebooks Over 100,000 streaming media titles In 120 collections From 40 providers

More information

User manual archiving

User manual  archiving User manual E-Mail archiving 4net AG Cloud Services Table of contents 1 Description... 3 2 Web-Access... 3 3 Outlook Add-In... 4 Add-In Configuration... 5 4 MailStore Client... 6 Client Configuration...

More information

72,035 libraries in 170 countries

72,035 libraries in 170 countries Discovery through WorldCat Local Single-search access to your library s resources Chip Nilges Vice President OCLC The OCLC cooperative: a nonprofit, membership organization Public purposes: Further access

More information

University of Huddersfield Repository

University of Huddersfield Repository University of Huddersfield Repository Pattern, David Summon at Huddersfield Original Citation Pattern, David (2010) Summon at Huddersfield. In: Implementing and evaluating Summon at Huddersfield and Northumbria

More information

PCSchool Search User Guide. Search User Guide. Created in version /11

PCSchool Search User Guide. Search User Guide. Created in version /11 Search User Guide Created in version 2007.4.0.5 1/11 Table of Contents Search Keyword Search... 2 Propagate Search Words... 3 Report Format... 3 Report Format... 4 Popup Format... 5 Keyword Search... 7

More information

Purpose: A dynamic approach to make legacy databases like CDS/ISIS, interoperable with OAI-compliant digital libraries (DL).

Purpose: A dynamic approach to make legacy databases like CDS/ISIS, interoperable with OAI-compliant digital libraries (DL). A Dynamic Approach to make CDS/ISIS Databases Interoperable over Internet Using OAI Protocol F. Jayakanth, K. Maly, M. Zubair, and L Aswath Authors: F. Jayakanth is a visiting Fulbright fellow at the Computer

More information

FROM BIBFRAME TO THE CLOUD. The Future of the ILS

FROM BIBFRAME TO THE CLOUD. The Future of the ILS FROM BIBFRAME TO THE CLOUD The Future of the ILS Presenters Elayna Turner Librarian/ILS Administrator for the Gloucester County Library System ILS Experience Horizon (SirsiDynix) Symphony (SirsiDynix)

More information

Batchloading Bibliographic records for e-resources into the PINES database

Batchloading Bibliographic records for e-resources into the PINES database AI4-GADD proposal and batchloading. AI4-A: GADD proposal (see attached) The cataloging subcommittee recommends that the GADD proposal be accepted. There was not a formal vote; however, the consensus of

More information

Looking to the Future

Looking to the Future Looking to the Future with RDA Presented by Dr. Barbara B. Tillett Chief, Policy & Standards Division, Library of Congress For National Central Library and Library Association of the Republic of China

More information

Finding and Importing Records from the Hybrid KLC (Koha Libraries)

Finding and Importing Records from the Hybrid KLC (Koha Libraries) Finding and Importing Records from the Hybrid KLC (Koha Libraries) 1. Login to the Staff side of ShareIt. 2. At the search interface, search for the item by ISBN or title/author. Tip: Searching by ISBN

More information

Erkki Tolonen

Erkki Tolonen Erkki Tolonen 12.9.2017 Photograph: Eeva Rista 1974, Helsinki City Museum, https://finna.fi/record/hkm.hkms000005:km0000lqgq Finna in a nutshell The user interface of National Digital Library. One of the

More information

WorldCat Discovery Services Release Notes for Contents

WorldCat Discovery Services Release Notes for Contents WorldCat Discovery Services Release Notes for 2014-08-07 Contents New Features... 2 Integration with WorldShare ILL... 2 Customizable patron ILL request form (added after first distribution of the release

More information

Standard Social Sharing and Aggregation on the Go. Dan Scott, Laurentian University October 14, 2010

Standard Social Sharing and Aggregation on the Go. Dan Scott, Laurentian University October 14, 2010 Standard Social Sharing and Aggregation on the Go Dan Scott, Laurentian University October 14, 2010 Why me? In the current online sense of social, I'm antisocial: I killed my mostly inactive Facebook account

More information

Complete Solutions for Today s Electronic Collections

Complete Solutions for Today s Electronic Collections Complete Solutions for Today s Electronic Collections 29, January, 2007 Sydney, Australia JR Jenkins, MLIS Steve McCracken Peter McCracken, MLS Serials Solutions, Inc. Group Product Manager Today s Agenda

More information

[The following is a summary of a research study published in Library Hi Tech (29:2 2011). Ed.]

[The following is a summary of a research study published in Library Hi Tech (29:2 2011). Ed.] [The following is a summary of a research study published in Library Hi Tech (29:2 2011). Ed.] As a concept, the next-generation catalog (NGC) is not new to librarians, who have been wishing for better

More information

Almadallah Healthcare Management

Almadallah Healthcare Management Almadallah Healthcare Management This manual contains the information on provider account, the features or benefits a provider will get by having a user account with Almadallah Website. A l m a d a l l

More information

Next Generation Library Interfaces

Next Generation Library Interfaces ALCTS Midwinter Symposium Breaking Down the Silos: Planning for Discovery in Library 2.0 Next Generation Library Interfaces Overview of concepts and an brief tour of commercial and open source products

More information

Ex Libris Integrated and Consortia Solutions.

Ex Libris Integrated and Consortia Solutions. Ex Libris Integrated and Consortia Solutions Heal-Link Workshop September 2007 www.exlibrisgroup.com Agenda Ex Libris who and where we are New trends an challenges Primo and our integrated solutions Consortia

More information

Interlinear Greek-English New Testament

Interlinear Greek-English New Testament Interlinear Greek-English New Testament If you are looking for the book Interlinear Greek-English New Testament in pdf form, then you've come to the correct site. We present the complete edition of this

More information

Application of Web Discovery Services through VuFind

Application of Web Discovery Services through VuFind Application of Web Discovery Services through VuFind Sukumar Mandal Assistant Professor, Department of Library and Information Science The University of Burdwan, Burdwan 713 104 Abstract Generally resource

More information

SEMLA Annual Meeting, Oct. 16, 2010 Nara L. Newcomer, East Carolina University

SEMLA Annual Meeting, Oct. 16, 2010 Nara L. Newcomer, East Carolina University SEMLA Annual Meeting, Oct. 16, 2010 Nara L. Newcomer, East Carolina University newcomern@ecu.edu 1 OPAC (& databases) Next-Gen Catalogs Federated Search Web-Scale Discovery Local content But libraries

More information

Qualys Cloud Platform (VM, PC) v8.x Release Notes

Qualys Cloud Platform (VM, PC) v8.x Release Notes Qualys Cloud Platform (VM, PC) v8.x Release Notes Version 8.16 December 14, 2018 This new release of the Qualys Cloud Platform (VM, PC) includes improvements to Vulnerability Management and Policy Compliance.

More information

MEMA. Memory Management for Museum Exhibitions. Independent Study Report 2970 Fall 2011

MEMA. Memory Management for Museum Exhibitions. Independent Study Report 2970 Fall 2011 MEMA Memory Management for Museum Exhibitions Independent Study Report 2970 Fall 2011 Author: Xiaoning Bai Yuanyuan Ye Supervisors: Dr. Peter Brusilovsky, Yiling Lin Part I. Introduction to MEMA MEMA is

More information

7.3. In t r o d u c t i o n to m e t a d a t a

7.3. In t r o d u c t i o n to m e t a d a t a 7. Standards for Data Documentation 7.1. Introducing standards for data documentation Data documentation has several functions. It records where images, text, and other forms of digital data are from,

More information

Discovery layers and discovery services

Discovery layers and discovery services Discovery layers and discovery services CHRISTISON, Andrew Available from Sheffield Hallam University Research Archive (SHURA) at: http://shura.shu.ac.uk/7435/ This document is the author deposited version.

More information

S.N Tasks Related technical knowledge 1. State the concept of ICT, computer and its components, other peripherals and connectivity

S.N Tasks Related technical knowledge 1. State the concept of ICT, computer and its components, other peripherals and connectivity Module 9: Information and Communication Technology (ICT) in library (Sub-core area) Theory 20 hrs + Practical 55 hrs = 75 hours Theory 10 + Practical 50 = 60 marks This chapter deals with the basics of

More information

data elements (Delsey, 2003) and by providing empirical data on the actual use of the elements in the entire OCLC WorldCat database.

data elements (Delsey, 2003) and by providing empirical data on the actual use of the elements in the entire OCLC WorldCat database. Shawne D. Miksa, William E. Moen, Gregory Snyder, Serhiy Polyakov, Amy Eklund Texas Center for Digital Knowledge, University of North Texas Denton, Texas, U.S.A. Metadata Assistance of the Functional Requirements

More information

Next Generation Library Catalogs: opportunities. September 26, 2008

Next Generation Library Catalogs: opportunities. September 26, 2008 Next Generation Library Catalogs: Local developments and research opportunities Derek e Rodriguez, TRLN September 26, 2008 Overview Introduction to TRLN Scope and goals of the TRLN Endeca Project Project

More information

Design of The PORTA EUROPA Portal (PEP) Pilot Project

Design of The PORTA EUROPA Portal (PEP) Pilot Project Design of The PORTA EUROPA Portal (PEP) Pilot Project Marco Pirri Maria Chiara Pettenati Electronics and Telecommunications Department University of Florence (Italy) Library European University Institute

More information

Ch1 organizing information from the shelf to the web

Ch1 organizing information from the shelf to the web Ch1 organizing information from the shelf to the web Introduction Information services in today word Think for a minute about what you do when you are in need of information.!! Information organization

More information

Contents Overview... 2 Part I Connecting to the VPN via Windows OS Accessing the Site with the View Client Installing...

Contents Overview... 2 Part I Connecting to the VPN via Windows OS Accessing the Site with the View Client Installing... CSEC 640 Lab Access Contents Overview... 2 Part I Connecting to the VPN via Windows OS... 2 Accessing the Site with the View Client... 2 Installing... 3 Launching Your Client... 4 Part II Windows Access

More information

Please review the Infoblox CCS Scripting Guide for more information on the above optional statements

Please review the Infoblox CCS Scripting Guide for more information on the above optional statements Overview Network engineers are always looking for ways to automate the tasks of maintaining network devices. Logging into network devices to make changes or to upgrade software is tedious, time consuming,

More information

The Other Amazon Web Services. (the ecommerce ones) Prepared by Ken Giffen.

The Other Amazon Web Services. (the ecommerce ones) Prepared by Ken Giffen. The Other Amazon Web Services (the ecommerce ones) Prepared by Ken Giffen ken.giffen@kwga.com 24-May-2017 1 Amazon Web Services (AWS) Cloud Computing Service As per Wikipedia... Amazon Web Services (AWS)

More information

Supporting FRBRization of Web Product Descriptions

Supporting FRBRization of Web Product Descriptions Supporting FRBRization of Web Product Descriptions Naimdjon Takhirov, Fabien Duchateau, Trond Aalberg Department of Computer and Information Science Norwegian University of Science and Technology Theory

More information

OCLC WorldShare Collection Manager quick start guide

OCLC WorldShare Collection Manager quick start guide OCLC WorldShare Collection Manager quick start guide for JSTOR libraries Verify preferred OCLC symbol... 2 MARC editing options... 3 WorldCat updates... 4 Record delivery preferences... 5 Reports... 6

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

Z-Books: Hunting Down Zombie Ebooks Hiding in your Catalog

Z-Books: Hunting Down Zombie Ebooks Hiding in your Catalog University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 5-17-2013 Z-Books: Hunting Down Zombie Ebooks Hiding in your Catalog Kathryn Lybarger University of Kentucky, kathryn.lybarger@uky.edu

More information

Role of Social Media and Semantic WEB in Libraries

Role of Social Media and Semantic WEB in Libraries Role of Social Media and Semantic WEB in Libraries By Dr. Anwar us Saeed Email: anwarussaeed@yahoo.com Layout Plan Where Library streams merge the WEB Recent Evolution of the WEB Social WEB Semantic WEB

More information

CBW/CBO Advanced: Using Live Connect efficiently

CBW/CBO Advanced: Using Live Connect efficiently CBW/CBO Advanced: Using Live Connect efficiently Live Connect makes it possible to share information between a Res Card and the supplier s booking engine. As such, a Res Card must exist in ClientBase and

More information

Full-text ETD retrieval in library discovery system: designing a framework

Full-text ETD retrieval in library discovery system: designing a framework Annals of Library and Information Studies Vol. 63, December 2016, pp. 274-288 Full-text ETD retrieval in library discovery system: designing a framework Prosenjit Sarkar a and Parthasarathi Mukhopadhyay

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Handles at LC as of July 1999

Handles at LC as of July 1999 Handles at LC as of July 1999 for DLF Forum on Digital Library Practices July 18, 1999 Sally McCallum (Network Development and MARC Standards Office, LC), smcc@loc.gov Ardie Bausenbach (Automation Planning

More information

Summon at Huddersfield. Dave Pattern, Library Systems Manager

Summon at Huddersfield. Dave Pattern, Library Systems Manager Summon at Huddersfield Dave Pattern, Library Systems Manager d.c.pattern@hud.ac.uk Background E-Resource Provision 10 years ago Microsoft Word (2000) E-Resource Provision 10 years ago OneLog (2003) E-Resource

More information

QMUL Reading Lists Online

QMUL Reading Lists Online QMUL Reading Lists Online User Manual Watch it online Version 3 July 2012 Mehveş Kayani-Hogan CONTENTS Page INTRODUCTION 2 BOOKMARKING RESOURCES 3 Installing the Bookmarklet Tool (watch how to do this)

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

Metadata aggregation for digital libraries

Metadata aggregation for digital libraries ICDAT 2005 Metadata aggregation for digital libraries Muriel Foulonneau () Grainger Engineering Library University of Illinois at Urbana-Champaign USA June 2005 Outlines Role and practices of actors in

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

Getting technical an overview

Getting technical an overview Getting technical an overview Tom Bishop Head of Library and Surgical Information Services The Royal College of Surgeons of England Introduction to Journals and E-Resources Today October 9 th, 2014 The

More information

Step-by-Step Guide to Ansur Executive 3.0 Installation With or without Electronic Signatures

Step-by-Step Guide to Ansur Executive 3.0 Installation With or without Electronic Signatures Step-by-Step Guide to Ansur Executive 3.0 Installation With or without Electronic Signatures Ansur with Electronic Signatures Background: Electronic signature is a new feature that is implemented in Ansur

More information