Vitaliy-1 / docxToJats

DOCX to JATS XML Converter
GNU General Public License v3.0
20 stars 7 forks source link

First reference getting consistently dropped. #23

Open psxjpc opened 3 years ago

psxjpc commented 3 years ago

First of all, compliments for your tool. It's really useful!

I am coming through an issue where the first reference is skipped.

See for example: Screen Shot 2020-11-29 at 10 38 40

which results in the following JATS after running through docxToJats: Screen Shot 2020-11-29 at 10 39 07

This is the DOCX where this happens for reference: The_role_of_surface_free_energy_in_osteo.docx

Let me know if you need anything else to reproduce the problem.

Vitaliy-1 commented 3 years ago

Hi @psxjpc, thanks for the example.

Endnote, which is used in the example to create references, isn't supported at the moment, only Mendeley plugin for MS Word and LibreOffice writer and Zotero for MS Word. This can lead to unexpected output, as in this case. The text paragraph with reference, which is missing, contains instrText field. injected by Endnote, and this parser ignores it completely if doesn't understand the instruction.

waqas1223 commented 3 years ago

Hi @Vitaliy-1 , thanks for help in past.

  1. your plugin working perfect but there was issue we facing that reference doesn't link from text body even we insert all reference from Mendeley i attached the file kindly check it.
  2. jat parser plugin dosent now show full text aritcle on website (and when we go full text (schedule) option it can not change from default to xml file )
Vitaliy-1 commented 3 years ago

Hi @waqas1223,

your plugin working perfect but there was issue we facing that reference doesn't link from text body even we insert all reference from Mendeley i attached the file kindly check it

Do I understand this right that DOCX Converter Plugin doesn't parse in-text links to references from MS Word Mendeley plugin? If yes, can you open a new issue with a description of the problem, information regarding plugin and OJS version and DOCX example?

jat parser plugin dosent now show full text aritcle on website (and when we go full text (schedule) option it can not change from default to xml file

Can you open an issue on the JATS Parser Plugin page with a detailed description of the problem, plugin and OJS version and associated PHP error log entries?