diff --git a/.gitignore b/.gitignore index 649ba43..7e1f4e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *~ .stack-work/ _cache/ -_site/ diff --git a/_site/archive.html b/_site/archive.html new file mode 100644 index 0000000..c5eda9d --- /dev/null +++ b/_site/archive.html @@ -0,0 +1,37 @@ + + + + + + + Dimitri Lozeve - Archives + + + +
+ + +
+ +
+

Archives

+ Here you can find all my previous posts: + + + +
+ + + + diff --git a/_site/contact.html b/_site/contact.html new file mode 100644 index 0000000..e8ac3aa --- /dev/null +++ b/_site/contact.html @@ -0,0 +1,48 @@ + + + + + + + Dimitri Lozeve - Contact + + + +
+ + +
+ +
+

Contact

+
+
E-mail
+
dimitri+web@lozeve.com +
+
GitHub
+
dlozeve +
+
LinkedIn
+
Dimitri Lozeve +
+
StackOverflow
+
dimitrilozeve +
+
Twitter
+
DimitriLozeve +
+
+
+ + + + diff --git a/_site/css/default.css b/_site/css/default.css new file mode 100644 index 0000000..2becb67 --- /dev/null +++ b/_site/css/default.css @@ -0,0 +1 @@ +html{font-size:62.5%}body{font-size:1.6rem;color:#000}header{border-bottom:0.2rem solid #000}nav{text-align:right}nav a{font-size:1.8rem;font-weight:bold;color:black;text-decoration:none;text-transform:uppercase}footer{margin-top:3rem;padding:1.2rem 0;border-top:0.2rem solid #000;font-size:1.2rem;color:#555}h1{font-size:2.4rem}h2{font-size:2rem}article .header{font-size:1.4rem;font-style:italic;color:#555}.logo a{font-weight:bold;color:#000;text-decoration:none}@media (max-width:319px){body{width:90%;margin:0;padding:0 5%}header{margin:4.2rem 0}nav{margin:0 auto 3rem;text-align:center}footer{text-align:center}.logo{text-align:center;margin:1rem auto 3rem}.logo a{font-size:2.4rem}nav a{display:block;line-height:1.6}}@media (min-width:320px){body{width:90%;margin:0;padding:0 5%}header{margin:4.2rem 0}nav{margin:0 auto 3rem;text-align:center}footer{text-align:center}.logo{text-align:center;margin:1rem auto 3rem}.logo a{font-size:2.4rem}nav a{display:inline;margin:0 0.6rem}}@media (min-width:640px){body{width:60rem;margin:0 auto;padding:0}header{margin:0 0 3rem;padding:1.2rem 0}nav{margin:0;text-align:right}nav a{margin:0 0 0 1.2rem;display:inline}footer{text-align:right}.logo{margin:0;text-align:left}.logo a{float:left;font-size:1.8rem}} \ No newline at end of file diff --git a/_site/cv.html b/_site/cv.html new file mode 100644 index 0000000..25e1bc7 --- /dev/null +++ b/_site/cv.html @@ -0,0 +1,137 @@ + + + + + + + Dimitri Lozeve - Curriculum Vitæ + + + +
+ + +
+ +
+

Curriculum Vitæ

+

Work experience

+

Destygo: R&D Data Scientist

+

2018-present

+

Sysnav: Real-time geolocalization algorithm on an embedded device

+

March-August 2017

+ +

Natixis London Branch, Global Infrastructure and Projects: Intern Analyst

+

June-August 2016

+

Origination and execution of project finance transactions: offshore windfarms, hydroelectric dams, and a biomass power plant now under construction in northeastern England.

+

French Engineering Corps: Army officer

+

2014-2015

+

Operation Sangaris: Military intervention in the Central African Republic.

+ +

Education

+

University of Oxford: MSc in Statistical Science

+

2017-2018

+ +

École polytechnique

+

2014-2017

+ +

Lycée Privé Sainte-Geneviève, Versailles: Preparatory classes to French Grandes Écoles

+

2012-2014

+ +

Scientific projects

+

Topological Data Analysis of time-dependent networks

+

2018

+ +

Research work on Community Detection in Social Networks

+

2016-2017

+ +

SERB X-CubeSat II program: a nano-satellite dedicated to Sun-Earth relationship

+

2015-2016

+ +

Research work on Markov Chains and Queuing Theory

+

2013-2014

+ +

Languages and skills

+

Computer science

+

Python:

+ +

R:

+ +

C, Java: Embedded and network programming, scientific computing

+

SQL: Basics

+

Haskell, Lisp (Scheme): Hobby projects (N-body simulation, SAT solver, Advent of Code 2017)

+

Software: Git, GNU/Linux, LaTeX, Amazon AWS, MongoDB, Wolfram Mathematica, Microsoft Office

+

See also a complete list of my skills in Statistics, Data Science and Machine Learning.

+

Languages

+ +

Sports

+
+
Fencing
+
vice-president of the 2016 X-SYSTRA International Fencing Challenge; 29th in the 2016 sabre French Student Championships +
+
Scuba-diving
+
CMAS * * *, 170+ dives +
+
+
+ + + + diff --git a/_site/files/communitydetection.pdf b/_site/files/communitydetection.pdf new file mode 100644 index 0000000..fde034d Binary files /dev/null and b/_site/files/communitydetection.pdf differ diff --git a/_site/files/filesdattente.pdf b/_site/files/filesdattente.pdf new file mode 100644 index 0000000..079b6ad Binary files /dev/null and b/_site/files/filesdattente.pdf differ diff --git a/_site/files/serb.pdf b/_site/files/serb.pdf new file mode 100644 index 0000000..59970d7 Binary files /dev/null and b/_site/files/serb.pdf differ diff --git a/_site/files/sysnav_internship.pdf b/_site/files/sysnav_internship.pdf new file mode 100644 index 0000000..44c305f Binary files /dev/null and b/_site/files/sysnav_internship.pdf differ diff --git a/_site/files/tdanetworks.pdf b/_site/files/tdanetworks.pdf new file mode 100644 index 0000000..1103fcd Binary files /dev/null and b/_site/files/tdanetworks.pdf differ diff --git a/_site/images/haskell-logo.png b/_site/images/haskell-logo.png new file mode 100644 index 0000000..97c0937 Binary files /dev/null and b/_site/images/haskell-logo.png differ diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..4f02daa --- /dev/null +++ b/_site/index.html @@ -0,0 +1,53 @@ + + + + + + + Dimitri Lozeve - Home + + + +
+ + +
+ +
+

Home

+

Welcome

+ + + +

Hi! I am a Data Scientist + at Destygo, working on making + chatbots smarter through Machine Learning.

+ +

During my free time, I love tinkering with functional programming + languages for scientific simulations and with embedded development + and electronics.

+ +See my full CV. + +

Recent Posts

+ + + +

Find more in the archives.

+ +
+ + + + diff --git a/_site/skills.html b/_site/skills.html new file mode 100644 index 0000000..30f1774 --- /dev/null +++ b/_site/skills.html @@ -0,0 +1,85 @@ + + + + + + + Dimitri Lozeve - Skills in Statistics, Data Science and Machine Learning + + + +
+ + +
+ +
+

Skills in Statistics, Data Science and Machine Learning

+

Statistics

+ +

Data Analysis

+ +

Graph and Network Analysis

+ +

Time Series Analysis

+ +

Machine Learning

+ +

Simulation

+ +
+ + + +