Distributing Repository functions with DSpace Richard Jones.

Slides:



Advertisements
Similar presentations
ETD Management in the Texas Digital Library Adam Mikeal Texas Digital Library ETD 08 Aberdeen, Scotland June 6, 2008.
Advertisements

IRRA DSpace April 2006 Claire Knowles University of Edinburgh.
Preserv: Preservation architecture and interface A brief overview of ideas wrt to the project plan For Preserv partners meeting, BL, London, 18th November.
Data Publishing Service Indiana University Stacy Kowalczyk April 9, 2010.
Richard Jones, Systems Developer, Edinburgh University Library DSpace Ingest Workflows Workshop 13 th – 15 th October 2004.
Richard Jones DSpace for E-Theses th September 2004 DSpace for E-Theses Introducing the results of the Theses Alive! Project.
Electronic Theses: The Next Stage Metadata for ETDs Richard Milne The Robert Gordon University 27 th September 2004.
Comparison of EPrints 3.0 and DSpace digital library systems Kuzma Kudim, Galina Proskudina.
The Documentum Team Lance Callaway, Brooke Durbin, Perry Koob, Lorie McMillin, Jennifer Song Missouri University of Science and Technology Rolla, Missouri.
Large Scale Digitization Workflow Yale University Library January 2008.
Manakin Workshop DSpace User Group, February 2006 Scott Phillips Texas A&M University
ARCHIMÈDE Presented by Guy Teasdale Directeur, Services soutien et développement Bibliothèque de l’Université Laval CARL Workshop on Institutional Repositories.
1 Archiving Workflow between a Local Repository and the National Library Archive Experiences from the DiVA Project Eva Müller, Peter Hansson, Uwe Klosa,
SOAPI: a flexible toolkit for implementing ingest and preservation workflows Mark Hedges Centre for e-Research, King’s College London Arts and Humanities.
Dspace – Digital Repository Dawn Petherick, University Web Services Team Manager Information Services, University of Birmingham MIDESS Dissemination.
Introducing Symposia : “ The digital repository that thinks like a librarian”
Institutional Repositories Tools for scholarship Mary Westell University of Calgary AMTEC Conference May 26, 2005.
I:\Share\Bestuursinligting\OUDITfinaal\Portfolio\Statistics\BI UPSpace An institutional repository for the University of.
National Aeronautics and Space Administration Implementing DSpace at NASA Langley Research Center 1 Greta Lowe Librarian NASA Langley Research Center
Education Supported by Content Management Systems Milena Stanković, Milan Rajković, Ivan Petković, Petar Rajković Faculty of Electronic Engineering, Niš.
Module - Technical Basics
Christopher Jeffers August 2012
Using the SAS® Information Delivery Portal
5-7 November 2014 DR Workflow Practical Digital Content Management from Digital Libraries & Archives Perspective.
1 XML as a preservation strategy Experiences with the DiVA document format Eva Müller, Uwe Klosa Electronic Publishing Centre Uppsala University Library,
Ms. Irene Onyancha ISTD/Library & Information Management Services United Nations Economic Commission for Africa The Second Session of the Committee on.
AIP Backup & Restore Sunita Barve NCRA, Pune. AIP The latest version of DSpace 1.7.0, supports backup and restore of all its contents as a set of AIP.
Use & Access 26 March Use “Proof of Concept” Model for General Libraries & IS faculty Model for General Libraries & IS faculty Test bed for DSpace.
Digital Commons & Open Access Repositories Johanna Bristow, Strategic Marketing Manager APBSLG Libraries: September 2006.
IUScholarWorks Technical Overview Randall Floyd Digital Library Program Programmer/Database Administrator.
This presentation describes the development and implementation of WSU Research Exchange, a permanent digital repository system that is being, adding WSU.
Richard Jones, July 2005 Integrating Local Developments to DSpace.
TPF Users Group Fall Conference Integrated Workstation Taskforce Requirements Document.
DSpace vs Fedora Ralph LeVan OCLC Research. What Do You Want From a Repository? How do you create your metadata? How do you assemble your objects? How.
Cole David Ronnie Julio. Introduction Globus is A community of users and developers who collaborate on the use and development of open source software,
Funded by: © AHDS Preservation in Institutional Repositories Preliminary conclusions of the SHERPA DP project Gareth Knight Digital Preservation Officer.
Hussein Suleman University of Cape Town Department of Computer Science Digital Libraries Laboratory February 2008 Data Curation Repositories:
Plug-in Architectures Presented by Truc Nguyen. What’s a plug-in? “a type of program that tightly integrates with a larger application to add a special.
DSpace System Architecture 11 July 2002 DSpace System Architecture.
Managed by UT-Battelle for the Department of Energy Kay Kasemir ORNL/SNS 2012, January 9-12 at NSRRC, Taiwan Control System Studio Training.
Proposed OCW Business Model for Steady State 1 Proposed OCW Business Model for Steady State: 2008 and Beyond January 2006 Contents Need for new business.
A Project of the University Libraries Ball State University Libraries A destination for research, learning, and friends.
Breeda Herlihy, IR Manager, UCC Library. UCC selected DSpace in 2008 Software selection group Staff from Library IT, Computer Centre, Special Collections,
Functional Object Re-use and Exchange:
Jordan PIŠČANC, University of Trieste
LAMS 2.0 Architecture. LAMS 2.0 Architecture Agenda LAMS 2.0: Technical Aims Architecture Technologies LAMS Core LAMS Tool Contract External Tools.
A look at the digital initiatives of Laval University Library
External Web Services Quick Start Guide
Statistical Information Systems Introducing SIS tool .Stat
Implementing institutional Content Repositories with MyCoRe and MILESS
VI-SEEM Data Discovery Service
Avalon's Role in the Digital Collections Ecosystem
Selenium Automation Framework
Introduction, Features & Technology
VI-SEEM Data Repository
The evolution of the SDMX infrastructure and services
Introduction to Implementing an Institutional Repository
Introduction to DSpace
The Dirtiest Word in SharePoint: Governance
eCulture Science Gateway – reloaded
Virtual Ice Charting System
Academy Hub An eUnomia Factory Solution.
Database Connectivity and Web Development
JISC Information Environment Service Registry (IESR)
USPS ITCom WEB Site Initiatives
Habides: current status
The Bentley Digital Media Library
Academy Hub An eUnomia Factory Solution.
RCSI institutional repository rcsi
SDMX IT Tools SDMX Registry
Presentation transcript:

