The implementation of cultural heritage archives

Size: px
Start display at page:

Download "The implementation of cultural heritage archives"

Transcription

1 The implementation of cultural heritage archives NICOLE PETERSEN, University of Cape Town April 29, 2015 The rapid growth of technology is changing the way that cultural heritage artifacts are accessed. There are various tools and architectures that exist for the implementation of digital libraries. When selecting one, it is important to consider the goals of the system. This paper identifies the tools, functionalities and architectural requirements of digital libraries. It then describes the aspects of next generation digital libraries, which are moving from monolithic systems to component-based systems, enabling dynamic customization according to the needs of the user. 1. INTRODUCTION Cultural heritage is defined as the legacy of artifacts of a society that are inherited from past generations, maintained by present generations and used by future generations [ICOMOS. 2002]. It brings value to learning, research, documentation and public accountability. The rapid growth of technology is changing the way that cultural heritage artifacts are stored, preserved and accessed. Before the use of technology, researchers were required to physically visit archival repositories and search through large wooden cabinets to find collections that met their needs [Cox. 2007]. Researchers are now able to access information from anywhere at any time by visiting digital libraries, which are defined as managed collections of digitized information, accessible over a network, with services to manipulate the content. Although this brings about many advantages, it also creates new challenges, such as having different metadata elements and retrieval techniques for each different digitized object (for example sound recordings, stories, videos and images), having to allow for the different ways of viewing the information to suit the various needs of the users, and considering the possibility of digitized objects becoming unreadable and therefore inaccessible when technologies become obsolete [Phiri, et al. 2015]. This paper identifies the functionalities, architectures and tools used to implement cultural heritage archives, in an attempt to identify tools that could possibly be used for the implementation of an archive that combines three repositories containing cultural heritage information of Cape Town. 2. FUNCTIONALITIES OF DIGITAL LIBRARIES The core functionalities that should be provided by digital libraries are preservation, accessibility and organization of content [Cleaveland. 1998]. These functionalities are important as they serve as a backbone for other more advanced features that are implemented in modern digital libraries. 2.1 Preservation Preservation of digital objects requires the integration of policy, technology and standards [Jantz, et al. 2005]. This section analyses two aspects of preservation involving technology and standards. Namely, the integrity of objects and the structural design of objects. Author s address: N. Petersen, Computer Science Department, University of Cape Town

2 2.1.1 Structural design of objects The structural design of objects includes the metadata scheme as well as the format that objects are stored in the repository. The Open Archival Information System (OAIS) is a reference model for Open Archives that provide a starting point for implementation and describe how digital objects can be stored in the repository [Santhanagopalan, et al. 2006]. There are three kinds of information packages that the OAIS uses, the Submission Information Package, which contains the information that is sent from the producer to the archive, the Archival Information Package, which is the information stored by the archive, and the Dissemination Information package, which contains the information that is sent to the user [Santhanagopalan, et al. 2006]. The Archival Information Package (AIP) differs from the other two packages as is the only package that is involved in preservation. It contains content that should be preserved as well as a complete set of metadata elements required to preserve the content. The goal of OAIS is to preserve the content that is encapsulated in the Content Data Object and make it available in a form that is understandable [Lavoie. 2004]. Figure 1 illustrates the components of the AIP. Figure 1: Archival information package Object integrity Digital libraries must ensure that objects are not accidently or fraudulently modified during their lifetime. Even single bit changes can dramatically affect the content and function of digital objects [Jantz, et al. 2005]. These changes must therefore be detected, reported and corrected to provide assurance that the digital library is trustworthy. Ways to detect changes in digital objects include using checksums or digital signatures [Jantz, et al. 2005]. Digital signatures can be provided by taking a hash of the digital object and storing the resulting digest in a metadata field of the object. When a user tries to access the object, the system can recalculate the hash of the original object and compare it to the digest stored in the metadata field. If the new digest is not the same as the old digest, then the system knows that the digital object was modified. Checksums are similar to digital signatures in that both recalculates a value and compares it to the original to detect if any inconsistencies are present [Santhanagopalan, et al. 2006]. 2.2 Organization The key process involved in the organization of digital objects involves assigning metadata elements accurately to each digital object such that it describes the

3 attributes or content of the objects effectively. The selection of the metadata scheme will depend on whether it is able to describe all types of digital objects that the digital library is meant to contain. The Metadata can be split into descriptive metadata, which contains data such as the author of the object and administrative metadata, which contains technical data (data about the format of objects), rights metadata and preservation metadata (for example the digital signature of the object) [Gartner. 2008]. The organization of digital objects in the repository is important to consider as it affects their accessibility. For example, a repository architecture design could be centered on the idea of creating a simple repository that should at minimum support the preservation and access of digital content [Phiri, et al. 2015]. This could be implemented by having digital objects organized in a hierarchical structure by making use of a file system as the core infrastructure [Phiri, et al. 2015]. The Bleek and Lloyd collection, described in section 5.2, makes use of this repository architecture. 2.3 Accessibility Digital libraries are often accessed via the Internet, placing no restrictions on physical location and operating hours. To ensure that they are accessible from any location, they should be able to work in different environments. Accessibility can be challenging in developing regions where the digital divide exists. In communities that have limited access to the required Internet bandwidth and computing resources to access digital libraries via the Web, community members will be unable to access cultural heritage artifacts [Suleman. 2008]. The literature surveyed contains few examples of the implementation of digital library projects that are aimed at providing accessibility in poor communities. 3. DIGITAL LIBRARY ARCHITECTURE It is important to consider the architecture for a digital library as it affects what it is able to accomplish and how effective it is [Candela, et al. 2005]. For example, the architecture can affect the interoperability, portability and scalability of the digital library. The literature explores various kinds of architectures, such as service-oriented, peerto-peer and grid-based architectures, each with their own strengths and weaknesses [AGOSTI. 2004]. Peer-to-peer architectures allow for the integration of services and sharing of information. Grid computing enables complex services to be implemented at a reduced cost by distributing computing resources. Service-oriented architectures provide mechanisms to describe the usage of services and to combine services into workflow processes for advanced search services. However, they all share the three basic components that a digital library should have. Namely, the repository layer, which stores and manages digital objects, the service layer, which provides the services required to manipulate digital objects and the interface layer, which is used to display the requests made to the digital objects [Phiri, et al. 2015]. The typical architecture is displayed in figure 2.

4 Figure 2: High level architecture of a typical digital library [Phiri, et al. 2015] 3.1 Interoperable architectures To provide the most effective services for users, digital libraries often work together with other systems to achieve a goal. This means that interoperability of digital libraries is an important aspect to consider when designing the architecture [Suleman. 2002]. The Open Archive Initiative (OAI) was launched to tackle the need for low cost interoperable systems. It encourages a multi-layer approach to the system architecture by separating data from services [Suleman, et al. 2003]. Federated architectures allows for interoperability and information sharing for digital libraries. The basic elements of federated architectures are components, which represent individual systems or services [Heimbigner, et al. 1985]. Interoperability is achieved by integrating the distributed services that communicate using standardized protocols such as OAI-PMH (Open Archives Initiative Protocol for Metadata Harvesting). Europeana, a cultural heritage digital library, implements a federated architecture [Phiri, et al. 2015]. 3.2 Portable architectures Portability refers to the ability of the digital library to be accessed universally [Phiri, et al. 2015]. Since accessibility is a core requirement of current digital libraries, it is important to design for portability. The Bleek and Lloyd collection is an example of a digital library that implements a portable architecture. 3.3 Scalable architectures Scalability refers to the ability of digital library systems to expand, in terms of services offered, types of user communities or information collections. It is an important aspect to consider when designing the architecture due to the likelihood of adding new collections or functionalities to the digital library [Phiri, et al. 2015]. Bondi proposes two ways that scalability can be achieved; vertical and horizontal scalability. Vertical scalability refers to the ability of digital libraries to expand in terms of adding more resources or increasing the capacity of the system, whereas horizontal scalability refers to the ability to grow in terms of adding more components, such as new collections or services [Bondi. 2000]. Horizontal scalability

5 can be implemented by having a component based implementation, such as an Open Digital Library. 3.4 Open digital library Open archives implement the OAI-PMH which is a protocol developed by the Open Archives Initiative to collect metadata elements from objects stored in a repository [Santhanagopalan, et al. 2006]. An Open digital library (ODL) is a network of extended Open Archives, where each node in the network encapsulates data or services [Suleman. 2002]. The Open Digital Library project extends principles of the OAI by creating a set of related protocols for a component-based digital library. It supports inter-component interaction within a digital library, which means that developing digital libraries simply involves inter-connecting components, such that it forms larger digital libraries. These inter-connected components are able to communicate through protocols using XML as the mechanism for data interchange [Suleman. 2002]. Open digital libraries provide an architecture that is both scalable and interoperable. Interoperability is achieved by having a component based design where every service is delivered as an open archive. This allows the reuse of components and interoperability at the level of digital library services [Suleman. 2002]. 4. ANALYSIS OF ARCHIVE BUILDING TOOLS Digital library tools should provide the core functionalities of digital libraries, which includes the organization, preservation and access of digital documents. There are various tools that exist for the implementation of digital libraries. This section describes and compares a selection of four tools; DSpace, Omeka, Fedora and Invenio, each implementing the core functionalities, with some providing additional functionalities that may make for a more usable digital library or make for a more restrictive system. 4.1 DSpace DSpace is an open source digital repository system that provides tools for the storage and management of digital objects [Keats. 2008]. It was designed to operate as a centralized service, building around the idea of having organized communities where each community has a separate area within the system and is able to modify the system to meet their needs. For example, each community may have a different way of submitting content to the repository [Smith, et al. 2003]. Besides the core functionality, additional functionality that is supported by DSpace includes plug in support, collaboration, search, browse, import and export. According to Robert Tansley et al, it is best suited for the use of creating an institutional repository of text-based items as each basic requirement of a digital repository system is addressed in a relatively simple manner [Tansley, et al. 2003]. DSpace provides an easy experience for the user by having a well-designed Web front end, making the process of submitting content easy, having a simple indexing and searching API and accommodating differing submission workflows. Due to the simplistic focus of DSpace, it is bound to have limitations such as having minimal capabilities for batch import of items, having no way to manage complex relationships and not supporting different versions of objects as it assumes all objects are static [Tansley, et al. 2003].

6 4.2 Omeka Omeka is an open source online exhibition tool for archives and libraries. It comes in two versions; Omeka.org and Omeka.net. Omeka.org is an open source software package that is locally stored and managed. In order to use the software package, resources and skills should be available. The resources that are required to use Omeka.org are setting up an operating system, Web server and MySQL database [L. Hardesty. 2014]. Omeka.net is a hosted service where you are able to sign up for an account and upload content. It has exhibit capabilities and the ability to use administrative interfaces to manage content. However, you are restricted in the fact that you will not be in charge of the database and code of Omeka [L. Hardesty. 2014]. Both versions allow for accessing different items in a collective way while maintaining the significance and context of each individual item [L. Hardesty. 2014]. It is therefore used as an alternative to having specialized sites where functionality cannot be generalized across the various archives. It provides batch import, creation of online exhibits and the ability to tag items with keywords, which aids browsing and organizing content that enhances user interaction. Functionality that is not provided by existing plug-ins can be easily developed by making use of the framework provided. Other advantages of Omeka include being able to easily modify a theme. Recent Omeka themes are using responsive designs, which provide an optimal viewing experience on any Web-enabled device. Despite the positive aspects of Omeka, it has limitations. Some attempts at exhibiting content proved to be problematic as it did not work well with the Dublin core metadata standard [L. Hardesty. 2014]. There are also limited bibliographic description capabilities. The most challenging problem that was found was the management of Omeka instances over time as each new collection is created. Hardesty et al suggests that Omeka can be seen as a restrictive software package tool or it can be seen as a solid base from which to provide online access to digital cultural heritage collections [L. Hardesty. 2014]. This could be due to the difficulty of customizing exiting Omeka functionalities, such as searching. 4.3 Fedora Fedora (Flexible Extensible Digital Object Repository architecture) is an open source digital content repository service that is used as a foundation for digital libraries, repositories and archives [L. Hardesty. 2014]. The framework provides for the creation, management and preservation of complex digital objects and is implemented as a set of Web services that provides management of digital objects as well as search and access to multiple representations of objects. Fedora consists of two important frameworks; the service framework and the repository framework. The Fedora service framework consists of a set of services that interact with each other. It is here where digital objects are managed. At the core of this framework is the Fedora repository framework that provides the interfaces for managing and accessing objects from the repository. In comparison to other tools discussed in this section, Fedora only provides the base architecture for the digital library and does not provide complete indexing and management functionalities of digital objects [Keats, 2008]. Fedora has many positive aspects. It stands out from other tools discussed as it has the ability to support both conventional and complex digital objects. It supports the upload of compressed objects and the bulk upload of digital objects along with their metadata. Fedora carries out duplicate checking, allows for adding different versions of a digital document to the repository and provides customizable search and retrieval functionalities [L. Hardesty. 2014]. An important aspect of Fedora is that it

