Skip to content

Commit

Permalink
Promote lectures to the intro series and update related files (#405)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Mar 23, 2024
1 parent 1d67b3e commit 46e870e
Show file tree
Hide file tree
Showing 17 changed files with 4,757 additions and 5 deletions.
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

1 comment on commit 46e870e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.