-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcodemeta.json
More file actions
127 lines (127 loc) · 6.18 KB
/
codemeta.json
File metadata and controls
127 lines (127 loc) · 6.18 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"@context": [
"https://w3id.org/codemeta/3.0",
"http://schema.org",
"https://w3id.org/software-types",
"https://w3id.org/software-iodata"
],
"author": {
"@id": "https://orcid.org/0000-0002-1046-0006",
"affiliation": {
"@id": "https://huc.knaw.nl"
},
"familyName": "van Gompel",
"givenName": "Maarten",
"url": "https://proycon.anaproy.nl",
"@type": "Person"
},
"@id": "https://github.com/CLARIAH/tool-discovery.git",
"@type": "SoftwareSourceCode",
"name": "CLARIAH Tool Discovery",
"version": "2.0.0",
"dateCreated": "2022-01-05T16:21:48Z",
"dateModified": "2025-03-07T12:45:44Z",
"description": "This is the over-arching project for CLARIAH Tool Discovery, its components harvest and aggregate codemeta from source repositories and service endpoints, automatically converting known metadata schemes in the process. This project holds the Tool Source Registry, pointing to all the tools that are to be harvested. It also holds the validation schema.",
"developmentStatus": [ "https://www.repostatus.org/#active", "https://w3id.org/research-technology-readiness-levels#Level8Complete" ],
"codeRepository": "https://github.com/CLARIAH/tool-discovery.git",
"contIntegration": "https://github.com/CLARIAH/tool-discovery/actions/",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"identifier": "tool-discovery",
"issueTracker": "https://github.com/CLARIAH/tool-discovery/issues",
"readme": "https://github.com/proycon/CLARIAH/tool-discovery/blob/master/README.md",
"softwareHelp": [
{
"@type": "HowTo",
"name": "Contributor Guidelines",
"description": "This explains how to add your own software to be harvested by us and answers various Frequently Asked Questions.",
"url": "https://github.com/CLARIAH/tool-discovery/blob/master/CONTRIBUTING.md"
},
{
"@type": "TechArticle",
"name": "Software Metadata Requirements",
"description": "This document specifies the technical and organisational requirements for your software metadata, including the precise form in which it can be supplied.",
"url": "https://github.com/CLARIAH/clariah-plus/blob/main/requirements/software-metadata-requirements.md"
},
{
"@type": "TechArticle",
"name": "Querying the CLARIAH Tool Store for integration in other software",
"description": "This document is intended for other developers and explains that want to make use of the information that has been harvested and aggregated in the tool discovery pipeline. It explains the API available in our backend.",
"url": "https://github.com/CLARIAH/tool-discovery/blob/master/API_USAGE.md"
}
],
"applicationCategory": [ "https://vocabs.dariah.eu/tadirah/exploration", "https://vocabs.dariah.eu/tadirah/browsing", "https://vocabs.dariah.eu/tadirah/discovering", "https://vocabs.dariah.eu/tadirah/gathering", "https://w3id.org/nwo-research-fields#SoftwareForHumanities", "https://w3id.org/nwo-research-fields#DatabasesForHumanities" ],
"keywords": [
"metadata",
"codemeta",
"rdf",
"software metadata",
"schema.org",
"linked data",
"harvester"
],
"maintainer": {
"@id": "https://orcid.org/0000-0002-1046-0006",
"affiliation": {
"@id": "https://huc.knaw.nl"
},
"familyName": "van Gompel",
"givenName": "Maarten",
"url": "https://proycon.anaproy.nl",
"@type": "Person"
},
"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"
}
}
},
"programmingLanguage": "shell",
"screenshot": [ "https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_cards.jpg","https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_table.jpg","https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_page.jpg", "https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_sparql.jpg"],
"softwareRequirements": [
{
"@id": "/dependency/codemetapy",
"@type": "SoftwareApplication",
"identifier": "codemetapy",
"name": "codemetapy",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/codemeta-harvester",
"@type": "SoftwareApplication",
"identifier": "codemeta-harvester",
"name": "codemeta-harvester"
},
{
"@id": "/dependency/codemeta-server",
"@type": "WebApplication",
"identifier": "codemeta-server",
"name": "codemeta-server"
}
],
"isSourceCodeOf": {
"@type": "WebApplication",
"name": "CLARIAH Tools",
"url": "https://tools.clariah.nl",
"description": "This is a web portal where you can find all tools (i.e. software and software services) developed in the CLARIAH project, as well as some tools from predecessors and sister projects. This list is automatically harvested from the tool producers and providers themselves, and updated daily. Our tools are designed for researchers and developers in the Humanities and Social Sciences. Not all tools are suitable for all audiences and not all tools are mature and stable, this information should be clearly indicated for each tool, so you can make an informed judgement whether a tool might be suitable for you.",
"provider": "https://huc.knaw.nl"
},
"funding": {
"@type": "Grant",
"name": "CLARIAH-PLUS (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
}
}