Vitaliy-1 / JATSParserPlugin

OJS3 Plugin for parsing JATS XML and displaying it on article detail page
GNU General Public License v3.0
27 stars 24 forks source link

OPS Version #86

Open felixhelix opened 11 months ago

felixhelix commented 11 months ago

Hi @Vitaliy-1 thanks for the great plugin :) This should become a core plugin, as I see much need for it. We plan to use it with OPS. The problem here is, that OPS only has submission files for the first submission (as stage 'SUBMISSION_FILE_PROOF'), but not for subsequent versions. I managed, however, to change the plugin in a way to get the source XML from the galley files. At least to create the fulltext HTML for inline display (we don't need the generation of a PDF from the JATS source). I adopted the code so that both kinds of applications (OPS, OJS) are covered. My question is: are you interested in including my code changes to cover OPS as well? In this case I would try to get the PDF galley file generation working as well and could make a pull request for the 3.3.0 version. If this makes sense. Yours, Felix