Digital Libraries & Technology Trends

Slides:



Advertisements
Similar presentations
Dr. Leo Obrst MITRE Information Semantics Information Discovery & Understanding Command & Control Center February 6, 2014February 6, 2014February 6, 2014.
Advertisements

Putting the Pieces Together Grace Agnew Slide User Description Rights Holder Authentication Rights Video Object Permission Administration.
Resource description and access for the digital world Gordon Dunsire Centre for Digital Library Research University of Strathclyde Scotland.
IST Humboldt University Berlin, Germany – Computer and Media Service – Electronic Publishing Group Birgit Matthaei, 4th Sept. 2003, Bath,
White Paper on Establishing an Infrastructure for Open Language Archiving Steven Bird and Gary Simons.
Maira Bundža Western Michigan University IFLA Satellite Post-Conference Tallinn, August 18, 2012.
DuraSpace: Digital Information All Ways, Always Pretoria, South Africa May 14 th, 2009.
CH-4 Ontologies, Querying and Data Integration. Introduction to RDF(S) RDF stands for Resource Description Framework. RDF is a standard for describing.
A. Grigorov, A. Georgiev, M. Petrov, S. Varbanov, K. Stefanov Building a Knowledge Repository for Life-long Competence Development.
The OCLC Metadata Switch Project Jean Godby, Thomas Hickey, Diane Vizine-Goetz OCLC Office of Research Digital Library Federation May 14, 2003.
The Library behind the scene How does it work ? The Library behind the scenes 1 JINR / CERN Grid and advanced information systems 2012 Anne Gentil-Beccot.
IDENTIFIERS & THE DATA CITATION INDEX DISCOVERY, ACCESS, AND CITATION OF PUBLISHED RESEARCH DATA NIGEL ROBINSON 17 OCTOBER 2013.
FAO and UNESCO-IOC/IODE Combine Efforts in their Support of Open Access Written by Marc Goovaerts, U. Hasselt, BE.
DSpace Devika P. Madalli DRTC, ISI Bangalore.
Building a Digital Library with Fedora International Conference on Developing Digital Institutional Repositories Hong Kong December 9, 2004.
Kristin Eberle Monica Hampton Carmen Velasquez Kristin Eberle Monica Hampton Carmen Velasquez Knowledge Management.
The Open Archives Initiative Simeon Warner (Cornell University) Symposium on “Scholarly Publishing and Archiving on the Web”, University.
ReQuest (Validating Semantic Searches) Norman Piedade de Noronha 16 th July, 2004.
1. 2 Module 7 Content and knowledge Management Objectives To provide basic concepts and knowledge of Content Management to CIOs and explore the applicability.
Publishing Digital Content to a LOR Publishing Digital Content to a LOR 1.
Key integrating concepts Groups Formal Community Groups Ad-hoc special purpose/ interest groups Fine-grained access control and membership Linked All content.
‘The Universal Catalogue’ a cultural sector viewpoint David Dawson Senior Policy Adviser (Digital Futures) Museums, Libraries and archives Council.
The MMI Tools Carlos Rueda Monterey Bay Aquarium Research Institute OOS Semantic Interoperability Workshop Marine Metadata Interoperability Project Boulder,
Interoperability through Library APIs Library Technology Services Open House 7/30/15.
Themes Architecture Content Metadata Interoperability Standards Knowledge Organisation Systems Use and Users Legal and Economic Issues The Future.
DDI-RDF Leveraging the DDI Model for the Linked Data Web.
Metadata. Generally speaking, metadata are data and information that describe and model data and information For example, a database schema is the metadata.
CBSOR,Indian Statistical Institute 30th March 07, ISI,Kokata 1 Digital Repository support for Consortium Dr. Devika P. Madalli Documentation Research &
VIVO and Scholarly Repositories: Synergistic Opportunities.
A Systemic Approach for Effective Semantic Access to Cultural Content Ilianna Kollia, Vassilis Tzouvaras, Nasos Drosopoulos and George Stamou Presenter:
SKOS. Ontologies Metadata –Resources marked-up with descriptions of their content. No good unless everyone speaks the same language; Terminologies –Provide.
Agenda Why discuss Digital Libraries What is a digital Library History Meta-data FEDORA NSDL D Space.
Introduction to the Semantic Web and Linked Data Module 1 - Unit 2 The Semantic Web and Linked Data Concepts 1-1 Library of Congress BIBFRAME Pilot Training.
DSpace - Digital Library Software
DANIELA KOLAROVA INSTITUTE OF INFORMATION TECHNOLOGIES, BAS Multimedia Semantics and the Semantic Web.
Sharing Digital Scores: Will the Open Archives Initiative Protocol for Metadata Harvesting Provide the Key? Constance Mayer, Harvard University Peter Munstedt,
A Project of the University Libraries Ball State University Libraries A destination for research, learning, and friends.
Data Citation Implementation Pilot Workshop
FIND IT! USING LIBRARY CATALOGING CONCEPTS TO ORGANIZE AND MAKE RECORDS FINDABLE DIONNE L. MACK, INTERIM DIRECTOR OF QUALITY OF LIFE DEPARTMENTS.
Web Services Overview Thomas Hickey. 2 What are Web Services? Machine-to-machine communication Run over standard Web protocols –XML syntax, HTTP packaging.
ONTOLOGY LIBRARIES: A STUDY FROM ONTOFIER AND ONTOLOGIST PERSPECTIVES Debashis Naskar 1 and Biswanath Dutta 2 DSIC, Universitat Politècnica de València.
VIVO: Faculty Research Information System and Discovery
An Overview of Data-PASS Shared Catalog
VI-SEEM Data Discovery Service
Middleware independent Information Service
Repository Software - Standards
ACS 2016 Moving research forward with persistent identifiers
Introduction, Features & Technology
VI-SEEM Data Repository
DSpace-CRIS introduction DSpace Steering Group, 2017 Nov. 1st
An Architecture for Complex Objects and their Relationships
VI-SEEM Data Repository
Introduction to Implementing an Institutional Repository
Semantic Web: Core Concepts and Mechanisms
PREMIS Tools and Services
NSDL Data Repository (NDR)
How can DDI make the most of RDF?
2. An overview of SDMX (What is SDMX? Part I)
Tech introduction.
IDEALS at the University Of Illinois: A Case Study of Integration Between an IR and Library Discovery Systems Sarah L. Shreeves University of Illinois.
Semantic Annotation service
Session 2: Metadata and Catalogues
LOD reference architecture
BUILDING A DIGITAL REPOSITORY FOR LEARNING RESOURCES
JISC Information Environment Service Registry (IESR)
IdRef – Service of reference frames for Higher Education and Research
Institutional Repositories
Dataverse for citing and sharing research data
Linked Data Ryan McAlister.
Taxonomy of public services
Presentation transcript:

