-
Notifications
You must be signed in to change notification settings - Fork 226
/
PSL_catalog.json
34 lines (34 loc) · 1.72 KB
/
PSL_catalog.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
{
"name": "DSGE.jl",
"img": "https://frbny-dsge.github.io/DSGE.jl/latest/assets/logo.png",
"banner_title": "DSGE.jl",
"banner_subtitle": "Solve and estimate Dynamic Stochastic General Equilibrium models ",
"detailed_description": "The DSGE.jl package implements the New York Fed dynamic stochastic general equilibrium (DSGE) model and provides general code to estimate many user-specified DSGE models. The package is introduced in the Liberty Street Economics blog post The FRBNY DSGE Model Meets Julia.",
"policy_area": "Macroeconomics, Economic Fluctuations, Monetary Policy, Fiscal Policy",
"geography": "Adaptable to any country",
"language": "Julia",
"maintainers": [
{
"name": "Marco Del Negro",
"image": "https://avatars.githubusercontent.com/u/13486114?v=4",
"link": "https://github.com/MarcoDelNegro"
},
{
"name": "Pranay Gundam",
"image": "https://media.licdn.com/dms/image/C5603AQFkxWoWV7IHhQ/profile-displayphoto-shrink_200_200/0/1658672086266?e=1721260800&v=beta&t=yUzAj6hQo0q83YlxpYJ5UYAXeSUjWOEfLm48xsgiNmE",
"link": "https://github.com/pranay-gundam"
},
{
"name": "Brian Pacula",
"image": "https://avatars.githubusercontent.com/u/98560146?v=4",
"link": "https://github.com/Brian-Pacula"
}
],
"links": {
"code_repository": "https://github.com/FRBNY-DSGE/DSGE.jl",
"user_documentation": "https://frbny-dsge.github.io/DSGE.jl/latest/",
"contributor_documentation": "https://frbny-dsge.github.io/DSGE.jl/latest/contributing/",
"webapp": "",
"recent_changes": "https://github.com/FRBNY-DSGE/DSGE.jl/releases"
}
}