-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.html
80 lines (78 loc) · 2.12 KB
/
resource.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
MLClim Symposium
</title>
<link rel="stylesheet" type="text/css" href="resource/styles/main.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">
Presentations
</p>
<p>
All the presentations will be recoreded and uploaded after the symposium! Please keep an eye on our website for more information! For any questions related to the symposium, please contact the organizers (<i>[email protected]</i>).
</p>
<p class="bulletin">
BBOS 2020 spring symposium
</p>
<p>
The symposium is organized under the name of "BBOS 2020 spring symposium". It will be held on the 25th of September 2020.
</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>