hcts-hra / ziziphus

10 stars 2 forks source link

Parsing names from VIAF #366

Closed SimonGruening closed 8 years ago

SimonGruening commented 8 years ago

Some institutions seem to have two separate tags for their names. This seems to be the case when they're national institutions, in the current incident it is the national archives. When searching for "national archives" the results list in Ziziphus only offers nation names and you have to hover over the i-button to get the full information. image

For the "United States. National Archives and Records Administration" [VIAF-ID: #265208613] the xml looks like this: image So there are two separate tags - one for the nation and one for the institution's name.

Is it in any way possible to get both these tags shown in the results list in Ziziphus?

zwobit commented 8 years ago

Display Names is "United States, National Archives and Records Administration" now.

This is because of Name entries for persons which have the surname in "a" and forename in "b".

<ns2:subfield code="a">Bakounin</ns2:subfield>
<ns2:subfield code="b">Mikhaĭl Aleksandrovitch</ns2:subfield>
SimonGruening commented 8 years ago

Thank you! :)

zwobit commented 8 years ago

Close?