-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew-adv.html
118 lines (100 loc) · 5.69 KB
/
new-adv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="After more than 10 years looking towards the center of planets, deep into our core and other terrestrial planets, I have decided to change my perspective and move on new projects. During these 10...">
<meta name="keywords" content="new">
<link rel="icon" href="/favicon.ico">
<title>New adventure - Marine Lasbleis</title>
<!-- Stylesheets -->
<link href="/theme/css/bootstrap.min.css" rel="stylesheet">
<link href="/theme/css/fonts.css" rel="stylesheet">
<link href="/theme/css/nest.css" rel="stylesheet">
<link href="/theme/css/pygment.css" rel="stylesheet">
<!-- /Stylesheets -->
<!-- RSS Feeds -->
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Marine Lasbleis Full Atom Feed" />
<link href="/feeds/posts.atom.xml" type="application/atom+xml" rel="alternate" title="Marine Lasbleis Categories Atom Feed" />
<!-- /RSS Feeds -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<div class="header-container" style="background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/images/DSC_0004.JPG'); background-position: center; background-size: cover;">
<!-- Static navbar -->
<div class="container">
<div class="header-nav">
<div class="header-logo">
<a class="pull-left" href="/"><img class="mr20" src="/images/logo.png" alt="logo">Marine Lasbleis</a>
</div>
<div class="nav pull-right">
<a href="/pages/research.html">Research</a>
<a href="/pages/sci-com.html">Science com.</a>
<a href="/pages/contact-info.html">Contact</a>
<a href="/pages/inner-core.html">Inner Core</a>
<a href="/pages/indymag.html">IndyMag</a>
</div>
</div>
</div>
<!-- /Static navbar -->
<!-- Header -->
<!-- Header -->
<div class="container header-wrapper">
<div class="row">
<div class="col-lg-12">
<div class="header-content">
<h1 class="header-title">New adventure</h1>
<p class="header-date"> <a href="/author/marine-lasbleis.html">Marine Lasbleis</a>, Mon 28 June 2021, <a href="/category/posts.html">Posts</a></p>
<div class="header-underline"></div>
<div class="clearfix"></div>
<p class="pull-right header-tags">
<span class="glyphicon glyphicon-tags mr5" aria-hidden="true"></span>
<a href="/tag/new.html">new</a> </p>
</div>
</div>
</div>
</div>
<!-- /Header -->
<!-- /Header -->
</div>
<!-- /Header -->
<!-- Content -->
<div class="container content">
<p>After more than 10 years looking towards the center of planets, deep into our core and other terrestrial planets, I have decided to change my perspective and move on new projects. </p>
<p>During these 10 years, I grew up as a scientist. I met colleagues who became friends, I learned a lot from them and from students I worked with. I got funded to study the deepest part of our planet, but I also received many rejections from journals, grants, universities. I traveled around the world for conferences and collaborations. </p>
<p>I am sure my new adventure, a foot outside academia, will provide me with new opportunities and challenges. I am looking forward to them, and please don't hesitate to contact me if needed. I'll try to keep this website going on, with maybe more science communication.</p>
</div>
<!-- /Content -->
<!-- Footer -->
<div class="footer gradient-2">
<div class="container footer-container ">
<div class="row">
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
<div class="footer-title"></div>
<ul class="list-unstyled">
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"></a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
</div>
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<p class="pull-right text-right">
<small><em>Proudly powered by <a href="http://docs.getpelican.com/" target="_blank">pelican</a></em></small><br/>
<small><em>Theme and code based on <a href="https://github.com/molivier" target="_blank">molivier</a></em></small><br/>
<small>CC Marine Lasbleis</small>
</p>
</div>
</div>
</div>
</div>
<!-- /Footer -->
</body>
</html>