https://github.com/mycore-org/opus2mycore
https://github.com/mycore-org/opus2mycore
mycore oai opus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mycore-org/opus2mycore
- Owner: MyCoRe-Org
- License: gpl-3.0
- Created: 2017-07-14T11:24:55.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T18:04:10.000Z (over 3 years ago)
- Last Synced: 2025-01-07T13:03:42.227Z (5 months ago)
- Topics: mycore, oai, opus
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OPUS to MyCoRe [](https://travis-ci.org/MyCoRe-Org/opus2mycore) [](https://www.codacy.com/app/MyCoRe/opus2mycore?utm_source=github.com&utm_medium=referral&utm_content=MyCoRe-Org/opus2mycore&utm_campaign=Badge_Grade)
Use this project to extract OPUS records from OAI 2.0 to MyCoRe compatible MODS-Format.
## UsageRun on commandline with:
```shell
java -jar opus2mycore.jar --help
```### Commandline Options
* **-f, --format**
*Default:* `xMetaDissPlus`
The OAI metadata format.* **-sfc, --skipFormatCheck**
*Default:* `false`
Skips the check if OAI metadata format is listed.
* **-h, --help**Print help (this message) and exit
* **-o, --output_dir**
The output directory.* **--projectId**
*Default:* `mir`
The MyCoRe procject id. (used for command.txt)* **-s, --setSpec**
The OAI metadata set spec.
* **--stylesheet**
Path to custom XSL-Stylesheet for transformation.
* **-u, --url**
The OAI base URL.