Skip to content

Latest commit

 

History

History
executable file
·
47 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

executable file
·
47 lines (24 loc) · 1.67 KB

Islandora Metadata Analyzer

Islandora module for inspecting collection metadata

Introduction

This module allows administrators to analyze MODS or DC metadata for a collection to find inconsistencies. It aggregates the metadata for all items in a collection into a format that allows analysis. All unique paths within a metadata stream are displayed with links to to either view or download the list of pids in the collection that have or do not have this element. This allows you to check whether all metadata records have specific fields.

This module also allows you to capture the contents of a top level xml element and its children. This is useful for ensuring consistency of your metadata. A CSV list of pids for each metadata value is viewable or downloadable so you can find objects that need repair.

Requirement

This module requires the following modules/libraries

Installation

Install as usual, see this for further information.

Configuration

N/A

Documentation

Usage

Navigate to the collection analysis page using the link in the right navigation block. Here you can add:

  1. A title for the search
  2. Select a datastream to analyse
  3. Add the PID of the collection being inspected
  4. Select the fields to capture

Drush interface is recommended for larger collections.

drush islandora_metadata_analyzer --title=drushtest2 --metadata_stream=MODS --collection_PID=islandora:sp_basic_image_collection --element_list=subject

##Status

Currently does not look at books or subcollections.