Skip to content

Latest commit

 

History

History
49 lines (45 loc) · 1.59 KB

publications.md

File metadata and controls

49 lines (45 loc) · 1.59 KB
title layout use_fontawesome
Publications
post
true

{% capture newLine %} {% endcapture %}

<script type="text/javascript" src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js"></script>

* denotes equal contribution

    {%- assign counter = 0 -%} {%- for pub in site.data.publications -%} {%- if pub.hidden -%}{%- continue -%}{%- endif -%}
  1. {%- if pub.altmetric_id -%}
    {%- endif -%} {{ pub.formatted | markdownify }}

    {%- for media in pub.media -%} {%- if media.type == "pdf" -%} {%- elsif media.type == "github" -%} {%- elsif media.type == "code" -%} {%- elsif media.type == "youtube" -%} {%- elsif media.type == "video" -%} {%- else -%} {%- endif -%} {{ media.name }} {%- endfor -%} Cite

    {{ pub.citation | prepend: "> " | markdownify }} {%- assign bibtex_code = pub.bibtex | append: "```" | prepend: newLine | prepend: "```bibtex" -%} {{ bibtex_code | markdownify }}
  2. {%- assign counter = counter | plus: 1 -%} {%- endfor -%}