Digital Libraries & Technology Trends ARD Prasad DRTC Indian Statistical Institute

Agenda Digital Libraries – Statistics Protocols – OAI-ORE, REST, RDF Persistent IDs – ORCID Discovery Tools – Metadata & Ontologies Related Software Islandora (Integration with Semantic Web) Vivo (Researchers and Research Projects) CKAN & DataVerse (Data repositories)

Statistics from DOAR registered Repositories India stands in 13th place

Worldwide Installations of DSpace Total: 2476 USA: 296 India: 179 Brazil: 116 India has the second largest install base

Protocols

OAI-ORE Open Archives Initiative – Object Reuse and Exchange DSpace supports OAI-ORE Allows not only metadata, but also the digital objects to be harvested DSpace can act both as Data Provider and Service Provider

REST Protocol Representational State Transfer Became more popular than SOAP (Simple Object Access Protocol) Compliant to HTTP DSpace supports REST Meant for developing Web APIs, so that many web based services can launched For example, one can interact offline with DSpace and retrieve and manipulate retrieved data

RDF Resource Description Framework Formats to serialize data following RDF RDF/XML, Turtle, N-Triples and N3-Notation DSpace prefers Turtle, but the code can should be able to handle other formats

Turtle RDF is expressed in Triples – Subject, Predicate, Object Ex: Bernard Shaw(subject) wrote(predicate) Saint Joan(Object) Similar to SPARQL (query language of RDF) Turtle ex: <http://example.org/person/Bernard_Shaw> <http://example.org/relation/author> <http://example.org/books/Saint_Joan>

