104 lines
4.5 KiB
HTML
104 lines
4.5 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, user-scalable=yes">
|
|
<meta name="description" content="Dimitri Lozeve's blog: Projects">
|
|
|
|
<title>Dimitri Lozeve - Projects</title>
|
|
<link rel="stylesheet" href="./css/tufte.css" />
|
|
<link rel="stylesheet" href="./css/pandoc.css" />
|
|
<link rel="stylesheet" href="./css/default.css" />
|
|
<link rel="stylesheet" href="./css/syntax.css" />
|
|
|
|
<!-- RSS feed -->
|
|
<link rel="alternate" type="application/rss+xml" title="Dimitri Lozeve's blog" href="./rss.xml" />
|
|
|
|
<!-- KaTeX CSS styles -->
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.0/dist/katex.min.css" integrity="sha384-BdGj8xC2eZkQaxoQ8nSLefg4AV4/AwB3Fj+8SUSo7pnKP6Eoy18liIKTPn9oBYNG" crossorigin="anonymous">
|
|
|
|
<!-- The loading of KaTeX is deferred to speed up page rendering -->
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.0/dist/katex.min.js" integrity="sha384-JiKN5O8x9Hhs/UE5cT5AAJqieYlOZbGT3CHws/y97o3ty4R7/O5poG9F3JoiOYw1" crossorigin="anonymous"></script>
|
|
|
|
<!-- To automatically render math in text elements, include the auto-render extension: -->
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.0/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<article>
|
|
|
|
<header>
|
|
<nav>
|
|
<a href="./">Home</a>
|
|
<a href="./projects.html">Projects</a>
|
|
<a href="./archive.html">Archive</a>
|
|
<a href="./contact.html">Contact</a>
|
|
</nav>
|
|
|
|
<h1 class="title">Projects</h1>
|
|
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
</article>
|
|
|
|
|
|
<hr>
|
|
<h2><a href="./files/tdanetworks.pdf">Topological Data Analysis of time-dependent networks</a></h2>
|
|
<p>Application of the recent advances in Topological Data Analysis (TDA) and Persistent Homology to periodicity detection in temporal networks. <a href="./files/tdanetworks.pdf">Master's thesis dissertation.</a></p>
|
|
<p><img src="./images/persistence_diagram.svg" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://github.com/dlozeve/ising-model">Ising model simulation</a></h2>
|
|
<p>Monte Carlo simulation of the <a href="https://en.wikipedia.org/wiki/Ising_model">Ising model</a> using Metropolis-Hastings.</p>
|
|
<p><img src="./images/ising.gif" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://github.com/dlozeve/lsystems">L-systems</a></h2>
|
|
<p>Generate and draw L-systems.</p>
|
|
<p><img src="./images/lsystems/levyC.png" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://dlozeve.github.io/ww2-bombings">WWII bombings visualization</a></h2>
|
|
<p>Every allied bombing during WWII, mapped over the whole world. The data has been released by the U.S. Department of Defense <a href="https://data.world/datamil/world-war-ii-thor-data">here.</a></p>
|
|
<p><img src="./images/ww2-bombings.png" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://github.com/dlozeve/Satrap">Satrap</a></h2>
|
|
<p>Simple ARP spoofer, allowing for interception and modification of all communications between two targets. It sends ARP packets to perform a man-in-the-middle attack.</p>
|
|
<p><img src="./images/satrap.png" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://github.com/dlozeve/orbit">Orbit</a></h2>
|
|
<p>N-body simulator.</p>
|
|
<p><img src="./images/orbit.png" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://github.com/dlozeve/community-detection">Community Detection</a></h2>
|
|
<p>Community detection algorithms and applications to a large social network obtained from Prestashop data. <a href="https://dlozeve.github.io/reveal_CommunityDetection/#/">Slides (in French).</a></p>
|
|
<p><img src="./images/communities.png" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://github.com/dlozeve/Civilisation-hs">Civilisation</a></h2>
|
|
<p>SAT solver, using the Davis-Putnam-Logemann-Loveland (DPLL) algorithm.</p>
|
|
<p><img src="./images/dpll.png" style="max-width: 50%" /></p>
|
|
|
|
<hr>
|
|
<h2><a href="https://dlozeve.github.io/adsb">ADS-B data visualization</a></h2>
|
|
<p>Visualization of plane trajectories over Northeastern France. The data was gathered using a Software Defined Radio to listen to aircrafts.</p>
|
|
<p><img src="./images/adsb.png" style="max-width: 50%" /></p>
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|