7 was designed from the beginning for extensibility. This allows developers to build customized digital library solutions that meet their needs. Despite the positive aspects of Fedora, it has some limitations. Fedora requires more expertise to implement and use [Keats. 2008]. For example, the interface, FedoraAdmin, used by admin for uploading content into the repository requires users to have experience with the tool. Additionally, there exist limitations to browsing such as being unable to browse by collection or being unable to browse on multiple dimensions, which could be as a result of the system not allowing objects to be grouped in an organized structure, such as a graph structure [Lagoze, et al. 2006]. 4.4 Invenio Invenio is an open source software suite that allows for the creation of a digital library on the Web [Madalli, et al. 2012]. As a result of its flexibility and performance, Invenio serves as a comprehensive solution for the management of repositories of moderate to large sizes. It covers all aspects of digital library management, such as, indexing, curation and dissemination of digital objects. The advantages of Invenio are that it complies with standards such as the OAI metadata harvesting protocol (as does other tools discussed in this section), provides support for Dublin Core and MARC 21 as metadata schemes, is able to check the validity of digital objects by making use of MD5 checksums and has the ability to accept documents in all formats that are specified by the system administrator [Madalli, et al. 2012]. 4.5 Comparison of tools There is currently a wide variety of open-source software systems available for building digital libraries with a lack of consistent standards to evaluate them [Zuccala, et al. 2008]. This was found to be true by the lack of consistency of comparing tools in the literature. This makes the selection process a tough undertaking that will depend mainly on the type of documents you want to upload and display [Madalli, et al. 2012]. Other evaluation criteria that could be considered are metadata support, file features such as size and format, integrity checks, ease of customization and navigation [Madalli, et al. 2012]. This section compares the four tools that were described above to evaluate their effectiveness. When selecting a tool, one must consider the goals of the digital library. If it requires a high degree of customization, it may be more appropriate to select a tool, such as Fedora, that provides a solid base with minimal functionalities, or design a custom base, making use of no tools thereby having no restrictions placed on the design of services. DSpace and Omeka would be more appropriate if the services required by the digital library are more generic. Compared to the other tools discussed, Fedora requires more expertise to implement. For example, Fedora requires the development of a Web-front end, whereas DSpace does not [Keats, 2008]. A trustworthy system must ensure that the integrity of objects are checked. DSpace, Fedora and Invenio support checksums, however they do so differently. In DSpace, the system administrator has the responsibility for ensuring that the integrity of objects are checked, whereas Fedora and Invenio support automatic checksums.

8 All four tools described provide interoperability and ease of access of metadata by conforming to the OAI-PMH. All four are also able to distinguish among different user groups [Andro, et al. 2012]. 5. ANALYSIS OF THE IMPLEMENTATION OF ARCHIVES This section analyses the implementation of two archives, Europeana and the Bleek and Lloyd collection, selected due to their interesting implementations. 5.1 Europeana Europeana is a cultural heritage digital library that aims to make European information resources interesting to use and easier to access by offering access via multilingual interfaces [Valtysson. 2012]. It is centered on participatory use, where users are able to discuss and contribute to the information repository [Valtysson. 2012]. As mentioned in section 3.1, Europeana implements a federated architecture [Purday, 2009]. This requires metadata from data providers to be loaded into the central repository to allow for global access, whereas data collections are able to be stored by the content providers. Europeana makes use of the Europeana Semantic Elements (ESE) metadata scheme that comprises Dublin core elements and a set of 12 elements that are specific to the needs of Europeana [Purday. 2009]. This enables metadata to be harvested using OAI-PMH [Concordia, et al. 2009]. 5.2 Bleek and Lloyd collection The Bleek and Lloyd collection comprises a set of drawings and books that document the language and culture of Khoisan groups in Southern Africa. The implementation avoids the aspects that accompanies a database implementation such as multi operating system support, long term preservation considerations and the use of large collections in areas with limited internet access. As mentioned in section 3, the Bleek and Lloyd collection is an example of a digital library that implements a portable architecture. The implementation is xml centric as it makes use of XML, XSLT and XHTML to generate the static portable library [Suleman. 2007]. 6. NEXT GENERATION DIGITAL LIBRARIES Digital libraries are evolving in terms of their architecture, information, services and interoperability. Next generation digital libraries extend the notion of organizational boundaries by placing more emphasis on user-centered change. This means that users should be able to adapt the library to fit their needs and be able add and share information in the form of comments or annotations [Greenstein. 2002]. Architecture Digital libraries are moving from monolithic systems, which usually serve a single purpose, to component based systems that are able to change dynamically according to the needs of the user [Ioannids, et al. 2005]. The architectures of digital libraries are moving towards being distributed, such that digital objects and services are provided from multiple locations. This removes the responsibility for data providers to create services to access their collections, resulting in more experienced service providers providing the services. Other advantages include being less resource intensive compared to central architectures and being able to provide access to multiple collections, owned by different data providers, from a single system [Suleman. 2012].

9 System interoperability Digital library systems are moving towards interoperable solutions by integrating distributed services that communicate using standardized protocols such as OAI- PMH. They are able to interact with other digital libraries by forwarding search and retrieval requests and by exchanging metadata [Ioannids, et al. 2005]. Information sharing The ability to add annotations to digitized documents in digital libraries can provide a base for online conversations and information sharing. Annotations can be stored together with the artifact or in a separate repository. When it is stored with the artifact it is easier to keep annotations up to date, however when it is stored in a separate repository, it enables shared access and easy search [Agosti, et al. 2003]. 7. CONCLUSIONS Digital libraries are currently undergoing a transition from statically integrated systems to dynamic collections of services, driven by digital library market needs. These needs consists of customizing of content and services offered by digital libraries to the needs of the relevant communities. Future digital libraries should enable any citizen to access information anytime and anywhere, in a highly scalable and customizable way [Agosti, et al. 2004]. This requires the architecture of digital libraries to be designed for portability, interoperability and scalability. A way to achieve this is by having a component-based design, such as the Open Digital Library project and following standards created by the OAI. REFERENCES Agosti, M. And Ferro, N Annotations: Enriching a digital library. In Research and Advanced Technology for Digital Libraries, Anonymous Springer, Agosti, M., Schek, H. And Türker, C Digital Library Architectures: Peer-to-peer, Grid, and Serviceorientation: Pre-proceedings of the Sixth Thematic Workshop of the EU Network of Excellence DELOS: S. Margherita Di Pula, Cagliari, Italy, June, Edizioni Progetto. Andro, M., Asselin, E. And Maisonneuve, M Digital libraries: Comparison of 10 software. Library Collections, Acquisitions, and Technical Services 36, Bondi, A.B Characteristics of scalability and their impact on performance. In Proceedings of the 2nd international workshop on Software and performance, Anonymous ACM, Candela, L., Castelli, D., Pagano, P. And Simi, M Moving digital library service systems to the Grid. In Peer-to-Peer, Grid, and Service-Orientation in Digital Library Architectures, Anonymous Springer, Casey, M.E. And Savastinuk, L.C Service for the next-generation library. Library Journal 131, Cleveland, G. And Dataflow, I.U Digital libraries: definitions, issues and challenges. IFLA, Universal dataflow and telecommunications core programme. Concordia, C., Gradmann, S. And Siebinga, S Not (just) a Repository, nor (just) a Digital Library, nor (just) a Portal: A Portrait of Europeana as an API ).[ ]. Cox, R.J Machines in the archives: Technology and the coming transformation of archival reference. First Monday, 12. Fox, E.A., Suleman, H. And Luo, M Building digital libraries made easy: Toward open digital libraries. In Digital Libraries: People, Knowledge, and Technology, Anonymous Springer, Frommholz, I., Knezevic, P., Mehta, B., Niederée, C., Risse, T. And Thiel, U Supporting Information Access in Next Generation Digital Library Architectures. In DELOS Workshop: Digital Library Architectures, Anonymous, Gartner, R., L'hours, H. And Young, G Metadata for digital libraries: state of the art and future directions. JISC. Greenstein, D Next-generation digital libraries. In JOINT CONFERENCE ON DIGITAL LIBRARIES, Anonymous Citeseer. Dennis Heimbigner and Dennis McLeod A federated architecture for information management. ACM Trans. Inf. Syst. 3, 3 (July 1985), ICOMOS International Committee On Cultural Tourism ICOMOS International Cultural Tourism Charter: Principles and Guidelines for Managing Tourism at Places of Cultural and Heritage Significance. International Council on Monuments and Sites, ICOMOS International Cultural Tourism

