Dublin Core scraper should extract all author names

Issue #2643 resolved
Robert Jäschke created an issue

For the publication http://www.repo.uni-hannover.de/handle/123456789/287 the DublinCoreScraper extracts only "Hauck, Reingis" as author, although more authors should be extracted:

<meta name="DC.creator" content="Hauck, Reingis" xml:lang="ger" />
<meta name="DC.creator" content="Kaps, Reiko" xml:lang="ger" />
<meta name="DC.creator" content="Krojanski, Hans Georg" xml:lang="ger" />
<meta name="DC.creator" content="Meyer, Anneke" xml:lang="ger" />
<meta name="DC.creator" content="Neumann, Janna" xml:lang="ger" />
<meta name="DC.creator" content="Soßna, Volker" xml:lang="ger" />

Which should result in "Hauck, Reingis and Kaps, Reiko and Krojanski, Hans Georg and Meyer, Anneke and Neumann, Janna and Soßna, Volker".

Please check what's going wrong and find a good fix. Also add this publication as a test case.

Comments (5)

  1. Log in to comment