elife-tools
elife-tools copied to clipboard
Parsing of <notes> Tag
Description
We observed that currently,
Tasks
- [ ] Update parseJATS.py for populating any missing elements related to
tag like content-type="reviewer-name" etc - [ ] Update parseJATS.py for parsing the notes tag
- [ ] Notes tag might contain various elements like
, , etc. Verifying that all the tags are being handled properly - [ ] Adding xmls containing various examples for the same
Definition of Done
- [ ]
tag is getting parsed correctly by adding new content type and all the elements present within the tag are populated within the content. - [ ] Various unit tests covering different scenarios of representing notes tag
- [ ] Solution deployed into a production environment and accessible to users.
- [ ] Solution reviewed and approved by all stakeholders.