-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
811 lines (619 loc) · 34.7 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
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
<!DOCTYPE html>
<html lang="en-us"><head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="John Palmer's website">
<meta name="author" content="John R.B. Palmer">
<meta name="generator" content="Hugo 0.101.0" />
<!-- Mobile Specific Metas -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>John Palmer</title>
<link rel="icon" href="https://johnrbpalmer.com/images/favicon.ico">
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="https://johnrbpalmer.com/plugins/bootstrap/bootstrap.min.css">
<!-- Ionicons Fonts Css -->
<link rel="stylesheet" href="https://johnrbpalmer.com/plugins/ionicons/ionicons.min.css">
<!-- animate css -->
<link rel="stylesheet" href="https://johnrbpalmer.com/plugins/animate-css/animate.css">
<!-- Hero area slider css-->
<link rel="stylesheet" href="https://johnrbpalmer.com/plugins/slider/slider.css">
<!-- slick slider -->
<link rel="stylesheet" href="https://johnrbpalmer.com/plugins/slick/slick.css">
<!-- Fancybox -->
<link rel="stylesheet" href="https://johnrbpalmer.com/plugins/facncybox/jquery.fancybox.css">
<!-- hover -->
<link rel="stylesheet" href="https://johnrbpalmer.com/plugins/hover/hover-min.css">
<!-- template main css file -->
<link rel="stylesheet" href="https://johnrbpalmer.com/css/style.min.css" integrity="" media="screen">
</head><body><section class="top-bar animated-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://johnrbpalmer.com/">
John Palmer
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://johnrbpalmer.com/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#teaching">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#malert">Mosquito Alert</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#contact">Contact</a>
</li>
</div>
</nav>
</div>
</div>
</div>
</section>
<!-- Slider Section Start -->
<section id="hero-area" style='background-image: url("https://johnrbpalmer.com/images/main.jpg");'>
<img class="lozad" style="display: none;" onerror="this.onerror=null;this.parentElement.style.backgroundImage= 'url(https:\/\/johnrbpalmer.com\/images\/main.jpg)'" data-src="https://johnrbpalmer.com/images/main.webp" />
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="block wow fadeInUp" data-wow-delay=".3s">
<!-- Slider -->
<section class="cd-intro">
<h1 class="wow fadeInUp animated cd-headline slide" data-wow-delay=".4s">
<span style="visibility:hidden;">John Palmer's Website</span>
<br>
<span class="cd-words-wrapper" style="visibility:hidden;">
<b class="is-visible">DISEASE ECOLOGY</b>
<b>INEQUALITY</b>
<b>MOBILITY AND MIGRATION</b>
<b>CITIZEN SCIENCE</b>
<b>MOSQUITOES</b>
<b>LAW AND POLICY</b>
<b>DEMOGRAPHY</b>
</span>
</h1>
</section>
</div>
</div>
</div>
</div>
</section>
<!-- Slider Section End -->
<!-- About Section Start -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="block wow fadeInLeft" data-wow-delay=".3s" data-wow-duration="500ms">
<h2>About</h2>
<p>I am an associate professor in the Department of Political and Social Sciences at Universitat Pompeu Fabra, where I am a member of the Sociodemography Research Group. My research explores human mobility, inequality, and health from the perspectives of multiple disciplines, including sociodemography, ecology, and law.</p>
<p>
<a rel="me" href="https://mastodon.social/@johnrbpalmer"><img src="images/icons/noun-mammoth-3220.png" height=32px></a> <a href="https://orcid.org/0000-0002-2648-7860"><img src="images/icons/orcid_icon.png" height=32px></a></p>
</div>
</div>
<div class="col-sm-6">
<div class="block wow fadeInRight" data-wow-delay=".3s" data-wow-duration="500ms">
<img src="https://johnrbpalmer.com/images/about/about.jpg" alt="about-image">
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Portfolio Section Start -->
<section id="publications" class="works">
<div class="container">
<div class="section-heading">
<h1 class="title wow fadeInDown" data-wow-delay=".3s">Recent Publications</h1>
<p class="wow fadeInDown" data-wow-delay=".5s">Complete list of publications at <a href="https://orcid.org/0000-0002-2648-7860">Orcid</a></p>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="0ms">
<div class="img-wrapper">
<img src="/images/portfolio/rocklov-et-al-2023.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://doi.org/10.1016/j.lanepe.2023.100701">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Decision-support tools to build climate resilience against emerging infectious diseases in Europe and beyond
</h6>
<p>
The Lancet Regional Health - Europe
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="img-wrapper">
<img src="/images/portfolio/dekramanjian-et-al-2023.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://www.nature.com/articles/s41598-023-38656-y">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Demographic and motivational differences between participants in analog and digital citizen science projects for monitoring mosquitoes
</h6>
<p>
Scientific Reports
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="600ms">
<div class="img-wrapper">
<img src="/images/portfolio/lucati-et-al-2022.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://doi.org/10.1038/s41598-022-24963-3">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Multiple invasions, Wolbachia and human-aided transport drive the genetic variability of Aedes albopictus in the Iberian Peninsula
</h6>
<p>
Scientific Reports
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="900ms">
<div class="img-wrapper">
<img src="/images/portfolio/guan-jhou-et-al-2022.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://doi.org/10.1016/j.idm.2022.11.001">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Modeling the impact of surveillance activities combined with physical distancing interventions on COVID-19 epidemics at a local level
</h6>
<p>
Infectious Disease Modelling
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="1200ms">
<div class="img-wrapper">
<img src="/images/portfolio/insects.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://doi.org/10.3390/insects13080675">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Integrating Global Citizen Science Platforms to Enable Next-Generation Surveillance of Invasive and Vector Mosquitoes
</h6>
<p>
Insects
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="1500ms">
<div class="img-wrapper">
<img src="/images/portfolio/gigabyte_malert.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://doi.org/10.46471/gigabyte.54">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Mosquito alert: leveraging citizen science to create a GBIF mosquito occurrence dataset
</h6>
<p>
Gigbyte
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="1800ms">
<div class="img-wrapper">
<img src="/images/portfolio/gigabyte_aimcost.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://doi.org/10.46471/gigabyte.57">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
First pan-European harmonized surveillance of Aedes invasive mosquito species of relevance for human vector-borne diseases
</h6>
<p>
Gigbyte
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="2100ms">
<div class="img-wrapper">
<img src="/images/portfolio/deep_learning.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://doi.org/10.1038/s41598-021-83657-4">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Deep learning identification for citizen science surveillance of tiger mosquitoes
</h6>
<p>
Scientific Reports
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="2400ms">
<div class="img-wrapper">
<img src="/images/portfolio/palmer-et-al-2018.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://www.ucl.ac.uk/ucl-press/browse-books/citizen-science">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Global Mosquito Alert
</h6>
<p>
Citizen Science: Innovation in Open Science, Society and Policy
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="2700ms">
<div class="img-wrapper">
<img src="/images/portfolio/bartumeus-et-al-2018.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://www.sciencedirect.com/science/article/pii/S1471492218300928">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Citizen Science: A Gateway for Innovation in Disease-Carrying Mosquito Management?
</h6>
<p>
Trends in Parasitology
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="3000ms">
<div class="img-wrapper">
<img src="/images/portfolio/kammourieh-et-al-2017.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://link.springer.com/chapter/10.1007/978-3-319-46608-8_3">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Group Privacy in the Age of Big Data
</h6>
<p>
Group Privacy: New Challenges of Data Technologies
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="3300ms">
<div class="img-wrapper">
<img src="/images/portfolio/brandt-et-al-2017.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://www.nature.com/articles/s41559-017-0081">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Human population growth offsets climate-driven increase in woody vegetation in sub-Saharan Africa
</h6>
<p>
Nature Ecology & Evolution
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="3600ms">
<div class="img-wrapper">
<img src="/images/portfolio/palmer-et-al-2017.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://www.nature.com/articles/s41467-017-00914-9">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Citizen Science Provides a Reliable and Scalable Tool to Track Disease-Carrying Mosquitoes
</h6>
<p>
Nature Communications
</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-sm-6">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="3900ms">
<div class="img-wrapper">
<img src="/images/portfolio/eritja-et-al-2017.png" class="img-fluid" alt="this is a title">
<div class="overlay">
<div class="buttons">
<a href="https://www.nature.com/articles/s41598-017-12652-5">Read</a>
</div>
</div>
</div>
<figcaption>
<h6>
Direct Evidence of Adult Aedes albopictus Dispersal by Car
</h6>
<p>
Scientific Reports
</p>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!-- teaching Section Start -->
<section id="teaching">
<br>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="block wow fadeInLeft" data-wow-delay=".3s" data-wow-duration="500ms">
<h2>Teaching</h2>
<p>I currently teach Techniques of Statistical Analysis I and Theories of International Mobility and the Incorporation of Immigrants as part of UPF's masters programs in Sociology and Demography and in Migration Studies. I have previously taught Crime Mapping and Spatial Analysis, Data Mapping for Marketing, Research Methods for Global Studies, Advanced Methods for Criminological Research, Economics of Migration, Public International Law, and Forced Migration.</p>
</div>
</div>
<div class="col-sm-6">
<div class="block wow fadeInRight" data-wow-delay=".3s" data-wow-duration="500ms">
<img style="max-width:400px" src="https://johnrbpalmer.com/images/teaching/teaching.png" alt="about-image">
</div>
</div>
</div>
</div>
</section>
<!-- teaching Section End -->
<!-- Team Section Start -->
<section id="projects">
<br>
<br>
<br>
<div class="container">
<div class="section-heading">
<h1 class="title wow fadeInDown" data-wow-delay=".3s">Current Projects</h1>
<p class="wow fadeInDown" data-wow-delay=".5s">Complete list of projects at <a href="https://orcid.org/0000-0002-2648-7860">Orcid</a></p>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="0ms">
<div class="team-img"><a href="https://h-mip.com">
<img height="200" style="max-width:200px;" src="https://johnrbpalmer.com/images/projects/hmip.jpeg" class="team-pic" alt="team-member"></a>
</div>
<a href="https://h-mip.com">
<h3 class="team_name">Human-Mosquito Interaction Project</h3></a>
<p class="team_text">Host-vector networks, mobility, and the socio-ecological context of mosquito-borne disease</p>
<p class="social-icons">
</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="team-img"><a href="https://www.e4warning.eu">
<img height="200" style="max-width:200px;" src="https://johnrbpalmer.com/images/projects/e4warning.jpg" class="team-pic" alt="team-member"></a>
</div>
<a href="https://www.e4warning.eu">
<h3 class="team_name">E4Warning</h3></a>
<p class="team_text">Eco-Epidemiological Intelligence for Early Warning and response to Mosquito-borne disease risk in Endemic and Emergence Settings</p>
<p class="social-icons">
</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="600ms">
<div class="team-img"><a href="http://idalertproject.eu">
<img height="200" style="max-width:200px;" src="https://johnrbpalmer.com/images/projects/idalert.png" class="team-pic" alt="team-member"></a>
</div>
<a href="http://idalertproject.eu">
<h3 class="team_name">IDAlert</h3></a>
<p class="team_text">Addressing the impacts of climate change on the emergence and spread of infectious diseases</p>
<p class="social-icons">
</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="900ms">
<div class="team-img"><a href="https://sites.google.com/view/algorithmlaw/home">
<img height="200" style="max-width:200px;" src="https://johnrbpalmer.com/images/projects/algorithmlaw.jpeg" class="team-pic" alt="team-member"></a>
</div>
<a href="https://sites.google.com/view/algorithmlaw/home">
<h3 class="team_name">AlgorithmLaw</h3></a>
<p class="team_text">Opening the Black Box of Algorithmic Decisions and the Law</p>
<p class="social-icons">
</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="1200ms">
<div class="team-img"><a href="https://sites.google.com/view/iconsumers/home">
<img height="200" style="max-width:200px;" src="https://johnrbpalmer.com/images/projects/iconsumers.jpg" class="team-pic" alt="team-member"></a>
</div>
<a href="https://sites.google.com/view/iconsumers/home">
<h3 class="team_name">iConsumers</h3></a>
<p class="team_text">Protecting consumers in Digital Platforms</p>
<p class="social-icons">
</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="1500ms">
<div class="team-img"><a href="http://www.mosquitoalert.com/en/scientific-projects/big-mosquito-bytes/">
<img height="200" style="max-width:200px;" src="https://johnrbpalmer.com/images/projects/bmb.png" class="team-pic" alt="team-member"></a>
</div>
<a href="http://www.mosquitoalert.com/en/scientific-projects/big-mosquito-bytes/">
<h3 class="team_name">Big Mosquito Bytes</h3></a>
<p class="team_text">Providing Spain's public health agencies with tools for targeted and effective entomological and health management</p>
<p class="social-icons">
</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="1800ms">
<div class="team-img"><a href="https://www.veo-europe.eu">
<img height="200" style="max-width:200px;" src="https://johnrbpalmer.com/images/projects/veo.png" class="team-pic" alt="team-member"></a>
</div>
<a href="https://www.veo-europe.eu">
<h3 class="team_name">VEO</h3></a>
<p class="team_text">Versatile emerging infectious disease observatory: Forecasting, nowcasting and tracking in a changing world</p>
<p class="social-icons">
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section End -->
<!-- malert Section Start -->
<section id="malert">
<br>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="block wow fadeInLeft" data-wow-delay=".3s" data-wow-duration="500ms">
<h2>Mosquito Alert</h2>
<p>This is a citizen science system that I co-direct with <a href="https://www.theelab.net/team/frederic-bartumeus/">Frederic Bartumeus</a> at the Spanish National Research Council’s Blanes Center for Advanced Studies (CEAB-CSIC). It enables anyone in the world to help research and control mosquitoes that can carry diseases. Please participate!</p>
</div>
</div>
<div class="col-sm-6">
<div class="block wow fadeInRight" data-wow-delay=".3s" data-wow-duration="500ms">
<a href="http://www.mosquitoalert.com"><img style="max-width:400px" src="https://johnrbpalmer.com/images/projects/malert.png" alt="about-image"></a>
</div>
</div>
</div>
</div>
</section>
<!-- malert Section End -->
<!-- Call To Action Section Start -->
<section id="call-to-action">
<div id="contact" class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">Contact</h1>
<p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">Universitat Pompeu Fabra<br>Departament de Ciències Polítiques i Socials<br>Ramon Trias Fargas, 25-27<br>08005 Barcelona<br>Spain<br><br>john.palmer [at] upf.edu<br><br>PGP Public Key Fingerprint: 33AE 9296 8C09 691D CBCE 60C6 C469 81BA 2D69 93A2 </p>
<a href="files/2D6993A2.asc" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">PGP Public Key</a>
</div>
</div>
</div>
</div>
</section>
<!-- Call To Action Section End -->
<!-- Footer Section Start -->
<footer id="footer">
<div class="container">
<div class="row content-justify-between">
<div class="col-md-8 col-12 text-center text-lg-left text-md-left">
<p class="copyright">Copyright:
<span>
<script>document.write(new Date().getFullYear())</script>
</span> John R.B. Palmer. This website is built and maintained by John Palmer using <a href="https://gohugo.io/">Hugo</a> and the <a href="https://themes.gohugo.io/timer-hugo/">Timer</a> theme designed and developed by
<a href="http://www.Themefisher.com" target="_blank">Themefisher</a>.
</p>
</div>
<div class="col-md-4 col-12">
<!-- Social Media -->
<ul class="social text-center text-md-right text-lg-right">
<li><a href="https://github.com/JohnPalmer"><i class="ion-social-github"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- footer section end -->
<!-- jquery -->
<script src="https://johnrbpalmer.com/plugins/jQurey/jquery.min.js"></script>
<!-- Form Validation -->
<script src="https://johnrbpalmer.com/plugins/form-validation/jquery.form.js"></script>
<script src="https://johnrbpalmer.com/plugins/form-validation/jquery.validate.min.js"></script>
<!-- slick slider -->
<script src="https://johnrbpalmer.com/plugins/slick/slick.min.js"></script>
<!-- bootstrap js -->
<script src="https://johnrbpalmer.com/plugins/bootstrap/bootstrap.min.js"></script>
<!-- wow js -->
<script src="https://johnrbpalmer.com/plugins/wow-js/wow.min.js"></script>
<!-- slider js -->
<script src="https://johnrbpalmer.com/plugins/slider/slider.js"></script>
<!-- Fancybox -->
<script src="https://johnrbpalmer.com/plugins/facncybox/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="https://johnrbpalmer.com/js/script.min.js"></script>
<!-- google analitycs -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'Your ID', 'auto');
ga('send', 'pageview');
</script></body>
</html>