Author names in Dublin Core Scraper

Issue #8 resolved
Robert Jäschke created an issue

The Dublin Core Scraper currently does not handle author names properly. E.g., for the page http://www.tara.tcd.ie/handle/2262/13178?mode=full&submit_simple=Show+full+item+record the Dublin Core metadata for the authors looks like this:

<meta name="DC.creator" content="Hayes, Conor" />
<meta name="DC.creator" content="Cunningham, Pádraig" />

and is extracted as

author = {Hayes, Conor, Cunningham, Pádraig},

which is not correct, since the two authors should be joined by and and not by a comma. Please repair this also for the editors.

Comments (3)

  1. Robert Jäschke reporter

    Furthermore, the URL should be put into the url field and the value of the field DCTERMS.abstract into the abstract field.

  2. Former user Account Deleted

    Modified in order to have url fields and abstracts. Plus it separates authors by and rather than by comma.

  3. Log in to comment