-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
66 lines (66 loc) · 2.05 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/AGPL-3.0",
"codeRepository": "git+https://github.com/johentsch/ms3.git",
"dateCreated": "2020-05-03",
"datePublished": "2020-07-06",
"issueTracker": "https://github.com/johentsch/ms3/issues",
"name": "ms3",
"description": "A parser for MuseScore 3 files and data factory for annotated music corpora.",
"applicationCategory": "Music",
"funding": "Swiss National Science Foundation (Grant no. 182811), Mr. Claude Latour (Latour Chair in Digital and Cognitive Musicology)",
"funder": {
"@type": "Organization",
"name": "École Polytechnique Fédérale de Lausanne, Digital and Cognitive Musicology Lab"
},
"keywords": [
"python",
"music",
"scores",
"corpus",
"corpora",
"data",
"musescore",
"tab-separated values"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"https://musescore.org/en/3.6.2 (optional)"
],
"relatedLink": [
"https://github.com/DCMLab/dcml_corpora"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1986-9545",
"givenName": "Johannes",
"familyName": "Hentschel",
"email": "johannes.hentschel@epfl.ch",
"affiliation": {
"@type": "Organization",
"name": "Digital and Cognitive Musicology Lab, École Polytechnique Fédérale de Lausanne"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Arina",
"familyName": "Lozhkina",
"email": "arina.lozhkina@epfl.ch",
"affiliation": {
"@type": "Organization",
"name": "École Polytechnique Fédérale de Lausanne"
}
}
]
}