-
Notifications
You must be signed in to change notification settings - Fork 1
/
teaching.html
94 lines (73 loc) · 3.81 KB
/
teaching.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html>
<head>
<title>Borja Petit - Teaching</title>
<meta name="author" content="Borja Petit">
<link rel="icon" type="image/png" href="files/img/icon.png" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Style script -->
<link rel="stylesheet" type="text/css" href="files/src/cssfile.css">
<!-- Import the font awesome (symbols) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<!-- Import Source Sans Pro font -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,300,300italic,400,400italic,500,500italic,600,600italic' rel='stylesheet'>
<!-- Import Helvetica font -->
<link href='https://fonts.googleapis.com/css?family=Helvetica:200,200italic,300,300italic,400,400italic,500,500italic,600,600italic' rel='stylesheet'>
<!-- Import Barlow font -->
<link href='https://fonts.googleapis.com/css?family=Barlow:200,200italic,300,300italic,400,400italic,500,500italic,600,600italic' rel='stylesheet'>
<!-- Load code for java-script -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- This is for Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36602309-3"></script>
<script>window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-36602309-3');</script>
</head>
<body class="grid13">
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- HEADER -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<div class="header grid13">
<div class="title">
Borja Petit
</div>
<div class="subtitle">
Assistant Professor in Economics, CUNEF Universidad
</div>
<div class="nav">
<a class="anav" href="index.html">Home</a>
<a class="anav" href="research.html">Research</a>
<a class="anavs">Teaching</a>
<a class="anav" href="policy.html">Policy</a>
<!-- <a class="anav" href="codes.html">Codes</a> -->
</div>
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- TEACHING -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<div class="section grid13" id="teaching">
<h1>Teaching</h1>
<div class="subsection">
Courses taught at <color>CUNEF Universidad</color> (undergraduate courses):
<ul>
<li>Monetary and banking economics — 2023, 2024</li>
<li>Macroeconomics — 2020, 2021, 2022, 2023, 2024</li>
<li>Bachelor's thesis — 2022</li>
</ul>
</div>
<div class="subsection">
Courses taught at <color>CEMFI</color> (graduate courses):
<ul>
<li>Macroeconomics II (TA to <a id="tonibraun">R. Anton Braun</a>) — 2019</li>
<li>Quantitative Methods (TA to <a id="enriquemoral">E. Moral-Benito</a>) — 2017, 2018, 2019</li>
<li>Macroeconomics I (TA to <a id="josep">J. Pijoan-Mas</a>) — 2015, 2016</li>
</ul>
</div>
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
</body>
<script src="files/src/jsfile.js"></script>
</html>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->