-
Notifications
You must be signed in to change notification settings - Fork 2
/
CV.html
103 lines (86 loc) · 4.22 KB
/
CV.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>StellarDNN members | Member Description</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<!-- Favicon -->
<link href="./favicon.ico" rel="shortcut icon">
<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<!-- CSS Implementing Plugins -->
<link href="assets/front_v3_3/vendor/fontawesome/css/all.min.css" rel="stylesheet">
<link href="assets/front_v3_3/vendor/hs-mega-menu/dist/hs-mega-menu.min.css" rel="stylesheet">
<!-- CSS Front Template -->
<link href="assets/front_v3_3/css/theme.min.css" rel="stylesheet">
</head>
<body>
<!-- ========== HEADER ========== -->
<header-component></header-component>
<!-- ========== END HEADER ========== -->
<!-- ========== MAIN ========== -->
<main id="content" role="main">
<!-- Hero Section -->
<div class="container space-top-3 space-top-lg-4">
<div class="w-lg-80 mx-lg-auto">
<!-- Header -->
<div class="text-center mb-5">
<h1 class="display-4">Pavlos Protopapas</h1>
<p class="lead">
150 Western Av., Boston, MA 02134, USA<br>
857-998-1769 | <a href="https://www.stellardnn.org">www.stellardnn.org</a> | [email protected]
</p>
</div>
<!-- Education -->
<section class="mb-5">
<h2 class="border-bottom pb-2">EDUCATION</h2>
<div class="row">
<div class="col-md-9">B.S. in Physics, Imperial College, University of London, UK.</div>
<div class="col-md-3 text-md-right">1990</div>
<div class="col-md-9">Ph.D. in Physics, University of Pennsylvania</div>
<div class="col-md-3 text-md-right">1996</div>
</div>
</section>
<!-- Appointments -->
<section class="mb-5">
<h2 class="border-bottom pb-2">APPOINTMENTS</h2>
<div class="mb-3">
<div class="row">
<div class="col-md-9">
<em>School of Engineering and Applied Sciences, Harvard, Cambridge, MA</em><br>
Scientific Program Director, Institute for Applied Computational Science
</div>
<div class="col-md-3 text-md-right">7/2013-present</div>
</div>
</div>
<!-- Add other appointments similarly -->
</section>
<!-- Teaching -->
<section class="mb-5">
<h2 class="border-bottom pb-2">TEACHING</h2>
<div class="row">
<div class="col-md-9"><em>CS109A</em>, Introduction to Data Science</div>
<div class="col-md-3 text-md-right">2016-2024</div>
<!-- Add other courses similarly -->
</div>
</section>
<!-- Publications -->
<section class="mb-5">
<h2 class="border-bottom pb-2">PUBLICATIONS (last two years)</h2>
<ol class="pl-3">
<li>Bea, Y., Jiménez, R., Mateos, D., Liu, S., <strong>Protopapas</strong>, P., Tarancón-Álvarez, P., Tejerina-Pérez, P. (2024). Gravitational Duals from Equations of State. arXiv preprint arXiv:2403.14763.</li>
<!-- Add other publications similarly -->
</ol>
</section>
<!-- Add other sections (Grants, Invited Talks, etc.) following the same pattern -->
</div>
</div>
</main>
<!-- ========== END MAIN ========== -->
<!-- ========== FOOTER ========== -->
<footer-component></footer-component>
<!-- ========== END FOOTER ========== -->
</body>
</html>