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

Incorrect formatting of MODS informations #84

Open
KnutLohse opened this issue Oct 11, 2017 · 7 comments
Open

Incorrect formatting of MODS informations #84

KnutLohse opened this issue Oct 11, 2017 · 7 comments
Labels
✔️ feature A new feature or enhancement.

Comments

@KnutLohse
Copy link

KnutLohse commented Oct 11, 2017

Given following snippet:
<mods:titleInfo>
  <mods:title>Türkische Post</mods:title>
  <mods:subTitle>Tageszeitung für den Nahen Osten</mods:subTitle>
  <mods:partName>Halbmonatliche Wirtschaftsausgabe</mods:partName>
</mods:titleInfo>

Informations are concatenated to "Türkische Post Halbmonatliche Wirtschaftsausgabe"
(see http://dfg-viewer.de/show/?tx_dlf%5bpage%5d=1&tx_dlf%5bid%5d=http%3A%2F%2Fzefys.staatsbibliothek-berlin.de%2Fgoobi%2FZDB24378574_1940_year_mets.xml&tx_dlf%5bdouble%5d=0&cHash=980fd7890b6800ce8bcaf0fab83b3e42&no_cache=1)

That is incorrect:

  1. multiple informations have to be divided (description char) as: "Türkische Post / Halbmonatliche Wirtschaftsausgabe"
  2. what's about the sub title?
@albig
Copy link
Contributor

albig commented Oct 18, 2017

  1. I don't get the point. Divided by which description char? Do you mean "Türkische Post in Halbmonatliche Wirtschaftsausgabe"?
  2. Question to @sebastian-meyer: We currently don't output the mods:subTitle. Shouldn't we do that?

@KnutLohse
Copy link
Author

KnutLohse commented Oct 19, 2017 via email

@KnutLohse
Copy link
Author

KnutLohse commented Oct 20, 2017

Hier nun unsere Gedanken zum Thema Anzeige der Daten:

generell: den Zusatz zum Sachtitel (mods:subTitle) müsste man (vermutlich aus Platzgründen) nicht unbedingt mit auswerfen, wenn dann mit Spatium Doppelpunkt Spatium in folgender Form:
Juristenblatt : Informationen, Meinungen, Analysen

die Unterreihe (mods:partName) (im Beispiel Halbmonatliche Wirtschaftsausgabe) sollte unbedingt zusätzlich angezeigt werden – Schrägstrich ist richtig:
Türkische Post / Halbmonatliche Wirtschaftsausgabe

Jetzt ist die Frage, wie bei Angabe der vollen Schönheit angezeigt werden sollte:
Türkische Post : Tageszeitung für den Nahen Osten / Halbmonatliche Wirtschaftsausgabe
Also: mods:title : mods:subTitle / mods:partName

Noch eine Anmerkung dazu:
Für die Jahresdatei und die Ausgabe benötigen wir auch die „Kerndaten“ (Titel und Unterreihe) des Ankers (und zwar nur einmal). Offenbar (?) werden diese Informationen in der Jahresdatei lediglich dann angezeigt (mit einer unglücklichen Einleitung Kontext:), wenn wir das relatedItem mit titleInfo besetzen. Jetzt gibt es zwei Wege, dorthin zu gelangen:

  1. ...(betrifft Goobi, hier nicht relevant)...
  2. Die benötigten Informationen aus der verknüpften Ankerdatei für die Anzeige im DFG-Viewer holen.

(Quelle: [email protected])

@sebastian-meyer
Copy link
Member

We omit mods:subTitle just because there is not enough space to display all title variants and the other metadata. The only thing missing here is the separator between mods:title and mods:partName. But that's only a configuration issue. I'll change that asap.

@sebastian-meyer
Copy link
Member

Die Anzeige sollte mods:title / mods:partName lauten - auch für die Jahresdatei, nur dass dort die Angaben aus mods:relatedItem[@type="host"] kommen. Das Nachladen der Überordnung zum Auslesen des Titels ist aus Performance-Gründen im DFG-Viewer nicht möglich.

@sebastian-meyer sebastian-meyer self-assigned this Jul 9, 2019
@sebastian-meyer sebastian-meyer added the ✔️ feature A new feature or enhancement. label Jul 9, 2019
@sebastian-meyer sebastian-meyer removed their assignment Feb 16, 2021
@beatrycze-volk
Copy link
Contributor

@sebastian-meyer is this issue still relevant?

@sebastian-meyer
Copy link
Member

Yes, I think so. At least the original issue is still valid: Between mods:title and mods:partName has to be a slash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ feature A new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

4 participants