title | layout | permalink | nav_id | nav_weight |
---|---|---|---|---|
Simulations |
default |
/simulations/ |
Simulations |
19 |
{%include dear_colleagues.md%}
{% assign simss = site.simulations | sort: "date" %}
-
{% assign counter = 0 %}
{% for item in simss reversed %}
{% if item.head_page != true %}
{% assign counter = counter | plus:1 %}
{% if counter < 5 %}
- [{{item.date | date: "%Y/%m/%d"}}] {{ item.title }} {% endif %} {% endif %} {% endfor %}
- Older simulations (pictures of lozenge tilings and stochastic vertex models)
- GitHub repo with simulations code
https://github.com/lenis2000/simulations/