Add projects
This commit is contained in:
parent
80947b72d9
commit
7d4a458e8c
31 changed files with 552 additions and 10 deletions
8
projects/adsb.md
Normal file
8
projects/adsb.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2017-07-26"
|
||||
title: "ADS-B data visualization"
|
||||
summary: "Visualization of plane trajectories over Northeastern France. The data was gathered using a Software Defined Radio to listen to aircrafts."
|
||||
image_preview: "adsb.png"
|
||||
tags: ["visualization"]
|
||||
external_link: "https://dlozeve.github.io/adsb"
|
||||
---
|
10
projects/civilisation.md
Normal file
10
projects/civilisation.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
date: "2017-07-26"
|
||||
title: "Civilisation"
|
||||
summary: "SAT solver, using the Davis-Putnam-Logemann-Loveland (DPLL) algorithm."
|
||||
image_preview: "dpll.png"
|
||||
tags: ["algorithms","sat","logic"]
|
||||
external_link: "https://github.com/dlozeve/Civilisation-hs"
|
||||
math: true
|
||||
---
|
||||
|
8
projects/community-detection.md
Normal file
8
projects/community-detection.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2017-07-26"
|
||||
title: "Community Detection"
|
||||
summary: "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>"
|
||||
image_preview: "communities.png"
|
||||
tags: ["machine-learning","algorithms"]
|
||||
external_link: "https://github.com/dlozeve/community-detection"
|
||||
---
|
8
projects/ising-model.md
Normal file
8
projects/ising-model.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2018-02-04"
|
||||
title: "Ising model simulation"
|
||||
summary: "Monte Carlo simulation of the <a href=\"https://en.wikipedia.org/wiki/Ising_model\">Ising model</a> using Metropolis-Hastings."
|
||||
image_preview: "ising.gif"
|
||||
tags: ["algorithms","visualization","ising","simulation","montecarlo"]
|
||||
external_link: "https://github.com/dlozeve/ising-model"
|
||||
---
|
8
projects/lsystems.md
Normal file
8
projects/lsystems.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2018-01-17"
|
||||
title: "L-systems"
|
||||
summary: "Generate and draw L-systems."
|
||||
image_preview: "lsystems/levyC.png"
|
||||
tags: ["algorithms","visualization","lsystems","curves","fractals","tilings"]
|
||||
external_link: "https://github.com/dlozeve/lsystems"
|
||||
---
|
9
projects/orbit.md
Normal file
9
projects/orbit.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
date: "2017-07-26"
|
||||
title: "Orbit"
|
||||
summary: "N-body simulator."
|
||||
image_preview: "orbit.png"
|
||||
tags: ["algorithms","physics","simulation","space"]
|
||||
external_link: "https://github.com/dlozeve/orbit"
|
||||
---
|
||||
|
8
projects/satrap.md
Normal file
8
projects/satrap.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2017-07-26"
|
||||
title: "Satrap"
|
||||
summary: "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."
|
||||
image_preview: "satrap.png"
|
||||
tags: ["other","hacking","network"]
|
||||
external_link: "https://github.com/dlozeve/Satrap"
|
||||
---
|
8
projects/ww2-bombings.md
Normal file
8
projects/ww2-bombings.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2017-07-26"
|
||||
title: "WWII bombings visualization"
|
||||
summary: "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>"
|
||||
image_preview: "ww2-bombings.png"
|
||||
tags: ["visualization"]
|
||||
external_link: "https://dlozeve.github.io/ww2-bombings"
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue