-
Notifications
You must be signed in to change notification settings - Fork 1
/
ECS.html
39 lines (37 loc) · 1.23 KB
/
ECS.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
<!DOCTYPE html>
<html>
<head>
<title>IAG SC3.1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="grid-index">
<div class="grid-item">
<div class="grid-item links">
<h4 class="subtitle-main-page">Links</h4>
<p><a href="https://www.iag-aig.org"><img class="logo" src="IAG.png" alt="International Association of Geodesy" title="International Association of Geodesy"></a></p>
<p><a href="http://igets.u-strasbg.fr/"><img class="logo" src="logo_IGETS_small.png" alt="International Geodynamics and Earth Tide Service" title="International Geodynamics and Earth Tide Service"></a></p>
</div> </div>
<div class="grid-item headband">
<img class='headband-image' src="logoSC3.1.png" alt="IAG SC3.1">
</div>
<div class="grid-item">
<nav class="navigation-index">
<a href="index.html">Home</a>
<a href="terms.html">Terms of references</a>
<a href="melchior.html">Paul Melchior's medal</a>
</nav>
<br>
<div class="grid-item main">
<h3>G-ETS early-career scientist prize</h3>
The first awardee is:
<ul>
<li>Marvin Reich (2024, Strasbourg, France)</li>
</ul>
</div>
</div>
</div>
</body>
</html>