forked from ClimateCompatibleGrowth/clicSAND
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
99 lines (99 loc) · 3.49 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CC0-1.0",
"codeRepository": "https://github.com/ClimateCompatibleGrowth/clicSAND.git",
"contIntegration": "https://github.com/ClimateCompatibleGrowth/clicSAND/actions",
"dateCreated": "2020-10-06",
"datePublished": "2021-03-09",
"dateModified": "2021-03-10",
"downloadUrl": "https://github.com/ClimateCompatibleGrowth/clicSAND/releases/tag/v1.1",
"issueTracker": "https://github.com/ClimateCompatibleGrowth/clicSAND/issues",
"name": "clicSAND",
"version": "1.1",
"description": "Software to automate extraction of input data from Excel spreadsheet, execute glpsol, execute cbc and produce results.",
"applicationCategory": "Energy System Analysis",
"funding": "Climate Compatible Growth Program (#CCG) of the UK's Foreign Development and Commonwealth Office (FCDO). The views expressed in this paper do not necessarily reflect the UK government’s official policies.",
"developmentStatus": "active",
"isPartOf": "https://www.linkedin.com/company/climate-compatible-growth-ccg/",
"referencePublication": "http://doi.org/10.5281/zenodo.4593100",
"funder": {
"@type": "Organization",
"name": "UK's Foreign Development and Commonwealth Office (FCDO)"
},
"keywords": [
"Energy Systems Modelling",
"GLPK",
"GNUMathprog",
"Linear Programming",
"OSeMOSYS"
],
"programmingLanguage": [
"C#",
"Python",
"VBA"
],
"runtimePlatform": [
".NET"
],
"operatingSystem": [
"Windows"
],
"softwareRequirements": [
"Microsoft Excel, Microsoft Access"
],
"author": [
{
"@type": "Person",
"givenName": "Carla",
"familyName": "Cannone",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Climate Compatible Growth Program (#CCG)"
}
},
{
"@type": "Person",
"givenName": "Mark",
"familyName": "Howells",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Loughborough University, Leicester, and Imperial College, London, United Kingdom"
}
},
{
"@type": "Person",
"givenName": "Lucy",
"familyName": "Allington",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Climate Compatible Growth Program (#CCG)"
}
},
{
"@type": "Person",
"givenName": "Nicki",
"familyName": "De Wet",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Abhishek",
"familyName": "Shivakumar",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Climate Compatible Growth Program (#CCG)"
}
},
{
"@type": "Person",
"givenName": "Philip",
"familyName": "Goyns",
"email": "[email protected]"
}
]
}