Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 910 Bytes

File metadata and controls

38 lines (30 loc) · 910 Bytes
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' %}

For scientists

{% elsif type == 'students' %}

For students, lab members

{% elsif type == 'discussion' %}

Random bits of discussion

{% endif %}

{% for post in site.posts %} {% if post.categories contains type %} {% endif %} {% endfor %}

{% endfor %}