ORCA-Registry v2.4.1 Documentation

Size: px
Start display at page:

Download "ORCA-Registry v2.4.1 Documentation"

Transcription

1 ORCA-Registry v2.4.1 Documentation Document History James Blanden 26 May 2008 Version 1.0 Initial document. James Blanden 19 June 2008 Version 1.1 Updates for ORCA-Registry v2.0. James Blanden 8 January 2009 Version 1.2 Updates for ANDS and ORCA-Registry v2.3. Minor corrections. James Blanden 19 February 2009 Version 1.3 Updates for ORCA-Registry v Minor corrections. Table of Contents Background...2 Document Scope...2 Requirements...3 Overview...4 Functional Specification...6 Public Access...6 Search...6 Browse...7 Index...9 View Registry Object...10 Web Services...12 Administration...14 List Data Sources...14 Add Data Source...15 View Data Source...16 Edit Data Source...20 Delete Data Source...21 Add Registry Object...22 Edit Registry Object...25 Delete Registry Object...26 Brief Technical Overview...27 System Requirements...27 File Structure...27 Database...28 ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 1 of 28

2 Background The Online Research Collections Australia (ORCA)-Registry software is a product of the Australian Partnership for Sustainable Repositories (APSR) Collection Services and Infrastructures (COSI) initiatives of ORCA-Registry software is now being utilised and further developed by the Utilities Program of the Australian National Data Service (ANDS). The ORCA-Registry is a PHP/PostgreSQL web application designed to be housed within an instance of the COSI-Framework. Document Scope This document describes the ORCA-Registry software only. It does not describe specifics of the software framework that is required to house it (see the COSI-Framework documentation for more information); issues relating to governance of an instance of the software; or provide guidelines or information for those who wish to provide data to an instance of the software. Installation instructions are provided in the software download, and so are not repeated here. A general knowledge of web application design and technologies is assumed. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 2 of 28

3 Requirements Requirements to be met by the ORCA-Registry web application software were defined at a high level in background and project documentation. As the development progressed, understanding and definition of the requirements became clearer these are summarised below. The registry data structures are to be based on those described in (and the schema provided by) ISO Registry Services for Libraries and Related Organisations (ISO TC46 SC4 Working Draft, 13 December 2005). Available as a Microsoft Word document at Define an XML schema (based on the above) for the import, export, and interchange of data into, out of, and between instances of the software. Provide for the import of conforming XML data over HTTP. Provide for the export of conforming XML over HTTP thus enabling the aggregation/federation of registries, and providing data for utilisation by external services. Provide public access to a web-based user interface for searching and browsing (discovery) of data in the registry. Provide restricted access to a web-based user interface for complete administration of the registry for the owners of the registry to manage the sources of data that the registry will be populated from. Provide restricted access to a web-based user interface for partial administration of a defined set of records in the registry for the owners of the sources of data that the registry will be populated from to manage some aspects of registry interaction with their data. For version 2, additional requirements were identified. Profile ISO 2146 to derive a new schema that is better suited for the collections registry application. This schema is known as Registry Interchange Format Collections and Services (RIF CS). Base the registry on this new schema. OAI-PMH data provision. Support for an external harvester to enable scheduled recurring harvests, and harvest from OAI-PMH data providers. Version 2.4 provides for the requirements of manual input, edit and deletion of Registry Objects (with version adding suggested vocabularies to certain fields on the input and edit forms). ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 3 of 28

4 Overview The ORCA-Registry is a PHP/PostgreSQL web application designed to be housed in an instance of the COSI-Framework (see the COSI-Framework documentation for more information). Figure 1 (below) provides a conceptual overview of the application design. Figure 1: Overview of the ORCA-Registry. The registry is a database containing Registry Object records along with some information to support the gathering of this data from data providers via their Data Sources. Registry Object records are one of four classes describing a Collection, Service, Party, or Activity. These records are defined using the Registry Interchange Format Collections and Services (RIF-CS, an XML schema based on that provided in the ISO 2146 draft standard). ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 4 of 28

5 The basic operation of the registry software can be described as follows. An organisation has data (usually housed in a repository of some description, though not necessarily) that they wish to be discoverable by users of the registry. They (the data providers) request that the owners of the registry configure their organisation s repository as a Data Source in the registry. The registry owners configure the Data Source; issuing a key (which is unique within the registry, and taking an agreed form); setting a URI for where to find the data that the data providers will expose; and creating roles to allow the data providers to manage and test their Data Source against the registry. The data providers now need to provide XML conforming to the RIF CS at the URI set for their Data Source (forming a Repository Interface for the Metadata Export box in Figure 1). The data can now be imported into the registry, where it will be discoverable by search and browse, and exposed by web services. Version 2 of the registry extends this functionality by providing support for Harvester 1.0. If a harvester is configured, then the registry can use it to schedule recurring harvests, and to harvest data from OAI-PMH data providers that support the RIF CS (which includes other instances of the ORCA-Registry v2.x software). Version 2.4 extends the functionality of the registry to the manual input, edit and deletion of Registry Objects. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 5 of 28

