From c8bd0a44aeed0adcd2ddc07890b7a837b5554065 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 20 Aug 2026 11:36:10 +1000 Subject: [PATCH] books: move Scheidegger to the top, pair the DP volumes on row two Implements jstac's suggestion in #253: Volume II has been out long enough to take off its NEW badge, Simon Scheidegger's Deep Learning book moves to the top-left slot, and the two Dynamic Programming volumes now sit together on the second row of the 2-column grid, Volume I on the left and Volume II on the right. Resulting order: Deep Learning (1, new), Quant Macro Finance (2, new), DP Volume I (3), DP Volume II (4), Economic Networks (5). Co-Authored-By: Claude Fable 5 --- _projects/deep-learning.md | 2 +- _projects/dp-vol2.md | 3 +-- _projects/dp.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_projects/deep-learning.md b/_projects/deep-learning.md index 22b850d..3d5f930 100644 --- a/_projects/deep-learning.md +++ b/_projects/deep-learning.md @@ -4,7 +4,7 @@ authors: "Simon Scheidegger" description: "A graduate lecture script covering deep learning methods for high-dimensional dynamic stochastic models, including deep equilibrium nets, physics-informed neural networks, deep surrogate models, and Gaussian processes, with applications to macroeconomics, asset pricing, and climate economics." link: https://sischei.github.io/Deep_Learning_for_Solving_And_Estimating_Dynamic_Economic_Models/ image: deep-learning-thumb.png -order: 3 +order: 1 type: book category: community new: true diff --git a/_projects/dp-vol2.md b/_projects/dp-vol2.md index dabc36e..aff4756 100644 --- a/_projects/dp-vol2.md +++ b/_projects/dp-vol2.md @@ -4,8 +4,7 @@ authors: "Thomas J. Sargent and John Stachurski" description: "Volume II extends the finite state framework to general state spaces, covering abstract dynamic programs, stochastic discounting, valuation, recursive decision processes, and continuous time." link: https://dp.quantecon.org image: dp-image.png -order: 1 +order: 4 type: book category: quantecon -new: true --- diff --git a/_projects/dp.md b/_projects/dp.md index 312d1b4..3d01ee3 100644 --- a/_projects/dp.md +++ b/_projects/dp.md @@ -4,7 +4,7 @@ authors: "Thomas J. Sargent and John Stachurski" description: "Volume I covers dynamic programming theory and applications for finite state spaces, including operators and fixed points, Markov dynamics, optimal stopping, and Markov decision processes." link: https://dp.quantecon.org image: dp-image.png -order: 4 +order: 3 type: book category: quantecon ---