Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChrisBethgster opened this issue Aug 25, 2021 · 3 comments
Assignees
Labels
🐛 bug A non-security related bug.

Comments

@ChrisBethgster
Copy link

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 beatrycze-volk added the 🐛 bug A non-security related bug. label Oct 18, 2023
@beatrycze-volk beatrycze-volk added this to the DFG-Viewer 6.1.1 milestone Jun 27, 2024
@beatrycze-volk beatrycze-volk self-assigned this Jun 27, 2024
@beatrycze-volk
Copy link
Contributor

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
Copy link
Author

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)

@beatrycze-volk
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug A non-security related bug.
Projects
None yet
Development

No branches or pull requests

2 participants