6 Functional Specification Public Access The ORCA-Registry provides public access to functionality that supports discovery, exchange, and further utilisation of the data that it contains, by users and external software. Search The Search activity provides a simple form for searching the registry. The Search provides filtering by Registry Object class (using checkboxes); restriction to a data source and/or group; and a text field for entering a search term or phrase. The Search will query the registry with the entered text across Registry Object identifiers, names, subjects, and descriptions. Any resulting matches will be filtered according to which classes (Collections, Services, Parties, and Activities) have been included the search. A checked checkbox next to a class indicates that objects of that class will be included in the results. The default setting has all of the checkboxes checked, and so will include objects of all classes in the results. Results can also be filtered by source and group, where source is the data source from which the data was obtained, and group is a set used to support the definition of an institutional portfolio. The search is implemented using the PostgreSQL full text search functionality. The entered text is converted to a query using plainto_tsquery; compared to indexed ts_vectors for identifiers, names, subjects, and descriptions; and ordered by rank with weightings (from highest to lowest) for identifiers, names, subjects, and descriptions. Further information about this technology is available at Matches in the results are highlighted with a yellow background. Figure 2 (below) shows an example of the Search activity displaying results for a search. Figure 2: ORCA-Registry, Search example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 6 of 28

7 If more results than can reasonably be displayed on one page are returned, then the bottom of the page will provide navigation between pages of results, as shown in Figure 3 (below). Figure 3: ORCA-Registry results pagination example. Any search results will consist of a list of records including the following information for each record (where available): Names. A list of all recorded names for the record. Consisting of all name values for the record, delimited by a middle dot character, not including name part type, and hyperlinked to the View Registry Object activity for that record. Class Type. Registry Object class key. Class Key. Registry Object class key. Source. The title of the Data Source from which the data was collected. Group. The top-level group to which this object belongs. Identifiers. A list of all recorded globally recognised identifiers for the record delimited by a middle dot character. Relations. A list of all recorded relations that the Registry Object has to other Registry Objects collected from the same Data Source. Consisting of relation description relatedobject-name pairs, delimited by a semi colon ;, and hyperlinked to the View Registry Object activities for the related records. Subjects. A list of all recorded subjects for the record. Consisting of subject type: value pairs delimited by a middle dot character. Description. All of the recorded descriptions for the record, truncated to less than 300 characters. Consisting of description type: value pairs. In addition, identifiers and subjects are hyperlinked (in green) such that clicking on them will execute another search, passing the identifier or subject as the query text. Browse The Browse activity provides an alternative means of finding information within the registry. Browse provides a mechanism for filtering the contents of the registry by data source and group along with Registry Object type and subject. Groups are displayed for all selected data sources. Registry Object types are displayed for all selected data sources and groups. Subjects (if any) are displayed for all selected data sources, groups, and Registry Object types. Browse results contain Registry Objects with attributes that fall entirely within the selected set. All data sources and groups are selected on initial rendering of the Browse activity. Browse results are displayed in the same manner as the Search results (with the obvious exception of any match highlighting). ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 7 of 28

8 Figures 4a and 4b (below) show examples of the Browse activity. Figure 4a: ORCA-Registry, Browse example. Figure 4b: ORCA-Registry, Browse example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 8 of 28

9 Index The Index activity provides an alphabetised (per Registry Object class and by name) listing of the objects within the registry. Names with leading non-alpha characters, a s, and the s are included in the listings for names beginning with the character following as well as the listing for names beginning with those characters. Figure 5 (below) shows an example of the Index activity. Figure 5: ORCA-Registry, Index example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 9 of 28

10 View Registry Object The View Registry Object activity displays all of the data held in the registry for a Registry Object. The data is displayed as follows: Class. The heading for the record is the class of Registry Object. Type. The type of Registry Object. Key. The Registry Object key. Source. The title of the Data Source from which the data was collected. Group. The group of the Registry Object. Date Created. The date the Data Source says that the Registry Object was created. Date Modified. The date the Data Source says that the Registry Object was last modified. Names. The names of the Registry Object. Identifiers. A list of all recorded globally recognised identifiers for the record. Physical Addresses. A list of all recorded physical addresses for the record. Electronic Addresses. A list of all recorded electronic addresses for the record. Relations. A list of all recorded relations that the Registry Object has to other Registry Objects. Subjects. A list of all recorded subjects for the record. Description. All of the recorded descriptions for the record. In addition, names, identifiers, and subjects are hyperlinked (in green) such that clicking on them will execute another search, passing the name, identifier, or subject as the query text. Figure 6 (below) shows an example of the View Registry Object activity. Figure 6: ORCA-Registry, View Registry Object example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 10 of 28

11 If the user is an authenticated ORCA Data Source Administrator and a (direct or inherited) member of the organisation that is the record owner of the Data Source of the Registry Object (or an ORCA Administrator) then they will also see Created When and Created Who data along with button for Edit and Delete of this Registry Object. Figure 6.1 (below) shows this view. See the section on administration for more information. Figure 6.1: ORCA-Registry, View Registry Object example. The View Registry Object activity provides a hyperlink that will return RIF-CS for the currently displayed Registry Object. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 11 of 28

