Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 914 Bytes

File metadata and controls

26 lines (23 loc) · 914 Bytes
layout page
title Publications (cog / neuro)
permalink /publications/

This is a selected list of publications focussed on cognitive science / neuroscience. You can find a full listing of our work on Google Scholar.

{% for year in site.data.publications %}

{{ year[0] }}

    {% for publication in year[1] %}
    • {% if publication.paper_url and publication.paper_url != "" %}
    • Publication image
    • {% else %}
    • Publication image
    • {% endif %}
    • {{ publication.title }}
    • {{ publication.authors }}
    • {{ publication.journal }}
  • {% endfor %}
{% endfor %}