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
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
|
||||
a <a href="/files/cv.pdf">PDF version</a><!-- (<a href="/files/cv.pdf.minisig">signature</a>) -->.</p>
|
||||
|
||||
<p>You can contact me
|
||||
by <a href="mailto:dimitri+web@lozeve.com">email</a>, reach me
|
||||
<p>You can contact me by email (at firstname@lastname.com), reach me
|
||||
via <a href="https://twitter.com/dimitrilozeve/">Twitter</a>, find me
|
||||
on <a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>,
|
||||
or see what I do
|
||||
|
@ -54,4 +53,12 @@ $partial("templates/post-list.html")$
|
|||
Monte Carlo simulation of the Ising model using
|
||||
Metropolis-Hastings.
|
||||
</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>
|
||||
<p>More on the <a href="/projects.html">Projects</a> page.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue