-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (138 loc) · 6.03 KB
/
index.html
File metadata and controls
150 lines (138 loc) · 6.03 KB
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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ugo Lebreuilly's website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#one">Introducing myself</a></li>
<li><a href="#two">Contact infomation</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<span class="image fit"><img src="images/logo.png" alt="" /></span>
<p> Welcome to my web-site ! My name is Ugo Lebreuilly and I am working at AIM/DAp (CEA of Saclay) as an engineer-researcher in the LMPA laboratory. <p> My main current research topics are star/disk and planet formation and the overall dynamics and evolution of the gas and dust from the diffuse interstellar medium to the protoplanetary disks. </p>
<ul class="actions">
<li><a href="#one" class="button scrolly">Learn more about me</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="#" class="image"><img src="images/eso1105a.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Curiculum Vitae</h2>
<ul class="actions">
<li><a href="cv.html" class="button">Learn more about my CV</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/rt_density-1540_z.png" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>List of publications</h2>
<p> This is the full list of my peer-reviewed publications. </p>
<ul class="actions">
<li><a href="https://ui.adsabs.harvard.edu/search/fq=%7B!type%3Daqp%20v%3D%24fq_database%7D&fq_database=(database%3Aastronomy%20OR%20database%3Aphysics)&p_=0&q=%20author%3A%22Lebreuilly%2C%20U%22%20%20author%3A%22Lebreuilly%2C%20Ugo%22&sort=date%20desc%2C%20bibcode%20desc" class="button">Learn more about my works</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/shark.jpeg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>SHARK</h2>
<p> SHARK is a code I designed to study the evolution of dust grains during the protostellar collapses. It solves the 1D gas and multiple dust species hydrodynamical equation either in cartesian coordinates or in spherical geometry and takes into the coagulation and fragmentation of dust grains by solving the Smoluchowski equations. It also computes, on-the-fly, the ionisation state of the cloud. </p>
<p> SHARK is a public code, so feel free to clone the repository and modify it at will. It is intended for a community use so, if you want to be a contributor of the code, feel free to contact me !</p>
<ul class="actions">
<li><a href="https://github.com/ulebreui/shark" class="button">Go get SHARK!</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/carena.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>RAMSES tutorial</h2>
<p> A serie of RAMSES tutorial that my collaborators and I developped for RAMSES schools. I mostly developed the collapse tutorial. </p>
<ul class="actions">
<li><a href="https://ramses-tutorials.readthedocs.io/en/latest/index.html" class="button">Go get the tutorial !</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/dusty_disk_top.png" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>Gallery</h2>
<p> Click here for some nice simulation movies and images</p>
<ul class="actions">
<li><a href="movies.html" class="button">See the gallery !</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Three -->
<section id="two" class="wrapper style1 fade-up">
<div class="inner">
<h2>Contact infomation</h2>
<p>Here are my contact informations. You can contact at my email address me after replacing the [dot] by . and [at] by @.</p>
<div class="split style1">
<section>
<ul class="contact">
<li>
<h3>Email</h3>
<a href="#">ugo[dot]lebreuilly[at]cea[dot]fr</a>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Ugo Lebreuilly's web-page. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>