-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMaria.html
124 lines (99 loc) · 6.75 KB
/
Maria.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
<html>
<head>
<title>María Gonçalves-Ageitos 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/Goncalves.jpg"/>
<h1> María Gonçalves-Ageitos</h1>
</aside>
<article>
<section id="second">
<h3> Education</h3>
<ul>
<li> <b>M.S. Secondary School's Training</b> <span class="float_right"> 2013</span> <br/> <span class="indent">Polytechnic University of Catalonia</span></li>
<li> <b>M.S. Chemical Engineering</b> <span class="float_right"> 2004</span> <br/> <span class="indent">University of Santiago de Compostela</span></li>
</ul>
</section>
<section>
<h3> CESLab Role </h3>
<ul class="bullet">
<li> Develop meteorological fields for air quality models using the Weather Research Forecasting Model (WRF)</li>
</ul>
</section>
</article>
<div class="profile_publication">
<h1> Publications</h1>
<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>, (2012). doi: 10.1029/2012JD017730 </li>
<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>
<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>
</div>
</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>