From 32b144db4e3b895542d42f9f6b1f48ee1836e56e Mon Sep 17 00:00:00 2001
From: Dimitri Lozeve
Date: Mon, 4 Jan 2021 18:32:17 +0100
Subject: [PATCH] Small modifications to the contact page and others
---
README.org | 15 +++++++++++++++
contact.org | 17 +++++++++++------
cv.org | 2 +-
index.html | 11 +++++++++--
skills.org | 1 +
5 files changed, 37 insertions(+), 9 deletions(-)
diff --git a/README.org b/README.org
index 63e5f92..4f87f35 100644
--- a/README.org
+++ b/README.org
@@ -1 +1,16 @@
* Personal blog
+
+** Setup
+
+#+begin_src sh
+ yarn add netlify-cli
+ netlify login # login to Netlify
+ netlify link # link the directory to the site
+#+end_src
+
+** Deploy
+
+#+begin_src sh
+ # deploy, omit "--prod" if you want to preview
+ netlify deploy --dir=_site --prod
+#+end_src
diff --git a/contact.org b/contact.org
index 679332e..3a24de2 100644
--- a/contact.org
+++ b/contact.org
@@ -2,12 +2,17 @@
title: Contact
---
-- *[[https://jedisct1.github.io/minisign/][minisign]] public key* :: RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26
-- *E-mail* :: dimitri+web [at] lozeve [dot] com
-- *GitHub* :: [[https://github.com/dlozeve/][dlozeve]]
-- *LinkedIn* :: [[https://www.linkedin.com/in/dimitrilozeve][Dimitri Lozeve]]
-- *StackOverflow* :: [[https://stackoverflow.com/story/dimitrilozeve][dimitrilozeve]]
-- *Twitter* :: [[https://twitter.com/DimitriLozeve][DimitriLozeve]]
+- *E-mail:* [myfirstname]@[mylastname].com
+
+- *GitHub:* [[https://github.com/dlozeve/][github.com/dlozeve]]
+
+- *LinkedIn:* [[https://www.linkedin.com/in/dimitrilozeve][/in/dimitrilozeve]]
+
+- *Twitter:* [[https://twitter.com/DimitriLozeve][DimitriLozeve]]
+
+# - *StackOverflow:* [[https://stackoverflow.com/story/dimitrilozeve][dimitrilozeve]]
+
+- *[[https://jedisct1.github.io/minisign/][minisign]] public key:* RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26
diff --git a/cv.org b/cv.org
index ea9676a..1f27ced 100644
--- a/cv.org
+++ b/cv.org
@@ -126,7 +126,7 @@ title: "Curriculum Vitæ"
*SQL:* Basics
- *Haskell, Lisp (Scheme):* Hobby projects ([[https://github.com/dlozeve/orbit][N-body simulation]], [[https://github.com/dlozeve/Civilisation-hs][SAT solver]], [[https://github.com/dlozeve/aoc2017][Advent of Code 2017]])
+ *Haskell, Lisp (Scheme, Racket):* Hobby projects ([[https://github.com/dlozeve/orbit][N-body simulation]], [[https://github.com/dlozeve/Civilisation-hs][SAT solver]], [[https://github.com/dlozeve/aoc2017][Advent of Code 2017]], [[https://github.com/dlozeve/aoc2018][Advent of Code 2018]], [[https://github.com/dlozeve/aoc2019][Advent of Code 2019]], [[https://github.com/dlozeve/aoc2020][Advent of Code 2020]])
*Software:* Git, GNU/Linux, LaTeX, [[https://aws.amazon.com/][Amazon AWS]], [[https://www.mongodb.com/][MongoDB]], [[https://www.wolfram.com/mathematica/][Wolfram Mathematica]], Microsoft Office
diff --git a/index.html b/index.html
index 3e2219d..e529abd 100644
--- a/index.html
+++ b/index.html
@@ -17,8 +17,7 @@ meaningful variables for pharmaceutical studies.
See my full CV, or
a PDF version.
-You can contact me
-by email, reach me
+
You can contact me by email (at firstname@lastname.com), reach me
via Twitter, find me
on LinkedIn,
or see what I do
@@ -54,4 +53,12 @@ $partial("templates/post-list.html")$
Monte Carlo simulation of the Ising model using
Metropolis-Hastings.
+
+ GardenOptim
+ Optimal allocation of plant species on a non-rectangular garden
+ subdivided in individual cells, with constraints from an affinity
+ matrix between neighboring species. Uses mixed integer quadratic
+ programming and Markov chain Monte Carlo.
+
+More on the Projects page.
diff --git a/skills.org b/skills.org
index faec632..bb10cbe 100644
--- a/skills.org
+++ b/skills.org
@@ -1,5 +1,6 @@
---
title: "Skills in Statistics, Data Science and Machine Learning"
+date: 2018-06-30
---