Skip to content

OJS code for the latest OJS 3.2.1.4 release, to fix some bugs with JATS Parser and Texture plugins for automatic rendering of articles in JATS XML format and displaying them on article landing page. Also hosted journals stylesheets

License

Notifications You must be signed in to change notification settings

opscidia/Opscidia-JATS-Convergencias

Repository files navigation

Opscidia-JATS

Code for the OJS 3.2.1-4 release, to fix some bugs with JATS Parser for automatic rendering of articles in JATS XML format and displaying them on article landing page.

Plugins needed

  • Custom Header Plugin
  • JatsParser branch stable_3_2_1

Installation

Execute : cd /var/www/html && git clone https://github.com/opscidia/Opscidia-JATS.git betterOJS && sudo chown -R www-data:www-data betterOJS && sudo chmod -R 557 betterOJS
Then, edit the php file with :
sudo nano /var/www/html/betterOJS/file_id_finder.php
Replace the following with your own data :
$db_username = '<your_mysql_username>'; # MySQL Username $db_password = '<your_mysql_password>'; # MySQL Password $db_host = 'localhost'; # MySQL Server // localhost by default, if your database is hosted elsewhere ajust accordingly $db_name = '<your_ojs_database_name>'; # MySQL Database name
Next, edit the JavaScript file :
sudo nano /var/www/html/betterOJS/images_fixer.js
Replace the following value accordingly :
const journalName = "<your_journal_name>";


Finally, in the custom header plugin settings, type : <script src="/betterOJS/images_fixer.js" defer></script>

Bootstrap theme for Convergencias

See https://github.com/opscidia/bootstrap3/commits/v3_2_0-2_opscidia

About

OJS code for the latest OJS 3.2.1.4 release, to fix some bugs with JATS Parser and Texture plugins for automatic rendering of articles in JATS XML format and displaying them on article landing page. Also hosted journals stylesheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published