Vitaliy-1 / DOCX2JATS

Java project, aimed to facilitate DOCX to JATS XML transformation for scientific articles
GNU General Public License v3.0
26 stars 8 forks source link

Converting to XML for PubMed PMC #5

Open Bramble18 opened 5 years ago

Bramble18 commented 5 years ago

Hi Vitaliy

Thanks for publishing this. We run a small journal and need to convert all our published articles into XML for PubMed. https://www.ncbi.nlm.nih.gov/pmc/pub/stylechecker-info/

I've successfully run your converter and the result looks good. I will need to make some changes to the way references are included in the text etc

PMC has a style checker which I have used to check the XML, https://www.ncbi.nlm.nih.gov/pmc/tools/stylechecker/ and also a page with example xml details. https://www.ncbi.nlm.nih.gov/books/NBK3828/#publisherhelp.File_Header_R

Please could you tell me how I can use your converter to get the right output? I would need to update it with template information of the journal and also put some additional specific information in.

Any suggestions gratefully received.

Thanks

Vitaliy-1 commented 5 years ago

Hi @Bramble18,

Sorry for the late reply. In general, I'm dropping the support for this repository in favor of a new DOCX Parser written in PHP: https://github.com/Vitaliy-1/docxToJats

If you are using OJS, you can look at the DOCX Converter Plugin, which incorporates its functionality: https://github.com/Vitaliy-1/docxConverter