---
tags: [01-literature-source]
cssclass: 01-literature-source
file-class: [_01-literature-source_file-class]
citekey: {{citekey}}
source-type: {{itemType}}
title: "{{title}}"
{%- for type, creators in creators | groupby("creatorType") -%}{% if loop.first %}
{% endif %}{{type | replace("interviewee", "author") | replace("director", "author") | replace("presenter", "author") | replace("podcaster", "author") | replace("programmer", "author") | replace("cartographer", "author") | replace("inventor", "author") | replace("sponsor", "author")  | replace("performer", "author") | replace("artist", "author")}}s: "{%- for creator in creators -%}{%- if creator.name %}{{creator.name}}{%- else %}{{creator.lastName}}, {{creator.firstName}}{%- endif %}{% if not loop.last %}; {% endif %}{% endfor %}"{% if not loop.last %}
{% endif %}{%- endfor %}
publicationTitle: "{{publicationTitle}}"
publisher: {% if publisher %}"{{publisher}}"{% endif %}
url: {{url}}
date: {{date | format("YYYY-MM-DD")}}
year: {{date | format("YYYY")}}
isbn: {% if ISBN %}{{ISBN}}{% endif %}
issn: {% if ISSN %}{{ISSN}}{% endif %}
language: {{language}}
edition: {{edition}}
volume: {{volume}}
issue: {{issue}}
---
# Navigation
fleeting-note:: [[02FN {{citekey}}]] ➡️
literature-note:: [[03LN {{citekey}}]] ➡️➡️
___
tags::
{%- if tags.length > 0 -%}
{% for t in tags %} #{{t.tag | lower | replace(" ", "-")}} {% endfor %}
{%- endif %}
___
> [!info]- Bibliography
> {{bibliography}}
> 
>> [online]({{uri}}) [local]({{desktopURI}}) {%- for attachment in attachments | filterby("path", "endswith", ".pdf") %} [pdf](file://{{attachment.path | replace(" ", "%20")}}){% if loop.last %} {% endif %}{%- endfor %}

> [!abstract]- Abstract
> {{abstractNote}}

___
# Related with other literature sources
{% if relations.length > 0 %}
{%- for relation in relations %}- [[01LS {{relation.citekey}}]] 
{% endfor %}
{%- endif %}
# Special comments about this literature source
{% if notes.length > 0 %}
{%- for note in notes | reverse %}comment:: {{note.note}} 
{% endfor %}
{%- endif %}
