Update header and styling

This commit is contained in:
Dimitri Lozeve 2020-04-14 12:51:55 +02:00
parent 0efca8e59d
commit 547fb99ab2
30 changed files with 57 additions and 1476 deletions

View file

@ -9,6 +9,7 @@
<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" />
<!-- KaTeX CSS styles -->
@ -25,9 +26,6 @@
<article>
<header>
<div class="logo">
<a href="./">Dimitri Lozeve</a>
</div>
<nav>
<a href="./">Home</a>
<a href="./projects.html">Projects</a>
@ -43,9 +41,6 @@
</header>
<!-- <header> -->
<!-- </header> -->
</article>
@ -97,56 +92,6 @@
<!-- <main role="main"> -->
<!--
<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>
-->
<!-- </main> -->
<footer>
Site proudly generated by