Skip to content

intranda/goobi-plugin-administration-copyanchor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goobi Adminplugin to copy Master-Anchor files into all volumes

Installation

First place the plugin and the GUI file into their appropiate locations:

mv plugin_intranda_administration_copymasteranchor-GUI.jar /opt/digiverso/goobi/plugins/GUI/
mv plugin_intranda_administration_copymasteranchor-GITHASH.jar /opt/digiverso/goobi/plugins/administration/

Then you need to define a metadata called InternalNote in the ruleset file and add it to the volume. Example:

  <MetadataType>
    <Name>InternalNote</Name>
    <language name="de">Interne Goobi-Anmerkung</language>
    <language name="en">Internal Note for Goobi</language>
  </MetadataType>


  <DocStrctType topStruct="true">
    <Name>PeriodicalVolume</Name>
    <language name="de">Zeitschriften-Band</language>
    <language name="en">Periodical Volume</language>
    <!-- more here -->
    <metadata num="*">InternalNote</metadata>
  </DocStrctType>

Usage

Login to Goobi and take a volume that you would like to become a Master Anchor. Open the METS-Editor, add a new metadata InternalNote and add as value AnchorMaster. Make the desired changes to the anchor and copy the Identifier of the anchor. Safe and exit.

Switch to "Administration" -> "AnchorCopyPlugin", add the identifier to the only available input box and hit "copyAnchorFileToProcesses".