Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
website
Commits
fba28a65
Commit
fba28a65
authored
Oct 16, 2018
by
Houtan Bastani
Browse files
add list of working papers to wp page/create wp_list page; still need to complete _data/wp.yml
parent
ed3343cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
_data/wp.yml
0 → 100644
View file @
fba28a65
-
number
:
51
authors
:
Benjamin Born, Johannes Pfeifer
title
:
"
The
New
Keynesian
Wage
Phillips
Curve:
Calvo
vs.
Rotemberg"
year
:
2016
-
number
:
50
authors
:
Johannes Pfeifer
title
:
"
Macroeconomic
Effects
of
Financial
Shocks:
Comment"
year
:
2016
-
number
:
49
authors
:
Aliya Algozhina
title
:
"
Monetary
Policy
Rule,
Exchange
Rate
Regime,
and
Fiscal
Policy
Cyclicality
in
a
Developing
Oil
Economy"
year
:
2016
-
number
:
48
authors
:
Mihai Copaciu, Valeriu Nalban and Cristian Bulete
title
:
"
R.E.M.
2.0,
An
estimated
DSGE
model
for
Romania"
year
:
2015
-
number
:
47
authors
:
Yuan Yang, Lu Wang
title
:
"
An
Improved
Auxiliary
Particle
Filter
for
Nonlinear
Dynamic
Equilibrium
Models"
year
:
2015
source_url
:
http://www.dynare.org/wp-repo/dynarewp047.zip
-
number
:
46
authors
:
Tae-Seok Jang
title
:
"
Animal
Spirits
in
Open
Economy:
An
Interaction-Based
Approach
to
Bounded
Rationality"
year
:
2015
data_url
:
http://www.dynare.org/wp-repo/dynarewp046.tar.xz
wp.md
View file @
fba28a65
...
...
@@ -3,6 +3,23 @@ title: Working Papers
---
<br
/>
# Latest Dynare Working Papers
{% for wp in site.data.wp %}
{% assign latestwp = wp.number %}
{% break %}
{% endfor %}
<ol
reversed
start=
"{{ latestwp }}"
>
{% for wp in site.data.wp limit:5 %}
<li>
{{ wp.authors }} ({{ wp.year }}), "
<a
href=
"http://www.dynare.org/wp-repo/dynarewp0{{ wp.number }}.pdf"
>
{{ wp.title }}
</a>
"
{% if wp.source_url %}(
<a
href=
"{{ wp.source_url }}"
>
source
</a>
){% endif %}
{% if wp.data_url %}(
<a
href=
"{{ wp.data_url }}"
>
data
</a>
){% endif %}
</li>
{% endfor %}
</ol>
<a
href=
"/wp_list"
>
More Dynare Working Papers...
</a>
# Purpose and scope of the series
The Dynare Working Papers series is intended for the following kind of contributions:
...
...
wp_list.md
0 → 100644
View file @
fba28a65
---
title
:
Working Papers
---
<br
/>
# Dynare Working Papers
{% for wp in site.data.wp %}
{% assign latestwp = wp.number %}
{% break %}
{% endfor %}
<ol
reversed
start=
"{{ latestwp }}"
>
{% for wp in site.data.wp %}
<li>
{{ wp.authors }} ({{ wp.year }}), "
<a
href=
"http://www.dynare.org/wp-repo/dynarewp0{{ wp.number }}.pdf"
>
{{ wp.title }}
</a>
"
{% if wp.source_url %}(
<a
href=
"{{ wp.source_url }}"
>
source
</a>
){% endif %}
{% if wp.data_url %}(
<a
href=
"{{ wp.data_url }}"
>
data
</a>
){% endif %}
</li>
{% endfor %}
</ol>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment