Vitaliy-1 / docxConverter

Plugin for OJS 3 that parses DOCX and converts it to JATS XML format
GNU General Public License v2.0
21 stars 11 forks source link

Compatibility possible with eLife Lens Article Viewer #16

Open MathiasCimelli opened 2 years ago

MathiasCimelli commented 2 years ago

Hi Vitaliy, I have made some tests with documents docx with the structure you describe in the docxConverter presentation page. There are some tags who can be added to the JATS structure generated during the convertion. It's not too complicated and i think it can be useful. You just need to add the “journal-meta” tags, the “publisher” tags and the “publisher-name” (you can leave the tag blank) Example :

        <journal-meta>
            <publisher>
                <publisher-name></publisher-name>
            </publisher>
        </journal-meta>

Normally, if you add these 3 tags to the structure generated by docxConverter, Lens Article Viewer should work...