diff --git a/_posts/2026-06-14-lectures.md b/_posts/2026-06-14-lectures.md new file mode 100644 index 0000000..10a618e --- /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: "New and updated QuantEcon lectures (June 8–14, 2026)." +tag: [lectures] +--- + +- 📚 **[Advanced Quantitative Economics with Python](https://python-advanced.quantecon.org/)** — Added lectures covering contract theory (principal-agent problems) and survey data robustness to expand the quantitative economics curriculum. + - [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..2717cec --- /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 quantecon.org (June 8–14, 2026)." +tag: [website] +--- + +- 🏠 **[quantecon.org](https://quantecon.org/)** — Converted workshops to a Jekyll collection and added redirects for removed developer pages to ensure smooth navigation to their new locations. + - [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)