-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathschema.json
More file actions
58 lines (57 loc) · 1.62 KB
/
schema.json
File metadata and controls
58 lines (57 loc) · 1.62 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
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "HAFiscal",
"alternateName": "Heterogeneous Agent Fiscal Policy Model",
"description": "Computational economics research project analyzing welfare and spending effects of consumption stimulus policies using heterogeneous agent models",
"applicationCategory": "Research Software",
"operatingSystem": "Linux, macOS, Windows",
"programmingLanguage": ["Python", "Stata"],
"license": "https://spdx.org/licenses/Apache-2.0",
"url": "https://github.com/econ-ark/HAFiscal",
"codeRepository": "https://github.com/econ-ark/HAFiscal",
"author": [
{
"@type": "Person",
"name": "Christopher D. Carroll",
"orcid": "https://orcid.org/0000-0003-3732-9312"
},
{
"@type": "Person",
"name": "Edmund Crawley"
},
{
"@type": "Person",
"name": "William Du"
},
{
"@type": "Person",
"name": "Ivan Frankovic"
},
{
"@type": "Person",
"name": "Hakon Tretvoll"
}
],
"keywords": [
"heterogeneous agents",
"fiscal policy",
"HANK",
"marginal propensity to consume",
"computational economics",
"DSGE",
"dynamic stochastic general equilibrium",
"REMARK",
"Reproduction"
],
"about": {
"@type": "Thing",
"name": "Fiscal Policy Analysis",
"description": "Analysis of consumption stimulus policies using heterogeneous agent models"
},
"citation": {
"@type": "CreativeWork",
"name": "Welfare and Spending Effects of Consumption Stimulus Policies",
"url": "https://github.com/econ-ark/HAFiscal/blob/main/CITATION.cff"
}
}