-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMatthew.html
93 lines (77 loc) · 4.57 KB
/
Matthew.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
<html>
<head>
<title>Matt L. Dawson- CES-Lab Member</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"><i>Computational Environmental Science Lab</i></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="People.html"><span class="selected">People</span></a>
<div class="dropdown">
<ul>
<li><a href="People.html#Principal"> Principal Investigator </a></li>
<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">Home</a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!--------Content------------>
<div id="site_content">
<div id="content">
<div class="profile">
<aside>
<img src="Style/Matt_Dawson.jpg"/>
<h1> Matt L. Dawson</h1>
</aside>
<article>
<section>
<h3> CESLab Research </h3>
<ul class="bullet">
<li> Particle resolved 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>
</section>
</div>
</div>
</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>