-
Notifications
You must be signed in to change notification settings - Fork 1
/
melchior.html
46 lines (46 loc) · 1.76 KB
/
melchior.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
<!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-main">
<div class="grid-item headband">
<img class='headband-image' src="logoSC3.1.png" alt="IAG SC3.1">
</div>
<div class="grid-item">
<div class="grid-item links">
<h4>Links</h4>
<a href="https://www.iag-aig.org"><img class="logo" src="IAG.png" alt="International Association of Geodesy" title="International Association of Geodesy"></a><br>
<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>
</div>
</div>
<div class="grid-item">
<nav class="navigation-index">
<a href="index.html">Home</a>
<a href="terms.html">Terms of references</a>
<a style="color:rgb(0, 0, 255);" href="melchior.html">Paul Melchior's medal</a>
</nav>
<div class="grid-item main">
<h3>Paul Melchior's medal</h3>
The Paul Melchior's medal awards some outstanding scientists who have had an extraordinary experience and influence in the Earth Tidal Community.
<br><br>
The previous awardees are:
<ul>
<li>Paul Melchior (1997, Bruxelles, Belgium)</li>
<li>Hans-Georg Wenzel (2000, Mizusawa, Japan)</li>
<li>John Goodkind (2004, Ottawa, Canada)</li>
<li>Bernard Ducarme, Tadahiro Sato (2008, Jena, Germany)</li>
<li>Houtze Hsu (2013, Warsaw, Poland)</li>
<li>Trevor F. Baker (2016, Trieste, Italy)</li>
<li>David J. Crossley, Gerhard Jentzsch, Walter Zürn (2021, Wuhan, China)</li>
<li>Duncan C. Agnew, Jacques Hinderer (2024, Strasbourg, France)</li>
</ul>
</div>
</div>
</div>
</body>
</html>