-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
executable file
·76 lines (76 loc) · 2.73 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Beta Release - EOSC Research Software APIs and Connectors (Dagstuhl WP 6.2) ",
"name": "beta-faircore4eosc",
"dateCreated": "2023-10-06",
"datePublished": "2023-10-09",
"license": "https://spdx.org/licenses/MIT.html",
"readme": "https://github.com/dagstuhl-publishing/beta-faircore4eosc/blob/main/README.md",
"softwareVersion": "1.0",
"installUrl": "https://github.com/dagstuhl-publishing/beta-faircore4eosc/blob/main/README.md#installation-steps",
"buildInstructions": "https://github.com/dagstuhl-publishing/beta-faircore4eosc/blob/main/README.md#b-deployment-steps-local-webserver-instance",
"dateModified": "2023-10-13",
"codeRepository": "https://github.com/dagstuhl-publishing/beta-faircore4eosc",
"issueTracker": "https://github.com/dagstuhl-publishing/faircore4eosc/issues",
"contIntegration": "https://github.com/dagstuhl-publishing/faircore4eosc/projects?query=is%3Aopen",
"developmentStatus": "active",
"operatingSystem": "Cross-platform",
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/my-orcid?orcid=0000-0002-8504-3549",
"affiliation": {
"@type": "Organization",
"name": "Schloss Dagstuhl - Leibniz Center for Informatics, Wadern"
},
"email": "ramy.ahmed@dagstuhl.de",
"familyName": "Ahmed",
"givenName": "Ramy-Badr"
}
],
"programmingLanguage": [
"PHP",
"JavaScript",
"Blade"
],
"softwareRequirements": [
"PHP: ^8.1",
"Laravel/Framework: ^10.10",
"Livewire/Livewire: ^2.12",
"guzzlehttp/guzzle: ^7.2",
"laravel/tinker: ^2.8",
"Laravel/Octane: ^2.0",
"spiral/roadrunner-http: ^3.0.1"
],
"funder": {
"@type": "Organization",
"@id": "https://doi.org/10.3030/101057264",
"funding": "EU-Horizon: 101057264",
"name": "European Comission"
},
"relatedLink": [
"https://faircore4eosc.dagstuhl.de/",
"https://faircore4eosc.eu/"
],
"keywords": [
"Dagstuhl",
"Software Heritage"
],
"applicationCategory": [
"MetaData",
"API Connectors",
"Research Software"
],
"maintainer": {
"@type": "Person",
"@id": "https://orcid.org/my-orcid?orcid=0000-0002-8504-3549",
"affiliation": {
"@type": "Organization",
"name": "Schloss Dagstuhl - Leibniz Center for Informatics, Wadern"
},
"email": "ramy.ahmed@dagstuhl.de",
"familyName": "Ahmed",
"givenName": "Ramy-Badr"
}
}