Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyobb/islandora_metadata_analyzer
Islandora module for inspecting collection metadata
https://github.com/jyobb/islandora_metadata_analyzer
Last synced: 3 months ago
JSON representation
Islandora module for inspecting collection metadata
- Host: GitHub
- URL: https://github.com/jyobb/islandora_metadata_analyzer
- Owner: jyobb
- Created: 2016-03-30T22:37:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T17:38:10.000Z (over 7 years ago)
- Last Synced: 2024-05-01T08:56:28.599Z (7 months ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- islandora_awesome - Islandora Metadata Analyzer - Allows administrators to analyze MODS or DC metadata for a collection to find inconsistencies by aggregating the metadata for all items in a collection into a format that allows analysis. (The Islandora 7.x-1.x List / Utility Modules)
README
# 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
* [Islandora](https://github.com/islandora/islandora)
* [Tuque](https://github.com/islandora/tuque)## Installation
Install as usual, see [this](https://drupal.org/documentation/install/modules-themes/modules-7) 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 captureDrush 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.