Skip to content

Promote lectures to the intro series and update related files #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
jb build lectures --builder pdflatex --path-output ./ -n --keep-going
mkdir -p _build/html/_pdf
cp -u _build/latex/*.pdf _build/html/_pdf
- name: Upload Execution Reports (LaTeX)
uses: actions/upload-artifact@v4
if: failure()
with:
name: execution-reports
path: _build/latex/reports
- name: Build Download Notebooks (sphinx-tojupyter)
shell: bash -l {0}
run: |
Expand All @@ -66,7 +72,7 @@ jobs:
rm -r _build/.doctrees
jb build lectures --path-output ./ -nW --keep-going
- name: Upload Execution Reports (HTML)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: execution-reports
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions lectures/_static/quant-econ.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2782,3 +2782,88 @@ @article{imampolitical
year = {2023},
journal = {IMF Working Paper}
}

@article{diamond1965national,
title = {National debt in a neoclassical growth model},
author = {Diamond, Peter A},
journal = {The American Economic Review},
volume = {55},
number = {5},
pages = {1126--1150},
year = {1965},
publisher = {JSTOR}
}

@book{auerbach1987dynamic,
title = {Dynamic fiscal policy},
author = {Auerbach, Alan J and Kotlikoff, Laurence J},
publisher = {Cambridge University Press},
address = {Cambridge},
year = {1987}
}

@article{sargent_velde1995,
title={Macroeconomic Features of the French Revolution},
author={Sargent, Thomas J and Velde, Francois R},
journal={Journal of Political Economy},
volume={103},
number={3},
pages={474--518},
year={1995}
}

@article{sargent1981,
title={Some unpleasant monetarist arithmetic},
author={Sargent, Thomas J and Wallace, Neil},
journal={Federal reserve bank of minneapolis quarterly review},
volume={5},
number={3},
pages={1--17},
year={1981}
}




@article{sargent2009conquest,
title={The conquest of South American inflation},
author={Sargent, Thomas and Williams, Noah and Zha, Tao},
journal={Journal of Political Economy},
volume={117},
number={2},
pages={211--256},
year={2009},
publisher={The University of Chicago Press}
}

@article{marcet2003recurrent,
title={Recurrent hyperinflations and learning},
author={Marcet, Albert and Nicolini, Juan P},
journal={American Economic Review},
volume={93},
number={5},
pages={1476--1498},
year={2003},
publisher={American Economic Association}
}


@article{bruno1990seigniorage,
title={Seigniorage, operating rules, and the high inflation trap},
author={Bruno, Michael and Fischer, Stanley},
journal={The Quarterly Journal of Economics},
volume={105},
number={2},
pages={353--374},
year={1990},
publisher={MIT Press}
}

@incollection{sargent1989least,
title={Least squares learning and the dynamics of hyperinflation},
author={Marcet, Albert and Sargent, Thomas J},
editor = {William Barnett, John Geweke, and Karl Shell},
booktitle={Sunspots, Complexity, and Chaos},
year={1989},
publisher={Cambridge University Press}
}
9 changes: 9 additions & 0 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ parts:
- file: cobweb
- file: olg
- file: commod_price
- caption: Monetary-Fiscal Policy Interactions
numbered: true
chapters:
- file: money_inflation
- file: unpleasant
- file: money_inflation_nonlinear
- file: laffer_adaptive
#- file: french_rev
#- file: ak2
- caption: Stochastic Dynamics
numbered: true
chapters:
Expand Down
Loading