[!info] Bibliography {{bibliography|replace("\n"," ")}}
| Key | Value |
|---|---|
| Date | {% if date %} {{date |
| Author | {{authors}}{{directors}} |
| Contributors | {{contributors}} |
| Tags | {{hashTags}}, #zotero |
| Journal | #{{publicationTitle |
| DOI | {{DOI}} |
| Extra | {{extra |
| Type | {{type}} {{itemType}} |
| Publisher | {{publisher}} |
| Others | {{archiveLocation}} {{libraryCatalog}} {{rights}} {{callNumber}} |
| Zotero Link | {{pdfZoteroLink}} |
[!abstract] {{abstractNote}}
Warning
ANYTHING OUT OF %begin%...%end% BLOCK WILL BE CLEARED WHEN UPDATE
{% persist "annotations" %} {% set annots = annotations | filterby("date", "dateafter", lastImportDate) %} {% if annots.length > 0 %}Imported on {{importDate | format("YYYY-MM-DD HH:mm")}}
{% for annot in annots %}{% if annot.type == "image" %}> [!Image]
}}) (p.{{annot.page}})
{% if annot.comment %}{{annot.comment}}{% endif %} {% elif annot.type == "note" %}> [!note]
{{annot.comment | nl2br | replace("\n","")}} (p.{{annot.page}})
{% else %}> [!Highlight]
{{annot.annotatedText | nl2br| replace("\n","")}} (p.{{annot.page}})
{% if annot.comment %}{{annot.comment}}{% endif %} {% endif %}{% endfor %} ***{% endif %} {% endpersist %}
{{markdownNotes}}
{% persist "Obsidian-Notes" %}
{% endpersist %}
[!danger] NEVER MODIFY ANYTHING BELOW