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 -%}
-
{%- 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 }}
{%- assign counter = counter | plus: 1 -%}
{%- endfor -%}