mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-22 23:05:12 +01:00
Curation tasks and helper scripts for the CGSpace institutional repository.
Alan Orth
6477b923b6
If an item has country metadata (cg.coverage.country) and no alpha codes we check for name matches in ISO 3166 and add alpha_2 codes. The name matching checks for a case-insensitive match on either an ISO 3166-1 name, official name, or common name. |
||
---|---|---|
.idea | ||
src | ||
.gitignore | ||
COPYING | ||
dspace-curation-tasks.iml | ||
pom.xml | ||
README.md |
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.
This repository contains data from the Debian iso-codes project project, which is licensed under the GNU Lesser General Public License v2.1.