-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogistics.html
91 lines (89 loc) · 2.77 KB
/
logistics.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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
MLClim Symposium
</title>
<link rel="stylesheet" type="text/css" href="resource/styles/logistics.css">
</head>
<body>
<header>
<h1>
Machine Learning in Meteorology & Climate
</h1>
<h3>
A symposium for meteorology, oceanography, remote sensing, and machine learning.
</h3>
</header>
<!-- container -->
<section>
<div class="container">
<div class="left">
<p class="bulletin">
Time and Location
</p>
<p>
The symposium will be held on the 25th of September 2020 at Wageningen University. Because of the COVID-19 and the policy from WUR, the whole event will be placed online and therefore there is no physical venue for this symposium.
</p>
<p class="bulletin">
Transport
</p>
<p>
The address of Lumen is: Droevendaalsesteeg 3a, Building 100, 6708 PB Wageningen.
</p>
<div id="map">
</div>
<!-- insert google map -->
<script type="text/javascript" src="resource/scripts/map.js"></script>
<script type="text/javascript" async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCmxMUfTYjum2jx4cazMr6Jf-KTkVzUALA&callback=initMap"></script>
<p>
For visitors with public transport: Take a train to the station "Ede-Wageningen" and then take bus number 84/88 in front of the station. You can get off the bus at the station "Campus & Atlas" and walk to the Lumen building.
</p>
<p>
For visitors with cars: Navigate to "Lumen - Wageningen campus" and park your car in front of the Lumen building.
</p>
</div>
<div class="vl">
</div>
<div class="right">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="program.html">Programme</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="resource.html">Resource</a></li>
<li><a href="logistics.html">Logistics</a></li>
</ul>
</nav>
</div>
</div>
</section>
<!-- footer -->
<footer>
<hr>
<div>
<div class="FootLeft">
<h4>
© 2020 Yang Liu, Menno Veerman, Robin Stoffer
</h4>
</div>
<div class="FootRight">
<figure>
<img src="resource\images\WUR_logo.jpg" class="wur" alt="WUR">
</figure>
<figure>
<img src="resource\images\logo_nlesc.png" class="nlesc" alt="NLeSC">
</figure>
<figure>
<img src="resource\images\bbos_logo.jpg" class="bbos" alt="BBOS">
</figure>
<figure>
<img src="resource\images\sense.png" class="sense" alt="SENSE">
</figure>
</div>
</div>
</footer>
</body>
</html>