Skip to content

Commit 46e870e

Browse files
HumphreyYangmmckythomassargent30
authored
Promote lectures to the intro series and update related files (#405)
* Promote lectures to the intro series and update toc, bib, data files. * enable build reports on failure for latex workflow * remove interpolation section that is not related. * Tom's March 19 morning edits of some lectures * Humphrey's 20 Mar updates on math aligned syntax * Tom's March 20 edits of intro lectures * Tom's edits on March 21 of lectures in intro repo branch * update captions for graphs in lectures * Tom's afternoon March 21 edits of intro lectures * Tom's edit of toc file temporarily to remove two less complete lectures * update doc reference for XXX in text --------- Co-authored-by: mmcky <[email protected]> Co-authored-by: thomassargent30 <[email protected]>
1 parent 1d67b3e commit 46e870e

17 files changed

+4757
-5
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
jb build lectures --builder pdflatex --path-output ./ -n --keep-going
5252
mkdir -p _build/html/_pdf
5353
cp -u _build/latex/*.pdf _build/html/_pdf
54+
- name: Upload Execution Reports (LaTeX)
55+
uses: actions/upload-artifact@v4
56+
if: failure()
57+
with:
58+
name: execution-reports
59+
path: _build/latex/reports
5460
- name: Build Download Notebooks (sphinx-tojupyter)
5561
shell: bash -l {0}
5662
run: |
@@ -66,7 +72,7 @@ jobs:
6672
rm -r _build/.doctrees
6773
jb build lectures --path-output ./ -nW --keep-going
6874
- name: Upload Execution Reports (HTML)
69-
uses: actions/upload-artifact@v2
75+
uses: actions/upload-artifact@v4
7076
if: failure()
7177
with:
7278
name: execution-reports
Loading

lectures/_static/quant-econ.bib

+85
Original file line numberDiff line numberDiff line change
@@ -2782,3 +2782,88 @@ @article{imampolitical
27822782
year = {2023},
27832783
journal = {IMF Working Paper}
27842784
}
2785+
2786+
@article{diamond1965national,
2787+
title = {National debt in a neoclassical growth model},
2788+
author = {Diamond, Peter A},
2789+
journal = {The American Economic Review},
2790+
volume = {55},
2791+
number = {5},
2792+
pages = {1126--1150},
2793+
year = {1965},
2794+
publisher = {JSTOR}
2795+
}
2796+
2797+
@book{auerbach1987dynamic,
2798+
title = {Dynamic fiscal policy},
2799+
author = {Auerbach, Alan J and Kotlikoff, Laurence J},
2800+
publisher = {Cambridge University Press},
2801+
address = {Cambridge},
2802+
year = {1987}
2803+
}
2804+
2805+
@article{sargent_velde1995,
2806+
title={Macroeconomic Features of the French Revolution},
2807+
author={Sargent, Thomas J and Velde, Francois R},
2808+
journal={Journal of Political Economy},
2809+
volume={103},
2810+
number={3},
2811+
pages={474--518},
2812+
year={1995}
2813+
}
2814+
2815+
@article{sargent1981,
2816+
title={Some unpleasant monetarist arithmetic},
2817+
author={Sargent, Thomas J and Wallace, Neil},
2818+
journal={Federal reserve bank of minneapolis quarterly review},
2819+
volume={5},
2820+
number={3},
2821+
pages={1--17},
2822+
year={1981}
2823+
}
2824+
2825+
2826+
2827+
2828+
@article{sargent2009conquest,
2829+
title={The conquest of South American inflation},
2830+
author={Sargent, Thomas and Williams, Noah and Zha, Tao},
2831+
journal={Journal of Political Economy},
2832+
volume={117},
2833+
number={2},
2834+
pages={211--256},
2835+
year={2009},
2836+
publisher={The University of Chicago Press}
2837+
}
2838+
2839+
@article{marcet2003recurrent,
2840+
title={Recurrent hyperinflations and learning},
2841+
author={Marcet, Albert and Nicolini, Juan P},
2842+
journal={American Economic Review},
2843+
volume={93},
2844+
number={5},
2845+
pages={1476--1498},
2846+
year={2003},
2847+
publisher={American Economic Association}
2848+
}
2849+
2850+
2851+
@article{bruno1990seigniorage,
2852+
title={Seigniorage, operating rules, and the high inflation trap},
2853+
author={Bruno, Michael and Fischer, Stanley},
2854+
journal={The Quarterly Journal of Economics},
2855+
volume={105},
2856+
number={2},
2857+
pages={353--374},
2858+
year={1990},
2859+
publisher={MIT Press}
2860+
}
2861+
2862+
@incollection{sargent1989least,
2863+
title={Least squares learning and the dynamics of hyperinflation},
2864+
author={Marcet, Albert and Sargent, Thomas J},
2865+
editor = {William Barnett, John Geweke, and Karl Shell},
2866+
booktitle={Sunspots, Complexity, and Chaos},
2867+
year={1989},
2868+
publisher={Cambridge University Press}
2869+
}

lectures/_toc.yml

+9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ parts:
4747
- file: cobweb
4848
- file: olg
4949
- file: commod_price
50+
- caption: Monetary-Fiscal Policy Interactions
51+
numbered: true
52+
chapters:
53+
- file: money_inflation
54+
- file: unpleasant
55+
- file: money_inflation_nonlinear
56+
- file: laffer_adaptive
57+
#- file: french_rev
58+
#- file: ak2
5059
- caption: Stochastic Dynamics
5160
numbered: true
5261
chapters:

0 commit comments

Comments
 (0)