From bee91150d0785cbf40e2d374e7488e0bf4782db7 Mon Sep 17 00:00:00 2001
From: HengCheng <79777246+2789372130@users.noreply.github.com>
Date: Wed, 7 Jun 2023 15:57:50 +1000
Subject: [PATCH 1/3] Add intro
---
_projects/lecture-intro.md | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 _projects/lecture-intro.md
diff --git a/_projects/lecture-intro.md b/_projects/lecture-intro.md
new file mode 100644
index 0000000..2ec6254
--- /dev/null
+++ b/_projects/lecture-intro.md
@@ -0,0 +1,8 @@
+---
+name: A First Course in Quantitative Economics with Python
+description: This lecture series provides an introduction to quantitative economics using Python.
+link: https://intro.quantecon.org/
+image: project-lectures.png
+order: 8
+type: lecture
+---
From 751817639a75bf115dbb5df9bd574785d97b693b Mon Sep 17 00:00:00 2001
From: HengCheng <79777246+2789372130@users.noreply.github.com>
Date: Wed, 7 Jun 2023 16:19:26 +1000
Subject: [PATCH 2/3] Remove Lectures tag
---
_layouts/default.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index 1c72013..b098d39 100755
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -79,7 +79,7 @@
QuantEcon
{{
node.title }}
{% endfor %}
- Lectures
+
GitHub
Support
From 98e3d4c3521a6f850de273cffe8ab6ad4ea2887f Mon Sep 17 00:00:00 2001
From: HengCheng <79777246+2789372130@users.noreply.github.com>
Date: Wed, 7 Jun 2023 16:39:25 +1000
Subject: [PATCH 3/3] Change orders and update title
---
_projects/lecture-advanced.md | 2 +-
_projects/lecture-datascience.md | 2 +-
_projects/lecture-intro.md | 2 +-
_projects/{lecture-jax => lecture-jax.md} | 2 +-
_projects/lecture-markov.md | 2 +-
_projects/lecture-python.md | 4 ++--
6 files changed, 7 insertions(+), 7 deletions(-)
rename _projects/{lecture-jax => lecture-jax.md} (96%)
diff --git a/_projects/lecture-advanced.md b/_projects/lecture-advanced.md
index d6010c1..d21139e 100644
--- a/_projects/lecture-advanced.md
+++ b/_projects/lecture-advanced.md
@@ -3,6 +3,6 @@ name: Advanced Quantitative Economics with Python
description: This is one of a series of online texts on modern quantitative economics and programming with Python. This is the third text in the series, which focuses on advanced topics.
link: https://python-advanced.quantecon.org/
image: project-lectures.png
-order: 3
+order: 4
type: lecture
---
diff --git a/_projects/lecture-datascience.md b/_projects/lecture-datascience.md
index 84f16d8..a2d92ea 100644
--- a/_projects/lecture-datascience.md
+++ b/_projects/lecture-datascience.md
@@ -3,6 +3,6 @@ name: Introduction to Economic Modeling and Data Science
description: A series of lectures on programming, data science, and economics.
link: https://datascience.quantecon.org/
image: project-lectures.png
-order: 5
+order: 6
type: lecture
---
diff --git a/_projects/lecture-intro.md b/_projects/lecture-intro.md
index 2ec6254..302243b 100644
--- a/_projects/lecture-intro.md
+++ b/_projects/lecture-intro.md
@@ -3,6 +3,6 @@ name: A First Course in Quantitative Economics with Python
description: This lecture series provides an introduction to quantitative economics using Python.
link: https://intro.quantecon.org/
image: project-lectures.png
-order: 8
+order: 2
type: lecture
---
diff --git a/_projects/lecture-jax b/_projects/lecture-jax.md
similarity index 96%
rename from _projects/lecture-jax
rename to _projects/lecture-jax.md
index e55b4b0..60841d3 100644
--- a/_projects/lecture-jax
+++ b/_projects/lecture-jax.md
@@ -3,6 +3,6 @@ name: Quantitative Economics with JAX
description: This website presents a set of lectures on quantitative economic modeling using GPUs and Google JAX.
link: https://jax.quantecon.org/
image: project-lectures.png
-order: 7
+order: 8
type: lecture
---
diff --git a/_projects/lecture-markov.md b/_projects/lecture-markov.md
index 777fd2f..391c0f5 100644
--- a/_projects/lecture-markov.md
+++ b/_projects/lecture-markov.md
@@ -3,6 +3,6 @@ name: Continuous Time Markov Chains
description: This lecture series provides a short introduction to the fascinating field of continuous time Markov chains.
link: https://quantecon.github.io/continuous_time_mcs/
image: project-lectures.png
-order: 6
+order: 7
type: lecture
---
diff --git a/_projects/lecture-python.md b/_projects/lecture-python.md
index 8e6afb9..2db7ed3 100644
--- a/_projects/lecture-python.md
+++ b/_projects/lecture-python.md
@@ -1,8 +1,8 @@
---
-name: Quantitative Economics with Python
+name: Intermediate Quantitative Economics with Python
description: This is one of a series of online texts on modern quantitative economics and programming with Python. This is the second text in the series, which focuses on introductory material.
link: https://python.quantecon.org/
image: project-lectures.png
-order: 2
+order: 3
type: lecture
---