forked from rism-digital/verovio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
104 lines (104 loc) · 2.57 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"@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": "4.4.0-dev",
"datePublished": "2024-09-10",
"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-digital/verovio",
"issueTracker": "https://github.com/rism-digital/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"
},
{
"@id": "https://orcid.org/0000-0003-2663-0003",
"@type": "Person",
"givenName": "Andrew",
"familyName": "Hankinson"
},
{
"@id": "https://orcid.org/0000-0002-0744-5374",
"@type": "Person",
"givenName": "Stefan",
"familyName": "Münnich"
},
{
"@id": "https://orcid.org/0000-0003-3448-2688",
"@type": "Person",
"givenName": "David",
"familyName": "Rizo"
},
{
"@type": "Person",
"givenName": "Thomas",
"familyName": "Weber"
},
{
"@type": "Person",
"givenName": "Zach",
"familyName": "DeCook"
},
{
"@type": "Person",
"givenName": "Andrew",
"familyName": "Horwitz"
},
{
"@id": "https://orcid.org/0000-0003-4902-046X",
"@type": "Person",
"givenName": "Juliette",
"familyName": "Regimbal"
},
{
"@id": "https://orcid.org/0000-0001-5523-2085",
"@type": "Person",
"givenName": "Simon",
"familyName": "Waloschek"
}
]
}