-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
45 lines (45 loc) · 1.56 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "ecology",
"programmingLanguage": "julia",
"developmentStatus": "active",
"codeRepository": "https://github.com/boydorr/TraitExtraction.jl",
"name": "TraitExtraction.jl",
"codemeta:contIntegration": {
"id": "https://github.com/boydorr/TraitExtraction.jl/actions/workflows/CI.yaml"
},
"continuousIntegration": "https://github.com/boydorr/TraitExtraction.jl/actions/workflows/CI.yaml",
"issueTracker": "https://github.com/boydorr/TraitExtraction.jl/issues",
"readme": "https://github.com/boydorr/TraitExtraction.jl/blob/main/README.md",
"dateCreated": "2024-09-29",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"version": "v0.1.0",
"dateModified": "2024-10-23",
"datePublished": "2024-10-23",
"downloadUrl": "https://github.com/boydorr/TraitExtraction.jl/archive/refs/tags/v0.1.0.tar.gz",
"license": "https://spdx.org/licenses/BSD-2-Clause",
"author": [
{
"type": "Person",
"givenName": "Richard",
"familyName": "Reeve",
"email": "[email protected]",
"id": "https://orcid.org/0000-0003-2589-8091",
"affiliation": [
{
"type": "Organization",
"name": "University of Glasgow",
"identifier": "https://ror.org/00vtgdb53"
}
]
}
],
"keywords": [
"julia"
]
}