1.7 Sub collections
General
The Goobi viewer can display digital collections with a hierarchy. The functionality is described in chapter 1.18.1.
The following shows the process chain that is necessary from the configuration in Goobi workflow to the display in the Goobi viewer.
Goobi workflow
In Goobi workflow, it must be ensured that the desired subcollections are already available in the creation mask. To do this, adjust the entries for the collections in goobi_digitalCollections.xml
. The hash has proven itself as a separator: Example: flat structure:
Example with hierarchy:
The same change must also be made in goobi_metadataDisplayRules.xml
. There the collection names are once again defined as DropDown, so that the spelling is always consistent:
Example: flat structure:
Example with hierarchy:
Goobi viewer Indexer
The Goobi viewer Indexer then converts this into a machine-readable string during indexing. The configuration of the DC
field in config_indexer.xml
is responsible for this. There, various options are set which prepare the contents of the field, among other things:
The individual switches are described in chapter 3.7. As a result everything is written in lower case, spaces and special characters are removed and the configured splittingCharacter
is replaced by a dot.
Example:
Goobi viewer Core
The Goobi viewer then displays the subcollections as a hierarchy tree.
The collections can be translated as usual using the messages files.
Example:
Alternatively, the translation can be done in the CMS backend on the collection page.
If processes already exist in Goobi workflow that are now to be added to the new subcollections, these must be opened in the metadata editor, adapted and the METS file then exported again.
Last updated