Format of deposits with sword plugin

Hello,

I would like to know what transformation of content / format is used when depositing ojs journal issues to repositories via the sword plugin. Is the exported journal issue that arrives at the repository via Sword just an xml file with base64 encoded bitstreams (as when using the ImportExportPlugin)?

Thank you,

Fabian

Hi @Fab,

The mapping from OJS into SWORD happens in classes/sword/OJSSwordDeposit.inc.php. SWORD deposits use zip archives with metadata in a manifest file.

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

Thank you very much Alec!