Skip to content

Commit

Permalink
Merge branch 'main' into update_timing
Browse files Browse the repository at this point in the history
  • Loading branch information
shlff committed May 7, 2024
2 parents a59c8db + b132f6b commit d3b744e
Show file tree
Hide file tree
Showing 7 changed files with 2,725 additions and 404 deletions.
7 changes: 4 additions & 3 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ latex:
sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx_tojupyter]
config:
bibtex_reference_style: author_year
# myst-nb config
nb_render_image_options:
width: 80%
Expand Down Expand Up @@ -81,8 +82,8 @@ sphinx:
twitter: quantecon
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
description: This website presents a set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
description: This website presents a set of lectures on quantitative economic modeling using JAX, designed and written by Thomas J. Sargent and John Stachurski.
keywords: Python, JAX, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
analytics:
google_analytics_id: G-K1NYBSC1CZ
launch_buttons:
Expand All @@ -95,7 +96,7 @@ sphinx:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
rediraffe_redirects:
index_toc.md: intro.md
tojupyter_static_file_path: ["source/_static", "_static"]
tojupyter_static_file_path: ["_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://jax.quantecon.org/"
tojupyter_image_urlpath: "https://jax.quantecon.org/_static/"
Expand Down
15 changes: 14 additions & 1 deletion lectures/_static/quant-econ.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2503,4 +2503,17 @@ @article{Are08
pages = {690--712},
title = {{Default risk and income fluctuations in emerging economies}},
year = {2008}
}
}

@article{Bianchi2011,
Author = {Bianchi, Javier},
Title = {Overborrowing and Systemic Externalities in the Business Cycle},
Journal = {American Economic Review},
Volume = {101},
Number = {7},
Year = {2011},
Month = {December},
Pages = {3400-3426},
DOI = {10.1257/aer.101.7.3400},
URL = {https://www.aeaweb.org/articles?id=10.1257/aer.101.7.3400}
}
8 changes: 7 additions & 1 deletion lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@ parts:
- caption: Dynamic Programming
numbered: true
chapters:
- file: job_search
- file: opt_savings_1
- file: opt_savings_2
- file: short_path
- file: opt_invest
- file: inventory_ssd
- file: ifp_egm
- file: cake_eating_numerical
- caption: Macroeconomic Models
numbered: true
chapters:
- file: arellano
- file: aiyagari_jax
- file: cake_eating_numerical
- file: hopenhayn
- file: overborrowing
- caption: Data and Empirics
numbered: true
chapters:
Expand Down
Loading

0 comments on commit d3b744e

Please sign in to comment.