-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_sublim.html
More file actions
25 lines (19 loc) · 1013 Bytes
/
test_sublim.html
File metadata and controls
25 lines (19 loc) · 1013 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<title>Dr. Ugo Lebreuilly's web page</title>
</head>
<body>
<a11>
<p> <img src="pictures/logo.001.png" width="50%",height="50%" /> </p>
<p><H>Welcome to my web-site !</H></p>
<p>My name is Ugo Lebreuilly and I am a post-doctoral researcher currently working at IRFU/DAP at CEA in Saclay.</p>
<p> I am currently working with Dr. Patrick Hennebelle as a post-doctoral staff of the <a href="http://ecogal.extra.cea.fr/indexhtml.php">ECOGAL project</a> (founded by an ERC synergy).</p>
<p>My main current research topics are star/disk and planet formation and the overall dynamics of gas and dust in the interstellar medium. </p>
<p><button onclick="document.location='cv.html'">Curiculum Vitae</button> </p>
<p><button onclick="document.location='publi.html'">Publication list</button> </p>
</body>
</a11>
</html>