--- layout: default --- {%- assign sorted = site.papers | sort:"year" | reverse -%} {%- for paper in sorted -%} {%- if page.category == nil or paper.categories contains page.category -%} {%- if page.tag == nil or paper.tags contains page.tag -%}

{{ paper.title }}{% if paper.authors.size > 1 %} (with {{ paper.authors | where_exp:"item", "item != 'Dekel, Eddie'" | join: " and "}}){% endif %}, {% if paper.journal %}{{ paper.journal }}, {% endif %}{{ paper.year }} [bib]

{%- endif -%} {%- endif -%} {%- endfor -%}