An open API service indexing awesome lists of open source software.

https://github.com/mycore-org/opus2mycore


https://github.com/mycore-org/opus2mycore

mycore oai opus

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# OPUS to MyCoRe [![Build Status](https://travis-ci.org/MyCoRe-Org/opus2mycore.svg?branch=master)](https://travis-ci.org/MyCoRe-Org/opus2mycore) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/39b52bf6dd0c4130a7e003ffee4336bf)](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.

## Usage

Run 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.