From 42f0c58c55079b3692e4115ccaff92fa0978a82f Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 12 Apr 2021 14:11:04 +1000 Subject: [PATCH 1/3] add news article for course --- lectures/intro.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lectures/intro.md b/lectures/intro.md index 89f5cf9f..07a35f6f 100644 --- a/lectures/intro.md +++ b/lectures/intro.md @@ -14,7 +14,7 @@ kernelspec: This website presents a set of lectures on Python programming for economics and finance, designed and written by [Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/). This is the first text in the series, which focuses on programming in Python. -```{admonition} News +```{admonition} New Build System [QuantEcon](https://quantecon.org) is moving to the [Jupyter Book](https://jupyterbook.org/intro.html) build system for all of its projects. We are a founding member of the [Executable Books Project](https://github.com/executablebooks), an international collaboration to @@ -22,6 +22,13 @@ build open source tools that facilitate publishing using the Jupyter ecosystem. Please send feedback to [contact@quantecon.org](mailto:contact@quantecon.org) ``` +```{admonition} News +The [NYU Computational Social Science: Certificate Program](http://www.tomsargent.com/nyu_css.html) +program prepares students for either a graduate program in the social sciences or for a career as a data analyst or computational social scientist. + +[Applications and additional information is available here](https://as.nyu.edu/content/nyu-as/as/departments/computational-social-science.html) +``` + For an overview of the series, see [this page](https://quantecon.org/python-lectures/) ```{tableofcontents} From e9f23291b4573392e9e618c16f0695371fd53201 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 13 Apr 2021 09:40:25 +1000 Subject: [PATCH 2/3] edits for news item --- lectures/intro.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lectures/intro.md b/lectures/intro.md index 07a35f6f..2084b9d6 100644 --- a/lectures/intro.md +++ b/lectures/intro.md @@ -23,8 +23,11 @@ ecosystem. Please send feedback to [contact@quantecon.org](mailto:contact@quante ``` ```{admonition} News -The [NYU Computational Social Science: Certificate Program](http://www.tomsargent.com/nyu_css.html) -program prepares students for either a graduate program in the social sciences or for a career as a data analyst or computational social scientist. +Tom Sargent, Chase Coleman, and Spencer Lyon have put together The [NYU Computational Social +Science: Certificate Program](http://www.tomsargent.com/nyu_css.html). +It uses many [quantecon](https://quantecon.org/lectures/index.html) +resources. The program aims to prepare students for either a graduate program in the social +sciences or for a career as a data analyst or computational social scientist. [Applications and additional information is available here](https://as.nyu.edu/content/nyu-as/as/departments/computational-social-science.html) ``` From 5086aee79e1e6048411cb11b1c9afb618af4822e Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 13 Apr 2021 10:31:24 +1000 Subject: [PATCH 3/3] replace is with are --- lectures/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/intro.md b/lectures/intro.md index 2084b9d6..169fa3f0 100644 --- a/lectures/intro.md +++ b/lectures/intro.md @@ -29,7 +29,7 @@ It uses many [quantecon](https://quantecon.org/lectures/index.html) resources. The program aims to prepare students for either a graduate program in the social sciences or for a career as a data analyst or computational social scientist. -[Applications and additional information is available here](https://as.nyu.edu/content/nyu-as/as/departments/computational-social-science.html) +[Applications and additional information are available here](https://as.nyu.edu/content/nyu-as/as/departments/computational-social-science.html) ``` For an overview of the series, see [this page](https://quantecon.org/python-lectures/)