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
jats jats-xml ojs3-plugin

JATSParserPlugin

OJS3 Plugin for parsing JATS XML and displaying it on article detail page.

Features

After publication full-text will be shown on the article landing page under the abstract.

Installation for development

  1. Navigate to plugins/generic folder starting from OJS webroot.
  2. git clone --recursive https://github.com/Vitaliy-1/JATSParserPlugin.git jatsParser.
  3. To install support for JATS to PDF conversion: cd jatsParser/JATSParser and composer install.

    Requirements