12 Web Services The Web Services activity displays information and links to the data export services provided by an instance of the registry. As well as supporting the transfer and aggregation of data between and among multiple instances of the ORCA-Registry software, these services also provide a means for external (or downstream ) services to utilise the data (as per the overview diagram in Figure 1). The services provided are listed below. An OpenSearch service ( An OAI Data Provider service ( The service supports resumption tokens (returning 100 records at a time for the ListRecords and ListIdentifiers verbs), and the oai_dc and rif metadata prefixes. Get Registry Object Groups. This service retrieves a list of distinct Groups from the registry. Get Data Source List retrieves a list of the Data Sources that the registry is configured to gather data from. The response (described by the ORCA-Registry Data Source List Schema) provides the key for each Data Source, the Provider Type of the source, and the URI that the data was retrieved from. The Get Registry Objects service retrieves RIF CS according to the parameters passed to it. The search string is treated as per the public Search activity. Put Harvest Data is a service that is not publicly visible. It accepts a package of RIF CS data, checks that it originated from the configured Harvester and runs the import process on the data. The Search Engine Index Seed provides a visible hyperlink to the registry search for search engine crawlers from which the registry contents in its entirety can be reached by following hyperlinks (via the pagination of the results). ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 12 of 28

13 Figure 7 (below) shows an example of the Web Services activity. Figure 7: ORCA-Registry, Web Services example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 13 of 28

14 Administration The ORCA-Registry installation creates two functional roles in the COSI-Framework, ORCA Administrator and ORCA Data Source Administrator. Members of the ORCA Administrator functional role will have access to all administrative activities, and all Data Source records. Members of the ORCA Data Source Administrator functional role will not be able to add or delete data source records, and will only have access to Data Source records (and their associated Registry Objects) that are owned by organisational roles that they are a member of. List Data Sources The List Data Sources activity displays a list of the all of the Data Sources that the registry is configured to collect data from. ORCA Data Source Administrators will only see Data Sources that are owned by organisational roles that they are a member of. The Data Source list can be filtered by title using the form at the top of the page. If the List Data Sources list contains only one record, then the user will be taken to the View Data Source activity for that record. Figure 8 (below) shows an example of the List Data Sources activity. Figure 8: ORCA-Registry, List Data Sources example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 14 of 28

15 Add Data Source The Add Data Source activity (only accessible by ORCA Administrators) displays a form for adding a new Data Source to the registry. The form indicates that key, title, URI, Provider Type, and Harvest Method are mandatory. Key must be unique for an instance of the framework. URI is the location at which the data (conforming to the ORCA-Registry Data Interchange Schema) is located. If the URI is not yet known, just enter as a placeholder. OAI Set and Harvest Date are shown or hidden conditionally depending on the value set for Harvest Method. Figure 9 (below) shows an example of the Add Data Source activity. Figure 9: ORCA-Registry, Add Data Source example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 15 of 28

16 View Data Source The View Data Source activity displays detailed information for a Data Source. Figure 10 (below) shows an example of the View Data Source activity. Figure 10: ORCA-Registry, View Data Source example. Clicking the Edit button will take the user to the Edit Data Source activity for this record. Clicking the Delete button (only available to ORCA Administrators) will take the user to the Delete Data Source activity for this record. The Test and Import buttons control interaction between the registry and the Data Source (or Harvester). The Clear button removes all records collected from this Data Source from the registry. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 16 of 28

17 Clicking the Test button will cause the registry to either attempt a connection to the Data Source at its configured URI, or submit a test harvest request to the Harvester. The results of this test will be recorded in the Activity Log. No data will be imported or modified. This provides a test of the Data Source that can be used by ORCA Data Source Administrators to assist in the development of their interfaces, or to assist in troubleshooting a Data Source without risk of modifying data in the registry. Figure 11 (below) shows an example of the View Data Source activity displaying the results of running a test import against the Data Source. Figure 11: ORCA-Registry, View Data Source, Test example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 17 of 28

18 Clicking the Import button will cause the registry to either attempt a connection to the Data Source at its configured URI, or submit a harvest request to the Harvester. If a direct connection is made, then the response is processed for import as soon as it is received. If a request was sent to the Harvester then the status of the request is displayed. Figure 12 (below) shows an example of the View Data Source activity displaying the results of running an import. Figure 12: ORCA-Registry, View Data Source, Import example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 18 of 28

19 Clicking the Clear button will remove all Registry Objects collected from the Data Source from the registry. Figure 13 (below) shows an example of the View Data Source activity displaying the results of clearing the registry of objects collected from the Data Source. Figure 13: ORCA-Registry, View Data Source, Clear example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 19 of 28

20 Edit Data Source The Edit Data Source activity provides a form for modifying a Data Source. Only ORCA Administrators will be able to modify the Record Owner attribute. The key cannot be changed if there is an error with the key, then the record must be deleted and a new one with the correct key created using the Add Data Source activity. After successfully saving the changes, the user will be taken to the View Data Source activity for that record. Clicking the Cancel button will take the user back to the View Data Source activity for this record (without saving any changes). Figure 14 (below) shows an example of the Edit Data Source activity. Figure 14: ORCA-Registry, Edit Data Source example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 20 of 28

21 Delete Data Source The Delete Data Source activity prompts for confirmation that a Data Source is to be deleted. Clicking the Delete button will remove all Registry Objects collected from the Data Source from the registry, and then delete the Data Source from the registry. Clicking the Cancel button will take the user to the View Data Source activity for that record (without deleting any records). Figure 15 (below) shows an example of the Delete Data Source activity. Figure 15: ORCA-Registry, Delete Data Source example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 21 of 28

22 Add Registry Object The Add Registry Object activity enables the manual input of a Registry Object into the registry. Clicking the Save button will check that a Data Source has been set; if so then generate RIF-CS from the form data; validate it; and if validation is successful insert the object into the registry then take the user to the View Registry Object activity for that record. If the RIF-CS doesn t validate the user will see an error message indicating the cause of the error. Changes to the registry resulting from the use of this activity are logged against the Data Source set. Note that this activity will allow the user to set a Data Source for the object from a list of any for which the user has authorisations (via membership of organisational roles that are record owners of the Data Sources). This activity checks that the user is an authenticated ORCA Data Source Administrator and a (direct or inherited) member of the organisational role that is the record owner of the Data Source of the Registry Object (or an ORCA Administrator). Figure 16 (below) shows the initial state of the Add Registry Object activity. Figure 16: ORCA-Registry, Add Registry Object initial state. The form provided by this activity uses add and remove buttons to add and remove elements and so enable the input of any valid RIF-CS structures. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 22 of 28

23 Figure 16.1 (below) shows how the add and remove buttons provide the mechanism by which the Add Registry Object form can accommodate any valid RIF-CS structure in its entirety. Figure 16.1: ORCA-Registry, Add Registry Object example expanded state. The form also provides calendar and vocabulary controls to assist with the input of data. The vocabulary control attached to a field can be used to enter a term into that field from a list of suggested terms (it will not override or prevent the input of another term). The terms displayed by the vocabulary tool are retrieved from either the vocabulary XML provided with the software, or from an external service (as configured in the orca_init.php). The use of an external service is at the time of writing only at an experimental stage. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 23 of 28

24 Figure 16.2 (below) shows an example of the vocabulary control showing a suggested vocabulary for the RIF-CS Relation Type. Figure 16.2: ORCA-Registry, vocabulary control. Figure 16.3 (below) shows the vocabulary control highlighting a previously entered term in the list. Note that the identifier for the vocabulary term is inserted into the field, but the names are displayed by the tool. The identifier for a term can be revealed in the list by holding the cursor over the term. Also note that the identifier and name of a term may be the same. Figure 16.3: ORCA-Registry, vocabulary control with selected value. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 24 of 28

25 Edit Registry Object The Edit Registry Object activity enables the modification of a Registry Object in the registry. This activity functions in the same way as the Add Registry Object activity other than being initially populated with data and not allowing editing of the Key. Changes to the registry resulting from the use of this activity are logged against the Data Source set. Note that this activity will allow the user to set a Data Source for the object from a list of any for which the user has authorisations (via membership of organisational roles that are record owners of the Data Sources). Clicking the Cancel button will take the user to the View Registry Object activity for that record (without modifying any records). This activity checks that the user is an authenticated ORCA Data Source Administrator and a (direct or inherited) member of the organisational role that is the record owner of the Data Source of the Registry Object (or an ORCA Administrator). Figure 17 (below) shows an example of the Edit Registry Object activity. Figure 17: ORCA-Registry, Edit Registry Object example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 25 of 28

26 Delete Registry Object The Delete Registry Object activity enables the removal of a Registry Object from the registry. Clicking the Delete button will remove the Registry Object from the registry. Clicking the Cancel button will take the user to the View Registry Object activity for that record (without deleting any records). Note that the Registry Object may re-created with the next harvest from the originating Data Source. Also note that any relation that the object has with other objects in the registry may be broken by its removal. The record deletion will be logged against the record s Data Source. This activity checks that the user is an authenticated ORCA Data Source Administrator and a (direct or inherited) member of the organisation that is the record owner of the Data Source of the Registry Object (or an ORCA Administrator). Figure 18 (below) shows an example of the Delete Data Source activity. Figure 18: ORCA-Registry, Delete Data Source example. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 26 of 28

27 Brief Technical Overview System Requirements The ORCA-Registry is a PHP/PostgreSQL web application built to utilise the COSI-Framework (an install of which is a prerequisite). System and web browser requirements are the same as those for the COSI-Framework (see the COSI-Framework documentation for more information). File Structure The ORCA-Registry file structure is similar to that of the COSI-Framework within which it is housed. Activities are defined in files at the application root, and within folders that are not prefixed with an underscore ( _ ). Folders that are prefixed with an underscore are used to hold function libraries, help content etc. Function library files are prefixed with orca to prevent name clashes with other files included in the COSI-Framework. Figure 19 (below) shows the ORCA-Registry file structure. Figure 19: ORCA-Registry file structure. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 27 of 28

28 The file orca_init.php at the root of the application contains the environment settings for an installed instance of the ORCA-Registry. The ORCA-Registry defines some Cascading Stylesheet (CSS) styles for its own use in orca.css. These are included into the response in orca_init.php via the COSI-Framework API. The installation process makes changes to the application_config.php and database_env.php files in the housing COSI-Framework. Database The accompanying document ORCA-Registry DatabaseSchema.pdf shows the database structure used by the application. ORCA-Registry v2.4.1 Documentation 19 February 2008 Page 28 of 28

Registry Interchange Format: Collections and Services (RIF-CS) explained

Registry Interchange Format: Collections and Services (RIF-CS) explained ANDS Guide Registry Interchange Format: Collections and Services (RIF-CS) explained Level: Awareness Last updated: 10 January 2017 Web link: www.ands.org.au/guides/rif-cs-explained The RIF-CS schema is

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

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

The Sunshine State Digital Network

The Sunshine State Digital Network The Sunshine State Digital Network Keila Zayas-Ruiz, Sunshine State Digital Network Coordinator May 10, 2018 What is DPLA? The Digital Public Library of America is a free online library that provides access

More information

Appendix REPOX User Manual

Appendix REPOX User Manual D5.3.1 Europeana OAI-PMH Infrastructure Documentation and final prototype co-funded by the European Union The project is co-funded by the European Union, through the econtentplus programme http://ec.europa.eu/econtentplus

More information

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide BEAAquaLogic Enterprise Repository Automation for Web Services Guide Version 3.0. RP1 Revised: February, 2008 Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

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 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

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

SDMX GLOBAL CONFERENCE

SDMX GLOBAL CONFERENCE SDMX GLOBAL CONFERENCE PARIS 2009 EUROSTAT SDMX REGISTRY (Francesco Rizzo, Bengt-Åke Lindblad - Eurostat) 1. Introduction The SDMX initiative (Statistical Data and Metadata exchange) is aimed at developing

More information

Automation for Web Services

Automation for Web Services BEA AquaLogic TM Enterprise Repository (Evaluation Version) Automation for Web Services Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related Assets WSDL/UDDI Import/Export

More information

Harvester Service Technical and User Guide 5 June 2008

Harvester Service Technical and User Guide 5 June 2008 Harvester Service Technical and User Guide 5 June 2008 1. Purpose...2 2. Overview...2 3. Services...3 4. Custom Harvests...5 5. Notes on Harvest Flow...6 6. Source Code Overview...6 1 1. Purpose The purpose

More information

SobekCM METS Editor Application Guide for Version 1.0.1

SobekCM METS Editor Application Guide for Version 1.0.1 SobekCM METS Editor Application Guide for Version 1.0.1 Guide created by Mark Sullivan and Laurie Taylor, 2010-2011. TABLE OF CONTENTS Introduction............................................... 3 Downloads...............................................

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

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan Metadata for Data Discovery: The NERC Data Catalogue Service Steve Donegan Introduction NERC, Science and Data Centres NERC Discovery Metadata The Data Catalogue Service NERC Data Services Case study:

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

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

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

Orbis Cascade Alliance Content Creation & Dissemination Program Digital Collections Service. Enabling OAI & Mapping Fields in Digital Commons

Orbis Cascade Alliance Content Creation & Dissemination Program Digital Collections Service. Enabling OAI & Mapping Fields in Digital Commons Orbis Cascade Alliance Content Creation & Dissemination Program Digital Collections Service Enabling OAI & Mapping Fields in Digital Commons Produced by the Digital Collections Working Group of the Content

More information

Research repository models: Can one size fit all?

Research repository models: Can one size fit all? Research repository models: Can one size fit all? Ann Morgan Mark Baldock University of South Australia Library The Library s role Repositories developed by the Library Future of research repositories

More information

A USER S GUIDE TO REGISTERING AND MAINTAINING DATA SERVICES IN HIS CENTRAL 2.0

A USER S GUIDE TO REGISTERING AND MAINTAINING DATA SERVICES IN HIS CENTRAL 2.0 A USER S GUIDE TO REGISTERING AND MAINTAINING DATA SERVICES IN HIS CENTRAL 2.0 Prepared by Jon Pollak, CUAHSI Water Data Center User Support Specialist September 2014 1 DISCLAIMERS The HIS Central application

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

Overview NSDL Collection Representation and Information Flow

Overview NSDL Collection Representation and Information Flow Overview NSDL Collection Representation and Information Flow October 24, 2006 Introduction The intent of this document is to be a brief overview of the current state of collections and associated processing/representation

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Jisc Research Data Discovery Service Project Workshop Christopher Brown

Jisc Research Data Discovery Service Project Workshop Christopher Brown 18 Feb 2016 Jisc Research Data Discovery Service Project Workshop Christopher Brown Agenda» 10:30 10:40 Welcome and Introduction - Catherine Grout» 10:40 10:45 Project status and introduction to workshop/exercise

More information

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

User Manual. Interactive

User Manual. Interactive User Manual Interactive Instructions for: Report Nov 2016 Interactive User Manual for Report Overviews Purpose This document describes the Report module in DHL Interactive (DHLi). Scope of this Document

More information

EPM Live 2.2 Configuration and Administration Guide v.os1

EPM Live 2.2 Configuration and Administration Guide v.os1 Installation Configuration Guide EPM Live v2.2 Version.01 April 30, 2009 EPM Live 2.2 Configuration and Administration Guide v.os1 Table of Contents 1 Getting Started... 5 1.1 Document Overview... 5 1.2

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

Site Administrator Help

Site Administrator Help 1 of 6 28/07/2011 16:17 Site Administrator Help Help Contents Close this window General Information Creating a Top-level Community Creating a Sub-community Editing a Community Creating a Collection Editing

More information

GMO Register User Guide

GMO Register User Guide GMO Register User Guide A. Rana and F. Foscarini Institute for Health and Consumer Protection 2007 EUR 22697 EN The mission of the Institute for Health and Consumer Protection is to provide scientific

More information

Public User Interface Specification

Public User Interface Specification Reviewed / revised Oct. 13, 2011/bdw Public User Interface Specification Posted to BaseCamp Oct. 13, 2011/bdw Reviewed / revised November 21, 2011/mam PI-1: General scope / description This specification

More information

Persistent identifiers, long-term access and the DiVA preservation strategy

Persistent identifiers, long-term access and the DiVA preservation strategy Persistent identifiers, long-term access and the DiVA preservation strategy Eva Müller Electronic Publishing Centre Uppsala University Library, http://publications.uu.se/epcentre/ 1 Outline DiVA project

More information

ISQua Collaborate User Guide for Surveyors

ISQua Collaborate User Guide for Surveyors 2017 ISQua Collaborate User Guide for Surveyors THE INTERNATIONAL SOCIETY FOR QUALITY IN HEALTH CARE LTD TABLE OF CONTENTS About ISQua Collaborate... 2 Getting started... 2 Logging in... 3 Dashboard...

More information

The Open Archives Initiative in Practice:

The Open Archives Initiative in Practice: The Open Archives Initiative in Practice: escholarship@uq Chris Taylor Manager, Information Access Service University of Queensland Library 8th October 2004 University of Queensland Library 1 Overview

More information

Archive to the Cloud: Hands on Experience with Enterprise Vault.cloud

Archive to the Cloud: Hands on Experience with Enterprise Vault.cloud Archive to the Cloud: Hands on Experience with Enterprise Vault.cloud Description See first-hand how Enterprise Vault.cloud, Symantec's hosted archiving service, can help address mailbox management, email

More information

DaMaRO (Data Management Roll-out at Oxford): DataBank & DataFinder

DaMaRO (Data Management Roll-out at Oxford): DataBank & DataFinder DaMaRO (Data Management Roll-out at Oxford): DataBank & DataFinder Thursday 25 th October, 2012 James A J Wilson James.wilson@oucs.ox.ac.uk Damaro DataBank Oxford s in-development data archive Intended

More information

ASX Clear (Futures) Static Data Portal User Manual ETD only Clearing Participants

ASX Clear (Futures) Static Data Portal User Manual ETD only Clearing Participants ASX Clear (Futures) Static Data Portal User Manual ETD only Clearing Participants Table of Contents 1. CLEARING PARTICIPANT ETD ONLY... 4 1.1. INTRODUCTION... 4 1.1.1. Purpose of ASX Clear (Futures) Static

More information

Implementing the ANZLIC Profile

Implementing the ANZLIC Profile Implementing the ANZLIC Profile John Weaver, Manager OSDM Empowering Australia with Spatial Information Introduction ANZLIC, the Spatial Information Council, is the peak intergovernmental organisation

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

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

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital Getting Started with Beta Testing Beta Testing period: 01 February 2018 03 May 2018 Copyright 2018 NHS Digital Document management Revision History Version Date Summary of Changes 0.1 23/03/2018 Initial

More information

Market Insight Wizards & Virtual Variables Training Manual v1.0

Market Insight Wizards & Virtual Variables Training Manual v1.0 Market Insight Wizards & Virtual Variables Training Manual v1.0 D&B Market Insight Wizards & Virtual Variables Manual Version: 1.0 Software Version: System: 2017 Q2 Training (UK & Europe) Contents Introduction...

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

SharePoint 2013 Site Owner

SharePoint 2013 Site Owner SharePoint 2013 Site Owner Effective Content and Document Collaboration with Axalta Teams 9 May 2014 Instructor: Jason Christie Site Owner Course Topics to be Covered Content Management Creating and configuring

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services Software Release 7.11 LTS November 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY

More information

JITs Portal. User Manual

JITs Portal. User Manual JITs Portal User Manual November 2017 JITs Portal 1 Table of Contents Chapter 1 Introduction... 2 1.1 What is the JITs Portal?...3 1.2 User Guide structure...4 Chapter 2 Working with the JITs Portal...

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2)

JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2) JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2) Functional requirements and design specification for an ONIX-PL license expression drafting system 1. Introduction This document specifies a

More information

REFERENCE GUIDE FOR MANUAL DATA INPUT v1.1

REFERENCE GUIDE FOR MANUAL DATA INPUT v1.1 REFERENCE GUIDE FOR MANUAL DATA INPUT v. TABLE OF CONTENTS Introduction User Roles Logging in to VIVO Site Administration Menu Navigating VIVO Data Input Overview Profile Fields Mapping a CV to a VIVO

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

Oracle User Productivity Kit Reports Management. E July 2012

Oracle User Productivity Kit Reports Management. E July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved.

More information

TrainingFinder Real-time Affiliate Integrated Network (TRAIN) Administrator Handbook. Version 3.2 (3/26/08) Public Health Foundation

TrainingFinder Real-time Affiliate Integrated Network (TRAIN) Administrator Handbook. Version 3.2 (3/26/08) Public Health Foundation TrainingFinder Real-time Affiliate Integrated Network (TRAIN) Administrator Handbook Version 3.2 (3/26/08) Public Health Foundation Table of Contents About This Handbook 5 TRAIN Administrative Basics 6

More information

EQUELLA. Searching User Guide. Version 6.4

EQUELLA. Searching User Guide. Version 6.4 EQUELLA Searching User Guide Version 6.4 Document History Document No. Reviewed Finalised Published 1 19/05/2015 20/05/2015 20/05/2015 May 2015 edition. Information in this document may change without

More information

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E23918-01 JULY 2011 COPYRIGHT & TRADEMARKS Copyright 1998, 2011, Oracle and/or its affiliates. All rights reserved.

More information

Repstor affinity. Installation and Configuration Guide

Repstor affinity. Installation and Configuration Guide Repstor affinity Installation and Configuration Guide Document Version 3.6.8 November 2017 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION

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

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

S T R U C T U R A L M O D E L I N G ( M O D E L I N G A S Y S T E M ' S L O G I C A L S T R U C T U R E U S I N G C L A S S E S A N D C L A S S D I A

S T R U C T U R A L M O D E L I N G ( M O D E L I N G A S Y S T E M ' S L O G I C A L S T R U C T U R E U S I N G C L A S S E S A N D C L A S S D I A S T R U C T U R A L M O D E L I N G ( M O D E L I N G A S Y S T E M ' S L O G I C A L S T R U C T U R E U S I N G C L A S S E S A N D C L A S S D I A G R A M S ) WHAT IS CLASS DIAGRAM? A class diagram

More information

EasyCatalog For Adobe InDesign

EasyCatalog For Adobe InDesign EasyCatalog For Adobe InDesign Relational Module User Guide 65bit Software Ltd Revision History Version Date Remarks 1.0.0 02 May 2008 First draft. 1.0.1 08 August 2008 First release. Copyright 2008 65bit

More information

PRINCIPLES AND FUNCTIONAL REQUIREMENTS

PRINCIPLES AND FUNCTIONAL REQUIREMENTS INTERNATIONAL COUNCIL ON ARCHIVES PRINCIPLES AND FUNCTIONAL REQUIREMENTS FOR RECORDS IN ELECTRONIC OFFICE ENVIRONMENTS RECORDKEEPING REQUIREMENTS FOR BUSINESS SYSTEMS THAT DO NOT MANAGE RECORDS OCTOBER

More information

SQL JOIN SQL WHERE SQL ORDER BY Keyword SQL Final Statement Adding Line Items... 41

SQL JOIN SQL WHERE SQL ORDER BY Keyword SQL Final Statement Adding Line Items... 41 Cloud Services Reporting Administration Guide Version 17 July 2017 Contents About This Guide... 5 Reporting in P6 EPPM... 5 P6 Publication Services... 6 Assigning Permissions for P6 EPPM Reporting...

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Enterprise Architect. User Guide Series. Model Exchange

Enterprise Architect. User Guide Series. Model Exchange Enterprise Architect User Guide Series Model Exchange How to transfer data between projects? In Sparx Systems Enterprise Architect you can move data between projects using Data Transfer of models to file

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

MMS DATA SUBSCRIPTION SERVICES USER INTERFACE GUIDE

MMS DATA SUBSCRIPTION SERVICES USER INTERFACE GUIDE MMS DATA SUBSCRIPTION SERVICES USER INTERFACE GUIDE VERSION: 2.01 DOCUMENT REF: PREPARED BY: MMSTDPD69 EMD DATE: 16 February 2010 Final Copyright Copyright 2012 Australian Energy Market Operator Limited

More information

DocAve 6 ediscovery. User Guide. Service Pack 9. Issued June DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 9. Issued June DocAve 6: ediscovery DocAve 6 ediscovery User Guide Service Pack 9 Issued June 2017 1 Table of Contents What s New in this Guide...5 About DocAve ediscovery...6 Complementary Products...6 Submitting Documentation Feedback

More information

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration Oracle Cloud Using the Google Calendar Adapter with Oracle Integration E85501-05 January 2019 Oracle Cloud Using the Google Calendar Adapter with Oracle Integration, E85501-05 Copyright 2017, 2019, Oracle

More information

You may print, preview, or create a file of the report. File options are: PDF, XML, HTML, RTF, Excel, or CSV.

You may print, preview, or create a file of the report. File options are: PDF, XML, HTML, RTF, Excel, or CSV. Chapter 14 Generating outputs The Toolkit produces two distinct types of outputs: reports and exports. Reports include both administrative and descriptive products, such as lists of acquisitions for a

More information

Loan Closing Advisor Release Notes June 24, 2017

Loan Closing Advisor Release Notes June 24, 2017 Loan Closing Advisor Loan Closing Advisor Release Notes June 24, 2017 The Freddie Mac Loan Closing Advisor s June 24, 2017 enhancements release improves functionality and usability by providing the following:

More information

Novell. imanager ADMINISTRATION GUIDE

Novell. imanager ADMINISTRATION GUIDE Novell imanager 1.0 ADMINISTRATION GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims

More information

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication Citation for published version: Patel, M & Duke, M 2004, 'Knowledge Discovery in an Agents Environment' Paper presented at European Semantic Web Symposium 2004, Heraklion, Crete, UK United Kingdom, 9/05/04-11/05/04,.

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide BW C SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr User Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr User Guide Safyr 7.1 This product is subject to the license agreement

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

Archive II. The archive. 26/May/15

Archive II. The archive. 26/May/15 Archive II The archive 26/May/15 What is an archive? Is a service that provides long-term storage and access of data. Long-term usually means ~5years or more. Archive is strictly not the same as a backup.

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

EQUELLA. Searching User Guide. Version 6.2

EQUELLA. Searching User Guide. Version 6.2 EQUELLA Searching User Guide Version 6.2 Document History Document No. Reviewed Finalised Published 1 5/12/2013 6/12/2013 6/12/2013 December 2013 edition. Information in this document may change without

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document and its content

More information

Table of Contents. Eccella 1

Table of Contents. Eccella 1 ECCELLA 22-Apr-14 Table of Contents Introduction... 2 About the tool... 2 Features... 2 Scope... 3 Components... 4 Input... 4 Outputs... 5 Points to Note... 5 Operation... 6 Installation... 6 Update Licensing

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

11/14/2018. Istanbul Governance, risk, and compliance (GRC)

11/14/2018. Istanbul Governance, risk, and compliance (GRC) 11/14/2018 Governance, risk, and compliance (GRC) Contents Contents... 4 Policy and Compliance Management...5 Activate Policy and Compliance Management... 6 Dependency modeling and mapping...13 Compliance...

More information

Exchange Network REST Guidance: Optimize Your REST Services and Simplify Their Usability. Version: 1.1

Exchange Network REST Guidance: Optimize Your REST Services and Simplify Their Usability. Version: 1.1 Exchange Network REST Guidance: Optimize Your REST s and Simplify Their Usability Version: 1.1 May 28, 2013 Revision History Version Change Change Description of Change Number Effective Date Entered By

More information

DocAve 6 Administrator

DocAve 6 Administrator DocAve 6 Administrator User Guide Service Pack 2, Cumulative Update 2 Revision F Issued June 2013 DocAve 6: Archiver 1 Table of Contents Table of Contents... 2 About DocAve Administrator for SharePoint...

More information

DELIVERABLE. D2.2: Modified MINT prototype. LoCloud. Local content in a Europeana cloud. Project Acronym: Grant Agreement number:

DELIVERABLE. D2.2: Modified MINT prototype. LoCloud. Local content in a Europeana cloud. Project Acronym: Grant Agreement number: DELIVERABLE Project Acronym: LoCloud Grant Agreement number: 325099 Project Title: Local content in a Europeana cloud D2.2: Modified MINT prototype Revision: Final Authors: Natasa Sofou (NTUA) Nassos Drosopoulos

More information

ISO Geodetic Registry. User Guide Version May bespire

ISO Geodetic Registry. User Guide Version May bespire ISO Geodetic Registry User Guide Version 1.5 27 May 2017 bespire Copyright 2014-2017 bespire UG (haftungsbeschränkt). This software was developed by bespire UG (haftungsbeschränkt) under a contract with

More information

ARCHER Metadata Schema Editor. User Guide METADATA EDITOR. Version: 1.1 Date: Status: Release

ARCHER Metadata Schema Editor. User Guide METADATA EDITOR. Version: 1.1 Date: Status: Release ARCHER Metadata Schema Editor User Guide METADATA EDITOR Version: 1.1 Date: 2008-08-26 Status: Release Change History Version Date Author Description 0.1D 2008-04-15 Ron Chernich First Draft 1.0 2008-05-01

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

SharePoint List Booster Features

SharePoint List Booster Features SharePoint List Booster Features Contents Overview... 5 Supported Environment... 5 User Interface... 5 Disabling List Booster, Hiding List Booster Menu and Disabling Cross Page Queries for specific List

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

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

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Application Deployment System Guide Version 8.0 October 14, 2013

Application Deployment System Guide Version 8.0 October 14, 2013 Application Deployment System Guide Version 8.0 October 14, 2013 For the most recent version of this document, visit our developer's website. Table of Contents 1 Application Deployment System 4 1.1 System

More information

DITA Keys Analyzer User Guide. Copyright Maxprograms

DITA Keys Analyzer User Guide. Copyright Maxprograms Copyright 2016-2017 Maxprograms Table of Contents Introduction... 1 DITA Keys Analyzer... 1 DITA Keys Analysis Report... 2 Analyze Map Dialog... 2... 3 XML Catalog Dialog... 3 Add Catalog Entry... 3 Edit

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

Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO

Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO Health Information Exchange Clinical Data Repository Utility Services Architecture Building Block HISO 10040.1 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information