Format with prettier

This commit is contained in:
Dimitri Lozeve 2023-07-04 13:16:06 +02:00
parent f6c766c8c2
commit 87ddcb5ee7

View file

@ -2,34 +2,62 @@
title: Dimitri Lozeve title: Dimitri Lozeve
--- ---
<img src="/images/portrait_small.jpg" style="width: 25%; float: right; margin-left: 10px; margin-bottom: 10px; margin-right: 50px; margin-top: -100px" alt="Dimitri Lozeve portrait"/> <img
src="/images/portrait_small.jpg"
style="
width: 25%;
float: right;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 50px;
margin-top: -100px;
"
alt="Dimitri Lozeve portrait"
/>
<p>Hi! I am a Research Engineer <p>
at <a href="https://www.sysnav.fr/">Sysnav</a>, where I work on Hi! I am a Research Engineer at <a href="https://www.sysnav.fr/">Sysnav</a>,
developing algorithms to help physicians measure the progress of where I work on developing algorithms to help physicians measure the progress
neuromuscular diseases. We use data from inertial sensors to extract of neuromuscular diseases. We use data from inertial sensors to extract
meaningful variables for pharmaceutical studies.</p> meaningful variables for pharmaceutical studies.
<p>I was previously a Data Scientist
at <a href="https://www.mindsay.com/">Mindsay</a>, working on
natural language understanding for chatbots.</p>
<p>See my <a href="/cv.html">full CV</a>, or
a <a href="/files/cv.pdf">PDF version</a><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.</p>
<p>You can contact me by email (at firstname@lastname.com), reach me
via <a href="https://twitter.com/dimitrilozeve/">Twitter</a>
or <a rel="me" href="https://mathstodon.xyz/@dlzv">Mastodon</a>,
find me on <a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>,
or see what I do on <a href="https://github.com/dlozeve/">GitHub</a>.
</p> </p>
<p style="font-size: 1.1rem"><a href="https://jedisct1.github.io/minisign/">minisign</a>/<a href="https://man.openbsd.org/signify.1">signify(1)</a> <p>
public key: RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26 I was previously a Data Scientist at
(<a href="/files/minisign.pub">download</a>)</p> <a href="https://www.mindsay.com/">Mindsay</a>, working on natural language
understanding for chatbots.
</p>
<p>
See my <a href="/cv.html">full CV</a>, or a
<a href="/files/cv.pdf">PDF version</a
><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.
</p>
<p>
You can contact me by email (at firstname@lastname.com), reach me via
<a href="https://twitter.com/dimitrilozeve/">Twitter</a> or
<a rel="me" href="https://mathstodon.xyz/@dlzv">Mastodon</a>, find me on
<a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>, or see what
I do on <a href="https://github.com/dlozeve/">GitHub</a>.
</p>
<p style="font-size: 1.1rem">
<a href="https://jedisct1.github.io/minisign/">minisign</a>/<a
href="https://man.openbsd.org/signify.1"
>signify(1)</a
>
public key: RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26 (<a
href="/files/minisign.pub"
>download</a
>)
</p>
<h2>Recent Posts</h2> <h2>Recent Posts</h2>
<p>Get notified of new posts via <a href="/rss.xml">RSS</a> or <a href="/atom.xml">Atom</a> feeds!</p> <p>
Get notified of new posts via <a href="/rss.xml">RSS</a> or
<a href="/atom.xml">Atom</a> feeds!
</p>
$partial("templates/post-list.html")$ $partial("templates/post-list.html")$
@ -38,28 +66,30 @@ $partial("templates/post-list.html")$
<h2>Some Projects</h2> <h2>Some Projects</h2>
<ul> <ul>
<li> <li>
<a href="/files/tdanetworks.pdf">Topological Data Analysis of <a href="/files/tdanetworks.pdf"
time-dependent networks</a> >Topological Data Analysis of time-dependent networks</a
(<a href="/files/tdanetworks.pdf.minisig">sig</a>)<br> Application >
of the recent advances in Topological Data Analysis (TDA) and (<a href="/files/tdanetworks.pdf.minisig">sig</a>)<br />
Application of the recent advances in Topological Data Analysis (TDA) and
Persistent Homology to periodicity detection in temporal networks. Persistent Homology to periodicity detection in temporal networks.
</li> </li>
<li> <li>
<a href="https://dlozeve.github.io/reveal_CommunityDetection/#/">Community <a href="https://dlozeve.github.io/reveal_CommunityDetection/#/"
Detection</a><br> Community detection algorithms and applications >Community Detection</a
to a large social network obtained from Prestashop data. ><br />
Community detection algorithms and applications to a large social network
obtained from Prestashop data.
</li> </li>
<li> <li>
<a href="/posts/ising-model.html">Ising model simulation</a><br> <a href="/posts/ising-model.html">Ising model simulation</a><br />
Monte Carlo simulation of the Ising model using Monte Carlo simulation of the Ising model using Metropolis-Hastings.
Metropolis-Hastings.
</li> </li>
<li> <li>
<a href="https://github.com/dlozeve/GardenOptim">GardenOptim</a><br /> <a href="https://github.com/dlozeve/GardenOptim">GardenOptim</a><br />
Optimal allocation of plant species on a non-rectangular garden Optimal allocation of plant species on a non-rectangular garden subdivided
subdivided in individual cells, with constraints from an affinity in individual cells, with constraints from an affinity matrix between
matrix between neighboring species. Uses mixed integer quadratic neighboring species. Uses mixed integer quadratic programming and Markov
programming and Markov chain Monte Carlo. chain Monte Carlo.
</li> </li>
</ul> </ul>
<p>More on the <a href="/projects.html">Projects</a> page.</p> <p>More on the <a href="/projects.html">Projects</a> page.</p>