gl-website-deployer/views/public_index.mustache
2024-11-19 08:02:04 +01:00

157 lines
4.9 KiB
Plaintext

{{> public_header}}
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Presentation</a></li>
<li><a href="#what">Research activities</a></li>
<li><a href="#publications">Latest publications</a></li>
<li><a href="#contact">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner shade-spotlight">
<h1>Guilhem Lavaux</h1>
<p>Full time CNRS research director at the Institut d'Astrophysique de Paris.</p>
<ul class="actions">
<li><a href="#what" class="button scrolly">Learn more</a></li>
</ul>
</div>
</section>
<!-- Toots -->
<!-- <section id="toots" class="wrapper style2 fade-up">
<div class="inner">
<h2>Latest toots</h2>
</div>
</section>-->
<!-- Two -->
<section id="what" class="wrapper style3 fade-up">
<div class="inner">
<h2>Research activities</h2>
<p>I am a cosmologists, statisticians and high performance software developper.</p>
<div class="features">
<section>
<span class="icon solid major fa-scroll"></span>
<h3>Curriculum vitae</h3>
<p>Check my curriculum vitae for a quick view on my academic history.</p>
<a href="/cv.php" class="button">Learn more</a></li>
</section>
<section>
<span class="icon solid major fa-code"></span>
<h3>Public softwares</h3>
<p>Find out about free software developped for Astronomy.</p>
<a href="/v.php/code" class="button">Learn more</a></li>
</section>
<section>
<span class="icon solid major fa-scroll"></span>
<h3>Publication list</h3>
<p>Full list of my publications, curated.</p>
<a href="publications.php" class="button">Browse</a></li>
</section>
<section>
<span class="icon solid major fa-atom"></span>
<h3>Scientific topics</h3>
<p>Science that I am interested in.</p>
<a href="/v.php/science" class="button">Learn more</a></li>
</section>
<section>
<span class="icon solid major fa-link"></span>
<h3>The Aquila Consortium</h3>
<p>Go and visit the science developped by our collaboration.</p>
<a href="https://www.aquila-consortium.org/" class="button">Visit Aquila</a></li>
</section>
<section>
<span class="icon major fa-gem"></span>
<h3>Cool categorized projects</h3>
<p>Find out more about cool projects found on Internet.</p>
<a href="/v.php/projects" class="button">Learn more</a></li>
</section>
</div>
</div>
</section>
<!-- Publi -->
<section id="publications" class="wrapper style2 fade-up">
<div class="inner">
<h2>Latest publications</h2>
{{#publications}}
{{{ title }}}, <b>arXiv:<a href="https://arxiv.org/abs/{{ arxiv }}">{{ arxiv }}</a></b>
<br />
{{/publications}}
</div>
</section>
<!-- Three -->
<section id="contact" class="wrapper style1 fade-up">
<div class="inner">
<h2>Get in touch</h2>
<p>You can contact me directly through this form:</p>
<!-- <div class="style1">
<section style="width:100%">
<a class="mastodon-feed" href="https://mastodon.social/@CosmoLavaux" data-exclude-replies="true"
data-toot-limit="2" data-toot-account-id="108241970250686036">follow me in the Fediverse</a>
</div>-->
<div class="split style1">
<section class="style1">
<div class="inner">
<h3>Address</h3>
<p><span>Institut d'Astrophysique de Paris / CNRS<br />
98 bis Boulevard Arago<br />
F-75014 Paris <br />
France</span></p>
</div>
</section>
<section class="style1" style="width:500px;">
<ul>
<li>
<h3>Phone</h3>
<span>+33 (0) 1 44 32 8000</span>
<h3>Email</h3>
<span><a href="mailto:guilhem.lavaux@iap.fr">guilhem.lavaux@iap.fr</a></span>
</li>
<li>
<h3>Social</h3>
<ul class="icons">
<li><a href="https://mastodon.social/@CosmoLavaux" rel="me"
class="icon brands fa-mastodon"><span class="label">Mastodon</span></a>
</li>
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> -->
<li><a href="https://github.com/lavaux" class="icon brands fa-github"><span
class="label">GitHub</span></a></li>
<li><a href="https://gitlab.in2p3.fr/lavaux" class="icon brands fa-gitlab"><span
class="label">Gitlab
IN2P3</span></a></li>
<li><a href="https://bitbucket.org/glavaux" class="icon brands fa-bitbucket"><span
class="label">Bitbucket</span></a></li>
<li><a href="https://www.linkedin.com/in/guilhem-l-67a9b01"
class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</section>
</section>
</div>
{{> public_footer}}