Curation tasks and helper scripts for the CGSpace institutional repository.
Go to file
Alan Orth f62b50f5a1
Use the @SerializedName annotation for ISO 3166-1
Our Java class needs to match the input JSON structure exactly, but
we can't use "3166-1" as a variable name so we tell GSON to use the
name "3166-1" when deserializing to countries.
2020-07-31 21:52:48 +03:00
.idea Initial commit 2020-07-31 21:40:15 +03:00
src Use the @SerializedName annotation for ISO 3166-1 2020-07-31 21:52:48 +03:00
COPYING Initial commit 2020-07-31 21:40:15 +03:00
dspace-curation-tasks.iml Initial commit 2020-07-31 21:40:15 +03:00
pom.xml Initial commit 2020-07-31 21:40:15 +03:00
README.md Initial commit 2020-07-31 21:40:15 +03:00

DSpace Curation Tasks

Metadata curation tasks used on the CGSpace institutional repository:

  • CountryCodeTagger: tag items with appropriate country codes based on their existing country metadata

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

Notes

This project was initially created according to the Maven Getting Started Guide:

$ mvn -B archetype:generate -DgroupId=org.cgiar.cgspace.ctasks -DartifactId=dspace-curation-tasks -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4

License

This work is licensed under the GPLv3.