Cite

{{bibliography}}

Synth

Contribution::

Md

{%- for creator in creators %} {%- if creator.name == null %} {{creator.creatorType | capitalize}}:: {{creator.lastName}}, {{creator.firstName}}{%- endif -%}

{%- if creator.name %}{{creator.creatorType | capitalize}}:: {{creator.name}}{%- endif -%}{%- endfor %}
Title:: {{title}}
Year:: {{date | format(“YYYY”)}}
Citekey:: @{{citekey}}

{%- if allTags %}Tags:: {{allTags}} {%- endif %}
{%- if itemType %}itemType:: {{itemType}}{%- endif %}
{%- if itemType == “journalArticle” %}Journal:: {{publicationTitle}} {%- endif %}
{%- if volume %}Volume:: {{volume}} {%- endif %}
{%- if issue %}Issue:: {{issue}} {%- endif %}
{%- if itemType == “bookSection” %}Book:: {{publicationTitle}} {%- endif %}
{%- if publisher %}Publisher:: {{publisher}} {%- endif %}
{%- if place %}Location:: {{place}} {%- endif %}
{%- if pages %} Pages:: {{pages}} {%- endif %}
{%- if DOI %}DOI:: {{DOI}} {%- endif %}
{%- if ISBN %}ISBN:: {{ISBN}} {%- endif %}

Abstract

{%- if abstractNote %}
abstract:: {{abstractNote}}
{%- endif -%}


Annotations

{% for annotation in annotations -%}{%- if annotation.annotatedText -%}{% if ‘Gray’ in annotation.colorCategory %}

{{annotation.annotatedText | escape }} {% elif ‘Orange’ in annotation.colorCategory %}### {{annotation.annotatedText | escape}} {% elif ‘Magenta’ in annotation.colorCategory %}#### {{annotation.annotatedText | escape}} {% else %}

{% if 'Yellow' in annotation.colorCategory %} Highlight {% elif 'Red' in annotation.colorCategory %} Highlight {% elif 'Green' in annotation.colorCategory %} Highlight {% elif 'Blue' in annotation.colorCategory %} Highlight {% elif 'Purple' in annotation.colorCategory %} Highlight {% endif %}

{{annotation.annotatedText | escape }} (Go to Paper) {% endif %} {%- endif %} {% if annotation.imageRelativePath %} [!Image]

Image

Transclude of {{annotation.imageRelativePath}}
{% endif %}{% if annotation.comment %} Comment:

{{annotation.comment}} {% endif %} {% endfor -%}