-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (80 loc) · 4.64 KB
/
index.html
File metadata and controls
88 lines (80 loc) · 4.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Santiago Rodrigo Cesteros</title>
<meta name="description" content="Santiago Cesteros. Santiago Rodrigo. Santiago Rodrigo Cesteros, economista y PhD Candidate en la Universidad de Barcelona. Investigación en crimen, finanzas públicas y taxation.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<header class="top-bar">
<div class="site-title">Santiago Rodrigo Cesteros</div>
<nav>
<a href="#about">About</a>
<a href="#research">Research Interests</a>
<a href="#publications">Publications</a>
<a href="cv.pdf" target="_blank">CV</a>
<a href="#contact">Contact</a>
</nav>
</header>
<div class="hero-image"></div>
<div class="container">
<div class="intro">
<div class="profile-section">
<img src="img/profile.jpg" alt="Profile picture" class="profile-left">
</div>
<div>
<h1>Welcome to my website!</h1>
<p class="intro-paragraph">
I am an economist specialized in public finance, development economics, and impact evaluation. I am currently pursuing a PhD in Economics at the University of Barcelona. I also work as a consultant at the World Bank's Development Research Group (DECRG).
</p>
</div>
</div>
<section id="about">
<h2>About</h2>
<p>I am a consultant at the World Bank, specializing in public finance and development economics, and I am currently pursuing a PhD in Economics at the University of Barcelona. My academic background includes a Master’s degree in Economics from Universidad de San Andrés and a Bachelor’s degree from the Universidad de Buenos Aires, where I graduated magna cum laude. Over the past several years, I have gained extensive experience conducting applied research at institutions such as the World Bank, the University of Zurich, and the Inter-American Development Bank. My work has spanned diverse areas including impact evaluation, behavioral economics, financial inclusion, and crime economics, and has contributed to publications in leading academic journals.</p>
<p>Driven by a deep interest in understanding how economic policies affect development and social welfare, I have led and collaborated on research projects across Africa, Asia, and Latin America, applying rigorous empirical methods. I am particularly focused on the intersections between organized crime, institutions, and public policy, as well as on how migration dynamics influence economic and social outcomes. I also have a growing interest in public finance with a focus on white-collar crime, and in how such offenses impact state capacity and tax enforcement.</p>
</section>
<section id="research">
<h2>Research Interests</h2>
<ul>
<li><strong>Public Finance & Taxation</strong>, including tax enforcement, fiscal capacity, white-collar crime, corruption, and their implications for institutional trust and governance.</li>
<li><strong>Development economics</strong>, with a regional focus on Latin America and Africa.</li>
<li><strong>Crime economics</strong>, especially the economic impact of organized crime and criminal violence.</li>
<li><strong>Migration,</strong> including integration, labor markets, and crime.</li>
</ul>
</section>
<section id="publications">
<h2>Policy Publications</h2>
<ul class="pub-list">
<li>
<a href="https://documents.worldbank.org/en/publication/documents-reports/documentdetail/099726303072530043" target="_blank">
Income Taxation of the Top Earners in Honduras: Linking Personal and Corporate Taxes
</a>
<p class="pub-authors">
With Scot, Thiago; Bachas, Pierre; Flores, Tatiana; Oqueli, Gabriel; Hernandez, Edgardo Enrique Espinal; Nuñez, Wilman Alonso Ponce; Licona, Sahira Rocio Canales.
</p>
</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>
<i class="fas fa-envelope"></i>
<a href="mailto:santiagorcesteros@gmail.com">santiagorcesteros@gmail.com</a>
</p>
<p>
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/santiago-cesteros" target="_blank">LinkedIn</a>
</p>
</section>
<footer>
<p>© 2025 Santiago Rodrigo Cesteros</p>
</footer>
</div>
</body>
</html>