elife-tools icon indicating copy to clipboard operation
elife-tools copied to clipboard

Parsing of <notes> Tag

Open MokshaPadsalgi opened this issue 3 years ago • 1 comments

Description

We observed that currently, tag is not being parsed. Link - https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/notes.html It will be great if we can parse notes tag and generate a new content type as notes. We will be happy to lend a helping hand if you want.

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.

MokshaPadsalgi avatar Jun 17 '21 08:06 MokshaPadsalgi