cgspace-java-helpers/src/main/java/io/github/ilri/cgspace/scripts
Alan Orth 9faf657c59
Bump version to 7.6-SNAPSHOT
2024-01-02 19:54:46 +03:00
..
FixJpgJpgThumbnails.java src/main/java: change getSize() to getSizeBytes() 2023-12-28 10:18:40 +03:00
FixLowQualityThumbnails.java src: add better status messages to FixLowQualityThumbnails 2022-10-07 15:33:13 +03:00
README.md Bump version to 7.6-SNAPSHOT 2024-01-02 19:54:46 +03:00

README.md

Scripts

Java-based helpers used on the CGSpace institutional repository:

  • FixJpgJpgThumbnails: fix low-quality ".jpg.jpg" thumbnails by replacing them with their originals
  • FixLowQualityThumbnails: remove low-quality thumbnails when PDF bitstreams are present

Tested on DSpace 7.6. Read more about the DSpace curation system.

Build and Install

Integrate into DSpace Build

To use these curation tasks in a DSpace project add the following dependency to dspace/modules/additions/pom.xml:

<dependency>
  <groupId>io.github.ilri.cgspace</groupId>
  <artifactId>cgspace-java-helpers</artifactId>
  <version>7.6-SNAPSHOT</version>
</dependency>

The jar will be copied to all DSpace applications.

Manual Build and Install

To build the standalone jar:

$ mvn package

Copy the resulting jar to the DSpace lib directory:

$ cp target/cgspace-java-helpers-7.6-SNAPSHOT.jar ~/dspace/lib/

Invocation

The scripts take only one argument, which is a community, collection, or item:

$ dspace dsrun io.github.ilri.cgspace.scripts.FixJpgJpgThumbnails 10568/83389