78 lines
2.3 KiB
HTML
78 lines
2.3 KiB
HTML
<!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">
|
|
<title>Dimitri Lozeve - Home</title>
|
|
<link rel="stylesheet" href="./css/default.css" />
|
|
<link rel="stylesheet" href="./css/syntax.css" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="logo">
|
|
<a href="./">Dimitri Lozeve</a>
|
|
</div>
|
|
<nav>
|
|
<a href="./">Home</a>
|
|
<a href="./projects.html">Projects</a>
|
|
<a href="./archive.html">Archive</a>
|
|
<a href="./contact.html">Contact</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main">
|
|
<h1>Home</h1>
|
|
<img src="./images/portrait.jpg" style="width: 35%; float: right; margin: 10px;" />
|
|
|
|
<h2>Welcome</h2>
|
|
|
|
<p>Hi! I am a Data Scientist
|
|
at <a href="https://www.destygo.com/">Destygo</a>, working on making
|
|
chatbots smarter through Machine Learning.</p>
|
|
|
|
<p>During my free time, I love tinkering with functional programming
|
|
languages for scientific simulations and with embedded development
|
|
and electronics.</p>
|
|
|
|
<p><a href="./cv.html">See my full CV.</a></p>
|
|
|
|
<a href="mailto:dimitri+web@lozeve.com" class="icon">
|
|
<img src="./images/icons/email.svg" style="width: 40px;" />
|
|
</a>
|
|
<a href="https://github.com/dlozeve/" class="icon">
|
|
<img src="./images/icons/github.svg" style="width: 40px;" />
|
|
</a>
|
|
<a href="https://www.linkedin.com/in/dimitrilozeve" class="icon">
|
|
<img src="./images/icons/linkedin.svg" style="width: 40px;" />
|
|
</a>
|
|
|
|
<h2>Recent Posts</h2>
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="./posts/ising-apl.html">Ising model simulation in APL</a> - March 5, 2018
|
|
</li>
|
|
|
|
<li>
|
|
<a href="./posts/ising-model.html">Ising model simulation</a> - February 5, 2018
|
|
</li>
|
|
|
|
<li>
|
|
<a href="./posts/lsystems.html">Generating and representing L-systems</a> - January 18, 2018
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
<p>Find more in the <a href="./archive.html">archives</a>.</p>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|