oatd.org Discovery for Open Access Theses and Dissertations An ASERL Webinar, October 15, 2013 These slides:

Size: px
Start display at page:

Download "oatd.org Discovery for Open Access Theses and Dissertations An ASERL Webinar, October 15, 2013 These slides:"

Transcription

1 oatd.org Discovery for Open Access Theses and Dissertations An ASERL Webinar, October 15, 2013 These slides: Thomas Dowling

2 I Can Haz ASERL ETDs? 34 of 37 ASERL universities provide open access ETDs 25 of 37 members provide OA ETDs through a harvestable repository. [Or, 9 members provide OA ETDs but do not make them harvestable.] As of September 30, 2013, OATD indexes 99,857 records from ASERL members.

3 What Is OATD? A discovery service for Open Access Graduate Level Theses and Dissertations Harvested from Repositories Worldwide

4 What Is OATD? 1.89 million records 850+ universities 360+ repositories 75,000 records with "semi-full text turbo boost" Search hits from first 40 pages Sample images from PDF Not a full-text index One Amazon small server + 200GB

5 What Is OATD? Steering Committee: Martin Courtois (Kansas State), John Hagen (WVU), Molly Keener (WFU), Caitlin Nelson (Florida Virtual Lib), Ryan Steans (Texas Digital Lib), Zoe Stewart-Marshall (past president, LITA) Generous support from the Z. Smith Reynolds Library, Wake Forest University.

6 What Needs Does OATD Meet? Current search tools for ETDs: Point to closed-access copies when OA is available Lump OA ETDs in with overwhelming numbers of other documents Rely on the kindness of vendors Have under-developed, uninformative user interfaces Have no enhancement request process

7 What Needs Does OATD Meet? Current search tools for ETDs: Point to closed-access copies when OA is available Lump OA ETDs in with overwhelming numbers of other documents Rely on the kindness of vendors Have under-developed, uninformative user interfaces Have no enhancement request process

8 What Needs Does OATD Meet? Current search tools for ETDs: Point to closed-access copies when OA is available Lump OA ETDs in with overwhelming numbers of other documents Rely on the kindness of vendors Have under-developed, uninformative user interfaces Have no enhancement request process

9 What Needs Does OATD Meet? Current search tools for ETDs: Point to closed-access copies when OA is available Lump OA ETDs in with overwhelming numbers of other documents Rely on the kindness of vendors Have under-developed, uninformative user interfaces Have no enhancement request process

10 What Needs Does OATD Meet? Meanwhile, in every other library search interface... Massive investment of time, energy, and money Google-driven user expectations Simpler search Concentration on what users can do with results

11 OATD Components Getting Metadata (OAI-PMH harvesting) Cleaning Up Metadata (XML conversion) Indexing Metadata (Solr) Web User Interface Web Crawler for PDFs Web Crawlers for [a few] non-oai repositories

12 OAI-PMH OAI-harvested repositories in OATD, by platform Built into most major repository platforms (DSpace, DigitalCommons, ContentDM, EPrints...)

13 OAI-PMH But... It may not be enabled It may not be configured well It may break without alerting you Wait Didn t Google quit using OAI-PMH? Why should we still care about it?

14 OAI-PMH Talks to our highly structured metadata: <title>emulating Data Synthesis for Virtual Simulations</title> <dc:creator>aaronson, A. Arthur</dc:creator> <dc:contributor role="committee Chair"> Berenson, Barbara B. </dc:contributor>

15 OAI-PMH Talks to our highly structured metadata: <mods:dateaccessioned> T09:15:00Z </mods:dateaccessioned> <mods:dateavailable> T09:15:00Z </mods:dateavailable>

16 OAI-PMH Six "Verbs" (and various adverbs) [Odds are, you don't need to know any of this...] Identify: Tell me about yourself ListMetadataFormats: Tell me what metadata "flavors" you offer (DC, Qualified DC; ETD-MS, UKETD, xmetadiss; METS, MODS) ListSets: Tell me how you subdivide your repository

17 OAI-PMH Six "Verbs" (and various adverbs) ListIdentifiers: List record identifiers [in this set] [from a date] [until a date] [available in this metadata format] GetRecord: Give me one record [with this identifier] [in this metadata format] ListRecords: Give me all records [in this set] [from a date] [until a date] [in this metadata format]

18 OAI-PMH Six "Verbs" (and various adverbs) So for example: verb=listrecords & set=etds & from= & metadataprefix=oai_etdms

19 Cleanup and Conversion...<metadata> <title>a New Theory on the Brontosaurus</title> <creator>elke, Anne</creator> <degree> <name>doctor of Philosophy</name> <level>doctoral</level> <discipline>dinosaur Studies</discipline> <grantor>foo Tech</grantor> </degree> </metadata>...

20 Cleanup and Conversion <title>a New Theory on the Brontosaurus</title> <creator>elke, Anne</creator> <degree>doctor of Philosophy</degree> <grantor>foo Tech</grantor> <field name="title">a New Theory on the Brontosaurus </field> <field name="author">elke, Anne</field> <field name="degree" >PhD</field> <field name="publisher">foo Institute of Technology and Science</field>

21 Cleanup and Conversion <subject>thesis (M.S.) - Archeology</subject> <contributor>foo Tech, School of Social Work</contributor> <date>spring 2010</date> <date> </date> <field name="degree">ms</field> <field name="level">masters</field> <field name="discipline"> Archeology</field> <field name="discipline"> Social Work</field> <field name="date"> </field>

22 Solr Free, open source search engine Search engine used by Netflix, StubHub, Instagram, Internet Archive, Zappos, Smithsonian... Also VuFind and Blacklight library catalog interfaces. Reindexes records without creating dups.

23 Semi-Full Text Turbo Boost Covers ~75k mostly recent ETDs Very lightweight web crawler Pauses if it has hit a site within the last 2 minutes Should not re-pull the same PDF more than once a year Gets record IDs from OATD: does not run searches on your site Pulls OATD's URL and looks for first likely PDF link

24 Semi-Full Text Turbo Boost Grabs page images for "front matter" (first 7 pages) Indexes pages 8 to 40 Used for search highlighting only Not searchable in the UI Extracts first 11 "real" images Not front matter Not too big, not too small No PDF "soft mask" images

25 Semi-Full Text Turbo Boost

26 Semi-Full Text Turbo Boost

27 Semi-Full Text Turbo Boost

28 Web Crawling for Non-OAI Sites Last Resort Depends on findable, parseable browse pages; parseable record pages; persistent URLs Very labor-intensive Prone to breaking whenever you tweak your site Requires re-crawling the entire site every time If you really can t do OAI, but have good metadata, call me.

29 Frequently Unanswered Questions (And How Your Metadata Can Help) Is this an ETD? Entire repository is ETDs Set ABCD is all of our ETDs dc:type=thesis, dc:type=dissertation Is it open access? How about Creative Commons? dc:rights=unrestricted dc:rights=licensed under a Creative Commons CC-BY-SA license...

30 Frequently Unanswered Questions (And How Your Metadata Can Help) What school is this from? Use a good dc:publisher value What department or discipline is this from? Use ETD-MS or UKETD dc.contributor=[something very consistent]

31 Frequently Unanswered Questions (And How Your Metadata Can Help) Is this a doctoral dissertation or a masters thesis? What s the degree? Use ETD-MS or UKETD dc.subject=[something very consistent] What s the complete citation? Confirm that you export author, title, year, URL

32 Frequently Unanswered Questions (And How Your Metadata Can Help) What s the embargo situation? [Now] dc:rights=restricted [Later] dc:rights=unrestricted dc:date.accessioned=... dc:date.available=...

33 Not Really That Helpful State!</publisher> <dc:rights>no access until Campus-only access until 2012.</dc:rights> <dc:title>embargo Test #2</dc:title>

34 The Mad Libs Guide To Next Steps OATD is a harvested index of ETD records in repositories from around the world. way cool name is a harvested index of discipline OR content type records in repositories from. geographical region OR library consortium OR repository type

35 Remember When Every Library Presentation Had an Obligatory Silo Slide? Three Silos Theresa L. Wysocki, from Flickr

36 oatd.org Discovery for Open Access Theses and Dissertations An ASERL Webinar, October 15, 2013 These slides: Thomas Dowling

http://resolver.caltech.edu/caltechlib:spoiti05 Caltech CODA http://coda.caltech.edu CODA: Collection of Digital Archives Caltech Scholarly Communication 15 Production Archives 3102 Records Theses, technical

More information

OAI-PMH. DRTC Indian Statistical Institute Bangalore

OAI-PMH. DRTC Indian Statistical Institute Bangalore OAI-PMH DRTC Indian Statistical Institute Bangalore Problem: No Library contains all the documents in the world Solution: Networking the Libraries 2 Problem No digital Library is expected to have all documents

More information

RVOT: A Tool For Making Collections OAI-PMH Compliant

RVOT: A Tool For Making Collections OAI-PMH Compliant RVOT: A Tool For Making Collections OAI-PMH Compliant K. Sathish, K. Maly, M. Zubair Computer Science Department Old Dominion University Norfolk, Virginia USA {kumar_s,maly,zubair}@cs.odu.edu X. Liu Research

More information

Problem: Solution: No Library contains all the documents in the world. Networking the Libraries

Problem: Solution: No Library contains all the documents in the world. Networking the Libraries OAI-PMH Problem: No Library contains all the documents in the world Solution: Networking the Libraries 2 Problem No digital Library is expected to have all documents in the world Solution Networking the

More information

Using metadata for interoperability. CS 431 February 28, 2007 Carl Lagoze Cornell University

Using metadata for interoperability. CS 431 February 28, 2007 Carl Lagoze Cornell University Using metadata for interoperability CS 431 February 28, 2007 Carl Lagoze Cornell University What is the problem? Getting heterogeneous systems to work together Providing the user with a seamless information

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Using OAI-PMH and METS for exporting metadata and digital objects between repositories Citation for published version: Bell, J & Lewis, S 2006, 'Using OAI-PMH and METS for exporting

More information

Harvesting Metadata Using OAI-PMH

Harvesting Metadata Using OAI-PMH Harvesting Metadata Using OAI-PMH Roy Tennant California Digital Library Outline The Open Archives Initiative OAI-PMH The Harvesting Process Harvesting Problems Steps to a Fruitful Harvest A Harvesting

More information

Metadata Harvesting Framework

Metadata Harvesting Framework Metadata Harvesting Framework Library User 3. Provide searching, browsing, and other services over the data. Service Provider (TEL, NSDL) Harvested Records 1. Service Provider polls periodically for new

More information

Integrating Access to Digital Content

Integrating Access to Digital Content Integrating Access to Digital Content OR OAI is easy, metadata is hard Sarah Shreeves University of Illinois at Urbana-Champaign Why Integrate Access? Increase access to your collections 37% of visits

More information

The Open Archives Initiative and the Sheet Music Consortium

The Open Archives Initiative and the Sheet Music Consortium The Open Archives Initiative and the Sheet Music Consortium Jon Dunn, Jenn Riley IU Digital Library Program October 10, 2003 Presentation outline Jon: OAI introduction Sheet Music Consortium background

More information

Creating a National Federation of Archives using OAI-PMH

Creating a National Federation of Archives using OAI-PMH Creating a National Federation of Archives using OAI-PMH Luís Miguel Ferros 1, José Carlos Ramalho 1 and Miguel Ferreira 2 1 Departament of Informatics University of Minho Campus de Gualtar, 4710 Braga

More information

Indonesian Citation Based Harvester System

Indonesian Citation Based Harvester System n Citation Based Harvester System Resmana Lim Electrical Engineering resmana@petra.ac.id Adi Wibowo Informatics Engineering adiw@petra.ac.id Raymond Sutjiadi Research Center raymondsutjiadi@petra.ac.i

More information

Adding OAI ORE Support to Repository Platforms

Adding OAI ORE Support to Repository Platforms Adding OAI ORE Support to Repository Platforms Alexey Maslov, Adam Mikeal, Scott Phillips, John Leggett, Mark McFarland Texas Digital Library OR 09 Texas Digital Library Use Case for OAI OREO Overview

More information

Navigating the Universe of ETDs: Streamlining for an Efficient and Sustainable Workflow at the University of North Florida Library

Navigating the Universe of ETDs: Streamlining for an Efficient and Sustainable Workflow at the University of North Florida Library University of North Florida From the SelectedWorks of Marielle Veve 2014 Navigating the Universe of ETDs: Streamlining for an Efficient and Sustainable Workflow at the University of North Florida Library

More information

Building Interoperable and Accessible ETD Collections: A Practical Guide to Creating Open Archives

Building Interoperable and Accessible ETD Collections: A Practical Guide to Creating Open Archives Building Interoperable and Accessible ETD Collections: A Practical Guide to Creating Open Archives Hussein Suleman, hussein@vt.edu Digital Library Research Laboratory Virginia Tech 1. Introduction What

More information

Hello, I m Melanie Feltner-Reichert, director of Digital Library Initiatives at the University of Tennessee. My colleague. Linda Phillips, is going

Hello, I m Melanie Feltner-Reichert, director of Digital Library Initiatives at the University of Tennessee. My colleague. Linda Phillips, is going Hello, I m Melanie Feltner-Reichert, director of Digital Library Initiatives at the University of Tennessee. My colleague. Linda Phillips, is going to set the context for Metadata Plus, and I ll pick up

More information

Closing the gap? Curating bepress metadata for SHARE

Closing the gap? Curating bepress metadata for SHARE Missouri University of Science and Technology Scholars' Mine Digital Commons - Heartland User Group + IR Day Digital Commons Heartland User Group - 2017 Oct 13th - Closing the gap? Curating bepress metadata

More information

Increasing access to OA material through metadata aggregation

Increasing access to OA material through metadata aggregation Increasing access to OA material through metadata aggregation Mark Jordan Simon Fraser University SLAIS Issues in Scholarly Communications and Publishing 2008-04-02 1 We will discuss! Overview of metadata

More information

Taking D2D Services to the Users with OpenURL, RSS, and OAI-PMH. Chuck Koscher Technology Director, CrossRef

Taking D2D Services to the Users with OpenURL, RSS, and OAI-PMH. Chuck Koscher Technology Director, CrossRef Taking D2D Services to the Users with OpenURL, RSS, and OAI-PMH Chuck Koscher Technology Director, CrossRef ckoscher@crossref.org Scholarly Publishing Trends Everything is online if it s not online, it

More information

Flexible Design for Simple Digital Library Tools and Services

Flexible Design for Simple Digital Library Tools and Services Flexible Design for Simple Digital Library Tools and Services Lighton Phiri Hussein Suleman Digital Libraries Laboratory Department of Computer Science University of Cape Town October 8, 2013 SARU archaeological

More information

SNHU Academic Archive Policies

SNHU Academic Archive Policies SNHU Academic Archive Policies Purpose The purpose of the SNHU Academic Archive is to preserve and make accessible the intellectual output and selected institutional records of Southern New Hampshire University,

More information

JMU ETD SUBMISSION INSTRUCTIONS

JMU ETD SUBMISSION INSTRUCTIONS JMU ETD SUBMISSION INSTRUCTIONS Before you submit your thesis or dissertation electronically, you must: Convert your manuscript to a PDF file. For conversion instructions, go to www.atomiclearning.com

More information

Using the WorldCat Digital Collection Gateway with CONTENTdm

Using the WorldCat Digital Collection Gateway with CONTENTdm Using the WorldCat Digital Collection Gateway with CONTENTdm This tutorial leads you through the steps for configuring your CONTENTdm collections for use with the Digital Collection Gateway and using the

More information

A service-oriented national e-thesis information system and repository

A service-oriented national e-thesis information system and repository Title of the presentation Date 1 A service-oriented national e-thesis information system and repository Nikos Houssos Panagiotis Stathopoulos Ioanna Sarantopoulou Dimitris Zavaliadis Evi Sachini National

More information

SobekCM. Compiled for presentation to the Digital Library Working Group School of Oriental and African Studies

SobekCM. Compiled for presentation to the Digital Library Working Group School of Oriental and African Studies SobekCM Compiled for presentation to the Digital Library Working Group School of Oriental and African Studies SobekCM Is a digital library system built at and maintained by the University of Florida s

More information

Using the WorldCat Digital Collection Gateway

Using the WorldCat Digital Collection Gateway Using the WorldCat Digital Collection Gateway This tutorial leads you through the steps for configuring your CONTENTdm collections for use with the Digital Collection Gateway and using the Digital Collection

More information

Electronic Thesis and Dissertation Tutorial: Submitting an ETD to SFA ScholarWorks

Electronic Thesis and Dissertation Tutorial: Submitting an ETD to SFA ScholarWorks Stephen F. Austin State University SFA ScholarWorks Library Faculty and Staff Publications Ralph W. Steen Library 5-13-2016 Electronic Thesis and Dissertation Tutorial: Submitting an ETD to SFA ScholarWorks

More information

Ponds, Lakes, Ocean: Pooling Digitized Resources and DPLA. Emily Jaycox, Missouri Historical Society SLRLN Tech Expo 2018

Ponds, Lakes, Ocean: Pooling Digitized Resources and DPLA. Emily Jaycox, Missouri Historical Society SLRLN Tech Expo 2018 Ponds, Lakes, Ocean: Pooling Digitized Resources and DPLA Emily Jaycox, Missouri Historical Society SLRLN Tech Expo 2018 Reflections on the digital world Librarian Good news So many libraries have digitized

More information

BPMN Processes for machine-actionable DMPs

BPMN Processes for machine-actionable DMPs BPMN Processes for machine-actionable DMPs Simon Oblasser & Tomasz Miksa Contents Start DMP... 2 Specify Size and Type... 3 Get Cost and Storage... 4 Storage Configuration and Cost Estimation... 4 Storage

More information

Metadata Catalogue Issues. Daan Broeder Max-Planck Institute for Psycholinguistics

Metadata Catalogue Issues. Daan Broeder Max-Planck Institute for Psycholinguistics Metadata Catalogue Issues Daan Broeder Max-Planck Institute for Psycholinguistics Introduction Methods of registering resources Metadata Making metadata interoperable Exposing metadata Facilitating resource

More information

Institutional Repository using DSpace. Yatrik Patel Scientist D (CS)

Institutional Repository using DSpace. Yatrik Patel Scientist D (CS) Institutional Repository using DSpace Yatrik Patel Scientist D (CS) yatrik@inflibnet.ac.in What is Institutional Repository? Institutional repositories [are]... digital collections capturing and preserving

More information

CodeSharing: a simple API for disseminating our TEI encoding. Martin Holmes

CodeSharing: a simple API for disseminating our TEI encoding. Martin Holmes CodeSharing: a simple API for disseminating our TEI encoding 1. Introduction Martin Holmes Although the TEI Guidelines are full of helpful examples, and other inititatives such as TEI By Example have made

More information

Building Interoperable Digital Libraries: A Practical Guide to creating Open Archives

Building Interoperable Digital Libraries: A Practical Guide to creating Open Archives Building Interoperable Digital Libraries: A Practical Guide to creating Open Archives Hussein Suleman, hussein@vt.edu Digital Library Research Laboratory Virginia Tech 1. Introduction What is the OAI?

More information

How to contribute information to AGRIS

How to contribute information to AGRIS How to contribute information to AGRIS Guidelines on how to complete your registration form The dashboard includes information about you, your institution and your collection. You are welcome to provide

More information

arxiv, the OAI, and peer review

arxiv, the OAI, and peer review arxiv, the OAI, and peer review Simeon Warner (arxiv, Los Alamos National Laboratory, USA) (simeon@lanl.gov) Workshop on OAI and peer review journals in Europe, Geneva, 22 24 March 2001 1 What is arxiv?

More information

A Repository of Metadata Crosswalks. Jean Godby, Devon Smith, Eric Childress, Jeffrey A. Young OCLC Online Computer Library Center Office of Research

A Repository of Metadata Crosswalks. Jean Godby, Devon Smith, Eric Childress, Jeffrey A. Young OCLC Online Computer Library Center Office of Research A Repository of Metadata Crosswalks Jean Godby, Devon Smith, Eric Childress, Jeffrey A. Young OCLC Online Computer Library Center Office of Research DLF-2004 Spring Forum April 21, 2004 Outline of this

More information

Building a Digital Repository on a Shoestring Budget

Building a Digital Repository on a Shoestring Budget Building a Digital Repository on a Shoestring Budget Christinger Tomer University of Pittsburgh! PALA September 30, 2014 A version this presentation is available at http://www.pitt.edu/~ctomer/shoestring/

More information

Vireo Submission Guide

Vireo Submission Guide Vireo Submission Guide 1.1 Important Vireo Differences You will be using an online application called Vireo for your submission, using your UNT EUID login for access. All materials that used to be hard

More information

CORE: Improving access and enabling re-use of open access content using aggregations

CORE: Improving access and enabling re-use of open access content using aggregations CORE: Improving access and enabling re-use of open access content using aggregations Petr Knoth CORE (Connecting REpositories) Knowledge Media institute The Open University @petrknoth 1/39 Outline 1. The

More information

Pipe Dreams: Harvesting Local Collections into Primo Using OAI-PMH

Pipe Dreams: Harvesting Local Collections into Primo Using OAI-PMH Western Michigan University ScholarWorks at WMU University Libraries Faculty & Staff Presentations University Libraries 5-3-2018 Pipe Dreams: Harvesting Local Collections into Primo Using OAI-PMH Geraldine

More information

IVOA Registry Interfaces Version 0.1

IVOA Registry Interfaces Version 0.1 IVOA Registry Interfaces Version 0.1 IVOA Working Draft 2004-01-27 1 Introduction 2 References 3 Standard Query 4 Helper Queries 4.1 Keyword Search Query 4.2 Finding Other Registries This document contains

More information

CONTENTdm 4.3. Russ Hunt Product Specialist Barcelona October 30th 2007

CONTENTdm 4.3. Russ Hunt Product Specialist Barcelona October 30th 2007 CONTENTdm 4.3 Russ Hunt Product Specialist Barcelona October 30th 2007 CONTENTdm 4.3 Agenda 4.3 Overview PDF Enhancements Metadata additions Server changes Connexion digital import Upgrading Questions

More information

Open Archives Initiative protocol development and implementation at arxiv

Open Archives Initiative protocol development and implementation at arxiv Open Archives Initiative protocol development and implementation at arxiv Simeon Warner (Los Alamos National Laboratory, USA) (simeon@lanl.gov) OAI Open Day, Washington DC 23 January 2001 1 What is arxiv?

More information

Dryad Curation Manual, Summer 2009

Dryad Curation Manual, Summer 2009 Sarah Carrier July 30, 2009 Introduction Dryad Curation Manual, Summer 2009 Dryad is being designed as a "catch-all" repository for numerical tables and all other kinds of published data that do not currently

More information

Repository Metadata: Challenges of Interoperability

Repository Metadata: Challenges of Interoperability University of Iowa Libraries Staff Publications 4-13-2011 Repository Metadata: Challenges of Interoperability Wendy C. Robertson University of Iowa 2011 Wendy C Robertson Hosted by Iowa Research Online.

More information

Working with Islandora

Working with Islandora Working with Islandora Erin Tripp, discoverygarden erin@discoverygarden.ca @eeohalloran April 21, 2015 Jasna, Slovakia Presentation Agenda Introductions Islandora Software Islandora Community Islandora

More information

E-Marefa User Guide. "Arab Theses and Dissertations"

E-Marefa User Guide. Arab Theses and Dissertations E-Marefa User Guide "Arab Theses and Dissertations" Table of Contents What is E-Marefa Database.3 System Requirements 3 Inside this User Guide 3 Access to E-Marefa Database.....4 Choosing Database to Search.5

More information

ProQuest Dissertations and Theses Overview. Austin McLean and Marlene Coles CGS Summer Workshop, July 2017

ProQuest Dissertations and Theses Overview. Austin McLean and Marlene Coles CGS Summer Workshop, July 2017 ProQuest Dissertations and Theses Overview Austin McLean and Marlene Coles CGS Summer Workshop, July 2017 Agenda Dissertations and ProQuest Short form video Pilot Project 2 A mission that aligns with universities

More information

Optional Thesis Deposit

Optional Thesis Deposit Optional Thesis Deposit Depositing scholarly works in Libra, UVA s Online Archive (or otherwise known as Institutional Repository). These slides will walk you through the process of submitting (sometimes

More information

Harvesting Statistical Metadata from an Online Repository for Data Analysis and Visualization

Harvesting Statistical Metadata from an Online Repository for Data Analysis and Visualization Sem Gebresilassie Harvesting Statistical Metadata from an Online Repository for Data Analysis and Visualization Concept application on Theseus Helsinki Metropolia University of Applied Sciences Bachelor

More information

OAI AND AMF FOR ACADEMIC SELF-DOCUMENTATION

OAI AND AMF FOR ACADEMIC SELF-DOCUMENTATION OAI AND AMF FOR ACADEMIC SELF-DOCUMENTATION Pavel I. Braslavsky Institute of Engineering Science Ural Branch, Russian Academy of Sciences Komsomolskaya 34 620219 Ekaterinburg Russia pb@imach.uran.ru Thomas

More information

A service-oriented national e-theses information system and repository

A service-oriented national e-theses information system and repository A service-oriented national e-theses information system and repository Nikos Houssos, Panagiotis Stathopoulos, Ioanna Sarantopoulou, Dimitris Zavaliadis, Evi Sachini National Documentation Centre / National

More information

Non-text theses as an integrated part of the University Repository

Non-text theses as an integrated part of the University Repository Non-text theses as an integrated part of the University Repository a case study of the Academy of Performing Arts in Prague Iva Horová, Radim Chvála 1/36! "#! $ I. ETDs and the Czech Republic II. AMU and

More information

Comparing Open Source Digital Library Software

Comparing Open Source Digital Library Software Comparing Open Source Digital Library Software George Pyrounakis University of Athens, Greece Mara Nikolaidou Harokopio University of Athens, Greece Topic: Digital Libraries: Design and Development, Open

More information

CREATION OF A DIGITAL REPOSITORY FOR THE MASTER THESIS OF THE FACULTY OF JOURNALISM, LIBRARY AND INFORMATION SCIENCE OF THE OSLO UNIVERSITY COLLEGE

CREATION OF A DIGITAL REPOSITORY FOR THE MASTER THESIS OF THE FACULTY OF JOURNALISM, LIBRARY AND INFORMATION SCIENCE OF THE OSLO UNIVERSITY COLLEGE CREATION OF A DIGITAL REPOSITORY FOR THE MASTER THESIS OF THE FACULTY OF JOURNALISM, LIBRARY AND INFORMATION SCIENCE OF THE OSLO UNIVERSITY COLLEGE REPORT OF THE GROUP PROJECT By: Akhmad Riza Faizal Eric

More information

Evaluation of Islandora & SobekCM

Evaluation of Islandora & SobekCM Evaluation of Islandora & SobekCM The systems were originally rated against each of the requirements from the list as follows below. Enhancements not covered by this initial process are covered in additional

More information

VI-SEEM Data Repository. Presented by: Panayiotis Charalambous

VI-SEEM Data Repository.   Presented by: Panayiotis Charalambous SIMDAS AND VI-SEEM WORKSHOP ON DATA MANAGEMENT AND SEMANTIC STRUCTURES FOR CROSS-DISCIPLINARY RESEARCH IN THE SEEM REGION VRE for regional Interdisciplinary communities in Southeast Europe and the Eastern

More information

The OAI2LOD Server: Exposing OAI-PMH Metadata as Linked Data

The OAI2LOD Server: Exposing OAI-PMH Metadata as Linked Data The OAI2LOD Server: Exposing OAI-PMH Metadata as Linked Bernhard Haslhofer University of Vienna Dept. of Distributed and Multimedia Systems Vienna, Austria bernhard.haslhofer@univie.ac.at ABSTRACT Many

More information

Using MARC Records to Populate CONTENTdm

Using MARC Records to Populate CONTENTdm University of Iowa Libraries Staff Publications 4-30-2008 Using MARC Records to Populate CONTENTdm Wendy C. Robertson University of Iowa Copyright 2008 Wendy C. Robertson Hosted by Iowa Research Online.

More information

Using Caltech s Institutional Repository to Track OA Publishing in Chemistry

Using Caltech s Institutional Repository to Track OA Publishing in Chemistry Using Caltech s Institutional Repository to Track OA Publishing in Chemistry George Porter, Engineering Librarian Donna Wrublewski, Chemistry & Biological Science Librarian 253rd American Chemical Society

More information

21-22 September 2011 LAND-GRANT AGRICULTURAL KNOWLEDGE DISCOVERY SYSTEM PLANNING WORKSHOP

21-22 September 2011 LAND-GRANT AGRICULTURAL KNOWLEDGE DISCOVERY SYSTEM PLANNING WORKSHOP Agenda Day Two Check In and Roll Call Review Agenda & Protocols Review additional questions and responses not covered in the initial e-survey that participants asked during Day One activities Off-line

More information

Developing data catalogue extensions for metadata harvesting in GIS

Developing data catalogue extensions for metadata harvesting in GIS University of Bergen Department of Informatics Developing data catalogue extensions for metadata harvesting in GIS Author: André Mossige Long master thesis June 2018 Acknowledgements I would like to thank

More information

Interoperability and Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH)

Interoperability and Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) 338 Interoperability and Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) Martha Latika Alexander J N Gautam Abstract Interoperability refers to the ability of a Digital Library to work

More information

From Cataloging to User Search the path to Primo. Presented by Lynn Wolf ODIN Technical Support ODIN Work Day 2016 April 19, 2016

From Cataloging to User Search the path to Primo. Presented by Lynn Wolf ODIN Technical Support ODIN Work Day 2016 April 19, 2016 From Cataloging to User Search the path to Primo Presented by Lynn Wolf ODIN Technical Support ODIN Work Day 2016 April 19, 2016 Introduction Have you ever wondered how your record reaches the Primo result

More information

OAI-PMH implementation and tools guidelines

OAI-PMH implementation and tools guidelines ECP-2006-DILI-510003 TELplus OAI-PMH implementation and tools guidelines Deliverable number Dissemination level D-2.1 Public Delivery date 31 May 2008 Status Final v1.1 Author(s) Diogo Reis(IST), Nuno

More information

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog:

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog: Furl Furled Furling Social on-line book marking for the masses. Jim Wenzloff jwenzloff@misd.net Blog: http://www.visitmyclass.com/blog/wenzloff February 7, 2005 This work is licensed under a Creative Commons

More information

Making ETDs count in UK repositories. Paul Needham, Cranfield University ETD2014, 24 th July 2014

Making ETDs count in UK repositories. Paul Needham, Cranfield University ETD2014, 24 th July 2014 Making ETDs count in UK repositories Paul Needham, Cranfield University ETD2014, 24 th July 2014 IRUS-UK Funded by Jisc two years Project Team Members: Mimas, The University of Manchester Project & Service

More information

Storage Made Simple: Preserving Digital Objects with bepress Archive and Amazon S3

Storage Made Simple: Preserving Digital Objects with bepress Archive and Amazon S3 University of Massachusetts Medical School escholarship@umms Digital Commons New England User Group 2017 Digital Commons New England User Group Jul 28th, 1:55 PM Storage Made Simple: Preserving Digital

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

Student Guide to Submitting a Thesis or Dissertation at Texas A&M

Student Guide to Submitting a Thesis or Dissertation at Texas A&M Student Guide to Submitting a Thesis or Dissertation at Texas A&M To begin your submission please visit: http://etd.tamu.edu When you click Start your submittal, this is the screen you will see. You will

More information

Slide 1 & 2 Technical issues Slide 3 Technical expertise (continued...)

Slide 1 & 2 Technical issues Slide 3 Technical expertise (continued...) Technical issues 1 Slide 1 & 2 Technical issues There are a wide variety of technical issues related to starting up an IR. I m not a technical expert, so I m going to cover most of these in a fairly superficial

More information

Harvesting of Additional Metadata Schema into DSpace through OAI-PMH: Issues and Challenges

Harvesting of Additional Metadata Schema into DSpace through OAI-PMH: Issues and Challenges Harvesting of Additional Metadata Schema into DSpace through OAI-PMH: Issues and Challenges Abstract 1 Anup Das* NDL Project Staff Central Library, IIT Kharagpur West Bengal, India E-mail: anupdas1704@gmail.com

More information

OAI-Publishers in Repository Infrastructures

OAI-Publishers in Repository Infrastructures OAI-Publishers in Repository Infrastructures Michele Artini, Federico Biagini, Paolo Manghi, Marko Mikuličić Istituto di Scienza e Tecnologie dell Informazione Alessandro Faedo - CNR Via G. Moruzzi, 1-56124

More information

Long-term digital preservation of UNSWorks

Long-term digital preservation of UNSWorks Long-term digital preservation of UNSWorks UNSW Library Arif Shaon, Maude Frances CAUL Community Days 2014 UNSW Australia The University of New South Wales at a Glance: https://www.unsw.edu.au/sites/default/files/documents/unsw4009_miniguide_2012_aw2_v2.pdf

More information

UC San Diego Electronic Theses and Dissertations (ETDs) Procedure and Workflow

UC San Diego Electronic Theses and Dissertations (ETDs) Procedure and Workflow UC San Diego Electronic Theses and Dissertations (ETDs) Procedure and Workflow Contents I.Background... 2 2.ETDs with escholarship URLs... 3 3.Adding ProQuest URLs to records... 5 3a.Batch process... 5

More information

DigiTool for Course Support at Notre Dame. Pascal Calarco, University of Notre Dame IGeLU 2007 Brno, Czech Republic September 3, 2007

