-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<header id="main-header"></header>
<main>
<div class="body">
<p>We are a research group in theoretical chemistry. If you are curious about our group’s research you might
want to poke around in our research page or check out our latest <a
href="https://scholar.google.com/citations?hl=en&user=-Fh9YDIAAAAJ">publications</a>. Our focus is
the
development
of new electronic structure methods to address chemical phenomena that are not well understood.</p>
<center>
<div style="position: relative; padding-bottom: 56.25%; /* 16:9 aspect ratio */">
<iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
src="https://www.youtube.com/embed/zbhtHObqTgU?si=ysvk-NCXPcpkhrzz" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</center>
</div>
<div class="highlight">
<p><strong>Contact</strong><br>
Francesco Evangelista, francesco.evangelista[at]emory.edu<br>
Department of Chemistry, Emory University, 1515 Dickey Dr. NE,
Atlanta, GA 30322</p>
</div>
<div class="body">
<center>
<h2>Join Us</h2>
</center>
<p>We are always interested in recruiting new talented graduate students interested in the development and
application of electronic structure methods. If you have a background in physical chemistry, physics,
math,
applied math, or computer programming, we encourage you to apply to Emory’s PhD program or contact
Francesco
directly. Information about Emory’s Chemistry PhD program (including the link to apply on-line) can be
found
<a href="https://chemistry.emory.edu/home/graduate/index.html">here</a>.
</p>
</div>
</main>
</body>
<script src="script.js"></script>
</html>