10 Committee. Ioannidis, Y., Maier, D., Abiteboul, S., Buneman, P., Davidson, S., Fox, E., Halevy, A., Knoblock, C., Rabitti, F. And Schek, H Digital library information-technology infrastructures. International Journal on Digital Libraries 5, Jantz, R. And Giarlo, M.J Digital preservation: Architecture and technology for trusted digital repositories. Microform & imaging review 34, Jantz, R. And Giarlo, M.J Digital preservation: Architecture and technology for trusted digital repositories. Microform & imaging review 34, Keats, D Free and Open Source Software for librarians and libraries. Innovation 36, L. Hardesty, J Exhibiting library collections online: Omeka in context. New Library World 115, Lagoze, C., Payette, S., Shin, E. And Wilper, C Fedora: an architecture for complex objects and their relationships. International Journal on Digital Libraries 6, Larson, R.R. And Sanderson, R Grid-based digital libraries: Cheshire3 and distributed retrieval. In Proceedings of the 5th ACM/IEEE-CS joint conference on Digital libraries, Anonymous ACM, Lavoie, B.F The open archival information system reference model: Introductory guide. Microform & imaging review 33, Madalli, D.P., Barve, S. And Amin, S Digital preservation in open-source digital library software. The Journal of Academic Librarianship 38, Mlivoncic, M., Schuler, C. And Türker, C Hyperdatabase Infrastructure for Management and Search of Multimedia Collections. In DELOS Workshop: Digital Library Architectures, Anonymous, Paneva, D., Pavlova-Draganova, L. And Draganov, L Digital Libraries for Presentation and Preservation of East-Christian Heritage. In Proceedings of the Second HUBUSKA Open Workshop Generic Issues of Knowledge Technologies, Budapest, Hungary, Anonymous, Phiri, L. And Suleman, H Managing cultural heritage: information systems architecture.. Purday, J Think culture: Europeana. eu from concept to construction. The Electronic Library 27, Santhanagopalan, K., Fox, E.A. And Mcmillan, G A Prototype for Preservation and Harvesting of International ETDs using LOCKSS and OAI-PMH. In 9th ETD Conference: University of Laval, Quebec City, Quebec, Canada, Anonymous, Smith, M., Barton, M., Bass, M., Branschofsky, M., Mcclellan, G., Stuve, D., Tansley, R. And Walker, J.H DSpace: An open source dynamic digital repository. Suleman, H An African Perspective on Digital Preservation. In Proceedings of the International Workshop on Digital Preservation of Heritage and Research Issues in Archiving and Retrieval, Anonymous. Suleman, H Digital libraries without databases: The bleek and lloyd collection. Springer. Suleman, H Open digital libraries. Suleman, H., Chowdhury, G. And Foo, S The design and architecture of digital libraries. Na. Suleman, H., Fox, E.A., Kelapure, R., Krowne, A. And Luo, M Building digital libraries from simple building blocks. Online Information Review 27, Tansley, R., Bass, M., Stuve, D., Branschofsky, M., Chudnov, D., Mcclellan, G. And Smith, M The DSpace institutional digital repository system: current functionality. In Proceedings of the 3rd ACM/IEEE-CS joint conference on Digital libraries, Anonymous IEEE Computer Society, Valtysson, B EUROPEANA: The digital construction of Europe's collective memory. Information, Communication & Society 15, Zuccala, A., Oppenheim, C. And Dhiensa, R Managing and evaluating digital repositories. Information Research 13, 3.

OpenDLib: a Digital Library Service System

OpenDLib: a Digital Library Service System OpenDLib: a Digital Library Service System Leonardo Candela Istituto di Scienza e Tecnologie dell Informazione A. Faedo (ISTI-CNR) Via G. Moruzzi, 1 56124 Pisa (Italy) Phone number: +39 050 315 2039 Fax

More information

Digitally Preserving African Heritage

Digitally Preserving African Heritage Digitally Preserving African Heritage Hussein Suleman hussein@cs.uct.ac.za University of Cape Town Department of Computer Science Centre for ICT for Development Digital Libraries Laboratory April 2016

More information

The OAIS Reference Model: current implementations

The OAIS Reference Model: current implementations The OAIS Reference Model: current implementations Michael Day, UKOLN, University of Bath m.day@ukoln.ac.uk Chinese-European Workshop on Digital Preservation, Beijing, China, 14-16 July 2004 Presentation

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

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

Europeana, the prototype EDLfoundation Europeana Network Europeana, vs. 1.0 ThoughtLab Technical requirements

Europeana, the prototype EDLfoundation Europeana Network Europeana, vs. 1.0 ThoughtLab Technical requirements Europeana European cultural heritage: united in its diversity Paul Doorenbosch KB - EDL Foundation 11th Special and University Libraries Conference, Opatija, 2 April 2009 Europeana, the prototype EDLfoundation

More information

Open Archives Initiatives Protocol for Metadata Harvesting Practices for the cultural heritage sector

Open Archives Initiatives Protocol for Metadata Harvesting Practices for the cultural heritage sector Open Archives Initiatives Protocol for Metadata Harvesting Practices for the cultural heritage sector Relais Culture Europe mfoulonneau@relais-culture-europe.org Community report A community report on

More information

Simple Archive Architectures

Simple Archive Architectures Simple Archive Architectures Lighton Phiri and Hussein Suleman Digital Libraries Laboratory Department of Computer Science University of Cape Town IFLA '15 Workshop on Digital Libraries: research methods

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

