-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta-harvest.json
41 lines (41 loc) · 1.01 KB
/
codemeta-harvest.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
{
"name": "AnnoRepo",
"programmingLanguage": "Kotlin",
"softwareHelp": [
{
"@id": "https://knaw-huc.github.io/annorepo/docs/api-usage.html",
"@type": "WebSite",
"name": "AnnoRepo API Usage",
"url": "https://knaw-huc.github.io/annorepo/docs/api-usage.html"
}
],
"producer": {
"@id": "https://huc.knaw.nl",
"@type": "Organization",
"name": "KNAW Humanities Cluster",
"url": "https://huc.knaw.nl",
"parentOrganization": {
"@id": "https://knaw.nl",
"@type": "Organization",
"name": "KNAW",
"url": "https://knaw.nl",
"location": {
"@type": "Place",
"name": "Amsterdam"
}
}
},
"funding": {
"@type": "Grant",
"name": "CLARIAH-PLUS (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
},
"targetProduct": {
"@type": "WebAPI"
},
"contIntegration": "https://github.com/knaw-huc/annorepo/actions/workflows/build-push.yml"
}