-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
48 lines (48 loc) · 1.77 KB
/
codemeta.json
File metadata and controls
48 lines (48 loc) · 1.77 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "metadata",
"programmingLanguage": "julia",
"developmentStatus": "active",
"codeRepository": "https://github.com/boydorr/ResearchSoftwareMetadata.jl",
"name": "ResearchSoftwareMetadata.jl",
"issueTracker": "https://github.com/boydorr/ResearchSoftwareMetadata.jl/issues",
"readme": "https://github.com/boydorr/ResearchSoftwareMetadata.jl/blob/main/README.md",
"buildInstructions": "https://github.com/boydorr/ResearchSoftwareMetadata.jl/blob/main/README.md",
"dateCreated": "2024-07-17",
"operatingSystem": [
"Linux",
"macOS"
],
"version": "v0.1.5",
"dateModified": "2025-04-02",
"datePublished": "2024-07-18",
"downloadUrl": "https://github.com/boydorr/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.5.tar.gz",
"license": "https://spdx.org/licenses/BSD-2-Clause",
"author": [
{
"type": "Person",
"givenName": "Richard",
"familyName": "Reeve",
"email": "richard.reeve@glasgow.ac.uk",
"id": "https://orcid.org/0000-0003-2589-8091",
"affiliation": [
{
"type": "Organization",
"name": "University of Glasgow",
"identifier": "https://ror.org/00vtgdb53"
}
]
}
],
"continuousIntegration": "https://github.com/boydorr/ResearchSoftwareMetadata.jl/actions/workflows/testing.yaml",
"codemeta:contIntegration": {
"id": "https://github.com/boydorr/ResearchSoftwareMetadata.jl/actions/workflows/testing.yaml"
},
"keywords": [
"RSMD",
"julia",
"metadata",
"research software"
]
}