From b350f83913be0aa2869caa8d65c73b0745b82a09 Mon Sep 17 00:00:00 2001 From: carterenyi Date: Sun, 19 May 2019 05:57:47 -0400 Subject: [PATCH] Create metadata.zenodo.json --- metadata.zenodo.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata.zenodo.json diff --git a/metadata.zenodo.json b/metadata.zenodo.json new file mode 100644 index 0000000..a30fa1e --- /dev/null +++ b/metadata.zenodo.json @@ -0,0 +1,31 @@ +{ + "description": "

Visualize melodic patterns in MIDI files with arc diagrams.

", + "license": "MIT", + "title": "EMViz (Early Music Visualization): MATLAB runtime application", + "version": "v1.0.0", + "upload_type": "software", + "keywords": [ + "Music Visualization" + ], + "publication_date": "2019-05-18", + "creators": [ + { + "orcid": "0000-0003-2614-4777", + "affiliation": "Morehouse College", + "name": "Aaron Carter-Enyi" + } + ], + "access_right": "open", + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/carterenyi/emviz/tree/v1.0.0", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.2919896", + "relation": "isVersionOf" + } + ] +}