Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.08 KB

md-mapping

The files in this repository define semantic mappings of metadata from community specific schemata into the B2FIND internal schema.

The mapping software that uses these files is in a separate repository at https://github.com/TheLanguageArchive/md-mapper from where the deployment script updates it automatically.

Deployment instructions

To follow these steps, you need the following: Perl, Maven, JDK 7, git (ideally version 1.7.10 or later) and tar.

  1. Choose an empty directory, which will become the working directory, and enter it.
  2. git clone http://github.com/TheLanguageArchive/md-mapper.git
  3. git clone http://github.com/B2FIND/md-mapping
  4. cd md-mapper
  5. ./update-deploy.pl -f

On subsequent invocations of update-deploy.pl don't use the -f flag.

The above is the simplest possible set-up. Different directory structures are possible; see the update-deploy script for available parameters.

Authors

The mappings were developed by Lari Lampen (MPI-PL), Heinrich Widmann and John Mrziglod (both DKRZ) before importing into GitHub.