-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (66 loc) · 3.28 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
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PRN9J5905S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PRN9J5905S');
</script>
<title>Berkeren Büyükeren</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a style="color:#e01709" href="research.html">Research</a></li>
<li><a href="vitae_january2025-bbuyukeren.pdf" target="_blank">CV</a></li>
</ul>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Entries Column -->
<div class="col-md-8" style="height: 100vh;">
<!-- Main Image -->
<img class="img-responsive" src="berkerenwebsite copy 2.jpeg" alt=""><br>
<div style="margin-top:3%; text-align:justify;">
<p> Hi! I'm a PhD Candidate at the <a href="https://www.redphd.it">Rome Economics Doctorate</a>, a PhD program jointly run by the Einaudi Institute for Economics and Finance (EIEF), LUISS and the University of Rome Tor Vergata. My research interests are in political economy, development economics and economics of digitization.
</p>
<p>Before moving to Rome, I received B.A. and M.A. degrees in Economics from Koç University, Turkey. I was a visiting scholar at MIT Sloan in Spring 2024 under the supervision of Alexey Makarin.</p>
<p></p>
</div>
</div>
<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Berkeren Buyukeren</b></div><br>
<p><b>[email protected]</b><br>
<p>PhD Candidate in Economics<br>
<a href="https://www.redphd.it">Rome Economics Doctorate</a><br>
</p>
</div>
<!-- Links on the Sidebar -->
<div class="col-md-4" style="margin-top:2%">
<dd><a href="https://twitter.com/bbbuyukeren">Twitter</a></dd>
</div>
<!-- /.container -->
<!-- Other people may like it too! -->
<a style="color:#b5bec9;font-size:0.8em; float:right;" href="https://github.com/mavroudisv/plain-academic">Plain Academic</a>
</body>
</html>