slub/dfg-viewer

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

Opened this issue · 3 comments

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

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?

The issue is still relevant.

Example:

<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 &amp; Vuite=||bergae. Anno 1552.|| &amp; 1553.||)</mods:title>
</mods:titleInfo>
<mods:titleInfo type="uniform">
    <mods:nonSort>Der</mods:nonSort>
    <mods:title>Ordinanden Examen</mods:title>
</mods:titleInfo>
<mods:titleInfo type="alternative">
    <mods:title>Examen eorum, qui audiuntur ante ritum publicae ordinationis</mods:title>
</mods:titleInfo>
...

The publication have more than one titles. A complete title is build over the subelements mods:title, mods:nonSort, mods:subTitle of a mods:titleInfo. Different titles (alternate, translated, unform,...) use a new/own mods:titleInfo.

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)

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