elifesciences / decision-letter-parser

Parse docx file containing decision letter and author response content and produce output in other formats
MIT License
0 stars 0 forks source link

Parse Editor's Evaluation, version 0.2.0 #113

Closed gnott closed 3 years ago

gnott commented 3 years ago

Re issue https://github.com/elifesciences/issues/issues/6756

A new .docx content section to produce an Editor's evaluation sub-article to the XML output. This PR includes a new, abbreviated .docx file fixture to test the functionality. If there is a sciety.org link provided in a preamble section, it is extracted and added to the Editor's evaluation as a <related-object> tag.

The new feature here seems to be fully backwards compatible with the previous library release based on successful running of the current test cases. Only if a .docx includes this new section would the new <sub-article> appear in the XML output.

A version number of 0.2.0 is to be assigned to the release of this feature.