-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
377 lines (230 loc) · 13.4 KB
/
index.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
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome | Bryan Lawrence</title>
<meta name="description" content="Intermittent ramblings on climate, computing, or data science, what I'm up to, and what I'm thinking. Mostly professional, sometimes not.
">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="https://www.bnlawrence.net//">
<link rel="alternate" type="application/rss+xml" title="Bryan Lawrence" href="https://www.bnlawrence.net//feed.xml" />
<link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.2.4' type='text/css' media='all' />
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:600italic,600,400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://www.osu.edu/assets/fonts/webfonts.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Twitter cards -->
<meta name="twitter:site" content="@bnlawrence">
<meta name="twitter:title" content="Welcome">
<meta name="twitter:description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="">
<!-- end of Twitter cards -->
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">Bryan Lawrence</a>
<nav class="site-nav">
<a href="#" class="menu-icon menu.open">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger"><h1>Main Navigation</h1>
<ul class="menu">
<li><a href="/" class="page-link">Home</a>
</li>
<li><a href="/about/" class="page-link">About</a>
</li>
<li><a href="/academic/" class="page-link">Academic</a>
<ul class="sub-menu">
<li><a href="/academic/">Academic</a></li>
<li><a href="/projects/">Projects</a></li>
<li><a href="/publications/">Publications</a></li>
<li><a href="/cv/">Short CV</a></li>
<li><a href="/research/">Research</a></li>
<li><a href="/talks/">Talks</a></li>
</ul>
</li>
<li><a href="/blog/" class="page-link">Blog</a>
</li>
<li><a href="/search/" class="page-link">Find</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="wrapper">
<p> Intermittent ramblings on climate, computing, or data science, what I'm up to, and what I'm thinking. Mostly professional, sometimes not.
</p>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="post">
<header class="post-header">
<h1 class="post-title">Welcome</h1>
</header>
<article class="post-content">
<p>This is my blog and website. You can find out more about it and me <a href="/about/">here</a>. My main research interests are climate science and the necessary underpinning software engineering, data science, computer science, and compute and storage architectures. Keep up to date using my <a href="/feed.xml">feed</a>.</p>
<h2 id="blog-articles-and-talks">Blog articles and Talks</h2>
<p>My last few blog items and talks are listed below. A complete list of
blog articles is <a href="/blog/">here</a> with a complete list of talks <a href="/talks/">here</a>.</p>
<ul class="listing">
<li class="talk-item">
<h2>Meeting: <a href="/talks/2023/12/computational-storage/">UK Lustre Users Group</a>, Manchester, 06 December, 2023</h2>
<table><tr>
<td><img src="/assets/images/2023-12-06-chunking.svg" /></td>
<td>In this keynote talk I introduced the work we have been doing on active storage (also known as computational storage) as part of the ExcaliData projects within Excalibur (the UK exascale software readiness programme).
<a class="more" href="/talks/2023/12/computational-storage/" title="UK Lustre Users Group">more</a>
<p><span class="talk-title">Talk: The ExcaliData Implementation of Active Storage. An opportunity for Lustre?</span></p>
</td>
</tr></table>
</li>
<li class="blog-item">
<h2>Article: <a href="/science/2023/07/tcdetect/" title="Using Deep Learning to find cyclones in model output">Using Deep Learning to find cyclones in model output</a> -
09 Jul, 2023</h2>
<table><tr>
<td><img src="/assets/images/2023-07-09-katrina-processed.png" /></td>
<td><p>
Galea, D., Kunkel, J., & Lawrence, B. N. (2023). TCDetect: A New Method of Detecting the Presence of Tropical Cyclones Using Deep Learning. Artificial Intelligence for the Earth Systems, 2(3), e220045.
https://doi.org/10.1175/AIES-D-22-0045.1
<a class="more" href="/science/2023/07/tcdetect/" title="Using Deep Learning to find cyclones in model output">more</a></p>
</td></tr></table>
</li>
<li class="talk-item">
<h2>Meeting: <a href="/talks/2023/06/what-lies-beneath/">NCAS@Reading Weekly Seminar</a>, Reading, 23 June, 2023</h2>
<table><tr>
<td><img src="/assets/images/2023-06-20-wordcloud.png" /></td>
<td>In this seminar I laid out the background to the new ENES infrastructure strategy, including not only the computing context but a good part of the science motivation for a spectrum
of climate modelling activities. Below I sketch out a summary of a few of the points I made.
<a class="more" href="/talks/2023/06/what-lies-beneath/" title="NCAS@Reading Weekly Seminar">more</a>
<p><span class="talk-title">Talk: Climate Science - What lies beneath?</span></p>
</td>
</tr></table>
</li>
<li class="blog-item">
<h2>Article: <a href="/science/2023/06/infrastructure-strategy/" title="Draft ENES Infrastructure Strategy Open for Comment">Draft ENES Infrastructure Strategy Open for Comment</a> -
20 Jun, 2023</h2>
<table><tr>
<td><img src="/assets/images/2023-06-20-wordcloud.png" /></td>
<td><p>One of the many reasons I have been so quiet of late is that I have been bevering away on a new ENES1 infrastructure strategy for climate modelling. We now have a draft out for public feedback, so please do comment!
ENES is the European Network for Earth System modelling - main website is at https://portal.enes.org. (Footnote added, 21/06/23). ↩
<a class="more" href="/science/2023/06/infrastructure-strategy/" title="Draft ENES Infrastructure Strategy Open for Comment">more</a></p>
</td></tr></table>
</li>
<li class="blog-item">
<h2>Article: <a href="/ecolife/2023/06/dual-tariffs-4evs/" title="Dual Tariffs for EVs Don't Play Nicely with Heatpumps">Dual Tariffs for EVs Don't Play Nicely with Heatpumps</a> -
18 Jun, 2023</h2>
<table><tr>
<td><img src="/assets/images/2023-06-18-ev-power.svg" /></td>
<td><p>So we have an EV (a “2021 Vauxhall corsa e”, since you asked). We had to get one in a hurry as our 2008 Seat Ibiza ecomotive died very suddenly and unexpectedly. We had always planned to replace with an EV, but imagined that would be in a year or two. As we live in place with no public transport, and my wife and I both have o(20) mile commutes (in diffiferent directions), we had to buy a replacement in a hurry - without doing much due diligence, either around car or charging options.
<a class="more" href="/ecolife/2023/06/dual-tariffs-4evs/" title="Dual Tariffs for EVs Don't Play Nicely with Heatpumps">more</a></p>
</td></tr></table>
</li>
<li class="talk-item">
<h2>Meeting: <a href="/talks/2023/06/data-challenges-4hrcm/">UKNCSP Strategic Workshop on High Resolution Climate Modelling</a>, Met Office, Exeter, June 16, 2023</h2>
<table><tr>
<td><img src="assets/images/2023-06-16-ensemble-scaling.png" /></td>
<td>This was an inaugural meeting of the UK high resolution
climate modelling community under the auspices of the new
UK National Climate Science Partnership.
<a class="more" href="/talks/2023/06/data-challenges-4hrcm/" title="UKNCSP Strategic Workshop on High Resolution Climate Modelling">more</a>
<p><span class="talk-title">Talk: Data Challenges for UK (global) k-scale modelling</span></p>
</td>
</tr></table>
</li>
<li class="talk-item">
<h2>Meeting: <a href="/talks/2023/05/perspectives4baljifest/">Baljifest</a>, GFDL, Princeton, via Zoom, May 15, 2023</h2>
<table><tr>
<td><img src="assets/images/2023-05-15-colourwitch.png" /></td>
<td>Baljifest was a celebration of the contributions of Balaji to climate modelling at GFDL and Princeton. There was a day of presentations, followed by a panel on the future of climate modelling. Saravanan and I kicked off the panel with a presentation each.
<a class="more" href="/talks/2023/05/perspectives4baljifest/" title="Baljifest">more</a>
<p><span class="talk-title">Talk: Perspectives on the Future of Climate Modelling</span></p>
</td>
</tr></table>
</li>
<li class="talk-item">
<h2>Meeting: <a href="/talks/2023/03/data-for-uktc/">UK Turbulence Consortium, 2023 Annual Meeting</a>, Imperial College, London, March 26, 2023</h2>
<table><tr>
<td><img src="assets/images/2023-03-27-ESGF-Stats-23rd-Mar-2023.png" /></td>
<td>An invited talk to the UK turbulence consortium which aimed to
describe some of the activities the climate science commmunity
has undertaken, and is undertaking, to deal with the data deluge.
<a class="more" href="/talks/2023/03/data-for-uktc/" title="UK Turbulence Consortium, 2023 Annual Meeting">more</a>
<p><span class="talk-title">Talk: Generic lessons from data management in support of climate simulation workflows</span></p>
</td>
</tr></table>
</li>
<li class="blog-item">
<h2>Article: <a href="/science/2021/10/preprints/" title="Two new preprints">Two new preprints</a> -
05 Oct, 2021</h2>
<table><tr>
<td><img src="" /></td>
<td><p>I’ve just added links to two preprints to my publications page. Quite different topics. (There are also a lot of recent talks online as well, I’ve had a busy month!)
<a class="more" href="/science/2021/10/preprints/" title="Two new preprints">more</a></p>
</td></tr></table>
</li>
<li class="talk-item">
<h2>Meeting: <a href="/talks/2021/09/esiwace2-ga-wp4/">ESiWACE2 2021 General Assembly</a>, Gotomeeting, September 27, 2021</h2>
<table><tr>
<td><img src="assets/images/2021-09-27-Objectives.png" /></td>
<td>An update on progress in the ESiWACE2 fourth work package, WP4, data (systems) at scale.
<a class="more" href="/talks/2021/09/esiwace2-ga-wp4/" title="ESiWACE2 2021 General Assembly">more</a>
<p><span class="talk-title">Talk: WP4 Data at Scale</span></p>
</td>
</tr></table>
</li>
</ul>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<hr/>
<!-- <h2 class="footer-heading">Bryan Lawrence</h2> -->
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><strong>Bryan Lawrence</strong></li>
<li>Professional Meeting Attendee</li>
<li><a href="mailto:b.n.lawrence@reading.ac.uk">b.n.lawrence@reading.ac.uk</a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li>
<a href="https://github.com/bnlawrence">
<i class="fa fa-github" style="color:gray"></i> bnlawrence
</a>
</li>
<li>
<a href="https://twitter.com/bnlawrence">
<i class="fa fa-twitter" style="color:gray"></i> bnlawrence
</a>
</li>
<li>
<img style="max-height:1em" src="/assets/mastodon-icon.svg"/>
<a rel="me" href="https://mastodon.nz/@bnlawrence">@bnlawrence</a>
</li>
</ul>
</div>
<div class="footer-col footer-col-3">
<p class="text">
This is a personal site. Caveat Lector. Nothing written here reflects an official opinion of my employer or any funding agency. Laboris locatores analogum obsecro respice auferetur. (The benefit of my daughter's education, not mine.)
</div>
</div>
<!--
<hr/>
<p class="text"> This is a personal site. Caveat Lector. Nothing written here reflects an official opinion of my employer or any funding agency. Laboris locatores analogum obsecro respice auferetur. (The benefit of my daughter's education, not mine.)
</p>
-->
</div>
</footer>
</body>
</html>