-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_test_course.yaml
54 lines (54 loc) · 1.82 KB
/
_test_course.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: 'QuantEcon TEST Course'
number: 'June 2023'
identifier: 'june-2023'
courseType: 'mooc'
lectures:
- title: Introduction
description: Introduction to the QuantEcon Africa summer course
path: intro/
availableAt: 2023-06-28T00:00:00-04:00
contents:
- type: video
url: https://www.youtube.com/watch?v=HukIbUiAjPg # REPLACE
title: Introduction to workshop
description: 'An introduction to the workshop with Tom Sargent'
- title: Day 01
description: Introduction to Computational Economics
path: _references/exercises
availableAt: 2023-06-28T00:00:00-04:00
contents:
- type: video
url: https://youtu.be/WMx50f0HdMI # REPLACE
title: (Python) Getting Started + Functions + Writing Good Code
description: 'This lecture provides an introduction to python programming'
- type: notebook
fileName: exercise_set_1.ipynb
title: Exercise Set 1
description: 'Practice the basics of Python Programming'
- title: Day 02
description: Day 2 of the Summer Course
path: _references/exercises
availableAt: 2023-06-28T00:00:00-04:00
contents:
- type: notebook
fileName: exercise_set_2.ipynb
title: Exercise Set 2
description: 'Exercise Set 2'
- title: Day 03
description: Day 3 of the Summer Course
path: _references/exercises
availableAt: 2023-06-28T00:00:00-04:00
contents:
- type: notebook
fileName: exercise_set_3.ipynb
title: Exercise Set 3
description: 'Exercise Set 3'
- title: Day 04
description: Day 4 of the Summer Course
path: _references/exercises
availableAt: 2023-06-28T00:00:00-04:00
contents:
- type: notebook
fileName: exercise_set_4.ipynb
title: Exercise Set 4
description: 'Exercise Set 4'