PeerJ / jats-conversion

Conversion and validation for JATS XML
MIT License
51 stars 29 forks source link

Handle JATS data citations with article-title and data-title? #145

Open michaelstoner opened 7 years ago

michaelstoner commented 7 years ago

A recent PR "silently" allows JATS to CrossRef conversion when the JATS element-citation contained an article-title and a data-title, this was questioned here by @hubgit: https://github.com/PeerJ/jats-conversion/pull/139#issuecomment-317685441 So I've reverted the PR, and raised this issue to track and resolve this issue. The reverted workflow is that the two JATS elements data-title and article-title creates two CrossRef article_title elements which then fails CrossRef validation. I will investigate further.