July
Goobi workflow Digest for July 2023
Last updated
Goobi workflow Digest for July 2023
Last updated
GoobiScript changes
Documentation of step details
It often happens that several GoobiScript calls have to be made in succession. Often the calls are repeated because, for example, in a certain project under certain conditions it is necessary to insert a certain step again and again.
There is now a new mechanism to make these tasks more convenient. In the "Administration" section, the new GoobiScript Templates section has been introduced. There, multiple calls can be elegantly concatenated and saved as a template. Each template has a mandatory name and an optional description.
In the list of GoobiScript templates, the self-defined templates are displayed as badges with their own colour. The description is displayed when the mouse is moved over the badge. The same possibilities for dedicated rights management apply to the templates as to the built-in GoobiScript calls.
When creating a process, the process properties can now also be managed via the central configuration file goobi_processProperties.xml
. For this purpose, the new XML element was added to the configuration file. The attributes are access=""
and template=""
. The values of the access
attribute are analogous to the other options already available in the file. The template
attribute controls which production template the setting applies to. The XML element is repeatable to be able to configure different production templates. It is possible to define a *
in the template
attribute so that the setting applies to all production templates.
With this change, it is possible for the first time to visually separate the metadata that is imported from the catalogue from the properties that are to be collected when creating an operation and are therefore completely different in terms of content. Until now, both were displayed mixed together in the upper area with the heading "Import metadata".
Here is an example of a configuration and a screenshot of how it had to be done and looked in goobi_projects.xml
:
The same configuration can now be mapped via goobi_processProperties.xml
. A separate box is then displayed for this purpose in which the settings can be made. This makes it possible to realise a more clearly structured and thus clearer interface.
The newspaper export for the DDB now writes extended information to meet DFG viewer display requirements.
The following screenshot shows the SonarCloud analysis of the current release. More information is available directly on the project page.
The current version number of Goobi workflow with this release is: 23.07.2. Within plugin developments, the following dependency must be entered accordingly for Maven projects within the pom.xml
file: