Publish Year: '{{date | format("YYYY")}}'
Authors: "{{authors}}{{directors}}"
URL: "{{url}}"
Zotero Link: "{{desktopURI}}"
tags:
- "{{hashTags}}"
Published:
---
# Summary
## Discussion
## Critiques
# Annotations
{% for annotation in annotations -%}
{%- if annotation.annotatedText -%}
{{annotation.annotatedText}}”{% if annotation.color %} {{annotation.colorCategory}} {{annotation.type | capitalize}} {% else %} {{annotation.type | capitalize}} {% endif %}[Page {{annotation.page}}](zotero://open-pdf/library/items/{{annotation.attachment.itemKey}}?page={{annotation.page}}&annotation={{annotation.id}})
{%- endif %}
{%- if annotation.imageRelativePath -%}
![[{{annotation.imageRelativePath}}]] {%- endif %}
{% if annotation.comment %}
{{annotation.comment}}
{% endif %}
{% endfor -%}