diff --git a/_sass/dynare.scss b/_sass/dynare.scss
index 1e4aa5f1566fd9c536b93289fafcbe661a2aa598..afaacdafbf3768afd7459a0d857b59b1ca3645fa 100644
--- a/_sass/dynare.scss
+++ b/_sass/dynare.scss
@@ -55,6 +55,8 @@ $type-size-5: 0.75em !default;
$type-size-6: 0.75em !default;
$download-table-cell-font-size: $type-size-5 !default;
+$download-link-indent: 40px !default;
+
// Set defaults to red so we'll notice if nothing is set in main.scss
$hover-color: red !default;
$checked-color: red !default;
@@ -341,7 +343,7 @@ input.dynare_input:checked + label {
div.download_table {
display: table;
- margin-left: 20px;
+ margin-left: $download-link-indent - 10px;
}
div.download_row {
display: table-row;
@@ -370,12 +372,16 @@ div.download_row:hover {
}
p.stable {
- text-indent: 30px;
+ text-indent: $download-link-indent;
font-family: $monospace !important;
}
p.indent {
- text-indent: 30px;
+ padding-left: $download-link-indent;
+}
+
+ul.resources {
+ padding-left: $download-link-indent + 20px !important;
}
// *****************
diff --git a/resources/index.md b/resources/index.md
index 8098c5ad54b42a4744e12225dea7b8ef5883711d..c7dbbcf34dde7d7a6fb54a6539309e0dbd5ba105 100644
--- a/resources/index.md
+++ b/resources/index.md
@@ -14,6 +14,7 @@ an account and ask a question yourself. If you're a more experienced user,
heading to the forum from time to time will allow you to learn the intricacies
of Dynare and you might just be able to help out someone else out!
+
# <i class="fas fa-graduation-cap"></i> Summer School
We organize a weeklong summer school every year in June where we teach students
@@ -21,12 +22,14 @@ how to use Dynare. The fee for students is minimal (equal to expenses on
lunches and one dinner) so as to encourage participation. If this interests
you, please keep a look out for the opening of the application period in April.
+
# <i class="fas fa-tachometer-alt"></i> Quick Start
For those who want to quickly have something running, the [Quick Start
page](quick_start) explains how to setup Dynare on Windows and to run your
first model file.
+
# <i class="fas fa-book"></i> Manual
The Dynare Manual is the best place to go to understand the Dynare syntax,
@@ -40,16 +43,62 @@ distributed with each Dynare release and also available here:
<i class="fas fa-file-download"></i> [PDF Manual](http://www.dynare.org/documentation-and-support/manual/pdf-version/at_download/file)
</p>
-# <i class="fas fa-book"></i> User Guide
-An in-depth introduction to Dynare, by Tommaso Mancini Griffoli. NB: This document is out of date.
+
+# <i class="fas fa-book-reader"></i> Dynare implementations of published models
+
+<p class="indent">
+<i class="fas fa-external-link-alt"></i> <a href="https://sites.google.com/site/ambropo/dynarecodes">Ambrogio Cesa-Bianchi's collection</a>
+</p>
+<p class="indent">
+Replication of
+<ul class="resources">
+ <li> Bernanke, Gertler, and Gilchrist, 1999. "The Financial Accelerator in a Quantitative Business Cycle Framework," NBER Working Papers 6455</li>
+ <li>Carlstrom and Fuerst, 1997. "Agency Costs, Net Worth, and Business Fluctuations: A Computable General Equilibrium Analysis," American Economic Review, vol. 87(5), pages 893-910, December</li>
+ <li>Schmitt-Grohe, Stephanie & Uribe, Martin, 2003. "Closing small open economy models," Journal of International Economics, vol. 61(1), pages 163-185, October</li>
+ </ul>
+</p>
+
<p class="indent" markdown="1">
-<i class="fas fa-file-download"></i> [User Guide](http://www.dynare.org/documentation-and-support/user-guide/Dynare-UserGuide-WebBeta.pdf/at_download/file)
+<i class="fas fa-external-link-alt"></i> [Macroeconomic Model Data Base](http://www.macromodelbase.com/)
</p>
<p class="indent" markdown="1">
-<i class="fas fa-file-archive"></i> [Examples used in user guide](http://www.dynare.org/documentation-and-support/user-guide/models.zip/at_download/file)
+The database now covers more than 100 models, ranging from small-, medium- and
+large-scale DSGE models to earlier-generation New-Keynesian models with
+rational expectations and more traditional Keynesian-style models with adaptive
+expectations. It includes models of the United States, the Euro Area, Canada,
+and several small open emerging economies. Some of the models explicitly
+incorporate financial frictions.
</p>
+
<p class="indent" markdown="1">
-<i class="fas fa-external-link-alt"></i> [Errata, additional material, comments](http://www.dynare.org/DynareWiki/UserGuide)
+<i class="fas fa-external-link-alt"></i> [Johannes Pfeifer's collection of Dynare models](https://github.com/johannespfeifer/dsge_mod)
+</p>
+<p class="indent" markdown="1">
+A collection of Dynare models that demonstrates Dynare best practices,
+providing mod files to replicate important models.
+</p>
+
+
+# <i class="fas fa-toolbox"></i> Dynare Toolboxes
+
+<p class="indent" markdown="1">
+<i class="fas fa-external-link-alt"></i> [Ambrogio Cesa-Bianchi's toolbox for the analysis of DSGE models estimated with Bayesian techniques](https://sites.google.com/site/ambropo/MatlabCodes)
+</p>
+<p class="indent" markdown="1">
+This toolbox uses the standard output of Dynare to: (i) plot the Markov chain
+Monte Carlo (MCMC), (ii) plot the ergodic distribution of the posterior
+distribution, (iii) plot the prior versus the posterior distribution, together
+with the mode of the posterior, (iv) assess the convergence of the MCMC chain
+through CUSUM procedure, and (v) compare the correlation between the estimated
+parameters implied by both the Hessian and the chain. The toolbox makes use of
+few Matlab routines of Dynare 4.3.
+</p>
+
+<p class="indent" markdown="1">
+<i class="fas fa-external-link-alt"></i> [Occbin](https://github.com/lucaguerrieri/occbin)
+</p>
+<p class="indent" markdown="1">
+A set of routines that solve models with occasionally binding constraints using Dynare.
</p>
# <i class="fas fa-glasses"></i> Tutorial
@@ -64,6 +113,21 @@ Learn how to perform a stochastic simulation of a small model with Dynare in ten
<i class="fas fa-file-download"></i> [example2.mod](http://www.dynare.org/documentation-and-support/tutorial/example2.mod/at_download/file)
</p>
+
+
+# <i class="fas fa-book"></i> User Guide
+An in-depth introduction to Dynare, by Tommaso Mancini Griffoli. NB: This document is out of date.
+<p class="indent" markdown="1">
+<i class="fas fa-file-download"></i> [User Guide](http://www.dynare.org/documentation-and-support/user-guide/Dynare-UserGuide-WebBeta.pdf/at_download/file)
+</p>
+<p class="indent" markdown="1">
+<i class="fas fa-file-archive"></i> [Examples used in user guide](http://www.dynare.org/documentation-and-support/user-guide/models.zip/at_download/file)
+</p>
+<p class="indent" markdown="1">
+<i class="fas fa-external-link-alt"></i> [Errata, additional material, comments](http://www.dynare.org/DynareWiki/UserGuide)
+</p>
+
+
# <i class="fab fa-wikipedia-w"></i> Wiki
Various bits of information such as [new](https://git.dynare.org/Dynare/dynare/wikis/NewFeatures) or undocumented features, [development plans](https://git.dynare.org/Dynare/dynare/wikis/RoadMap), and [known](https://git.dynare.org/Dynare/dynare/wikis/KnownBugs) and [fixed](https://git.dynare.org/Dynare/dynare/wikis/FixedBugs) bugs.
<p class="indent" markdown="1">
@@ -72,4 +136,3 @@ Various bits of information such as [new](https://git.dynare.org/Dynare/dynare/w
<p class="indent" markdown="1">
<i class="fas fa-external-link-alt"></i> [Old Wiki](http://www.dynare.org/DynareWiki/TableOfContents)
</p>
-