-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
911 lines (669 loc) · 36.1 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
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Welcome to Wei Li's personal website </title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio">Works</a></li>
<li><a class="smoothscroll" href="#call-to-action">Publication</a></li>
<li><a class="smoothscroll" href="#testimonials">Presentation</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">I'm Wei Li</h1>
<h3>I'm a professional atmospheric sciences <span> researcher</span>, <span>investigator</span> and <span>illustrator</span> with a focus on
air quality data analysis and interaction with climate change, atmospheric chemistry and transport modeling. Let's <a class="smoothscroll" href="#about">start scrolling</a>
and learn more <a class="smoothscroll" href="#about">about me</a>.</h3>
<hr />
<ul class="social">
<!-- <li><a href="#"><i class="fa fa-facebook"></i></a></li> -->
<li><a href="https://twitter.com/home"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=r_x-MMIAAAAJ&hl=en"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://github.com/lwcugb"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.instagram.com/liweicugb/"><i class="fa fa-instagram"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a></li> -->
<li><a href="https://join.skype.com/invite/BXy3NhVHMiXj"><i class="fa fa-skype"></i></a></li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row">
<div class="three columns">
<img class="profile-pic" src="images/profilepic.jpg" alt="" />
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>I am currently a Ph.D. candidate at the University of Houston majoring in Atmospheric Sciences.
However, my career journey does not start from the atmosphere, yet the solid Earth. I am holding
a bachelor's and master's degree in Geology from China, where I built a firm foundation in mathematics
and natural sciences. Inspired by the more and more frequent extreme events around the world and
their disastrous effects on human life, I decided to change my career path to atmospheric sciences
aiming to help mitigate the adverse impact of climate change. Participating in multiple practical projects,
I have developed considerable expertise in air quality data analysis, environmental modeling, and professional writing.
More knowledge as I acquire from the atmospheric research field, more curious I become about the mysterious and
elusive world we are living in. But I am ready to dive in......
</p>
<div class="row">
<div class="columns contact-details">
<h2>Contact Details</h2>
<p class="address">
<span>Wei Li</span><br>
<span>University of Houston</span><br>
<!-- <span>Department of Earth & Atmospheric Sciences</span><br> #too long-->
<span>Science & Research Building 1</span><br>
<span>3507 Cullen Blvd, Room 413</span><br>
<span>Houston, Texas 77204-5007</span><br>
<!-- <span>(123)456-7890</span><br> -->
<span>[email protected]</span>
</p>
</div>
<div class="columns download">
<p>
<a href="resume/CV-WEI LI.pdf" class="button"><i class="fa fa-download"></i>Download Resume</a>
</p>
</div>
</div> <!-- end row -->
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<!-- Education
----------------------------------------------- -->
<div class="row education">
<div class="three columns header-col">
<h1><span>Education</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>University of Houston</h3>
<p class="info">PhD in Atmospheric Sciences <span>•</span> <em class="date">August 2018 - present</em></p>
<!-- do not include courses for now
<p>
Major Courses: Aerosol and Climate, Atmospheric Physics, Dynamic Meteorology, introduction to machine learning,
remote sensing etc.
</p>
-->
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>China University of Geosciences, Beijing</h3>
<p class="info">M.S. Degree in Geology <span>•</span> <em class="date">August 2015 - June 2018</em></p>
<!-- do not include courses for now
<p>
Major Courses: Application of geological software, Sedimentology, Well Logging Geology, Statistical Calculation etc.
</p>
-->
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Hebei University of Engineering</h3>
<p class="info">B.S. Degree in Resources Exploration Engineering <span>•</span> <em class="date">August 2011 - June 2015</em></p>
<!-- do not include courses for now
<p>
Major Courses: Advanced Mathematics, Linear Algebra, Petroleum Geology, Petrology, General Geology, Geophysical Exploration, Geophysical Well Logging etc.
</p>
-->
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Work
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1><span>Work</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Research/Teaching Assitant</h3>
<p class="info">Teacher and Data Analyzer <span>•</span> <em class="date">August 2018 - Present</em></p>
<p>
As a teacher, I taught climate change labs and basic R programming. As a researcher, I used air quality observations
from field campaigns in San Antonio and Houston to evaluate chemical transport models (e.g., GEOS-Chem). Supported by
a NOAA AC4 funding, we are using data from long-term observational networks (e.g., AQS, CSN, IMPROVE) over the US to derive
process-level metrics of how different atmospheric compositions change under droughts, and then use the metrics to evaluate
the performance of coupled chemistry-climate models (e.g., CMIP6 models) regarding their capability of capturing the drought-air quality relationships.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Geology Field Survey </h3>
<p class="info">Field Worker <span>•</span> <em class="date">August 2015 - June 2018</em></p>
<p>
I traveled around different provinces in China to observe rock types and tracked strata containing coal
seams in the field. In the lab, I also observed sandstone's thin sections and coal polished sections using a microscope.
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
<!-- Skills
----------------------------------------------- -->
<div class="row skill">
<div class="three columns header-col">
<h1><span>Skills</span></h1>
</div>
<div class="nine columns main-col">
<p>
I use R and Python on a daily basis on a Linux system for my data analysis research work.
I have experience running GEOs-Chem full-chemistry, passive tracer, and HEMCO standalone simulations.
I also modified the source codes of GEOS-Chem to applied our satellite-based drought stress factor
on isoprene emissions. WRF-CAMx and SMOKE are new skills I developed for a modeling project funded by TCEQ.
Recently, I found Google Earth Engine is a very useful tool for map visualizations and want to pick it up.
</p>
<div class="bars">
<ul class="skills">
<li><span class="bar-expand Python"></span><em>Python</em></li>
<li><span class="bar-expand R"></span><em>R</em></li>
<li><span class="bar-expand GEOS-Chem"></span><em>GEOS-Chem</em></li>
<li><span class="bar-expand WRF-CAMx"></span><em>WRF-CAMx/Chem</em></li>
<li><span class="bar-expand SMOKE"></span><em>SMOKE</em></li>
<li><span class="bar-expand EE"></span><em>Earth Engine</em></li>
</ul>
</div><!-- end skill-bars -->
</div> <!-- main-col end -->
</div> <!-- End skills -->
</section> <!-- Resume Section End-->
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<div class="row">
<div class="twelve columns collapsed">
<h1>Check Out Some of My Works.</h1>
<!-- portfolio-wrapper -->
<div id="portfolio-wrapper" class="bgrid-quarters s-bgrid-thirds cf">
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-01" title="">
<img alt="" src="images/portfolio/block1.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Ozone & Sea Breeze</h5>
<p>Clustering Method</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-02" title="">
<img alt="" src="images/portfolio/block2.gif">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Long-range Transport</h5>
<p>Passive Tracer Modelling</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-03" title="">
<img alt="" src="images/portfolio/block3.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>San Antonio Campaign</h5>
<p>Air Quality Modelling</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-04" title="">
<img alt="" src="images/portfolio/block4.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>TRACER-AQ Campaign</h5>
<p>Air Quality Modelling</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-05" title="">
<img alt="" src="images/portfolio/block5.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Drought & Ozone</h5>
<p>Atmospheric Chemistry</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-06" title="">
<img alt="" src="images/portfolio/block6.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Drought & Aerosol</h5>
<p>Atmospheric Chemistry</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-07" title="">
<img alt="" src="images/portfolio/block7.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Drought & Dust</h5>
<p>Atmospheric Transport</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-08" title="">
<img alt="" src="images/portfolio/block8.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Earth Engine</h5>
<p>Satellite Data Visualization</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
</div> <!-- portfolio-wrapper end -->
</div> <!-- twelve columns end -->
<!-- Modal Popup
--------------------------------------------------------------- -->
<div id="modal-01" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block1.jpg" alt="" />
<div class="description-box">
<h4>Sea Breeze Recirculation</h4>
<p>Using recirculation factor (R=L/S) as one of the seven features for K-Means clustering, we can automatically separate sea breeze recirculation from
other synoptic patterns. This method is also applicable to other coastal regions.</p>
<span class="categories"><i class="fa fa-tag"></i>Ozone, Meteorology</span>
</div>
<div class="link-box">
<a href="https://doi.org/10.1029/2020JD033165" target="_blank">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-01 End -->
<div id="modal-02" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block2.gif" alt="" />
<div class="description-box">
<h4>GEOS-Chem for long-range transport</h4>
<p>The GEOS-Chem passive tracer simulation is a useful tool to analyze long-range transport.
Air mass from any source region of interest can be tagged when transported with meteorology.
This is an example of smoke from California moving to El Paso in August 2020 causing bad air quality.
</p>
<span class="categories"><i class="fa fa-tag"></i>Transport, Modelling</span>
</div>
<div class="link-box">
<a href="https://agu.confex.com/agu/fm21/meetingapp.cgi/Paper/993092" target="_blank">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-02 End -->
<div id="modal-03" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block3.jpg" alt="" />
<div class="description-box">
<h4>GEOS-Chem full-chemistry simulation</h4>
<p>We conducted a GEOS-Chem full-chemistry simulation to compare with the observational data collected during
the San Antonio field study in 2017. It is surprised to find ozone vertical distribution is well captured by the model.</p>
<span class="categories"><i class="fa fa-tag"></i>Chemistry Modelling</span>
</div>
<div class="link-box">
<a href="https://projects.iq.harvard.edu/files/acmg-geos/files/igc9-thua_airquality_li_wei_2_pc.pdf" target="_blank">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-03 End -->
<div id="modal-04" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block4.jpg" alt="" />
<div class="description-box">
<h4>WRF-CAMx simulation</h4>
<p>WRF-CAMx is a regional scale model allowing us to investigate the regional air quality in a finer spatial resolution.
TRACER-AQ and Galveston Offshore Ozone (GO3) campaigns provide both inland and offshore ozone measurements for us
to evaluate how good WRF-CAMx with 1km emission inventory can reproduce the onshore-offshore ozone distributions.
</p>
<span class="categories"><i class="fa fa-tag"></i>Regional-scale Modelling</span>
</div>
<div class="link-box">
<a href="https://www-air.larc.nasa.gov/missions/tracer-aq/index.html" target="_blank">Ongoing...</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-04 End -->
<div id="modal-05" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block5.jpg" alt="" />
<div class="description-box">
<h4>Drought-Ozone Relationship</h4>
<p>Using weekly US drought monitor (USDM) maps and long-term observations of ozone and its precursors in the US,
we reveal the spatial disparity of ozone response to drought with higher enhancement in the eastern US than in the west.
This disparity is caused by the opposite response of biogenic isoprene to drought. This research highlights the key role of
biogenic isoprene on ozone chemistry under drought conditions.</p>
<span class="categories"><i class="fa fa-tag"></i>Drought, Ozone Chemistry</span>
</div>
<div class="link-box">
<a href="https://doi.org/10.1029/2021JD035607" target="_blank">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-05 End -->
<div id="modal-06" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block6.jpg" alt="" />
<div class="description-box">
<h4>Drought-Organic Aerosol Relationship</h4>
<p>Organic carbon (OC; from IMPROVE measurements) shows the highest enhancement over the Pacific Northwest region in the US.
This can be associated with wildfire emission changes under droughts, which nearly doubles the OC changes under drought with no
wildfire occurrence. The CMIP6 models seem to capture this relationship. OC changes in the southeastern US appear to be related
to the sulfate-catalyzed isoprene chemistry.</p>
<span class="categories"><i class="fa fa-tag"></i>Drought, Organic Carbon</span>
</div>
<div class="link-box">
<a href="https://acp.copernicus.org/articles/17/12827/2017/" target="_blank">Ongoing...</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-06 End -->
<div id="modal-07" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block7.jpg" alt="" />
<div class="description-box">
<h4>Drought-Dust Relationship</h4>
<p>Using long-term surface fine dust observations, weekly US Drought Monitor (USDM), and monthly Standardized Precipitation-Evapotranspiration Index (SPEI),
we unmask the spatial disparity in drought-dust relationships where the SEUS stands out as being abnormous in that it shows a decrease in surface dust concentrations
during drought in contrast to the expected increase in dust found in other contiguous US regions. This study reveals the mechanism of how regional-scale droughts influence
aerosol abundance through changing long-range transport of dust via teleconnections with North Atlantic Oscillation (NAO).</p>
<span class="categories"><i class="fa fa-tag"></i>Drought, Dust Transport</span>
</div>
<div class="link-box">
<a href="https://doi.org/10.5194/egusphere-2022-18" target="_blank">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-07 End -->
<div id="modal-08" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/block8.jpg" alt="" />
<div class="description-box">
<h4>How is the air quality in your community?</h4>
<p>Google Earth Engine is a useful tool to overlap tons of satellite images onto a street map, which allows us to check
the air quality on a street or community level taking advantage of the newly launched satellites with high spatial-temporal
resolutions (e.g., TropOMI, Sentinel-5P). Above is an example of the Sentinel-5P HCHO columns over Atlanta in summer 2019.
Stay tuned for more to come...
</p>
<span class="categories"><i class="fa fa-tag"></i>Satellite, Visualization</span>
</div>
<div class="link-box">
<a href="https://wli31.users.earthengine.app/view/sentinel-5p-hcho" target="_blank">Interactive Map</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-01 End -->
</div> <!-- row End -->
</section> <!-- Portfolio Section End-->
<!-- Call-To-Action (changed to publication) Section
================================================== -->
<section id="call-to-action">
<div class="row">
<div class="two columns header-col">
<h1><span>Read My Works</span></h1>
</div>
<div class="ten columns">
<h2><span class="lead">Publications</span></h2>
<p><span class="lead">
<a href="https://doi.org/10.1029/2020JD033165">Li, W.</a>, Wang, Y., Bernier, C., & Estes, M. (2020). Identification of sea breeze recirculation and its effects on ozone in Houston, TX, during DISCOVER‐AQ 2013. Journal of Geophysical Research: Atmospheres, 125(22), e2020JD033165. <br><br>
<a href="https://doi.org/10.1029/2021JD035607">Li, W.</a>, Wang, Y., Flynn, J., Griffin, R. J., Guo, F., & Schnell, J. L. (2021). Spatial variation of surface O3 responses to drought over the contiguous United States during summertime: role of precursor emissions and ozone chemistry. Journal of Geophysical Research: Atmospheres, e2021JD035607. <br><br>
<a href="https://doi.org/10.5194/acp-22-7843-2022">Li, W.</a>, & Wang, Y. (2022). Reduced surface fine dust under droughts over the southeastern United States during summertime: observations and CMIP6 model simulations. Atmos. Chem. Phys., 22, 7843–7859. <br>
</span></p>
</div>
<div class="one column action">
</div>
</div>
</section> <!-- Call-To-Action Section End-->
<!-- Testimonials (changes to presentation) Section
================================================== -->
<section id="testimonials">
<div class="text-container">
<div class="row">
<div class="two columns header-col">
<h1><span>Presentations</span></h1>
</div>
<div class="ten columns flex-container">
<div class="flexslider">
<ul class="slides">
<li>
<blockquote>
<a href="https://geos-chem.seas.harvard.edu/geos-meetings-2019-igc9"><img src="./images/presentation/IGC9.jpg" width="800px" /></a>
<cite>Oral presentation at the 9th International GEOS-Chem Meeting (IGC9) 2019 </cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<a href="https://ui.adsabs.harvard.edu/abs/2019AGUFM.A24F..07L/abstract"><img src="./images/presentation/AGU-2019.jpg" width="800px" /></a>
<cite>Oral presentation at AGU Fall Meeting 2019 </cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<a href="https://doi.org/10.1029/2021JD035607"><img src="./images/presentation/AMS-poster-2022.jpg" width="600px" /></a>
<cite>Poster presentation at AMS Meeting 2022 </cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<a href="https://igc10-2022.wustl.edu/"><img src="./images/presentation/IGC10.jpg" width="600px" /></a>
<cite>Oral presentation at the 10th International GEOS-Chem Meeting (IGC10) 2022 </cite>
</blockquote>
</li> <!-- slide ends -->
</ul>
</div> <!-- div.flexslider ends -->
</div> <!-- div.flex-container ends -->
</div> <!-- row ends -->
</div> <!-- text-container ends -->
</section> <!-- Testimonials Section End-->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row section-head">
<div class="two columns header-col">
<h1><span>Get In Touch.</span></h1>
</div>
<div class="ten columns">
<p class="lead">
Feel free to reach out if you have any questions or want to collaborate!
I am willing to work with motivated scientists and happy to expand my research to other interesting topics.
</p>
</div>
</div>
<div class="row">
<div class="eight columns">
<!-- form -->
<form action="https://formspree.io/f/mrgjlrlp" method="post" id="my-form" name="my-form">
<fieldset>
<div>
<label for="contactName">Name <span class="required">*</span></label>
<input type="text" value="" size="35" id="contactName" name="contactName">
</div>
<div>
<label for="contactEmail">Email <span class="required">*</span></label>
<input type="text" value="" size="35" id="contactEmail" name="contactEmail">
</div>
<div>
<label for="contactSubject">Subject</label>
<input type="text" value="" size="35" id="contactSubject" name="contactSubject">
</div>
<div>
<label for="contactMessage">Message <span class="required">*</span></label>
<textarea cols="50" rows="15" id="contactMessage" name="contactMessage"></textarea>
</div>
<div>
<button class="submit">Submit</button>
<span id="image-loader"> <!-- not in use after change to Formspree -->
<img alt="" src="images/loader.gif">
</span>
<p id="my-form-status"></p>
</div>
</fieldset>
</form> <!-- Form End -->
<!-- contact-warning (replaced)
<div id="message-warning"> Error boy</div>
-->
<!-- contact-success (replaced)
<div id="message-success">
<i class="fa fa-check"></i>Your message was sent, thank you!<br>
</div>
-->
</div>
<aside class="four columns footer-widgets">
<div class="widget widget_contact">
<h4>Address and Email</h4>
<p class="address">
Wei Li<br>
University of Houston <br>
<!-- Department of Earth and Atmospheric Sciences <br> -->
Science & Research Building 1 <br>
3507 Cullen Blvd, Room 413 <br>
Houston, Texas 77204-5007 <br>
<span>[email protected]</span>
</p>
</div>
<div class="widget widget_tweets">
<h4 class="widget-title">News & Updates</h4>
<ul id="twitter">
<li>
<span>
My drought-dust relationship paper is published online at ACP! Feel free to read and cite it if you think it is useful!
<a href="https://acp.copernicus.org/articles/22/7843/2022/">Check it out ! </a>
</span>
<b><a href="#">2 Days Ago</a></b>
</li>
<li>
<span>
New feature with contact form was added. Feel free to contact me for any questions and collaboration!
<a href="#contact">Send a message !</a>
</span>
<b><a href="#">3 Days Ago</a></b>
</li>
</ul>
</div>
</aside>
</div>
</section> <!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://twitter.com/home"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=r_x-MMIAAAAJ&hl=en"><i class="fa fa-google-plus"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a></li> -->
<li><a href="https://github.com/lwcugb"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.instagram.com/liweicugb/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://join.skype.com/invite/BXy3NhVHMiXj"><i class="fa fa-skype"></i></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2022</li>
<li>Design by <a href="http://www.styleshout.com/" title="Styleshout" target="_blank">Styleshout</a></li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
<!-- Place this script at the end of the body tag (copied from https://formspree.io/forms/mrgjlrlp/integration) -->
<script>
var form = document.getElementById("my-form");
async function handleSubmit(event) {
event.preventDefault();
var status = document.getElementById("my-form-status");
var data = new FormData(event.target);
fetch(event.target.action, {
method: form.method,
body: data,
headers: {
'Accept': 'application/json'
}
}).then(response => {
if (response.ok) {
status.innerHTML = "Thanks for your submission!";
form.reset()
} else {
response.json().then(data => {
if (Object.hasOwn(data, 'errors')) {
status.innerHTML = data["errors"].map(error => error["message"]).join(", ")
} else {
status.innerHTML = "Oops! There was a problem submitting your form"
}
})
}
}).catch(error => {
status.innerHTML = "Oops! There was a problem submitting your form"
});
}
form.addEventListener("submit", handleSubmit)
</script>
</body>
</html>