-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
679 lines (618 loc) · 31.5 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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>B-Kode</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" href="images/kode_favicon.png">
<!-- social sharing https://stackoverflow.com/questions/19632323/default-website-image-for-social-sharing -->
<meta property="og:image" content="https://b-kode.be/images/kode_web_screen.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="820">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://b-kode.be/"/>
<meta property="og:title" content="B-Kode" />
<meta property="og:description" content="Building blocks for a better future" />
<a id="back2Top" title="Back to top" href="#">➤</a>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LMPC70865G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LMPC70865G');
</script>
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
<div>
<img class="thumbnail" src="images/KODE_logo_web.png" alt="" />
</div></br>
<h1><a>B-Kode</a></h1>
<p>Building blocks for a better future</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Realisations">Realisations</a></li>
<li><a href="#Whoarewe">Who are we?</a></li>
<li><a href="#Career">Career</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
</section>
<!-- About -->
<div id="main" class="wrapper style2">
<div class="title" id="About">About</div>
<div class="container">
<div class="feature-list">
<h2><center>
Our mission is to provide the data-driven building blocks,
analytics and support, </br>to service a better, more sustainable climate-proof future.
</center></h2>
<center>B-Kode is adept in integrating technological advancements that are scientifically sound and that foster urban
environmental resilience. Its diverse portfolio encompasses projects that delve into high-resolution urban
modelling, intricate analysis of Earth Observation data, and the application of AI-driven analytics to
effectively tackle challenges related to urban environmental risks and integrated adaptation and mitigation
strategies. Engaging in active collaborations with global partners and remote professionals, B-Kode is
committed to establishing a worldwide collective of enthusiasts dedicated to urban environmental
analytics, aiming to provide the building blocks for a better future.</center>
</br></br></br>
<div class="row">
<div class="col-6 col-12-medium">
<section>
<h3 class="icon solid fa-satellite">Environmental data</h3>
<p>Processing earth observation products and (non)traditional data sources
to measure and monitor our environment.</p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon solid fa-microchip">Analytics</h3>
<p>Data analytics and in-house model developments
combined with expert knowledge to find the best solution.</p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon solid fa-globe">Climate services</h3>
<p>Assisting with climate-change challenges and opportunities,
decision making, planning and adaptation strategies.</p>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<h3 class="icon solid fa-check">B leader</h3>
<p>As a B Leader we support the B Corp network and sustainable companies
in applying for a B Corp certification.</p>
</section>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Realisations -->
<section id="highlights" class="wrapper style3">
<div class="title" id="Realisations">Realisations</div>
<div class="container">
<!-- First row -->
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://www.gfdrr.org/en" class="image featured"><img src="images/theworldbank_gfdrr.png" alt="" /></a>
<h3><a href="https://www.gfdrr.org/en">
Urban heat expert @ The World Bank</a></h3>
</br>
<p>Acting as a knowledge partner for World Bank team leaders in urban development and other World Bank
Global Practices. Supporting the extreme heat team at GFDRR to help deliver
high-quality studies, modeling exercises, data collection efforts, workshops, and other technical
support offerings to their clients.
</p>
</section>
</div>
<!-- Minority Report -->
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/how-to-participate/org-details/999999999/project/101147385/program/43108390/details" class="image featured">
<img src="images/MinorityReport.png" alt="" /></a>
<h3><a href="https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/how-to-participate/org-details/999999999/project/101147385/program/43108390/details">
People-centric technologies for climate resilience</a></h3>
<p> The "Minority Report" project aims to address cities' vulnerabilities
compounded by climate change, increasing urban populations, and outdated building infrastructures,
by developing a people-centric technology platform that integrates advanced predictive technologies,
risk assessment models, and innovative building solutions.
</p>
</section>
</div>
<!-- CARMINE -->
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://carmine-project.eu/" class="image featured">
<img src="images/CARMINE.png" alt="" /></a>
<h3><a href="https://carmine-project.eu/">
Climate Resilient Development Pathways in EU Metro regions</a></h3>
<p> CARMINE will provide multi-scale impact-based decision support services and multi-level climate governance
supporting local adaptation, including both traditional and Nature-Based Solutions. B-Kode is contributing to
the integration of multi-scale climate physical risk assessment models and providing nature-based solutions guidance.
</p>
</section>
</div>
</div>
<br>
<!-- Second row -->
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://www.adpc.net/urbanheat/" class="image featured">
<img src="images/MTT_Bangkok.png" alt="" /></a>
<h3><a href="https://www.adpc.net/urbanheat/">
Urban heat resilience in Bangkok</a></h3>
<p> Integrating innovative climate modeling to identify effective nature-based solutions to combat urban heat stress, and
promoting sustainable climate adaptation strategies in vulnerable communities. This work is done under the "Urban Heat Resilience:
Bridging Science, Policy, and Sustainable Design" project, in partnership with
<a href="https://www.adpc.net/igo/?">APDC</a>,
<a href="https://alluvium.com.au/">Alluvium</a>,
<a href="https://www.tei.or.th/">TEI</a>, and
<a href="https://www.rmit.edu.vn/">RMIT Vietnam</a>, and is funded by
<a href="https://www.sei.org/projects/mekong-thought-leadership-think-tanks-network/">
SEI's Mekong Thought Leadership and Think Tanks Network</a>
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://business.esa.int/projects/urban-green-liveability-tracker" class="image featured">
<img src="images/esa_urbangreen_demo.png" alt="" /></a>
<h3><a href="https://business.esa.int/projects/urban-green-liveability-tracker">
The Urban Green and Liveability Tracker</a>
</h3>
<p> Together with <a href="https://www.weo-water.com/">WEO</a>, we are developing a market-ready
Urban Green and Liveability Tracker, a service designed to enhance urban sustainability and liveability
through advanced Earth Observation data and AI-driven analytics. This work is
supported ESA's Space Solutions - demonstration study program.
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://www.vmm.be/water/projecten/proeftuinen-droogte/regenwater-van-bedrijf-naar-buurt" class="image featured"><img src="images/Bijgaardehof_Regenwater.png" alt="" /></a>
<h3><a href="https://gentsmilieufront.be/actueel/regenwater-van-bedrijf-naar-buurt-regenwater-van-groot-bedrijfsdak-wordt-opgevangen-en-hergebruikt-door-buren-650m%C2%B2-beton-maakt-plaats-voor-wijkpark/">Rainwater from company to neighborhood</a></h3>
<p> Striving for rainwater neutrality by removing 600m² of pavement, harvesting rainwater from an adjacent roof (3500m²) in an 120m³ underground rainwater
tank, and maximising re-use by <a href="https://bijgaardehof.be/">Cohousing Bijgaardehof</a> and Baertsoen Buysse.
Excess water can infiltrate via two wadis. Supported by the <a href="https://en.vmm.be/">Flemish environment agency</a>,
and executed as a partnership between
<a href="https://www.gentsmilieufront.be/">GMF</a>, <a href="https://bijgaardehof.be/">Cohousing Bijgaardehof</a>, and
<a href="https://www.companyweb.be/nl/0444317309/siklos-invest">Siklos Invest</a>.
</p>
</section>
</div>
</div>
<br>
<!-- Third row -->
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://gmd.copernicus.org/articles/12/785/2019/" class="image featured"><img src="images/dawe_mja_urbanheat.png" alt="" /></a>
<h3><a href="https://gmd.copernicus.org/articles/12/785/2019/">Health cost impacts of Australian urban heat amelioration</a></h3>
<p> A program lead by <a href="https://www.marsdenjacob.com.au/">Marsden Jacob Associates</a>
and supported by the <a href="https://www.awe.gov.au/">Department of Agriculture, Water, and the Environment</a>
to model, analyse and report on health costs avoided or reduced by amelioration of urban heat effects
through the application of integrated water management (IWM) strategies.
B-Kode is forming a strategic partnership with
<a href="https://scholar.google.com.au/citations?user=e1WoO3EAAAAJ&hl=en">Dr. Nice</a>,
<a href="https://www.researchgate.net/profile/Andrew-Coutts">Dr. Coutts</a> and
<a href="https://scholar.google.com.au/citations?hl=en&user=Z1kvCLIAAAAJ">Dr. Tapper</a>
to model the urban heat and IWM scenarios.
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://terrainai.com/" class="image featured"><img src="images/terrainai.png" alt="" /></a>
<h3><a href="https://terrainai.com/">
Terrain-AI: data-driven climate change decision-making</a></h3>
<p>A data platform to integrate, analyse and visualise big earth observation data,
to increase our understanding of Ireland's land management practices in carbon emissions,
leading to sustainable management pathways in accord with environmental and regulatory constraints.
Funded by Microsoft and the Irish Science Foundation, in collaboration with UCD's
<a href="https://people.ucd.ie/gerald.mills">Prof. Gerald Mills</a> (IAUC's
2021 <a href="http://www.urban-climate.org/awards/gerald-mills-receives-the-2021-luke-howard-award/">Luke Howard award winner</a>).
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://business.esa.int/projects/urban-green-quality-tracker" class="image featured">
<img src="images/esa_urbangreen.png" alt="" /></a>
<h3><a href="https://business.esa.int/projects/urban-green-quality-tracker">
Urban green space: quality and impact tracker</a></h3>
<p>Together with <a href="https://www.weo-water.com/">WEO</a> and
<a href="https://rss-hydro.lu/">RSS-Hydro</a>, we are exploring the development of a space-based green space quality and
impact tracker to provide data to support evidence-based management of green spaces, the optimization of
green space maintenance spending and the measurement of their impact on the surrounding environment. This work is
supported ESA's feasibility study program.
</p>
</section>
</div>
</div>
<br>
<!-- Fourth row -->
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://www.antwerpenmorgen.be/nl/projecten/klimaatplan-2030/media"
class="image featured"><img src="images/Antwerpen_Klimaaplan.png" alt="" /></a>
<h3><a href="https://antwerpenklimaatplan2030.maglr.com/klimaatplan/cover">
Antwerpen voor klimaat: klimaatplan2030</a></h3>
<p>Developing the Climate Adaptation Plan 2030 for the city of Antwerp, in collaboration with
<a href="https://anteagroup.be/">Antea</a>,
<a href="https://endeavours.eu/">Endeavour</a> and
<a href="https://overmorgen.nl/">Overmorgen</a>.
A co-creation and participation process resulting in objectives and tangible measures
to make the Antwerp of tomorrow a climate-safe and liveable city.
</p><!--
<ul class="actions">
<li><a href="https://www.antwerpenmorgen.be/nl/projecten/klimaatplan-2030/media" class="button style1">Learn More</a></li>
</ul>-->
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://www.cloudtostreet.info/" class="image featured"><img src="images/cloudtostreet.png" alt="" /></a>
<h3><a href="https://www.amazon.com/Earth-Observation-Flood-Applications-Perspectives/dp/012819412X">Cloud to Street: global flood mapping</a></h3>
</br>
<p>Contributing to <a href="https://www.cloudtostreet.info/">Cloud to Street's</a> flood monitoring
by developing a precipitation retrieval procedure, delivering near-real time an
historical precipitation information.
Tasked by the <a href="https://www.wfp.org/countries/congo">World Food Program</a>
to make a flood risk assessment of refugee camps along the Congo river.
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://www.aircheckr.com/" class="image featured"><img src="images/nazka_aircheckr.png" alt="" /></a>
<h3><a href="https://www.aircheckr.com/">Aircheckr: global air quality evaluation</a></h3>
</br>
<p>Examination of the global surface air quality predictions provided by
<a href="https://gmao.gsfc.nasa.gov/weather_prediction/GEOS-CF/">NASA's GEOS Composition Forecasting</a>
model. The benchmark was performed against <a href="https://openaq.org/">open-AQ data</a>, and Aircheckr's
current custom-made air quality forecast for Belgium and Europe. Performed as part of an
<a href="https://business.esa.int/projects/aircheckr">ESA demonstration project</a>.</p>
</section>
</div>
</div>
<!-- Fifth row -->
</br>
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://canue.ca/climate/" class="image featured"><img src="images/canue_lcz.png" alt="" /></a>
<h3><a href="https://canue.ca/climate/">
CANUE: local climate zone mapping</a></h3>
</br>
<p><a href="https://www.nature.com/articles/s41597-020-00605-z">Local Climate Zones </a> are mapped using
open-source satellite information and reflect urban form and functions. <a href=
"https://doi.org/10.31219/osf.io/h5tm6">This multi-temporal mapping effort</a> is done
for the Canadian Urban Environmental Health Research Consortium, that targets risk assessment
of e.g. heat, air quality, and urban flooding.
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://be.thegreencities.eu/evenementen/seminarie-more-green-cities-for-europe/" class="image featured">
<img src="images/guestspeaker.png" alt="" /></a>
<h3><a href="https://be.thegreencities.eu/evenementen/seminarie-more-green-cities-for-europe/">
Guest speaker and invited expert</a></h3>
</br>
<p>Feel free to reach out for a keynote that explains the relationship between cities and climate (change), and that
highlight do's and don'ts of urban adaptation and mitigation strategies. Some policy support activities include
<a href="https://www.leuven2030.be/onderzoek/wetenschappelijk-rapport">
Leuven 2030</a>,
<a href="https://www.milieurapport.be/publicaties/2015/klimaatrapport-2015-over-waargenomen-en-toekomstige-klimaatveranderingen">
MIRA climate report 2015</a>, and
<a href="https://purews.inbo.be/ws/portalfiles/portal/15977945/Natuurverkenning2050.pdf">
Nature explorer 2050: Inspiration for the nature of the future</a>.
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="https://bcorporation.net/" class="image featured"><img src="images/bcorp_leader.png" alt="" /></a>
<h3><a href="https://bcorporation.net/">
B corp: B Leader workshop</a></h3>
</br>
<p>B Leaders is a training programme, designed by B Lab, to empower people who
want to lead organisations through the B Corp certification and work with
businesses to measure what matters. As a B Leader, Susanne can assist sustainable
companies in applying for a B Corp certification.
</p>
</section>
</div>
</div>
</div>
</section>
<!-- Who are we? -->
<section id="highlights" class="wrapper style2">
<div class="title" id="Whoarewe">Who are we?</div>
<div class="container">
<!-- Team -->
<div class="row aln-center">
<div class="col-3 col-12-medium">
<section class="highlight">
<a class="image featured"><img src="images/MatthiasDemuzere.jpg" alt="" class="circular-image" /></a>
<h3><a>Matthias Demuzere (PhD)</a></h3>
<h2><a>Urban climatologist <br> Data analyst</a></h2>
<!-- <p>Physical geographer and data enthusiast, passioned about tackling environmental
challenges with data-driven solutions. Senior scientist at
<a href="http://www.climate.ruhr-uni-bochum.de/team/matthias-demuzere">
Ruhr University Bochum (Germany)</a>, affiliated with
<a href="https://www.ugent.be/bw/environment/en/research/h-cel">UGent</a> and
<a href="https://ees.kuleuven.be/geography/rcs/">KU Leuven</a>,
board member of the <a href="http://www.urban-climate.org/">International
Association of Urban Climate</a></p>-->
<h4 class="feature-list">
<a href="https://www.linkedin.com/in/matthiasdemuzere/" alt="LinkedIn" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<!--
<a href="https://www.twitter.com/mdemuzere" alt="twitter" target="_blank">
<i class="fab fa-twitter-square"></i>
</a>
-->
<a href="https://bsky.app/profile/matthiasdemuzere.bsky.social" alt="bsky" target="_blank">
<i class="fa-bluesky"></i>
</a>
<a href="https://www.dropbox.com/s/h0qf4lh0ka3p32c/CV.pdf?dl=0" alt="CV" target="_blank">
<i class="fas fa-file-pdf"></i>
</a>
<a href="http://www.climate.ruhr-uni-bochum.de/team/matthias-demuzere" alt="RUB university" target="_blank">
<i class="fa fa-university" aria-hidden="true"></i>
</a>
<a href="https://orcid.org/0000-0003-3237-4077" alt="ORCID" target="_blank">
<i class="fab fa-orcid"></i>
</a>
<a href="https://scholar.google.be/citations?user=Q4OH4IkAAAAJ&hl=en" alt="Google Scholar" target="_blank">
<i class="fas fa-graduation-cap"></i>
</a>
</h4>
</section>
</div>
<div class="col-3 col-12-medium">
<section class="highlight">
<a class="image featured"><img src="images/BartPannemans.png" alt="" class="circular-image"/></a>
<h3><a>Bart Pannemans</a></h3>
<h2><a>Geoscientist <br> Blue-Green modeller </a></h2>
<!-- <p>Social geographer who's always seeking inspiration and co-creation
for sustainable housing & living, as well as creating a social impact.
B the change!</p> -->
<h4 class="feature-list">
<a href="https://www.linkedin.com/in/bartpannemans/" alt="LinkedIn" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</h4>
</section>
</div>
<div class="col-3 col-12-medium">
<section class="highlight">
<a class="image featured"><img src="images/JonasBlancke.png" alt="" class="circular-image"/></a>
<h3><a>Jonas Blancke</a></h3>
<h2><a>Urban climatologist <br> Computer scientist </a></h2>
<!-- <p>Social geographer who's always seeking inspiration and co-creation
for sustainable housing & living, as well as creating a social impact.
B the change!</p> -->
<h4 class="feature-list">
<a href="https://www.linkedin.com/in/jonas-blancke-9a319a292/" alt="LinkedIn" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</h4>
</section>
</div>
<div class="col-3 col-12-medium">
<section class="highlight">
<a class="image featured"><img src="images/SusanneKoolhof.png" alt="" class="circular-image"/></a>
<h3><a>Susanne Koolhof</a></h3>
<h2><a>Social geographer <br> B leader</a></h2>
<!-- <p>Social geographer who's always seeking inspiration and co-creation
for sustainable housing & living, as well as creating a social impact.
B the change!</p> -->
<h4 class="feature-list">
<a href="https://www.linkedin.com/in/susanne-koolhof-4251273b/" alt="LinkedIn" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</h4>
</section>
</div>
</div>
<!-- Global affiliates -->
</br></br>
<div class="row aln-center">
<div class="col-3 col-12-medium">
<section class="highlight">
<a class="image featured"><img src="images/KerryNiceProfile3grey.png" alt="" class="circular-image" /></a>
<h3><a>Kerry Nice (PhD)</a></h3>
<h2>Global affiliate</h2>
<h2>Urban systems & Software engineering</h2>
<h4 class="feature-list">
<a href=" https://mothlight.github.io/" alt="Personal webpage" target="_blank">
<i class="fa fa-home"></i>
</a>
<a href="https://www.findanexpert.unimelb.edu.au/display/person793479" alt="Melbourne university" target="_blank">
<i class="fa fa-university" aria-hidden="true"></i>
</a>
<a href="https://orcid.org/0000-0001-6102-1292" alt="ORCID" target="_blank">
<i class="fab fa-orcid"></i>
</a>
</h4>
</section>
</div>
<div class="col-3 col-12-medium">
<section class="highlight">
<a class="image featured"><img src="images/NigelTapper.png" alt="" class="circular-image"/></a>
<h3><a>Nigel Tapper (Em. Prof.)</a></h3>
<h2>Global affiliate</h2>
<h2>Urban climate, adaptation & heat-health interaction</h2>
<h4 class="feature-list">
<a href=" https://scholar.google.com.au/citations?hl=en&user=Z1kvCLIAAAAJ&view_op=list_works&sortby=pubdate" alt="Google Scholar" target="_blank">
<i class="fas fa-graduation-cap"></i>
</a>
<a href="https://research.monash.edu/en/persons/nigel-tapper" alt="Monash university" target="_blank">
<i class="fa fa-university" aria-hidden="true"></i>
</a>
<a href="https://orcid.org/0000-0002-3207-9978" alt="ORCID" target="_blank">
<i class="fab fa-orcid"></i>
</a>
</h4>
</section>
</div>
<div class="col-3 col-12-medium">
<section class="highlight">
<a class="image featured"><img src="images/AndrewCoutts.png" alt="" class="circular-image"/></a>
<h3><a>Andrew Coutts (PhD)</a></h3>
<h2>Global affiliate</h2>
<h2>Water sensitive design & climate policy</h2>
<h4 class="feature-list">
<a href="https://www.researchgate.net/profile/Andrew-Coutts" alt="ResearchGate" target="_blank">
<i class="fab fa-researchgate"></i>
</a>
</h4>
</section>
</div>
</div>
<!-- Partners section -->
</br></br></br>
<div class="feature-list">
<center>B-Kode continues to grow its collaborative relationships and partnerships
to enhance its offerings, expand its reach, and provide additional value to its clients.
</center>
<!-- Scrollable banner container with arrows -->
<div class="scroll-banner-wrapper">
<div class="scroll-banner" id="scrollBanner">
<div class="scroll-banner-content">
<a href="https://www.weo-water.com/" target="_blank">
<img src="images/weo-logo.png" alt="WEO" class="logo-image" />
</a>
<a href="https://alluvium.com.au/" target="_blank">
<img src="images/Alluvium.png" alt="Alluvium" class="logo-image" />
</a>
<a href="https://www.adpc.net" target="_blank">
<img src="images/adpc.png" alt="Asian Disaster Preparedness Center" class="logo-image" />
</a>
<a href="https://www.floodbase.com/" target="_blank">
<img src="images/floodbase.jpeg" alt="Floodbase" class="logo-image" />
</a>
<a href="https://rss-hydro.lu/" target="_blank">
<img src="images/rss_hydro.jpg" alt="RSS Hydro" class="logo-image" />
</a>
<a href="https://anteagroup.be/" target="_blank">
<img src="images/Anteagroup.png" alt="Antea Group" class="logo-image" />
</a>
<a href="https://www.tei.or.th/en/" target="_blank">
<img src="images/TEI.png" alt="Thailand Environment Institute" class="logo-image" />
</a>
<a href="https://people.ucd.ie/gerald.mills" target="_blank">
<img src="images/UCD.jpg" alt="University College Dublin" class="logo-image" />
</a>
<a href="https://www.maynoothuniversity.ie/faculty-social-sciences/our-people/rowan-fealy" target="_blank">
<img src="images/MaynoothUni.png" alt="Maynooth University" class="logo-image" />
</a>
<a href="https://www.arcadis.com/nl-nl/knowledge-hub/perspectives/europe/netherlands/over-morgen" target="_blank">
<img src="images/arcadis_overmorgen.jpg" alt="Overmorgen / Arcadis" class="logo-image" />
</a>
<a href="https://endeavours.eu/" target="_blank">
<img src="images/endeavour.png" alt="NDVR" class="logo-image" />
</a>
</div>
</div>
<!-- Left and right arrows -->
<div class="arrow left-arrow" onclick="scrollLeftContent()">
❮ <!-- Left arrow symbol -->
</div>
<div class="arrow right-arrow" onclick="scrollRightContent()">
❯ <!-- Right arrow symbol -->
</div>
<!-- Dots navigation below the banner -->
<div class="dots-container" id="dotsContainer"></div>
</div>
</div>
</section>
<!-- Career -->
<section id="highlights" class="wrapper style3">
<div class="title" id="Career">Career</div>
<div class="container">
<div class="row aln-left">
<p>
Current openings:
<br>
<!-- - <a href="docs/Vacancy_CARMINE.pdf">High-resolution urban overheating modeller</a> -->
- There are currently no positions available.
</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="footer" class="wrapper">
<div class="title" id="Contact">Contact</div>
<div class="container">
<section class="feature-list small">
<div class="row aln-center">
<div class="col-4 col-12-small">
<section class="text-center">
<h3 class="icon solid fa-home ">Mailing Address</h3>
<p>
B-Kode VOF<br />
Eliane Vogel-Polskypad 2 / 403<br />
9000 Ghent (Belgium)
</p>
</section>
</div>
<div class="col-4 col-12-small">
<section class="text-center">
<h3 class="icon solid fa-comment">Email / Social</h3>
<p>
<a href="mailto:[email protected]">[email protected]</a><br />
<a href="http://www.linkedin.com/company/kode-be/">LinkedIn</a> |
<a href="https://bsky.app/profile/b-kode.bsky.social">bsky.social</a> <br />
</p>
</section>
</div>
</div>
</section>
<div id="copyright">
<ul>
<li>© B-Kode VOF 2020.</li><li>Design: Matthias Demuzere (based on <a href="http://html5up.net">HTML5 UP</a>)</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://kit.fontawesome.com/bdcf1cb699.js" crossorigin="anonymous"></script>
<script src="assets/js/scrollToTop.js"></script>
<script src="assets/js/bannerScroll.js"></script>
<script src="assets/js/bannerDots.js"></script>
</body>
</html>