1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
---|
3 | <head> |
---|
4 | <title>Homepage of Aymeric Spiga</title> |
---|
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
---|
6 | <meta name="description" content="Homepage of Aymeric Spiga" /> |
---|
7 | <meta name="keywords" content="Mars,atmosphere,dynamics,climate" /> |
---|
8 | <link rel="stylesheet" href="andreas08.css" type="text/css" media="screen,projection" /> |
---|
9 | |
---|
10 | <script type="text/javascript"> |
---|
11 | |
---|
12 | var _gaq = _gaq || []; |
---|
13 | _gaq.push(['_setAccount', 'UA-16721933-1']); |
---|
14 | _gaq.push(['_trackPageview']); |
---|
15 | |
---|
16 | (function() { |
---|
17 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
---|
18 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
---|
19 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
---|
20 | })(); |
---|
21 | |
---|
22 | function expandPara(a){ |
---|
23 | var e=document.getElementById(a); |
---|
24 | if(!e) return; |
---|
25 | if(e.style.display=="none"){ |
---|
26 | e.style.display=""; |
---|
27 | } else { |
---|
28 | e.style.display="none"; |
---|
29 | } |
---|
30 | } |
---|
31 | |
---|
32 | </script> |
---|
33 | |
---|
34 | </head> |
---|
35 | |
---|
36 | <body> |
---|
37 | <div id="container" > |
---|
38 | |
---|
39 | <div id="header"> |
---|
40 | <h1>Aymeric SPIGA</h1> |
---|
41 | <h2>Publications in peer-reviewed journals</h2> |
---|
42 | </div> |
---|
43 | |
---|
44 | <div id="navigation"> |
---|
45 | <ul> |
---|
46 | <li><a href="index.html">Home</a></li> |
---|
47 | <li class="selected"><a href="publications.html">Publications</a></li> |
---|
48 | <li><a href="work.html">Work</a></li> |
---|
49 | <li><a href="abstracts.html">Abstracts</a></li> |
---|
50 | <li><a href="reports.html">Reports</a></li> |
---|
51 | <li><a href="model.html">Model</a></li> |
---|
52 | <li><a href="links.html">Links</a></li> |
---|
53 | <li><a href="teaching.html">Teaching</a></li> |
---|
54 | <li><a href="http://www-mars.lmd.jussieu.fr/mars/access.html">MCD</a></li> |
---|
55 | </ul> |
---|
56 | </div> |
---|
57 | |
---|
58 | <div id="content"> |
---|