Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.13 KB

File metadata and controls

42 lines (26 loc) · 2.13 KB

Fork of DataCite Metadata Generator - Kernel 4.0

DataCite Metadata Generator for OPUS (DMGO)

on GitHub GitHub license

on Docker Hub docker docker docker

This fork of DataCite Metadata Generator enhances the basic functionality of creating DataCite Metadata Kernel 4.0 XML via forms by automatically fetching and parsing XML data of your OPUS-Publikationsserver.

NOTE: In the current state DMGO does only work with Bamberg's specific XSLT when exporting data from OPUS.

How To Use With Docker:

Requirements

Requesites: customize the configuration section in src/be.js

On your local machine or on your server

docker-compose up

On your local machine with mounted host directory for testing purposes

docker-compose -f docker-compose.dev.yml up

DMGO is now accessible under http://localhost/datacite_metadata_generator.html.

How To Use Without Docker

Requirements

  • Web server with PHP

Requesites: customize the configuration section in src/be.js

Copy datacite_metadata_generator.html and the src/ directory to your web server.