diff --git a/_site/images/persistence_diagram.svg b/_site/images/persistence_diagram.svg new file mode 100644 index 0000000..eca41e8 --- /dev/null +++ b/_site/images/persistence_diagram.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/_site/projects.html b/_site/projects.html index 690d6e4..af42359 100644 --- a/_site/projects.html +++ b/_site/projects.html @@ -25,45 +25,50 @@

Projects

+
+

Topological Data Analysis of time-dependent networks

+

Application of the recent advances in Topological Data Analysis (TDA) and Persistent Homology to periodicity detection in temporal networks Master's thesis dissertation.

+

+

Ising model simulation

Monte Carlo simulation of the Ising model using Metropolis-Hastings.

-

+


L-systems

Generate and draw L-systems.

-

+


WWII bombings visualization

Every allied bombing during WWII, mapped over the whole world. The data has been released by the U.S. Department of Defense here.

-

+


Satrap

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.

-

+


Orbit

N-body simulator.

-

+


Community Detection

Community detection algorithms and applications to a large social network obtained from Prestashop data. Slides (in French).

-

+


Civilisation

SAT solver, using the Davis-Putnam-Logemann-Loveland (DPLL) algorithm.

-

+


ADS-B data visualization

Visualization of plane trajectories over Northeastern France. The data was gathered using a Software Defined Radio to listen to aircrafts.

-

+

diff --git a/_site/projects/tda.html b/_site/projects/tda.html new file mode 100644 index 0000000..b772d70 --- /dev/null +++ b/_site/projects/tda.html @@ -0,0 +1,44 @@ + + + + + + + Dimitri Lozeve - Topological Data Analysis of time-dependent networks + + + + + +
+ + +
+ +
+

Topological Data Analysis of time-dependent networks

+
+
+ Posted on September 1, 2018 + +
+
+ +
+
+ +
+ + + + diff --git a/images/persistence_diagram.svg b/images/persistence_diagram.svg new file mode 100644 index 0000000..eca41e8 --- /dev/null +++ b/images/persistence_diagram.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/projects/tda.md b/projects/tda.md new file mode 100644 index 0000000..b21390b --- /dev/null +++ b/projects/tda.md @@ -0,0 +1,8 @@ +--- +date: "2018-09-01" +title: "Topological Data Analysis of time-dependent networks" +summary: "Application of the recent advances in Topological Data Analysis (TDA) and Persistent Homology to periodicity detection in temporal networks Master's thesis dissertation." +image_preview: "persistence_diagram.svg" +tags: ["machine-learning","algorithms"] +external_link: /files/tdanetworks.pdf +--- diff --git a/templates/project-list.html b/templates/project-list.html index d720b12..5fdd5bf 100644 --- a/templates/project-list.html +++ b/templates/project-list.html @@ -2,5 +2,5 @@ $for(projects)$

$title$

$summary$

-

+

$endfor$