mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-04 22:33:05 +01:00
17 lines
782 B
Markdown
17 lines
782 B
Markdown
|
# DSpace Curation Tasks
|
||
|
Metadata curation tasks used on the [CGSpace](https://cgspace.cgiar.org) 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](https://wiki.lyrasis.org/display/DSDOC5x/Curation+System).
|
||
|
|
||
|
## Notes
|
||
|
This project was initially created according to the [Maven Getting Started Guide](https://maven.apache.org/guides/getting-started/):
|
||
|
|
||
|
```console
|
||
|
$ 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](https://www.gnu.org/licenses/gpl-3.0.en.html).
|