-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
78 lines (73 loc) · 3.87 KB
/
about.html
File metadata and controls
78 lines (73 loc) · 3.87 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - DualEarth</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<div class="header-column logo">
<img src="fig/logo/logo_trans.png" alt="Dynamic Earth Simulation Laboratory Logo" class="logo-left">
</div>
<div class="header-column text">
<h1>Dynamic Earth Simulation Laboratory</h1>
<h2 class="ua-crimson">University of Alabama</h2>
<h3 class="ua-grey">Department of Geological Sciences</h3>
<h1>About Us</h1>
</div>
<div class="header-column logo">
<img src="fig/a.png" alt="University of Alabama Logo" class="logo-right">
</div>
</header>
<nav>
<a href="index.html">Home</a><br>
<a href="about.html">About Us</a><br>
<a href="projects.html">Current projects</a><br>
<!-- <a href="opportunities.html">Opportunities</a><br> -->
<a href="papers.html">Papers</a><br>
<a href="people.html">People</a><br>
<a href="links.html">Links</a>
</nav>
<main>
<section class="introduction">
<p>We are a research group at the <strong>University of Alabama</strong> in the <strong>Department of Geological Sciences</strong>. Our mission is to simulate Earth's dynamic processes for two distinct, but overlapping objectives:</p>
<ul>
<li>To learn about the world around us. Demonstrably accurate simulations and predictions indicate understanding. This feeds back into improved mathematical representations, increasing knowledge.</li>
<li>To make predictions of real future scenarios (forecasts) and hypothetical scenarios that can inform actions. The need for improved forecasts drives the need for improved simulations.</li>
</ul>
<p>We collaborate closely with the <strong>U.S. National Water Center</strong> and the <strong>Alabama Water Institute</strong>, leveraging partnerships to tackle challenges in geophysical modeling and Earth system dynamics.</p>
</section>
<section class="department-info">
<p>University of Alabama’s geology program was established in 1847, focusing on mapping and developing the geological resources of Alabama. Over time, the Department of Geological Sciences has expanded its <a href="https://geo.ua.edu/about-2/research/">research activities</a>, covering all <a href="https://geo.ua.edu/research/interactive-map/">corners of the globe</a>. For more, visit <a href="https://geo.ua.edu">geo.ua.edu</a>.</p>
<img src="fig/uageo.png" alt="UA Geology" class="ua-geo-logo">
</section>
<h2>Contact</h2>
<section id="contact">
<p><strong>Mailing Address:</strong></p>
<p>
Dynamic Earth Simulation Laboratory<br>
Department of Geological Sciences<br>
University of Alabama<br>
Box 870338<br>
Tuscaloosa, AL 35487-0338
</p>
<p><strong>Office Location:</strong></p>
<p>
Bevill Building, Room 1042<br>
University of Alabama Campus
</p>
<p><strong>Email: </strong>dualearthlab@gmail.com</p>
<p><strong>Phone: </strong>(205) 348-2792</p>
</section>
</main>
<footer>
<p><span class="ua-crimson">University of Alabama</span></p>
<p><span class="ua-grey">Department of Geological Sciences</span></p>
<p>© 2025 Dynamic Earth Simulation Laboratory</p>
<p><a href="https://www.ua.edu/disclaimer/" target="_blank">Site Disclaimer</a></p>
</footer>
</body>
</html>