-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2026.html
More file actions
239 lines (207 loc) · 7.3 KB
/
Copy path2026.html
File metadata and controls
239 lines (207 loc) · 7.3 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en" spellcheck="true">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Urban Weather Intelligence in the Cloud Workshop 2026</title>
<nav class="navbar">
<ul class="nav-list">
<li><a href="#about">About</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#report">Workshop Summary</a></li>
</ul>
</nav>
<style>
.navbar {
background-color: var(--primary-blue);
padding: 0.5rem 1rem;
position: sticky;
top: 0;
z-index: 1000;
}
.nav-list {
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
padding: 0;
}
.nav-list li {
margin: 0 1rem;
}
.nav-list a {
color: white;
text-decoration: none;
font-weight: 500;
padding: 0.5rem;
}
.nav-list a:hover {
color: var(--highlight-gold);
border-bottom: 2px solid var(--highlight-gold);
}
:root {
--primary-blue: #1a365d;
--accent-green: #2d5f2e;
--highlight-gold: #c29d4e;
}
body {
font-family: 'Segoe UI', Arial, sans-serif;
line-height: 1.6;
margin: 0;
background: #f8f9fa;
}
.header {
background: linear-gradient(rgba(26, 54, 93, 0.9), rgba(26, 54, 93, 0.9)),
url('https://example.com/campus-bg.jpg');
color: white;
padding: 4rem 1rem;
text-align: center;
}
.logo-grid {
display: flex;
justify-content: center;
gap: 2rem;
padding: 2rem;
flex-wrap: wrap;
}
.logo {
height: 80px;
width: auto;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.section {
background: white;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 2rem;
margin: 2rem 0;
}
.map-container {
height: 300px;
background: #eee;
border-radius: 8px;
overflow: hidden;
}
.rsvp-form {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
input,
select {
padding: 0.8rem;
border: 2px solid #ddd;
border-radius: 6px;
width: 100%;
}
button {
background: var(--accent-green);
color: white;
padding: 1rem 2rem;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 1.1rem;
}
.time-info {
text-align: center;
margin: 1rem 0;
}
iframe {
width: 100%;
max-width: 100%;
border: none;
}
@media (max-width: 768px) {
.header {
padding: 2rem 1rem;
}
.logo {
height: 60px;
}
.rsvp-form {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<header class="header">
<h1 style="font-size: 62px;">Urban Weather Intelligence in the Cloud</h1>
<h2>UKRI IAA Starter Fund & UoM-CUHK Joint Research Fund</h2>
<!--<p>Collaborating for Urban Resilience</p>-->
<p>Organizers: Zhonghua Zheng, Junjie Yu, David Schultz, Brian Nelson </p>
<img src="src/manu_white.png" alt="University of Manchester" class="logo" style="height: 60px; margin-top: 40px; margin-right: 15px;">
<!--img src="src/u360.webp" alt="Urban 360" class="logo" style="margin-right: 25px; margin-top: 40px; height: 60px; margin-right: 15px;">-->
<!--img src="src/mcca_white.png" alt="Manchester Climate Change Agency logo" class="logo" style="height: 60px; margin-top: 40px; margin-right: 15px;">-->
<!--img src="src/cuhk_white.png" alt="CUHK logo" class="logo" style="height: 60px; margin-top: 40px;">-->
</header>
<div class="logo-grid">
<!--
<img src="mcca-logo.png" alt="MCCA" class="logo">
-->
</div>
<div class="container">
<section class="section" id="about">
<h2>Urban Weather Intelligence in the Cloud Workshop</h2>
<h2>Friday 16th Jan 2026 | Manchester, UK</h2>
<ul>
<p>Join us for a collaborative workshop focused on enhancing urban weather modeling.
This event will bring together researchers, practitioners,
and stakeholders.
</p>
</p>
The workshop is funded by UKRI IAA Starter Fund, <a href="https://www.manchester.ac.uk/collaborate/global-influence/collaborations/manchester-cuhk-research-fund/" target="_blank">UoM-CUHK Joint Research Fund</a>, and Amazon Web Services (AWS), in collaboration with <a href="https://www.manchesterclimate.com/mcca" target="_blank">Manchester Climate Ready</a> and <a href="https://urbanthreesixty.com/" target="_blank">Urban360</a>.
We are also looking forward to AI-enabled urban weather modelling/assessment/adaptation.
</p>
</ul>
</section>
<section class="section" >
<h2>Workshop Details</h2>
<ul>
<li>📅 Date: Friday 16th Jan 2026</li>
<li>⏰ Time: 10:00 AM -- 13:00 PM (subject to adjustment depending on the number of attendees)</li>
<li>📍 Location: Room 4.04, Simon Building, The University of Manchester</li>
</ul>
</section>
<section class="section" id="speakers">
<h2>Speakers</h2>
<div class="speaker-item">
<h3>Dr Zhonghua Zheng</h3>
<p>Co-Lead for Environmental Data Science & AI</p>
<p>Topic: Advances in Urban Weather and Climate Modelling</p>
</div>
<div class="speaker-item">
<h3>Prof David Schultz</h3>
<p>Professor of Synoptic Meteorology</p>
<p>Topic: Weather Research at The University of Manchester</p>
</div>
<div class="speaker-item">
<h3>AWS</h3>
<p>Amazon Web Services</p>
<p>Topic: AWS cloud computing and collaborative opportunities</p>
</div>
<div class="speaker-item">
<h3>Junjie Yu</h3>
<p>Research and Innovation Assistant</p>
<p>Topic: Tutorial: Introduction about CLMU-Cloud</p>
</div>
</section>
<section class="section">
<h2>Venue Map</h2>
<div class="map-container">
<iframe src="src/map.html" width="1200" height="600" frameborder="0" marginheight="0" marginwidth="0"></iframe>
</div>
</section>
<section class="section" id="report">
<h2>Workshop Report</h2>
<iframe src="Urban Weather Intelligence in the Cloud Workshop.pdf" width="100%" height="600px"></iframe>
</section>
</div>
</body>
</html>