elifesciences / elife-tools

Python library for parsing eLife article XML data.
MIT License
15 stars 7 forks source link

Parse sub-article and their details #310

Closed gnott closed 5 years ago

gnott commented 5 years ago

Related to the expansion of data deposited to Crossref, it will include peer review materials.

The list of review_articles of an Article object can be populated with some of the data found in <sub-article> tags of an eLife article. These data need to be parsed out of the XML, and so far the parser only has some data in components that are related to parts that are assigned a component DOI.

Tracing up the coding chain further leads to this issue. parseJATS does not include parsing of <sub-article> data.

Todo