Skip to content

Commit

Permalink
added a new CV
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosprotopapas committed Nov 15, 2024
1 parent 9ade076 commit f54376d
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 2 deletions.
103 changes: 103 additions & 0 deletions CV.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/general/.DS_Store
Binary file not shown.
Binary file added assets/general/JA/CV_Protopapas.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,16 @@ <h4 class="text-lh-sm" id='Rwanda'>Rwanda Data Science School</h4>



</div>
<div class="w-lg-80 text-center mx-lg-auto">
<br><br>
<h2 class="display-5">Other</h2>
If you are interested to see the full list of my teaching activities, please check my
<a href="assets/general/JA/AllTeachingActivities.pdf">teaching portofolio here</a>.
<!-- <p class="lead">StellarDNN is .... .</p> -->
</div>
</div>

<!-- End Stories Section -->
</main>
<!-- ========== END MAIN ========== -->
Expand Down
6 changes: 4 additions & 2 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ <h1 class="display-4">Principal Investigator</h1>
in <a href="http://lssds.aura-astronomy.org/winter_school/">Chile</a> , Colombia, India and Rwanda. His research
is in the intersection of astronomy, machine learning and
statistics. Most of the research activities are described
in these pages. </blockquote>
in these pages. <br>
You can find his CV <a href="assets/general/JA/CV_Protopapas.pdf">here</a>.
</blockquote>
</div>

<p class="small"></p>
Expand Down Expand Up @@ -914,7 +916,7 @@ <h4 class="text-lh-sm">Spiros Mancoridis</h4>
</div>
<span class="d-block small font-weight-bold text-cap mb-1">Collaborator</span>
<h4 class="text-lh-sm">Haitz Ocariz </h4>
<p class="font-size-1"> </div>
<p class="font-size-1"> </ div>
<!-- Social Networks -->
<ul class="list-inline mb-0">
<li class="list-inline-item">
Expand Down

0 comments on commit f54376d

Please sign in to comment.