NFDI4Culture Metadata API

Metadata of all resources as Linked Open Data

Persistent Identifier: <https://nfdi4culture.de/id/E3654>

MEIGarage

Retrieve record as:

type
nfdicore : Software
fabio : ComputerProgram
image
name
MEIGarage
description

Platform for validation and transformation of music specific formats.

subjectArea
Digital Humanities
Musicology
category
Data Cleansing
Enriching
Modeling
keywords
Audio
Data Format
Text
Processing & Analysis
contactPoint
Anne Ferger
publisher
Universität Paderborn
action
type : CreateAction
actionStatus : CompletedActionStatus
agent: Task Area 3: Research tools and data service
result: https://nfdi4culture.de/id/E3654
shortDescription

The MEI Garage is a "workshop" for symbolic music encoding data.

url
https://meigarage.edirom.de/
isAccessibleForFree
true
inLanguage
EN
hasSourceCode
codeRepository
https://github.com/Edirom/MEIGarage
url
https://hub.docker.com/r/edirom/meigarage
hasInstallationInstructions

Installing with Docker

 

With Docker installed, a readymade image can be fetched from the GitHub Docker Registry or DockerHub:

 

docker pull ghcr.io/edirom/meigarage:latest or docker pull edirom/meigarage:latest

 

A container can be run using:

 

docker run --rm \

-p 8080:8080 \

--name meigarage edirom/meigarage:latest

Back