You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we want to do something with this article?
The errors from the older articles are hard to trace. The path of parsing articles' values changed with time (sadly, sometimes I needed to adapt the code regarding changes), or the code itself was not written correctly.
This article was updated in 2018, so the issue regarding page_start had to be solved then.
There is no page_start in the current OUP parser: https://github.com/SCOAP3/hepcrawl/blob/master/hepcrawl/extractors/oup_parser.py
There are articles (e.g. article 10195 ). That has in the publication info
page_number
thearticle_id
valueSo in the XML we have:
<elocation-id>043C01</elocation-id>
But instead of mapping
elocation-id
toartid
, we map it to the page number fieldThe text was updated successfully, but these errors were encountered: