Skip to content

Commit

Permalink
Merge pull request #107 from QuantEcon/add_intro
Browse files Browse the repository at this point in the history
Add intro
  • Loading branch information
jstac authored Jun 7, 2023
2 parents d2f63d4 + 98e3d4c commit 7c3c717
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2 class="title">Quant<span>Econ</span></h2>
<li{% if page.url==node.url %} class="active" {% endif %}><a href="{{ node.url | relative_url }}">{{
node.title }}</a></li>
{% endfor %}
<li><a href="/projects/#filter=lecture">Lectures</a></li>
<!-- <li><a href="/projects/#filter=lecture">Lectures</a></li> -->
<li><a href="https://github.com/QuantEcon" target="_blank">GitHub</a></li>
<li class="dropdown"><a href="#"><span>Support</span> <i class="bi bi-chevron-down"></i></a>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion _projects/lecture-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
2 changes: 1 addition & 1 deletion _projects/lecture-datascience.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
8 changes: 8 additions & 0 deletions _projects/lecture-intro.md
Original file line number Diff line number Diff line change
@@ -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: 2
type: lecture
---
2 changes: 1 addition & 1 deletion _projects/lecture-jax → _projects/lecture-jax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
2 changes: 1 addition & 1 deletion _projects/lecture-markov.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
4 changes: 2 additions & 2 deletions _projects/lecture-python.md
Original file line number Diff line number Diff line change
@@ -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
---

0 comments on commit 7c3c717

Please sign in to comment.