An Architecture to Share Metadata among Geographically Distributed Archives

An Architecture to Share Metadata among Geographically Distributed Archives An Architecture to Share Metadata among Geographically Distributed Archives Maristella Agosti, Nicola Ferro, and Gianmaria Silvello Department of Information Engineering, University of Padua, Italy {agosti,

More information

Nuno Freire National Library of Portugal Lisbon, Portugal

Nuno Freire National Library of Portugal Lisbon, Portugal Date submitted: 05/07/2010 UNIMARC in The European Library and related projects Nuno Freire National Library of Portugal Lisbon, Portugal E-mail: nuno.freire@bnportugal.pt Meeting: 148. UNIMARC WORLD LIBRARY

More information

Digital Archives: Extending the 5S model through NESTOR

Digital Archives: Extending the 5S model through NESTOR Digital Archives: Extending the 5S model through NESTOR Nicola Ferro and Gianmaria Silvello Department of Information Engineering, University of Padua, Italy {ferro, silvello}@dei.unipd.it Abstract. Archives

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

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

Is it possible to use your institutional repository as a records management system?

Is it possible to use your institutional repository as a records management system? Is it possible to use your institutional repository as a records management system? Chris Awre Head of Information Management Building Bridges, 3-4 March 2009 Context RepoMMan project, 2005-7 Repository

More information

SciX Open, self organising repository for scientific information exchange. D15: Value Added Publications IST

SciX Open, self organising repository for scientific information exchange. D15: Value Added Publications IST IST-2001-33127 SciX Open, self organising repository for scientific information exchange D15: Value Added Publications Responsible author: Gudni Gudnason Co-authors: Arnar Gudnason Type: software/pilot

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

Introduction

Introduction Introduction EuropeanaConnect All-Staff Meeting Berlin, May 10 12, 2010 Welcome to the All-Staff Meeting! Introduction This is a quite big meeting. This is the end of successful project year Project established

More information

Exploring the Concept of Temporal Interoperability as a Framework for Digital Preservation*

Exploring the Concept of Temporal Interoperability as a Framework for Digital Preservation* Exploring the Concept of Temporal Interoperability as a Framework for Digital Preservation* Margaret Hedstrom, University of Michigan, Ann Arbor, MI USA Abstract: This paper explores a new way of thinking

More information

Evolving the digital library for digital scholarship enablement

Evolving the digital library for digital scholarship enablement Evolving the digital library for digital scholarship enablement Cillian Joy, NUI Galway Library HEAnet, 13 November 2015 cillianjoy Outline Digital library Strategy Our approach Recent work Issues Future

More information

Preservation Planning in the OAIS Model

Preservation Planning in the OAIS Model Preservation Planning in the OAIS Model Stephan Strodl and Andreas Rauber Institute of Software Technology and Interactive Systems Vienna University of Technology {strodl, rauber}@ifs.tuwien.ac.at Abstract

More information

RUtgers COmmunity REpository (RUcore)

RUtgers COmmunity REpository (RUcore) RUtgers COmmunity REpository (RUcore) A FEDORA-based Institutional Repository To Support Multidisciplinary Collections CNI Task Force Meeting April 3 4, 2006 Arlington, VA Ronald C. Jantz Rutgers University

More information

Using DSpace for Digitized Collections. Lisa Spiro, Marie Wise, Sidney Byrd & Geneva Henry Rice University. Open Repositories 2007 January 23, 2007

Using DSpace for Digitized Collections. Lisa Spiro, Marie Wise, Sidney Byrd & Geneva Henry Rice University. Open Repositories 2007 January 23, 2007 Using DSpace for Digitized Collections Lisa Spiro, Marie Wise, Sidney Byrd & Geneva Henry Rice University Open Repositories 2007 January 23, 2007 Outline of presentation Rationale for choosing DSpace Rice

More information

An overview of the OAIS and Representation Information

An overview of the OAIS and Representation Information An overview of the OAIS and Representation Information JORUM, DCC and JISC Forum Long-term Curation and Preservation of Learning Objects February 9 th 2006 University of Glasgow Manjula Patel UKOLN and

More information

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

Omeka. iskills Workshop February 16, Leslie Barnes, Digital Scholarship Librarian

Omeka. iskills Workshop February 16, Leslie Barnes, Digital Scholarship Librarian Omeka iskills Workshop February 16, 2018 Leslie Barnes, Digital Scholarship Librarian leslie.barnes@utoronto.ca A guided tour of the platform 1. 2. 3. 4. 5. 6. The history and context of the platform Creating

More information

FLAT: A CLARIN-compatible repository solution based on Fedora Commons

FLAT: A CLARIN-compatible repository solution based on Fedora Commons FLAT: A CLARIN-compatible repository solution based on Fedora Commons Paul Trilsbeek The Language Archive Max Planck Institute for Psycholinguistics Nijmegen, The Netherlands Paul.Trilsbeek@mpi.nl Menzo

More information

Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project

Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project Radoslav Pavlov, Desislava Paneva-Marinova, and Georgi Simeonov Institute of Mathematics and Informatics,

More information

Data publication and discovery with Globus

Data publication and discovery with Globus Data publication and discovery with Globus Questions and comments to outreach@globus.org The Globus data publication and discovery services make it easy for institutions and projects to establish collections,

More information

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM OMB No. 3137 0071, Exp. Date: 09/30/2015 DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM Introduction: IMLS is committed to expanding public access to IMLS-funded research, data and other digital products:

More information

Integrating Multi-dimensional Information Spaces

Integrating Multi-dimensional Information Spaces Integrating Multi-dimensional Information Spaces Kostas Saidis and Alex Delis {saiko,ad}@di.uoa.gr Department of Informatics and Telecommunications University of Athens, 157 84, Athens, Greece 1 Introduction

More information

Data Exchange and Conversion Utilities and Tools (DExT)

Data Exchange and Conversion Utilities and Tools (DExT) Data Exchange and Conversion Utilities and Tools (DExT) Louise Corti, Angad Bhat, Herve L Hours UK Data Archive CAQDAS Conference, April 2007 An exchange format for qualitative data Data exchange models

More information

RN Workshop Series on Innovations in Scholarly Communication: plementing the Benefits of OAI (OAI3)

RN Workshop Series on Innovations in Scholarly Communication: plementing the Benefits of OAI (OAI3) RN Workshop Series on Innovations in Scholarly Communication: plementing the Benefits of OAI (OAI3) Overview of the OAI and its Relation to Scientific Publishing in 2004 Dr. Diann Rusch-Feja, Director

More information

The DART-Europe E-theses Portal

The DART-Europe E-theses Portal The DART-Europe E-theses Portal Martin Moyle Digital Curation Manager UCL Library Services, UK m.moyle@ucl.ac.uk ETD 2009, University of Pittsburgh, June 10-13 2009 Contents DART-Europe: background The

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

Implementing Trusted Digital Repositories

Implementing Trusted Digital Repositories Implementing Trusted Digital Repositories Reagan W. Moore, Arcot Rajasekar, Richard Marciano San Diego Supercomputer Center 9500 Gilman Drive, La Jolla, CA 92093-0505 {moore, sekar, marciano}@sdsc.edu

More information

Importance of cultural heritage:

Importance of cultural heritage: Cultural heritage: Consists of tangible and intangible, natural and cultural, movable and immovable assets inherited from the past. Extremely valuable for the present and the future of communities. Access,

More information

Distributed Services Architecture in dlibra Digital Library Framework

Distributed Services Architecture in dlibra Digital Library Framework Distributed Services Architecture in dlibra Digital Library Framework Cezary Mazurek and Marcin Werla Poznan Supercomputing and Networking Center Poznan, Poland {mazurek,mwerla}@man.poznan.pl Abstract.

More information

BHL-EUROPE: Biodiversity Heritage Library for Europe. Jana Hoffmann, Henning Scholz

BHL-EUROPE: Biodiversity Heritage Library for Europe. Jana Hoffmann, Henning Scholz Nimis P. L., Vignes Lebbe R. (eds.) Tools for Identifying Biodiversity: Progress and Problems pp. 43-48. ISBN 978-88-8303-295-0. EUT, 2010. BHL-EUROPE: Biodiversity Heritage Library for Europe Jana Hoffmann,

More information

Europeana and the Mediterranean Region

Europeana and the Mediterranean Region Europeana and the Mediterranean Region Dov Winer Israel MINERVA Network for Digitisation of Culture MAKASH Advancing CMC in Education, Culture and Science (IL) Scientific Manager, Judaica Europeana (EAJC,

More information

Developing Seamless Discovery of Scholarly and Trade Journal Resources Via OAI and RSS Chumbe, Santiago Segundo; MacLeod, Roddy

Developing Seamless Discovery of Scholarly and Trade Journal Resources Via OAI and RSS Chumbe, Santiago Segundo; MacLeod, Roddy Heriot-Watt University Heriot-Watt University Research Gateway Developing Seamless Discovery of Scholarly and Trade Journal Resources Via OAI and RSS Chumbe, Santiago Segundo; MacLeod, Roddy Publication

More information

Promoting Open Standards for Digital Repository. case study examples and challenges

Promoting Open Standards for Digital Repository. case study examples and challenges Promoting Open Standards for Digital Repository Infrastructures: case study examples and challenges Flavia Donno CERN P. Fuhrmann, DESY, E. Ronchieri, INFN-CNAF OGF-Europe Community Outreach Seminar Digital

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

Towards a Long Term Research Agenda for Digital Library Research. Yannis Ioannidis University of Athens

Towards a Long Term Research Agenda for Digital Library Research. Yannis Ioannidis University of Athens Towards a Long Term Research Agenda for Digital Library Research Yannis Ioannidis University of Athens yannis@di.uoa.gr DELOS Project Family Tree BRICKS IP DELOS NoE DELOS NoE DILIGENT IP FP5 FP6 2 DL

More information

University of British Columbia Library. Persistent Digital Collections Implementation Plan. Final project report Summary version

University of British Columbia Library. Persistent Digital Collections Implementation Plan. Final project report Summary version University of British Columbia Library Persistent Digital Collections Implementation Plan Final project report Summary version May 16, 2012 Prepared by 1. Introduction In 2011 Artefactual Systems Inc.

More information

The Metadata Challenge:

The Metadata Challenge: The Metadata Challenge: Determining local and global needs and expectations for your metadata Gareth Knight, Kultivate Metadata workshop 24 th May 2011 Centre for e-research (CeRch), King s College London

More information

CERN Document Server Software

CERN Document Server Software CERN Document Server Software Jean-Yves Le Meur 15 June 2004 CDSware > Introduction > History Since the creation of CERN 50 years ago, library mission is the same: the dissemination and long term keeping

More information

Striving for efficiency

Striving for efficiency Ron Dekker Director CESSDA Striving for efficiency Realise the social data part of EOSC How to Get the Maximum from Research Data Prerequisites and Outcomes University of Tartu, 29 May 2018 Trends 1.Growing

More information

Share.TEC System Architecture

Share.TEC System Architecture Share.TEC System Architecture Krassen Stefanov 1, Pavel Boytchev 2, Alexander Grigorov 3, Atanas Georgiev 4, Milen Petrov 5, George Gachev 6, and Mihail Peltekov 7 1,2,3,4,5,6,7 Faculty of Mathematics

More information

Different Aspects of Digital Preservation

Different Aspects of Digital Preservation Different Aspects of Digital Preservation DCH-RP and EUDAT Workshop in Stockholm 3rd of June 2014 Börje Justrell Table of Content Definitions Strategies The Digital Archive Lifecycle 2 Digital preservation

More information

Practical experiences with Research Quality Exercises DAG ITWG - August 18, David Groenewegen ARROW Project Manager

Practical experiences with Research Quality Exercises DAG ITWG - August 18, David Groenewegen ARROW Project Manager Practical experiences with Research Quality Exercises DAG ITWG - August 18, 2006 David Groenewegen ARROW Project Manager Outline 1. Monash Mock RQF (2006) Process and workflow TARDIS pulling it all together

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

Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications

Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications Digital Libraries Agenda Digital Libraries Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications What is Library Collection of books, documents,

More information

OpenAIRE From Pilot to Service The Open Knowledge Infrastructure for Europe

OpenAIRE From Pilot to Service The Open Knowledge Infrastructure for Europe Natalia Manola University of Athens Department of Informatics and Telecommunications OpenAIRE From Pilot to Service The Open Knowledge Infrastructure for Europe Outline Open Access in Europe Brief history

More information

MALAYSIA THESES ONLINE (MYTO): AN APPROACH FOR MANAGING UNIVERSITIES ELECTRONIC THESES AND DISSERTATIONS

MALAYSIA THESES ONLINE (MYTO): AN APPROACH FOR MANAGING UNIVERSITIES ELECTRONIC THESES AND DISSERTATIONS MALAYSIA THESES ONLINE (MYTO): AN APPROACH FOR MANAGING UNIVERSITIES ELECTRONIC THESES AND DISSERTATIONS By Mr. Zulkefli Bin Mohd Yusop Faculty of Information Management, Universiti Teknologi MARA, Malaysia

More information

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction Преглед НЦД 14 (2009), 43 52 Teo Eterović, Nedim Šrndić INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT Abstract: We introduce Unified e-book Format (UeBF)

More information

Invenio: A Modern Digital Library for Grey Literature

Invenio: A Modern Digital Library for Grey Literature Invenio: A Modern Digital Library for Grey Literature Jérôme Caffaro, CERN Samuele Kaplun, CERN November 25, 2010 Abstract Grey literature has historically played a key role for researchers in the field

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

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

Share.TEC Repository System

Share.TEC Repository System Share.TEC Repository System Krassen Stefanov 1, Pavel Boytchev 2, Alexander Grigorov 3, Atanas Georgiev 4, Milen Petrov 5, George Gachev 6, and Mihail Peltekov 7 1,2,3,4,5,6,7 Faculty of Mathematics and

More information

Get ready for ectd in South Africa. Current status at MCC

Get ready for ectd in South Africa. Current status at MCC Get ready for ectd in South Africa Current status at MCC E Taute Feb 2013 Overview Background Guidelines, Specifications, Forms ICH ectd Specification V 3.2.2 16-July-2008 2.21 South African Specification

More information

COAR Interoperability Roadmap. Uppsala, May 21, 2012 COAR General Assembly

COAR Interoperability Roadmap. Uppsala, May 21, 2012 COAR General Assembly COAR Interoperability Roadmap Uppsala, May 21, 2012 COAR General Assembly 1 Background COAR WG2 s main objective for 2011-2012 was to facilitate a discussion on interoperability among Open Access repositories.

More information

Guidelines for Developing Digital Cultural Collections

Guidelines for Developing Digital Cultural Collections Guidelines for Developing Digital Cultural Collections Eirini Lourdi Mara Nikolaidou Libraries Computer Centre, University of Athens Harokopio University of Athens Panepistimiopolis, Ilisia, 15784 70 El.

More information

A Reference Architecture for Digital Library Systems: Principles and Applications

A Reference Architecture for Digital Library Systems: Principles and Applications A Reference Architecture for Digital Library Systems: Principles and Applications Leonardo Candela Donatella Castelli Pasquale Pagano Istituto di Scienza e Technologie dell Informazione A. Faedo Consiglio

More information

DRIVER Step One towards a Pan-European Digital Repository Infrastructure

DRIVER Step One towards a Pan-European Digital Repository Infrastructure DRIVER Step One towards a Pan-European Digital Repository Infrastructure Norbert Lossau Bielefeld University, Germany Scientific coordinator of the Project DRIVER, Funded by the European Commission Consultation

More information

Europeana DSI 2 Access to Digital Resources of European Heritage

Europeana DSI 2 Access to Digital Resources of European Heritage Europeana DSI 2 Access to Digital Resources of European Heritage MILESTONE Revision 1.0 Date of submission 28.04.2017 Author(s) Krystian Adamski, Tarek Alkhaeir, Marcin Heliński, Aleksandra Nowak, Marcin

More information

EUDAT. A European Collaborative Data Infrastructure. Daan Broeder The Language Archive MPI for Psycholinguistics CLARIN, DASISH, EUDAT

EUDAT. A European Collaborative Data Infrastructure. Daan Broeder The Language Archive MPI for Psycholinguistics CLARIN, DASISH, EUDAT EUDAT A European Collaborative Data Infrastructure Daan Broeder The Language Archive MPI for Psycholinguistics CLARIN, DASISH, EUDAT OpenAire Interoperability Workshop Braga, Feb. 8, 2013 EUDAT Key facts

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

Part 2: Current State of OAR Interoperability. Towards Repository Interoperability Berlin 10 Workshop 6 November 2012

Part 2: Current State of OAR Interoperability. Towards Repository Interoperability Berlin 10 Workshop 6 November 2012 Part 2: Current State of OAR Interoperability The COAR Current State of Open Access Repository Interoperability (2012) Intended Audience: Institutions, and repository managers, operating at different points

More information

Digital repositories as research infrastructure: a UK perspective

Digital repositories as research infrastructure: a UK perspective Digital repositories as research infrastructure: a UK perspective Dr Liz Lyon Director This work is licensed under a Creative Commons Licence Attribution-ShareAlike 2.0 UKOLN is supported by: Presentation

More information

CREATING DIGITAL REPOSITORIES PRESENTED BY CHAMA MPUNDU MFULA CHIEF LIBRARIAN NATIONAL ASSEMBLY OF ZAMBIA

CREATING DIGITAL REPOSITORIES PRESENTED BY CHAMA MPUNDU MFULA CHIEF LIBRARIAN NATIONAL ASSEMBLY OF ZAMBIA CREATING DIGITAL REPOSITORIES PRESENTED BY CHAMA MPUNDU MFULA CHIEF LIBRARIAN NATIONAL ASSEMBLY OF ZAMBIA Introduction Digital repositories (DR) are commonly referred to as institutional repositories or

More information

Susan Thomas, Project Manager. An overview of the project. Wellcome Library, 10 October

Susan Thomas, Project Manager. An overview of the project. Wellcome Library, 10 October Susan Thomas, Project Manager An overview of the project Wellcome Library, 10 October 2006 Outline What is Paradigm? Lessons so far Some future challenges Next steps What is Paradigm? Funded for 2 years

More information

National Documentation Centre Open access in Cultural Heritage digital content

National Documentation Centre Open access in Cultural Heritage digital content National Documentation Centre Open access in Cultural Heritage digital content Haris Georgiadis, Ph.D. Senior Software Engineer EKT hgeorgiadis@ekt.gr The beginning.. 42 institutions documented & digitalized

More information

Multimedia Project Presentation

Multimedia Project Presentation Exploring Europe's Television Heritage in Changing Contexts Multimedia Project Presentation Deliverable 7.1. Euscreen in a nutshell A Best Practice Network funded by the econtentplus programme of the EU.

More information

Project Proposal - Three Archives

Project Proposal - Three Archives Project Proposal - Three Archives NICOLE PETERSEN, University of Cape Town NOOSRAT HOSSAIN, University of Cape Town NOXOLO MTHIMKULU, University of Cape Town 1. PROJECT DESCRIPTION The Centre for Curating

More information

WEB-BASED COLLECTION MANAGEMENT FOR ARCHIVES

WEB-BASED COLLECTION MANAGEMENT FOR ARCHIVES WEB-BASED COLLECTION MANAGEMENT FOR ARCHIVES Comprehensive Collections Management Systems You Can Access Anytime, Anywhere AXIELL COLLECTIONS FOR ARCHIVES Axiell Collections is a webbased CMS designed

More information

Research on the Interoperability Architecture of the Digital Library Grid

Research on the Interoperability Architecture of the Digital Library Grid Research on the Interoperability Architecture of the Digital Library Grid HaoPan Department of information management, Beijing Institute of Petrochemical Technology, China, 102600 bjpanhao@163.com Abstract.

More information

Inge Van Nieuwerburgh OpenAIRE NOAD Belgium. Tools&Services. OpenAIRE EUDAT. can be reused under the CC BY license

Inge Van Nieuwerburgh OpenAIRE NOAD Belgium. Tools&Services. OpenAIRE EUDAT. can be reused under the CC BY license Inge Van Nieuwerburgh OpenAIRE NOAD Belgium Tools&Services OpenAIRE EUDAT can be reused under the CC BY license Open Access Infrastructure for Research in Europe www.openaire.eu Research Data Services,

More information

Introduction to. Digital Curation Workshop. March 14, 2013 SFU Wosk Centre for Dialogue Vancouver, BC

Introduction to. Digital Curation Workshop. March 14, 2013 SFU Wosk Centre for Dialogue Vancouver, BC Introduction to Digital Curation Workshop March 14, 2013 SFU Wosk Centre for Dialogue Vancouver, BC What is Archivematica? digital preservation/curation system designed to maintain standards-based, longterm

More information

WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES

WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES Comprehensive Collections Management Systems You Can Access Anytime, Anywhere AXIELL COLLECTIONS FOR LIBRARIES Axiell Collections is a web-based CMS designed

More information

Building for the Future

Building for the Future Building for the Future The National Digital Newspaper Program Deborah Thomas US Library of Congress DigCCurr 2007 Chapel Hill, NC April 19, 2007 1 What is NDNP? Provide access to historic newspapers Select

More information

ECP-2008-DILI EuropeanaConnect. D5.7.1 EOD Connector Documentation and Final Prototype. PP (Restricted to other programme participants)

ECP-2008-DILI EuropeanaConnect. D5.7.1 EOD Connector Documentation and Final Prototype. PP (Restricted to other programme participants) ECP-2008-DILI-528001 EuropeanaConnect D5.7.1 EOD Connector Documentation and Final Prototype Deliverable number/name D 5.7.1 Dissemination level PP (Restricted to other programme participants) Delivery

More information

Software Requirements Specification for the Names project prototype

Software Requirements Specification for the Names project prototype Software Requirements Specification for the Names project prototype Prepared for the JISC Names Project by Daniel Needham, Amanda Hill, Alan Danskin & Stephen Andrews April 2008 1 Table of Contents 1.

More information

Extending the Facets concept by applying NLP tools to catalog records of scientific literature

Extending the Facets concept by applying NLP tools to catalog records of scientific literature Extending the Facets concept by applying NLP tools to catalog records of scientific literature *E. Picchi, *M. Sassi, **S. Biagioni, **S. Giannini *Institute of Computational Linguistics **Institute of

More information

Assessment of product against OAIS compliance requirements

Assessment of product against OAIS compliance requirements Assessment of product against OAIS compliance requirements Product name: Archivematica Date of assessment: 30/11/2013 Vendor Assessment performed by: Evelyn McLellan (President), Artefactual Systems Inc.

More information

Protecting Future Access Now Models for Preserving Locally Created Content

Protecting Future Access Now Models for Preserving Locally Created Content Protecting Future Access Now Models for Preserving Locally Created Content By Amy Kirchhoff Archive Service Product Manager, Portico, ITHAKA Amigos Online Conference Digital Preservation: What s Now, What

More information

OpenAIRE. Fostering the social and technical links that enable Open Science in Europe and beyond

OpenAIRE. Fostering the social and technical links that enable Open Science in Europe and beyond Alessia Bardi and Paolo Manghi, Institute of Information Science and Technologies CNR Katerina Iatropoulou, ATHENA, Iryna Kuchma and Gwen Franck, EIFL Pedro Príncipe, University of Minho OpenAIRE Fostering

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

International Implementation of Digital Library Software/Platforms 2009 ASIS&T Annual Meeting Vancouver, November 2009

International Implementation of Digital Library Software/Platforms 2009 ASIS&T Annual Meeting Vancouver, November 2009 Newspaper Digitization Project at the Press Institute of Mongolia International Implementation of Digital Library Software/Platforms 2009 ASIS&T Annual Meeting Vancouver, November 2009 Krystyna K. Matusiak

More information

SIMPLE DIGITAL LIBRARIES

SIMPLE DIGITAL LIBRARIES SIMPLE DIGITAL LIBRARIES LIGHTON PHIRI A DISSERTATION SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE DEPARTMENT OF COMPUTER SCIENCE FACULTY

More information

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Nadezhda VLAHOVA, Fabian BACH, Ekkehard PETRI *, Vlado CETL, Hannes REUTER European Commission (*ekkehard.petri@ec.europa.eu

More information

Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal

Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal Margherita Sini 1, Gauri Salokhe 1, Christopher Pardy 1, Janice Albert 1, Johannes Keizer 1,

More information

Digital Preservation DMFUG 2017

Digital Preservation DMFUG 2017 Digital Preservation DMFUG 2017 1 The need, the goal, a tutorial In 2000, the University of California, Berkeley estimated that 93% of the world's yearly intellectual output is produced in digital form

More information

OAI-ORE. A non-technical introduction to: (www.openarchives.org/ore/)

OAI-ORE. A non-technical introduction to: (www.openarchives.org/ore/) A non-technical introduction to: OAI-ORE (www.openarchives.org/ore/) Defining Image Access project meeting Tools and technologies for semantic interoperability across scholarly repositories UKOLN is supported

More information

Interoperability for Digital Libraries

Interoperability for Digital Libraries DRTC Workshop on Semantic Web 8 th 10 th December, 2003 DRTC, Bangalore Paper: C Interoperability for Digital Libraries Michael Shepherd Faculty of Computer Science Dalhousie University Halifax, NS, Canada

More information

WorldCat Digital Collection Gateway Visibility for Digital Collections

WorldCat Digital Collection Gateway Visibility for Digital Collections Digital Forum East Arlington, VA November 2009 WorldCat Digital Collection Gateway Visibility for Digital Collections Taylor Surface OCLC Digital Collection Services Senior Product Manager OCLC Digital

More information

The European Commission s science and knowledge service. Joint Research Centre

The European Commission s science and knowledge service. Joint Research Centre The European Commission s science and knowledge service Joint Research Centre GeoDCAT-AP The story so far Andrea Perego, Antonio Rotundo, Lieven Raes GeoDCAT-AP Webinar 6 June 2018 What is GeoDCAT-AP Geospatial

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

A Distributed Digital Library System Architecture for Archive Metadata

A Distributed Digital Library System Architecture for Archive Metadata A Distributed Digital Library System Architecture for Archive Metadata Nicola Ferro and Gianmaria Silvello Department of Information Engineering University of Padua Italy {ferro, silvello}@dei.unipd.it

More information

Introduction to Omeka.net

Introduction to Omeka.net Florida International University FIU Digital Commons Works of the FIU Libraries FIU Libraries 1-23-2017 Introduction to Omeka.net Martin Kass Florida International University, mkass@fiu.edu Follow this

More information