slub / dfg-viewer

The DFG Viewer is a free web service for browsing digitized books from remote library repositories in a rich and dynamic environment.
https://dfg-viewer.de
GNU General Public License v3.0
29 stars 25 forks source link

Mischung von mods:nonSort und mods:title über verschiedene mods:titleInfo hinweg #192

Open ChrisBethgster opened 3 years ago

ChrisBethgster commented 3 years ago

Die Titelinformationen folgender mets/mods führen zu einer fehlerhaften Anzeige im DFG-Viewer.

<mods:titleInfo>
    <mods:title>EXAMEN || EORVM QVI AVDI=||VNTVR ANTE RITVM || PVBLICAE ORDINATIONIS, QVA || commendatur eis ministerium EVANGE=||LII. Traditum Vuitebergae || Anno 1554.|| PHILIPPVS MELANT.||(DE CONIV=||GIO.||) (DEFINITIONES || MVLTARVM APPEL=||LATIONVM, QVARVM IN EC=||clesia usus est, traditae à Philippo || Melanth. Torgae & Vuite=||bergae. Anno 1552.|| & 1553.||)</mods:title>
</mods:titleInfo>
<mods:titleInfo type="uniform">
    <mods:nonSort>Der</mods:nonSort>
    <mods:title>Ordinanden Examen</mods:title>
</mods:titleInfo>

titleInfo_nonSort

Hierbei werden Informationen verschiedener Titel in der Anzeige gemischt. ("Der" + "EXAMEN ||...")

Vollständige METS/MODS: mets_nonSort.zip

beatrycze-volk commented 3 months ago

Die Titelinformationen folgender mets/mods führen zu einer fehlerhaften Anzeige im DFG-Viewer.

<mods:titleInfo>
    <mods:title>EXAMEN || EORVM QVI AVDI=||VNTVR ANTE RITVM || PVBLICAE ORDINATIONIS, QVA || commendatur eis ministerium EVANGE=||LII. Traditum Vuitebergae || Anno 1554.|| PHILIPPVS MELANT.||(DE CONIV=||GIO.||) (DEFINITIONES || MVLTARVM APPEL=||LATIONVM, QVARVM IN EC=||clesia usus est, traditae à Philippo || Melanth. Torgae & Vuite=||bergae. Anno 1552.|| & 1553.||)</mods:title>
</mods:titleInfo>
<mods:titleInfo type="uniform">
    <mods:nonSort>Der</mods:nonSort>
    <mods:title>Ordinanden Examen</mods:title>
</mods:titleInfo>

titleInfo_nonSort

Hierbei werden Informationen verschiedener Titel in der Anzeige gemischt. ("Der" + "EXAMEN ||...")

Vollständige METS/MODS: mets_nonSort.zip

Is this issue still relevant or can it be closed?

If the problem is still there, could you please elaborate something more? How actually should this title be displayed here?

ChrisBethgster commented 3 months ago

The issue is still relevant.

Example:

The bug in the dfg-viewer is, a mix over different titles. "Der" + "EXAMEN ||..." (mods:nonSort - second mods:titleInfo, with mods:title from the first mods:titleInfo) The dfg-viewer must not shown all titles, but a mix over the subelements different titles to a new showing title in the UI is absolutely wrong.

Specification for the titles: https://dfg-viewer.de/fileadmin/groups/dfgviewer/MODS-Anwendungsprofil_2.3.1.pdf (page 10 - 12)

beatrycze-volk commented 3 months ago

Thank you very much for explanation. I will look into it.