Distributing Repository functions with DSpace Richard Jones

Why would you want to? ● Because you already have existing systems which are useful ● Because your use case or workflow is too complicated for a single application ● Because your data comes from another authority system

So what exactly do we mean by “distributing” and “repository functions” ● Embedding the user interface in another system ● Conducting workflow by web service ● Importing and exporting data by web service ● Dividing the repository into private and public components

An Imperial Architecture Public IR Private IR Publications System Online Database Academic Web Page harvest Metadata Public URLs Resolve Metadata File data Licence data Archive information Public URLs AIP (over LNI) Public URL

The Future Architecture Public IR Private IR Publications System Online Database Academic Web Page harvest Metadata Public URLs Resolve Metadata File data Licence data Archive information Public URLs AIP (over LNI) Public URL E-Theses Archive Data Set Archive AIP (over LNI) Public URL British Library Central Hub Format

And where have we got to? ● Data import first successful run ● Currently in system testing, going to UAT in January ● All essential administrator's features developed ● LNI implemented ● Basic publication process, with identifier tracking implemented ● Plenty still to do....

Problems and Solutions ● Scalability problems: – Browse system – Import system – Solved by large rewrites of core DSpace code ● Difficulty of implementing the LNI – Good java docs, but terrible code layout ● Plugging functionality into existing pages – Implementation of "Chain of Responsibility" using PluginManager on relevant pages

Benefits to the DSpace Community ● New, scalable, configurable browse system ● General improvements to core objects ● Further documentation (to come) about implementing the LNI ● Possible uses for scalability improvement in importers ● Other minor additions to the core: soft delete, item status management tools (may make good add-ons)

Thanks for listening Richard Jones Web and Database Technology Specialist Imperial College London