An OJS plugin for exporting data for ingest into Janeway, in a custom JSON format
Download the release compatible with your version of OJS and copy it under the plugins/generic
directory of your OJS install. The directory must be named janeway
and not ojs-janeway
(e.g.: git clone https://github.com/BirkbeckCTP/ojs-janeway.git plugins/generic/janeway
.
It can also be installed through OJS web interface if that feature is enabled in your installation (This requires configuring your web server with write permissions over the plugins directory)
/janeway
under your journal url (e.g.: https://example.org/index.php/journal/janeway)request-type
parameter that can be set via the query string (e.g: https://example.org/index.php/journal/janeway?request_type=published)
"published"
, "in_editing"
and "in_review"
.