Persistent Identifier

IDs everywhere Printed documents have ISBN, ISSN etc Digital Documents have DOI, CNRI handles Authors have ORCID Organisational ID: organizationally unique identifier (OUI) Library Science pioneered IDs a few decades back – Authority Files – Name, Corporate Name, Publishers, Geographical Area, subjects etc

ORCID Open Researcher and Contributor ID A unique and Persistent Id for researchers and authors. (Free and Non-proprietary) Similar to Name authority files with an added ID Managed by not-for-profit organization. http://orcid.org Resolves name ambiguity Spelling variation Transliteration Name Changes: Maiden or Married name Names with and without initials

ORCID Open Researcher and Contributor ID Advantages Helps in discoverability Eliminates ambiguity of researchers having same name Connects research with researchers

Where to Use ORCID Submitting research articles Applying for funding to support research projects Membership to learned bodies Digital/Data repositories Any information system for researcher Allows connecting research with research project, organisations Note: Recent versions of DSpace support ORCID

ORCID interoperability CrossRef DataCite EuroCRIS RefFund (FundRef) etc.

Should be Mandated UGC should mandate that all research students, faculty Funding agencies like DST, DBT, ICAR, ICSSR, ICHR etc Journals in various subjects including LIS Digital Repositories. DSpace supports ORCID

Metadata and Ontologies

Metadata Metadata is being used in much more broader sense than confined to documents Metadata of people (FOAF – Friend of a Friend) Metadata of Organizations Events Processes Products Every entity

Metadata A powerful Discovery tool There are more 200 metadata scheme Metadata is becoming highly domain specific Dublin Core is considered as the lowest common denominator

Ontologies Library Classification, Thesauri metamorphosis into Ontologies Major difference is making the relations more explicit to implement Description Logic so that inference engines can be applied Schema: SKOS (Simple knowledge Organisation System) OWL (Web Ontology Language)

Digital Library Related Software

DuraSpace Products A joint venture of DSpace Foundation and Fedora Commons Organization DSpace Fedora (Backend of Islandora) Vivo

Islandora Digital Repository Software Combines Fedora (digital asset management software) Drupal (Content Management System – one can use Drupal modules, functions, themes etc.) Solr (Indexing) Preservation metadata automatically generated

Islandora Solution Packs Supports Research Data Data Solution Pack Chemistry Solution Pack Biosciences Solution Pack Other Generic Packs Basic collection Solution Audio solutions pack Basic image solution pack, etc.

Vivo: A DuraSpace Project A semantic-web-based research and researcher discovery tool for people plus the research they do VIVO is an open source software and an ontology for representing scholarship. VIVO supports recording, editing, searching, browsing and visualizing scholarly activity. VIVO encourages research discovery, expert finding, network analysis and assessment of research impact. VIVO is easily extended to support additional domains of scholarly activity.

Data Repository Software CKAN Mostly used in publishing government data at International, National, even city level DataVerse Mostly popular with Research Data Management (RDM).

Concluding Remarks

Information Are catalogues confined to describing books of documents Trade catalogues deal with all kindly products where each product is described along with pictures of the product. Albeit not a structured way or following some standards We use classification in day to day life, need not be confined to classifying books for shelf arrangement or building thesauri for vocabulary control Persistent Identifiers are important in many contexts

Thank You ard@drtc.isibang.ac.in ardprasad@gmail.com