Skip to content

Latest commit

 

History

History
46 lines (45 loc) · 1.38 KB

publications.md

File metadata and controls

46 lines (45 loc) · 1.38 KB
layout title
default
Publications

{%- for groups in site.data.publications -%} {% assign pubcount = 1 %} {%- for group in groups -%}

{{ group.type }}
    {%- for pub in group.items -%}
  1. {%- if pub.authors != "" -%} {{ pub.authors }} {%- endif -%} {%- if pub.title != "" -%} ,  {%- if pub.link -%} {{pub.title}} {%- else -%} {{pub.title}} {%- endif -%} {%- endif -%} {%- if pub.in != "" -%} , In {{ pub.in }} {%- endif -%} {%- if pub.date != "" -%} , {{pub.date}} {%- endif -%} {%- if pub.publisher != "" -%} , {{pub.publisher}} {%- endif -%} {%- if pub.extra != "" -%} . {{pub.extra}} {%- endif -%}
  2. {% assign pubcount = pubcount | plus: 1 %} {%- endfor -%}
{%- endfor -%} {%- endfor -%}