Skip to content

Commit d1ac088

Browse files
committed
up website
1 parent a731fd3 commit d1ac088

File tree

5 files changed

+11
-15
lines changed

5 files changed

+11
-15
lines changed

website/_layout/sidebar.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ <h1 style="font-size:1em; opacity: 0.95;"><a href="/">Computational Economics fo
3434
<a class="sidebar-nav-item {{ispage /lecture9/}}active{{end}}" href="/lecture9/"><b>Lecture 9</b> - <em>Data with Julia</em></a>
3535
<a class="sidebar-nav-item {{ispage /hw6/}}active{{end}}" href="/hw6/"><b>Homework 6</b></a>
3636
<a class="sidebar-nav-item {{ispage /lecture10/}}active{{end}}" href="/lecture10/"><b>Lecture 10</b> - <em>Dynamic Discrete Choice</em></a>
37-
<a class="sidebar-nav-item {{ispage /lecture12/}}active{{end}}" href="/lecture11/"><b>Lecture 11</b> - <em>Estimating DDC Models</em></a>
38-
<a class="sidebar-nav-item {{ispage /lecture13/}}active{{end}}" href="/lecture12/"><b>Lecture 12</b> - <em>Dynamic Discrete+Continous</em></a>
3937
</nav>
4038

4139
</div>

website/lecture10.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,19 @@
33
<h1>Lecture 10: Rust's Bus Model! </h1>
44
~~~
55

6+
## Video
7+
8+
Video from the extra xmas session on estimating the rust model:
9+
10+
{{youtube estimate-rust}}
11+
612
## Notebooks
713

814
Topic | Notebook
915
:-----: | :--------:
1016
Rust Model Setup | [click for notebook](../lecture10-zurcher)
17+
Homework for Rust Data Setup | [click for notebook](../hw6)
1118
DP Model estimation Methods | [PDF slides](../assets/tex/dp-estimation/dp-estimation.pdf)
1219
Rust Model Estimation | [click for notebook](../lecture10-zurcher-estim)
20+
21+

website/lecture11.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

website/lecture12.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

website/youtube_videos.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ videos = Dict(
1010
"session3" => "bDiBuRLxdSY",
1111
"solverpaths" => "PUlOQdgWlFE",
1212
"constrained-banana" => "kqjr_NYUomU",
13-
"pr-video" => "kKjmrAExsNQ"
13+
"pr-video" => "kKjmrAExsNQ",
14+
"estimate-rust" => "4VtsQrxU9hw"
1415
)

0 commit comments

Comments
 (0)