elifesciences / elife-crossref-feed

code to support uploading info to crossref on PAW articles
1 stars 1 forks source link

Improve mixed-citation tag support #128

Closed gnott closed 6 years ago

gnott commented 6 years ago

Some JATS samples use <mixed-citation> tags instead of <element-citation>. The parser seems to ignore the attributes of the <mixed-citation> tag if is is type book, journal, etc. while we do extract the type of citation from <element-citation> tags. See if the type of citation can be extracted from both these tag types.

gnott commented 6 years ago

Parser change to make this possible https://github.com/elifesciences/elife-tools/pull/269