CrossJournal
Include articles from other journals in your issue TOC via CrossRef API. Search by title, author, or DOI. Drag & drop ordering, duplicate protection, and full metadata display.
Automatically strip metadata from review files for blind peer review
Metadata Cleaner automatically creates anonymized copies of files uploaded during the review process in OJS. When a file is uploaded at any review stage, the plugin generates a clean copy with all identifying metadata, tracked changes, and comments stripped out.
The original file remains untouched. Editors see both versions — the original and the anonymized copy (marked with _autoanonymized suffix) — and decide which one to send to reviewers.
This plugin requires exiftool (Perl Image-ExifTool) to be installed on your server. Exiftool is used as a final metadata-stripping pass for all supported formats (DOCX, ODT, and PDF). Without it, the plugin will not create anonymized copies.
Most VPS and dedicated servers support exiftool installation. However, many shared hosting plans do not allow installing system-level packages. Please verify with your hosting provider that you can install exiftool before purchasing.
# Debian/Ubuntu
apt-get install libimage-exiftool-perl php-zip
# CentOS/RHEL
yum install perl-Image-ExifTool php-zip