Small modifications to the contact page and others
This commit is contained in:
parent
af5d04e54f
commit
32b144db4e
5 changed files with 37 additions and 9 deletions
15
README.org
15
README.org
|
@ -1 +1,16 @@
|
||||||
* Personal blog
|
* 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
|
||||||
|
|
17
contact.org
17
contact.org
|
@ -2,12 +2,17 @@
|
||||||
title: Contact
|
title: Contact
|
||||||
---
|
---
|
||||||
|
|
||||||
- *[[https://jedisct1.github.io/minisign/][minisign]] public key* :: RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26
|
- *E-mail:* [myfirstname]@[mylastname].com
|
||||||
- *E-mail* :: dimitri+web [at] lozeve [dot] com
|
|
||||||
- *GitHub* :: [[https://github.com/dlozeve/][dlozeve]]
|
- *GitHub:* [[https://github.com/dlozeve/][github.com/dlozeve]]
|
||||||
- *LinkedIn* :: [[https://www.linkedin.com/in/dimitrilozeve][Dimitri Lozeve]]
|
|
||||||
- *StackOverflow* :: [[https://stackoverflow.com/story/dimitrilozeve][dimitrilozeve]]
|
- *LinkedIn:* [[https://www.linkedin.com/in/dimitrilozeve][/in/dimitrilozeve]]
|
||||||
- *Twitter* :: [[https://twitter.com/DimitriLozeve][DimitriLozeve]]
|
|
||||||
|
- *Twitter:* [[https://twitter.com/DimitriLozeve][DimitriLozeve]]
|
||||||
|
|
||||||
|
# - *StackOverflow:* [[https://stackoverflow.com/story/dimitrilozeve][dimitrilozeve]]
|
||||||
|
|
||||||
|
- *[[https://jedisct1.github.io/minisign/][minisign]] public key:* RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
cv.org
2
cv.org
|
@ -126,7 +126,7 @@ title: "Curriculum Vitæ"
|
||||||
|
|
||||||
*SQL:* Basics
|
*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
|
*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
|
||||||
|
|
||||||
|
|
11
index.html
11
index.html
|
@ -17,8 +17,7 @@ meaningful variables for pharmaceutical studies.</p>
|
||||||
<p>See my <a href="/cv.html">full CV</a>, or
|
<p>See my <a href="/cv.html">full CV</a>, or
|
||||||
a <a href="/files/cv.pdf">PDF version</a><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.</p>
|
a <a href="/files/cv.pdf">PDF version</a><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.</p>
|
||||||
|
|
||||||
<p>You can contact me
|
<p>You can contact me by email (at firstname@lastname.com), reach me
|
||||||
by <a href="mailto:dimitri+web@lozeve.com">email</a>, reach me
|
|
||||||
via <a href="https://twitter.com/dimitrilozeve/">Twitter</a>, find me
|
via <a href="https://twitter.com/dimitrilozeve/">Twitter</a>, find me
|
||||||
on <a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>,
|
on <a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>,
|
||||||
or see what I do
|
or see what I do
|
||||||
|
@ -54,4 +53,12 @@ $partial("templates/post-list.html")$
|
||||||
Monte Carlo simulation of the Ising model using
|
Monte Carlo simulation of the Ising model using
|
||||||
Metropolis-Hastings.
|
Metropolis-Hastings.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/dlozeve/GardenOptim">GardenOptim</a><br/>
|
||||||
|
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.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>More on the <a href="/projects.html">Projects</a> page.</p>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Skills in Statistics, Data Science and Machine Learning"
|
title: "Skills in Statistics, Data Science and Machine Learning"
|
||||||
|
date: 2018-06-30
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue