All Projects → Vitaliy-1 → JATSParserPlugin

Vitaliy-1 / JATSParserPlugin

Licence: GPL-3.0 license
OJS3 Plugin for parsing JATS XML and displaying it on article detail page

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Smarty
1635 projects

Projects that are alternatives of or similar to JATSParserPlugin

texture
Texture JATS XML editor integration for OJS
Stars: ✭ 18 (-25%)
Mutual labels:  jats
texmlbus
Texmlbus (Tex to XML BUild System) supports the conversion process of documents written in LaTeX to pdf, html, xhtml or jats.
Stars: ✭ 16 (-33.33%)
Mutual labels:  jats

JATSParserPlugin

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

Features

  • JATS XML to HTML conversion.
  • JATS XML to PDF conversion.
  • Article's metadata now is taken directly from OJS (no need to populate JATS XML meta nodes).
  • Article's reference list can be taken from JATS XML or OJS (option in the plugin settings).
  • Support for figures attached to the XML through OJS dashboard.

How to use?

Installation

  1. Download the latest release
  2. Upload the plugin from the admin dashboard Website Settings -> Plugins -> Upload a New Plugin (make sure php.ini variables upload_max_filesize and post_max_size a set to equal or more than 16M) or unpack the archive into the plugins/generic/ folder.
  3. Activate the plugin from the dashboard.
  4. To change image logo in resulted PDF just replace JATSParser/logo/logo.jpg file by yours.

Usage

After activation the plugin adds new item to the publication form: Screenshot from the publication page when plugin is activated The first select option contains the list of XML files uploaded to the production ready stage where is possible to pick the file that will be converted and saved as article's full-text. Before saving, a result of a conversion can be previewed. Under the hood the conversion process transforms JATS XML into HTML and saves the results in the database.

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

  • PHP 7.3 or higher
  • OJS 3.1+
  • Lens Galley Plugin must be turned off

Examples

Release notes

2.2.0

Starting from this version JATS Parser Plugin starts to serve HTML statically and will no longer support rendering of the full-text on the fly on the galley page. Instead full-text is generated on demand from production ready JATS XML files and saved as a part of the publication.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].