An FTP plugin for depositing works with Science Open.
- Clone this repository into your path/to/janeway/src/plugins/ folder
- Checkout a version that will work with your current Janeway version
- Install requirements (check if you're using a virtualenv) with pip3 install -r
requirements.txt
- Add settings (detailed below) to
settings.py
- Install the plugin with `python3 src/manage.py install_plugins so_transporter
- Restart your server
The following settings should be added to your settings.py
file.
EBSCO_FTP_SERVER = 'a.server.com'
EBSCO_FTP_USERNAME = 'ausername'
EBSCO_FTP_PASSWORD = 'apassword'
Deposits a zip file of articles on EBSCO's FTP server. The zip packages are in the following format:
- ** Issue Zip **
- Art 1 JATS (either XML galley or stub)
- Art 2 JATS
- ...