-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ade076
commit f54376d
Showing
6 changed files
with
115 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters