diff --git a/_posts/2026-06-14-lectures.md b/_posts/2026-06-14-lectures.md new file mode 100644 index 0000000..d3a0838 --- /dev/null +++ b/_posts/2026-06-14-lectures.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Lecture updates — June 8–14, 2026" +author: QuantEcon +excerpt: "Updates to the QuantEcon lectures." +tag: [lectures] +--- + +- 📚 **[Advanced Quantitative Economics with Python](https://python-advanced.quantecon.org/)** — New lectures on contract theory (principal-agent problems) and survey data robustness expanded the course's coverage of applied microeconomic theory and empirical methods. + - [Add three lectures on contract theory and one lecture on survey data and robustness](https://github.com/QuantEcon/lecture-python-advanced.myst/pull/343) diff --git a/_posts/2026-06-14-website.md b/_posts/2026-06-14-website.md new file mode 100644 index 0000000..9a7025a --- /dev/null +++ b/_posts/2026-06-14-website.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Website update — June 8–14, 2026" +author: QuantEcon +excerpt: "Updates to the QuantEcon website." +tag: [website] +--- + +- 🏠 **[quantecon.org](https://quantecon.org/)** — Converted workshops to a Jekyll collection and added redirects for removed developer pages to their new locations on quantecon.org. + - [convert workshops to a Jekyll collection](https://github.com/QuantEcon/website/pull/204) + - [redirect removed developer pages to their new homes](https://github.com/QuantEcon/website/pull/209)