From cd886ec1d68bfa2265e6af298d9cd1486c832db7 Mon Sep 17 00:00:00 2001 From: mmcky <8263752+mmcky@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:33:26 +0000 Subject: [PATCH] =?UTF-8?q?news:=20weekly=20digest=20drafts=20(2026-06-08?= =?UTF-8?q?=20=E2=80=93=202026-06-14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2026-06-14-lectures.md | 10 ++++++++++ _posts/2026-06-14-website.md | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 _posts/2026-06-14-lectures.md create mode 100644 _posts/2026-06-14-website.md 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)