forked from DDMAL/verovio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
79 lines (79 loc) · 1.92 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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "Verovio",
"name": "Verovio",
"description": "Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG.",
"softwareVersion": "2.1.0",
"datePublished": "2017-07-11",
"license": "https://www.gnu.org/licenses/lgpl-3.0",
"programmingLanguage": [{
"@type": "ComputerLanguage",
"identifier": "c++",
"name": "C++"
},
{
"@type": "ComputerLanguage",
"identifier": "js",
"name": "JavaScript"
},
{
"@type": "ComputerLanguage",
"identifier": "python",
"name": "Python"
},
{
"@type": "ComputerLanguage",
"identifier": "java",
"name": "Java"
}
],
"codeRepository": "https://github.com/rism-ch/verovio",
"issueTracker": "https://github.com/rism-ch/verovio/issues",
"dateCreated": "2014-01-09T09:44:10Z",
"author": [{
"@id": "https://orcid.org/0000-0002-9525-4331",
"@type": "Person",
"givenName": "Laurent",
"familyName": "Pugin"
}],
"contributor": [{
"@id": "https://orcid.org/0000-0003-1898-2543",
"@type": "Person",
"givenName": "Klaus",
"familyName": "Rettinghaus"
},
{
"@id": "https://orcid.org/0000-0002-1722-0718",
"@type": "Person",
"givenName": "Werner",
"familyName": "Goebl"
},
{
"@id": "https://orcid.org/0000-0001-8865-3177",
"@type": "Person",
"givenName": "Craig",
"familyName": "Sapp"
},
{
"@type": "Person",
"givenName": "Zach",
"familyName": "DeCook"
},
{
"@type": "Person",
"givenName": "Andrew",
"familyName": "Horwitz"
},
{
"@type": "Person",
"givenName": "Juliette",
"familyName": "Regimbal"
},
{
"@type": "Person",
"givenName": "Simon",
"familyName": "Waloschek"
}
]
}