| title | permalink |
|---|---|
Reference |
/resources/ |
We moved the resources page from Kording lab page to here. We hope it will be much better and faster for people who want to share it and view it on cell phones.
{% assign reference_types = "scientists|students|discussion" | split: "|" %}
{% for type in reference_types %}
{% if type == 'scientists' %}
{% elsif type == 'students' %}
{% elsif type == 'discussion' %}
{% endif %}
{% for post in site.posts %}
{% if post.categories contains type %}
{% endif %}
{% endfor %}
{% endfor %}