-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPeople(0).html
706 lines (625 loc) · 44.4 KB
/
People(0).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
<!DOCTYPE HTML>
<html>
<head>
<title>CES-Lab Members</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="Style/style.css" title="style" />
</head>
<body>
<div id="main">
<header>
<div id="background_img">
<div id="logo_text">
<a name="Top"><h1><a href="index.html">Computational Environmental Science Lab</h1></a>
<img id="logo_img" src="Style/CESLAB.jpg"/>
</div>
<!----------------- Menu ------------------>
<div id="menubar">
<ul id="menu">
<li id="menu_headers"><a href="Opportunities.html">Opportunities</a> </li>
<li id="menu_headers"><a href="Publications.html">Publications</a>
<div class= "dropdown">
<ul id="smaller">
<li><a href="Publications.html#PeerArticles"> Peer Reviewed Articles </a></li>
<li><a href="Publications.html#Magazine"> Magazine Articles </a></li>
<li><a href="Publications.html#PeerBook"> Peer Reviewed Book Chapters </a></li>
<li><a href="Publications.html#Reports"> Reports </a></li>
</ul>
</div>
</li>
<li id="menu_headers" ><a href="ResearchGroup.html">People</a>
<div class="dropdown">
<ul>
<li><a href="ResearchGroup.html#Post"> Post-Doctoral Researchers </a></li>
<li><a href="ResearchGroup.html#Visit"> Visiting Scientists </a></li>
<li><a href="ResearchGroup.html#Grad"> Graduate Students </a></li>
<li><a href="ResearchGroup.html#Under"> Undergraduate Students </a></li>
<li><a href="ResearchGroup.html#High"> High School Students </a></li>
</ul>
</div>
</li>
<li id="menu_headers"><a href="Research.html">Research</a></li>
<li id="menu_headers"><a href="index.html"><span class="selected">Home</span></a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!---------------- Content ------------------------>
<div id="content_header"></div>
<div id="site_content">
<div id="content">
<a name ="Post"></a> <h2> Post-Doctoral Researchers </h2>
<div class = "person">
<h3> Dr. Marc Carreras-Sospedra </h3>
<img src="Style/Marc.jpg"/>
<div id ="info">
<h4 > Current Studies </h4>
<ul >
<li> Air quality impacts of widespread use of liquefied natural gas in California </li>
<li> Greenhouse gases and air quality impacts of biomass and biogas use in California. </li>
<li> Assessment of air quality impacts of distributed electricity resources in the United States. </li>
<li> Air quality impacts of the more renewable energy future in California </li>
<li> Effects of climate change and greenhouse gas mitigation strategies on air quality</li>
<li> Integration of secondary organic aerosol into the nonhydrostatic multi-scale Model-Barcelona Supercomputing Center (NMMB-BSC) model </li>
<li> Effect of vehicle emission control technologies in currentair quality in California </li>
</ul>
</div>
<ul class="popup">
<li><h4 class = "publication"> View Previous Publications </h4>
<div class="popup_content">
<table>
<tr>
<td> 2013 </td>
<td>
<ul>
<li>
<span class="bold"> Emission estimates of HCFCs and HFCs in California from the 2010 CalNex study.</span>
<br/> Barletta B., Carreras-Sospedra M., Cohan A., Nissenson P., Dabdub D., Meinardi S., Atlas E., Lueb R., Holloway J.S., Ryerson T.B., Pederson J., Vancuren R.A., Blake D.R.<br/>
<span class="italic"> J. Geophys. Res.</span> <span class="bold">118</span>, (2013) 2019-2030. doi: 10.1002/jdrd.50209
</li>
</ul>
</td>
</tr>
<tr>
<td> 2012 </td>
<td>
<ul>
<li>
<span class="bold">Images reveal that atmospheric particles can undergo liquid-liquid phase separations.</span>
<br/> You Y., Renbaum-Wolff L., Carreras-Sospedra M., Hanna S.J., Hiranuma N., Kamal S., Smith M.L., Zhang X.L., Weber R.J., Shilling J.E., Dabdub D., Martin S.T., Bertram A.K.<br/>
<span class="italic"> Proc. Natl. Acad. Sci.</span> <span class="bold"> 109</span>, (2012) 13188-13193. doi: 10.1073/pnas.1206414109
</li>
</ul>
</td>
</tr>
<tr>
<td> 2011 </td>
<td>
<ul>
<li>
<span class="bold"> Future impacts of distributed power generation on ambient ozone and particulate matter concentrations in the San Joaquin Valley of California. </span>
<br/> Vutukuru S., Carreras-Sospedra M., Brouwer J. and Dabdub D.<br/>
<span class="italic"> J. Air & Waste Manage. Assoc.</span> <span class="bold"> 61</span>, (2011) 1319-133. doi: 10.1080/10473289.2011.603990
</li>
</ul>
</td>
</tr>
<tr>
<td> 2010 </td>
<td>
<ul>
<li>
<span class="bold"> Impacts of electronically photo-excited NO<sub>2</sub> on air pollution control strategies in the South Coast Air Basin of California. </span>
<br/> Ensberg J., Carreras-Sospedra M. and Dabdub D. <br/>
<span class="italic"> Atmospheric Chemistry and Physics,</span> <span class="bold"> 10</span>, (2010) 1171-1181.
</li></br>
<li>
<span class="bold"> Central power generation versus distributed generation - an air quality assessment in the South Coast Air Basin of California. </span>
<br/> Carreras-Sospedra M., Vutukuru S., Brouwer J. and Dabdub D. <br/>
<span class="italic"> Atmospheric Environment</span> <span class="bold"> 44</span>, (2010) 3215-3223. doi: 10.1016/j.atmosenv.2010.05.017
</li>
</ul>
</td>
</tr>
<tr>
<td> 2009 </td>
<td>
<ul>
<li>
<span class="bold"> Determining air quality and greenhouse gas impacts of hydrogen infrastructure and fuel cell vehicles. </span>
<br/> Stephens-Romero S.D., Carreras-Sospedra M., Dabdub D., Brouwer J. and Samuelsen G.S. <br/>
<span class="italic"> Environmental Science Technology,</span> <span class="bold"> 43</span>, (2009) 9022-9029.
</li>
</ul>
</td>
</tr>
<tr>
<td class="date"> 2008</td>
<td>
<ul>
<li>
<span class="bold"> Air quality impacts of distributed energy resources implemented in the Northeastern United States.</span>
<br/> Carreras-Sospedra M., Dabdub D., Brouwer J., Knipping E., Kumar N., Darrow K., Hampson A. and Hedman B. <br/>
<span class="italic"> J. Air & Waste Manage. Assoc., </span> <span class="bold">58</span>, (2008) 902-912. doi:10.3155/1047-3289.58.7.902
</li> <br/>
<li>
<span class="bold"> Influence of sea-salt activated chlorine and surface-mediated renoxification on the weekend effect in the South Coast Air Basin of California. </span>
<br/> Cohan A., Chang W., Carreras-Sospedra M. and dabdub D. <br/>
<span class="italic"> Atmospheric Environment</span> <span class="bold"> 42</span>, (2008)3115-3129.
</li> <br/>
<li>
<span class="bold"> A methodology for developing distributed generation scenarios in urban areas using geographical information systems. </span>
<br/> Medrano M., Brouwer J., Carreras-Sospedra M., Rodriguez M. A., Dabdub D. and Samuelsen G. S. <br/>
<span class="italic"> Int. J. Energy Tech. Pol.</span> <span class="bold"> 6</span>, (2008) 413-434.
</li>
</ul>
</td>
</tr>
<tr>
<td class="date"> 2006</td>
<td>
<ul>
<li>
<span class="bold"> Air quality impacts of distributed power generation in the South Coast Air Basic of California 1: Scenario development and modeling analysis.</span>
<br/> Rodriguez M.A., Carreras-Sospedra M., Medrano M., Brouwer J., Samuelsen G.S. and Dabdub. <br/>
<span class="italic"> Atmospheric Environment </span> <span class="bold">40</span>, (2006) 5508-5521.
</li> <br/>
<li>
<span class="bold"> Air Quality Modeling in the South Coast Air Basin of California: What do the numbers really mean? </span>
<br/> Carreras- Sospedra M., Dabdub D., Rodriguez M. and Brouwer J. <br/>
<span class="italic"> J. Air & Waste Manage. Assoc., </span> <span class="bold">56</span>, (2006) 1184-1195.
</li>
</ul>
</td>
</tr>
<tr>
<td class="date"> 2005</td>
<td>
<ul>
<li>
<span class="bold"> Calculation of incremental secondary organic aerosol reactivity.</span>
<br/> Carreras-Sospedra M., Griffin R. J. and Dabdub D. <br/>
<span class="italic"> Environ. Sci. Technol. </span> <span class="bold">39</span>, (2005) 1724-1730.
</li>
</ul>
</td>
</tr>
</table>
</div>
</li>
</ul>
<!-- add popup publications-->
</div>
<div class = "person">
<h3> Dr. Matthew L. Dawson </h3>
<img src="Style/Matt_Dawson.jpg"/>
<div id ="info">
<h4 > Current Studies </h4>
<ul >
<li> Particle resolve simulations: dynamics of aqueous phase chemistry and cloud processing</li>
<li> NO<sub>x</sub> dependence on the formation of secondary organic aerosol from aromatic precursors in urban airshed</li>
<li> Effect of singlet oxygen chemistry from photoexcited Benzo[a]pyrene and Benzo[a]pyrene diones</lie>
</ul>
</div>
</div>
<div class = "person">
<h3> Dr. Paul Nissenson </h3>
<img src="Style/Paul.jpg"/>
<div id ="info">
<h4 > Education </h4>
<ul>
<li> B.S. Physics, University of California, Irvine, 2003</li>
<li> M.S. Mechanical & Aerospace Engineering, University of California, Irvine, 2007 </li>
<li> Ph.D. Mechanical & Aerospace Engineering, University of California, Irvine, 2009 </li>
</ul>
<h4> Area of Speciality</h4>
<ul>
<li> Modeling physical and chemical processes in sea-salt aerosol</li>
<li> Regional air quality modeling </li>
<li> Thermal-fluids </li>
</ul>
</div>
<ul class="popup">
<li><h4 class = "publication"> View Previous Publications </h4>
<div class="popup_content">
<table>
<tr>
<td> 2013 </td>
<td>
<ul>
<li>
<span class="bold"> Emission estimates of HCFCs and HFCs in California from the 2010 CalNex study.</span>
<br/> Barletta B., Carreras-Sospedra M., Cohan A., Nissenson P., Dabdub D., Meinardi S., Atlast E., Lueb R., Holloway J.S., Ryerson T.B., Pederson J., Vancuren R.A., Blake D.R.<br/>
<span class="italic"> J. Geophys. Res.</span> <span class="bold">118</span>, (2013) 2019-2030. doi: 10.1002/jdrd.50209
</li>
</ul>
</td>
</tr>
<tr>
<td> 2011 </td>
<td>
<ul>
<li>
<span class="bold">HFC-152a and HFC-134a emission estimates and characterization of CFCs, CFC replacements, and other halogenated solvents measured during the 2009 ARCTAS campaign (CARB phase) over the South Coast Air Basin of California. </span>
<br/> Barletta B., Nissenson P., Meinardi S., Dabdub D., Rowland F., VanCuren R.A., Pederson J. and Blake D.R.<br/>
<span class="italic">Atmospheric Chemistry and Physics </span> <span class="bold">10</span>, (2011) 2655-2669. doi: 10.519/acp-11-2655-2011
</li>
</ul>
</td>
</tr>
<tr>
<td> 2010 </td>
<td>
<ul>
<li>
<span class="bold">Evidence of the water-cage effect on the photolysis of NO<sub>3</sub><sup>-</sup> and FeOH<sub>2</sub><sup>+</sup>. Implications of this effect and of H<sub>2</sub>O<sub>2</sub> surface accumulation on photochemistry at the air-water interface of atmospheric droplets.</span>
<br/>
<span class="italic">Atmospheric Environment</span> <span class="bold">44</span>, (2010) 4859-4866. doi: 10.1016/j.atmosenv.2010.08.035
</li><br/>
<li>
<span class="bold">Impact of the Knudsen number and mass transfer expression on multi-phase kinetic modeling. </span>
<br/>Pokkunuri P., Nissenson P. and Dabdub D.
<span class="italic">Atmospheric Environment</span> <span class="bold">44</span>, (2010) 153-163. doi: 10.1016/j.atmosenv.2009.10.014
</li>
</ul>
</td>
</tr>
<tr>
<td> 2009 </td>
<td>
<ul>
<li>
<span class="bold">Probing the sensitivity of gaseous Br<sub>2</sub> production from the oxidation of aqueous bromide-containing aerosols and atmospheric implications.</span>
<br/>Nissenson P., Packwood D.M., Hunt S. H, Finlayson-Pitts B. J. and Dabdub D.
<span class="italic">Atmospheric Environment</span> <span class="bold">43</span>, (2009) 3951-3962. doi: 10.1016/j.atmosenv.2009.04.006
</li>
</ul>
</td>
</tr>
<tr>
<td> 2008 </td>
<td>
<ul>
<li>
<span class="bold">Influence of the public transportation system on the air quality of a major urban center. A case study: Milan, Italy. </span>
<br/>Meinardi S., Nissenson P., Barletta B., Dabdub D., Rowland F.S. and Blake D. R.
<span class="italic">Atmospheric Environment</span> <span class="bold">42</span>, (2008) 7915-7923. doi: 10.1016/j.atmosenv.2008.07.046
</li><br/>
<li>
<span class="bold">Sensitivity and uncertainty analysis of the mechanism of gas-phase chlorine production from NaCl aerosols in the MAGIC model. </span>
<br/>Nissenson P.M., Thomas J.L., Finlayson-Pitts B.J. and Dabdub D.
<span class="italic">Atmospheric Environment</span> <span class="bold">42</span>, (2008) 6934-6941. doi: 10.1016/j.atmosenv.2008.04.041
</li>
</ul>
</td>
</tr>
<tr>
<td> 2006</td>
<td>
<ul>
<li>
<span class="bold">Enhanced photolysis in aerosols: evidence for important surface effects. </span>
<br/>Nissenson P., Knox C. J. H., Finlayson-Pitts B.J., Phillips L.F. and Dabdub D.
<span class="italic">Phys. Chem. Chem. Phys.</span> <span class="bold">8</span>, (2006) 4700-4710. doi: 10.1039/b609219e
</li>
</ul>
</td>
</tr>
</table>
</div>
</li>
</ul>
</div>
<div id="nopic" class = "person">
<h3> Dr. Andrew S. Martinez </h3>
<img src="Style/No_image.jpg"/>
<ul class="popup">
<li><h4 class = "publication"> View Previous Publications </h4>
<div class="popup_content" id="small_popup">
<table>
<tr>
<td> 2013 </td>
<td>
<ul>
<li>
<span class="bold"> Emission factor estimation in regional air quality studies of reidential natural gas fuel interchangeability.</span>
<br/> Dabdub D., Jani A., Martinez A.<br/>
<span class="italic"> FUEL</span> <span class="bold">119</span>, (2014) 129-140 doi: 10.1016/j. fuel.2013.11.018
</li>
</ul>
</td>
</tr>
</table>
</div>
</li>
</ul>
</div>
<a name="Visit"></a> <h2 class=title> Visiting Scientists </h2>
<div class = "person">
<h3> Dr. María Gonçalves-Ageitos </h3>
<img src="Style/Goncalves.jpg"/>
<div id ="info">
<h4 > Education </h4>
<ul>
<li> M.S. Chemical Engineering, University of Santiago de Compostela, 2004</li>
<li> M.S. Secondary School's Training, Polytechnic University of Catalonia, 2013</li>
</ul>
</div>
<ul class="popup">
<li><h4 class = "publication"> View Previous Publications </h4>
<div class="popup_content">
<table>
<tr>
<td> 2012 </td>
<td>
<ul>
<li>
<span class="bold">Potential significance of photoexcited NO<sub>2</sub> on global air quality with the NMMB/BSC chemical transport model.</span>
<br/> Jorba O., Dabdub D., Blaszczak-Boxe C., Perez C., Janjic Z., Baldasano J.M., Spada M., Badia A., Goncalves, M.<br/>
<span class="italic">J. Geophys. Res.</span> <span class="bold">117</span>, (2012). doi: 10.1029/2012JD017730
</li><br/>
<li>
<span class="bold">Impact of HONO sources on the performance of mesoscale air quality models.</span>
<br/>Goncalves M., Dabdub D., Chan W.L., Jorba O. and Baldasano J.M.<br/>
<span class="italic">Atmospheric Environment</span> <span class="bold">54</span>, (2012) 168-176. doi: 10.1016/j.atmosenv.2012.02.079
</li>
</ul>
</td>
</tr>
<tr>
<td> 2010 </td>
<td>
<ul>
<li>
<span class="bold">A full year evaluation of the CALIOPE-EU air quality modeling system over Europe for 2004</span>
<br/> Pay M.T., Piot M., Jorba O., Gasso S., Goncalves M., Basart S., Dabdub D., Jimenez-Guerrero P. and Baldasano J.M.<br/>
<span class="italic">Atmospheric Environment</span> <span class="bold">44</span>, (2010) 3322-3342. doi: 10.1016/j.atmosenv.2010.05.040
</li>
</ul>
</td>
</tr>
</table>
</div>
</li>
</ul>
</div>
<div class = "person">
<h3> Eva Margarita Melgar-Paniagua </h3>
<img src="Style/Eva.jpg"/>
<div id ="info">
<h4 > Current Study </h4>
<ul>
<li> Characterization of particulate matter in Tula-Tepeji, Mexico</li>
<li> Atmospheric modeling and health impacts</li>
</ul>
</div>
</div>
<div class = "person">
<h3> Geovani A. Montoya </h3>
<img src="Style/Geovani.jpg"/>
<div id ="info">
<h4> Role </h4>
<ul>
<li> FORTRAN programming </li>
<li> Experimental measurements of the quantum yields of singlet molecular oxygen by Benzo[a]pyrene and Benzo[a]pyrene diones </li>
</ul>
</div>
</div>
<a name="Grad"></a><h2 class=title> Graduate Students </h2>
<div class = "person">
<h3> Jeremy R. Horne </h3>
<img src="Style/Jeremy.jpg"/>
<div id ="info">
<h4 > Current Research </h4>
<ul>
<li> Bridging Climate Change and Air Pollution: What will global change mean for air pollution on the regional scale </li>
<li> Air quality impacts of distributed energy resources: projects of future deployment, spatial allocation of emissions, and regional air quality modeling </li>
<li> Modeling the Effects of Ammonia on SOA Formation and Composition in the Los Angeles Basin </li>
<li> Modeling Secondary Organic Aerosol from Oxidation of Indole</li>
</ul>
<h4> Additional Role </h4>
<ul>
<li> CESLAB Computer Administrator</li>
</ul>
</div>
<ul class="popup">
<li><h4 class = "publication"> View Previous Publications </h4>
<div class="popup_content" id="small_popup2">
<table>
<tr>
<td> 2016 </td>
<td>
<ul>
<li><span class="bold"> Impact of global climate change on ozone, particulate matter, and secondary organic aerosol concentrations in California: a model perturbation analysis.</span>
<br/> Horne J.R. and Dabdub D.
</li>
</ul>
</td>
</tr>
<tr>
<td> 2015</td>
<td>
<ul>
<li><span class="bold">The future of airborne sulfur-containing particles in the absence of fossil fuel sulfur dioxide emissions. </span>
<br/>Perraud V., Horne J.R., Martinez A.S., Kalinowski J., Meinardi S., Dawson M.L., Wingen L.M., Dabdub D., Black D.R., Gerber R.B., and Finlayson-Pitts B.J.<br/>
<span class="italic"> Proc. Natl. Acad. Sci.</span> <span class="bold">112</span>, (2015) 13514-13519. doi: 10.1073/pnas.1510743112
</li>
</ul>
</td>
</tr>
</table>
</div>
</li>
</ul>
</div>
<div class = "person">
<h3> Wayne L. Chang </h3>
<img src="Style/Wayne.jpg"/>
<div id ="info">
</div>
<ul class="popup">
<li><h4 class = "publication"> View Previous Publications </h4>
<div class="popup_content">
<table>
<tr>
<td> 2012 </td>
<td>
<ul>
<li>
<span class="bold">Impact of HONO sources on the performance of mesoscale air quality models.</span>
<br/>Goncalves M., Dabdub D., Chan W.L., Jorba O. and Baldasano J.M.<br/>
<span class="italic">Atmospheric Environment</span> <span class="bold">54</span>, (2012) 168-176. doi: 10.1016/j.atmosenv.2012.02.079
</li>
</ul>
</td>
</tr>
<tr>
<td> 2011 </td>
<td>
<ul>
<li>
<span class="bold">Heterogeneous and homogeneous atmospheric chemistry, ambient measurements and model calculations of N<sub>2</sub>O<sub>5</sub>: A review.</span>
<br/> Chang W.L., Bhave P.V., Brown S.S., Riemer N., Stutz J. and Dabdub D.<br/>
<span class="italic">Aerosol Science & Technology</span> <span class="bold">45</span>, (2011) 665-695. doi:10.1080/02786826.2010.551672
</li>
</ul>
</td>
</tr>
<tr>
<td> 2010 </td>
<td>
<ul>
<li>
<span class="bold">Partitioning phase preference for secondary organic aerosol in an urban atmosphere.</span>
<br/> Chang W. L., Griffin R. J. and Dabdub D. <br/>
<span class="italic"> Proc. Natl. Acad. Sci.,</span> <span class="bold">108</span>, (2010), 6705-6710. doi: 10.1073/pnas.0911244107
</li>
</ul>
</td>
</tr>
<tr>
<td> 2009 </td>
<td>
<ul>
<li>
<span class="bold">Chlorine activation indoors and outdoors via surface-mediated reactions of nitrogen oxides with hydrogen chloride.</span>
<br/> Raff J. D., Njegic B., Chang W. L., Gordon M. S., Dabdub D., Gerber R. B. and Finlayson-Pitts B. J. <br/>
<span class="italic"> Proc. Natl. Acad. Sci.,</span> <span class="bold">106</span>, (2009) 13647-13654. doi: 10.1073/pnas.0904195106
</li>
</ul>
</td>
</tr>
<tr>
<td> 2008 </td>
<td>
<ul>
<li>
<span class="bold">Influence of sea-salt activated chlorine and surface-mediated renoxification on the weekend effect in the South Coast Air Basin of California.</span>
<br/> Cohan A., Chang W., Carreras-Sospedra M. and Dabdub D. <br/>
<span class="italic"> Atmospheric Environment</span> <span class="bold">42</span>, (2008) 3115-3129.
</li>
</ul>
</td>
</tr>
</table>
</div>
</li>
</ul>
</div>
<div class = "person">
<h3> Sara Rahiminejad </h3>
<img src="Style/Sara.jpg"/>
<div id ="info">
<h4 > Role </h4>
<ul>
<li> The history of air quality regulation in California </li>
<ul>
</div>
</div>
<a name="Under"></a> <h2 class=title> Undergraduate Students </h2>
<div class = "person">
<h3> Ethan Boado </h3>
<img src="Style/Ethan.jpg"/>
<div id ="info">
<h4 > Role </h4>
<ul>
<li> Develop meteorological fields for air quality models using the Weather Research Forecasting Model (WRF) </li>
<ul>
</div>
</div>
<div class = "person">
<h3> Zepyoor Khechadoorian </h3>
<img src="Style/Zepyoor.jpg"/>
<div id ="info">
<h4 > Role </h4>
<ul>
<li> FORTRAN Programming </li>
<li> Scientific data visualization of air quality data </li>
<ul>
</div>
</div>
<div class = "person">
<h3> Raymond Lau </h3>
<img src="Style/Raymond.jpg"/>
<div id ="info">
<h4 > Role </h4>
<ul>
<li> Acquiring data regarding trends and correlations in ozone and temperature for the South Coast Air Basin of California </li>
<ul>
</div>
</div>
<div class = "person">
<h3> Braveson Ly </h3>
<img src="Style/Braveson.jpg"/>
<div id ="info">
<h4 > Role </h4>
<ul>
<li> Scientific visualization of aqueous phase chemistry and cloud processes </li>
<ul>
</div>
</div>
<a name="High"></a> <h2 class=title>High School Students </h2>
<div class = "person">
<h3> Kendall Robison </h3>
<img src="Style/Kendall.jpg"/>
<div id ="info">
<h4 > Role </h4>
<ul>
<li> Unix and FORTRAN programming</li>
<li> Introduction to computational sciences</li>
<li> Chaotic dynamical systems</li>
</ul>
</div>
</div>
</div>
<button id="scrollme" type="#button" > Go To Top </button>
<script type="text/javascript">
function runScroll(){
scrollTo(document.body, 0, 600);
}
var scrollme;
scrollme= document.querySelector("#scrollme");
scrollme.addEventListener("click", runScroll,false);
function scrollTo(element, to, duration) {
if (duration <= 0) return;
var difference = to - element.scrollTop;
var perTick = difference / duration * 10;
setTimeout(function() {
element.scrollTop = element.scrollTop + perTick;
if (element.scrollTop === to) return;
scrollTo(element, to, duration - 10);
}, 10);
}
</script>
</div>
<body>
<!-------------------------------Footer---------------->
<footer>
<p>
<b>Computational Environmental Science Lab</a></b> </br> Department of Mechanical & Aerospace Engineering, University of California, Irvine</p>
</footer>
<html>