-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
120 lines (94 loc) · 4.9 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<html>
<head>
<title>Borja Petit - Home</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>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- 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="anavs">Home</a>
<a class="anav" href="research.html">Research</a>
<a class="anav" href="teaching.html">Teaching</a>
<a class="anav" href="policy.html">Policy</a>
<!-- <a class="anav" href="codes.html">Codes</a> -->
</div>
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- PICTURE AND LINKS -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<div class="photo grid1">
<img class="pic" style="border-radius:0%;width:100%;" src="files/img/foto.jpg" alt="Borja Petit">
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- ABOUT -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<div class="section grid23" id="about">
<!-- short description -->
<div class="subsection">
I received my <color>Ph.D. in Economics</color> from <a id="cemfi">CEMFI</a> in July 2019, working under the supervision of Profs. <a id="nezih">Nezih Guner</a> and <a id="josep">Josep Pijoan-Mas</a>. In September 2020, I joined the Department of Economics at <a id="cunef">CUNEF Universidad</a>.
</div>
<!-- research interests -->
<div class="subsection">
I'm a <color>quantitative macroeconomist</color> with research interests in the fields of intergenerational mobility, income/wealth inequality, family economics, and aggregate productivity.
</div>
<!-- download curriculum -->
<div class="subsection">
Curriculum vitae: <a class="pdf" href="files/borjapetit_cv.pdf">download.</a>
</div>
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- LINKS -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<div class="section grid13 footer">
<a class="address" href="mailto:bpetit@cunef.edu">
bpetit [at] cunef.edu
</a>
<a class="github" href="https://github.com/borjapetit">
Github
</a>
<a class="google" href="https://scholar.google.com/citations?user=ySzuvdUAAAAJ&hl=es">
Google Scholar
</a>
<a class="cunef" href="https://www.cunef.edu/en/petit-zarzalejos-borja-maria/">
CUNEF profile
</a>
<a class="twitter" href="https://twitter.com/borjapetit">
Twitter
</a>
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
</body>
<script src="files/src/jsfile.js"></script>
</html>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->