https://github.com/openlibhums/isolinear
Isolinear is a plugin for Janeway that integrates the preprint workflow into the journal workflow.
https://github.com/openlibhums/isolinear
janeway-plugin
Last synced: 4 months ago
JSON representation
Isolinear is a plugin for Janeway that integrates the preprint workflow into the journal workflow.
- Host: GitHub
- URL: https://github.com/openlibhums/isolinear
- Owner: openlibhums
- License: agpl-3.0
- Created: 2023-09-20T09:56:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T12:44:33.000Z (over 1 year ago)
- Last Synced: 2025-01-14T13:52:12.174Z (over 1 year ago)
- Topics: janeway-plugin
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isolinear
Isolinear is a plugin for Janeway that integrates the preprint workflow into the journal workflow.
## How this plugin works
Isolinear inserts HTML into Janeway hooks including:
- Unassigned
- Adds a new action button allowing the Editor to approve the article for preprint publication. This creates a preprint record of the article in a headless repository.
- Review
- Adds the option for Editors to create a new preprint version using an revised version of the authors manuscript.
Preprint records are created automatically using the article metadata. Isolinear will take a manuscript file in DOCX, OTF or RTF format and convert it, with Pandoc, to PDF and insert a cover sheet with the title.
Will require pandoc, pypdf and xetex
sudo apt-get install texlive-xetex