DigiTool for Course Support at Notre Dame. Pascal Calarco, University of Notre Dame IGeLU 2007 Brno, Czech Republic September 3, 2007 DigiTool for Course Support at Notre Dame Pascal Calarco, University of Notre Dame IGeLU 2007 Brno, Czech Republic September 3, 2007 Some Brief History... Digitool 1.0 purchased in 2001 Small pilot with

More information

Developing an Institutional Repository Service in Chinese Academy of Sciences

Developing an Institutional Repository Service in Chinese Academy of Sciences Developing an Institutional Repository Service in Chinese Academy of Sciences Zhongming Zhu, Jianxia Ma Lanzhou Branch of National Science Library, CAS Zhixiong Zhang National Science Library, CAS Sino-German

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

Implementing EDS. A ten step summary, as experienced at Hofstra University Library

Implementing EDS. A ten step summary, as experienced at Hofstra University Library Implementing EDS A ten step summary, as experienced at Hofstra University Library Step One Data Analysis The data analysis should be performed prior to committing to going forward with EDS. Ebsco s Data

More information

Joining the BRICKS Network - A Piece of Cake

Joining the BRICKS Network - A Piece of Cake Joining the BRICKS Network - A Piece of Cake Robert Hecht and Bernhard Haslhofer 1 ARC Seibersdorf research - Research Studios Studio Digital Memory Engineering Thurngasse 8, A-1090 Wien, Austria {robert.hecht

More information

Metadata and Encoding Standards for Digital Initiatives: An Introduction

Metadata and Encoding Standards for Digital Initiatives: An Introduction Metadata and Encoding Standards for Digital Initiatives: An Introduction Maureen P. Walsh, The Ohio State University Libraries KSU-SLIS Organization of Information 60002-004 October 29, 2007 Part One Non-MARC

More information

HOW TO Load etheses. Background:

HOW TO Load etheses. Background: HOW TO Load etheses Background: etheses are ftp'd to the Library SAN three times a year: March 1, May 1 and November 1. The metadata output file that accompanies the theses is used to drive the batch upload.

More information

is an electronic document that is both user friendly and library friendly

is an electronic document that is both user friendly and library friendly is an electronic document that is both user friendly and library friendly is easy to read and to navigate it has bookmarks and an interactive table-of-contents is practical to consult and arouses more

More information

Network Information System. NESCent Dryad Subcontract (Year 1) Metacat OAI-PMH Project Plan 25 February Mark Servilla

Network Information System. NESCent Dryad Subcontract (Year 1) Metacat OAI-PMH Project Plan 25 February Mark Servilla Network Information System NESCent Dryad Subcontract (Year 1) Metacat OAI-PMH Project Plan 25 February 2009 Mark Servilla servilla@lternet.edu LTER Network Office Department of Biology, MSC03 2020 1 University

More information

Exploring Open Source Solutions in the Management of ETD Processes CHETAN S SONAWANE KMC COLLEGE, INDIA

Exploring Open Source Solutions in the Management of ETD Processes CHETAN S SONAWANE KMC COLLEGE, INDIA Exploring Open Source Solutions in the Management of ETD Processes CHETAN S SONAWANE KMC COLLEGE, INDIA Introduction ETD being the most important research materials holds an importance. With the development

More information

SobekCM Digital Repository : A Retrospective

SobekCM Digital Repository : A Retrospective SobekCM Digital Repository : A Retrospective By Mark Sullivan (12/11/2014) As 2014 draws to a close, the time is ripe for a retrospective on the accomplishments of the SobekCM community over the last twelve

More information

Citation Services for Institutional Repositories: Citebase Search. Tim Brody Intelligence, Agents, Multimedia Group University of Southampton

Citation Services for Institutional Repositories: Citebase Search. Tim Brody Intelligence, Agents, Multimedia Group University of Southampton Citation Services for Institutional Repositories: Citebase Search Tim Brody Intelligence, Agents, Multimedia Group University of Southampton 28/04/2009 2 28/04/2009 3 Content The Open Access Literature

More information

CONTENTdm & The Digital Collection Gateway New Looks for Discovery and Delivery

CONTENTdm & The Digital Collection Gateway New Looks for Discovery and Delivery CONTENTdm & The Digital Collection Gateway New Looks for Discovery and Delivery EVERY CONNECTION has a starting point. OCLC EMEA Regional Council Meeting Deutsche Nationalbibliothek Frankfurt 2 nd March

More information

A Novel Architecture of Agent based Crawling for OAI Resources

A Novel Architecture of Agent based Crawling for OAI Resources A Novel Architecture of Agent based Crawling for OAI Resources Shruti Sharma YMCA University of Science & Technology, Faridabad, INDIA shruti.mattu@yahoo.co.in J.P.Gupta JIIT University, Noida, India jp_gupta/jiit@jiit.ac.in

More information

Citation Services for Institutional Repositories: Citebase Search. Tim Brody Intelligence, Agents, Multimedia Group University of Southampton

Citation Services for Institutional Repositories: Citebase Search. Tim Brody Intelligence, Agents, Multimedia Group University of Southampton Citation Services for Institutional Repositories: Citebase Search Tim Brody Intelligence, Agents, Multimedia Group University of Southampton Content The Research Literature The Open Access Literature Why

More information

"Efficient" Thesis & Dissertation Workflows With Limited Resources

Efficient Thesis & Dissertation Workflows With Limited Resources Portland State University PDXScholar Northwest IR User Group 2018 Northwest IR User Group Jul 20th, 9:10 AM - 10:00 AM "Efficient" Thesis & Dissertation Workflows With Limited Resources Michele Gibney

More information

Compound or complex object: a set of files with a hierarchical relationship, associated with a single descriptive metadata record.

Compound or complex object: a set of files with a hierarchical relationship, associated with a single descriptive metadata record. FEATURES DESIRED IN A DIGITAL LIBRARY SYSTEM Initial draft prepared for review and comment by G. Clement (FIU) and L. Taylor (UF), with additional editing by M. Sullivan (UF) and L. Dotson (UCF), April

More information

Version 2 of the OAI-PMH & some other stuff

Version 2 of the OAI-PMH & some other stuff Version 2 of the OAI-PMH & some other stuff 2 nd Workshop on the OAI, CERN Geneva, October 17 th 2002 Herbert Van de Sompel Los Alamos National Laboratory Carl Lagoze Cornell University about OAI-PMH v.2.0

More information

Infrastructure for the UK

Infrastructure for the UK 07/07/2014 Building a Cohesive Repository Infrastructure for the UK Balviar Notay Senior Manager for Repository Shared Services Bringing together key repository services to deliver a connected national

More information

The Observation of Bahasa Indonesia Official Computer Terms Implementation in Scientific Publication

The Observation of Bahasa Indonesia Official Computer Terms Implementation in Scientific Publication Journal of Physics: Conference Series PAPER OPEN ACCESS The Observation of Bahasa Indonesia Official Computer Terms Implementation in Scientific Publication To cite this article: D Gunawan et al 2018 J.

More information

Improving the visibility of institutional repository, digital theses and research data: the case of the Peruvian University for Applied Sciences

Improving the visibility of institutional repository, digital theses and research data: the case of the Peruvian University for Applied Sciences ETD 2017 Symposium Exploring Global Connections Improving the visibility of institutional repository, digital theses and research data: the case of the Peruvian University for Applied Sciences Miguel Saravia

More information

Electronic Submission to UMI using FTP

Electronic Submission to UMI using FTP Electronic Submission to UMI using FTP As the digital era progresses, UMI Dissertation Publishing has been encouraging our university publishing partners to move from paper submissions to electronic submissions.

More information

Phase 1 RDRDS Metadata

Phase 1 RDRDS Metadata because good research needs good data Phase 1 RDRDS Metadata Alex Ball DCC/UKOLN, University of Bath 16 June 2014 Except where otherwise stated, this work is licensed under the Creative Commons Attribution

More information

Session Questions and Responses

Session Questions and Responses Product: Topic: Audience: Updated: OpenText Image Crawler Webinar Questions ILTA February 10, 2015 Discover How to Make your Scanned Images Searchable with OpenText Image Crawler Session Questions and

More information

Digital Library Interoperability. Europeana

Digital Library Interoperability. Europeana Digital Library Interoperability technical and object modelling aspects Dr. Stefan Gradmann / EDLnet WP 2 stefan.gradmann@rrz.uni-hamburg.de www.rrz.uni-hamburg.de/rrz/s.gradmann of Europeana Interoperability,

More information