-
Notifications
You must be signed in to change notification settings - Fork 0
/
program.html
90 lines (88 loc) · 3.72 KB
/
program.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
MLClim Symposium
</title>
<link rel="stylesheet" type="text/css" href="resource/styles/program.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">
Online stream of the symposium
</p>
<p>
The online conference venue is set up via ZOOM. The link to the meeting room and the password will be included in an email from the organizers. In case you don't receive this email one hour before the event (Sept 25th at 8:30 a.m.), please contact the organizers (<i>[email protected]</i>).
</p>
<p class="bulletin">
Programme (time zone: CEST, UTC+2)
</p>
<ul>
<li>09.30-09.50 Welcome & introduction <!--<a style="color:#000000;text-decoration:none" href="https://vimeo.com/467028986"><i><b>recording</b></i></a></li>-->
<li>09.50-10.35 Machine learning at the European Weather Centre (Dr. Peter Dueben) <!--<a style="color:#000000;text-decoration:none" href="https://vimeo.com/467029975"><i><b>recording</b></i></a></li>-->
<li>10.35-11.00 Break</li>
<li>11.00-11.45 Modeling land use with spatial interaction laws (Prof. dr. Devis Tuia) <!--<a style="color:#000000;text-decoration:none" href="https://vimeo.com/467678845"><i><b>recording</b></i></a></li>-->
<li>11.45-12.30 Deep Learning for Weather Forecasting? A Proof of Principle (Dr. Wim Wiegerinck) <!--<a style="color:#000000;text-decoration:none" href="https://vimeo.com/467029772"><i><b>recording</b></i></a></li>-->
<li>12.30-13.30 Lunch</li>
<li>13.30-14.15 Can machine learning improve weather forecasts? (Dr. Maurice Schmeits) <!--<a style="color:#000000;text-decoration:none" href="https://vimeo.com/467030326"><i><b>recording</b></i></a></li>-->
<li>14.15-15.00 12-Month El Niño Forecast and More Based on Network Theory and Machine Learning (Dr. Qingyi Feng) <!--<a style="color:#000000;text-decoration:none" href="https://vimeo.com/467030228"><i><b>recording</b></i></a></li>-->
<li>15.00-15.30 Break</li>
<li>15.30-16.15 Machine Learning in Climate Science: Finding causal connections and improving seasonal forecasts (Dr. Dim Coumou) <!--<a style="color:#000000;text-decoration:none" href="https://vimeo.com/467030105"><i><b>recording</b></i></a></li>-->
<li>16.15-16.30 Closing remarks</li>
</ul>
</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>