{# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. #} {{ fn }} - Gitbib
{{user_info['slugname']}} | All tags: {% for tag in all_tags %} {{tag}} {% endfor %}
{% for idents in list_of_idents %} {% for ident in idents %} {% set entry = entries[ident] %}

{{entry['title']}}

{{ident}}

{{entry['author'] | pretty_author_list }}

{% if entry['published-online'] %} {{entry['published-online'] | to_isodate }} (online) {% endif %} {% if entry['published-online'] and entry['published-print'] %} – {% endif %} {% if entry['published-print'] %} {{entry['published-print'] | to_isodate }} (print) {% endif %}

{% if entry['container-title'] %}{{entry['container-title']['full']}} ({{entry['container-title']['short']}}).{% endif %} {% if entry['volume'] %}{{entry['volume']}}, {% endif %} {% if entry['issue'] %}{{entry['issue']}}, {% endif %} {% if entry['page'] %}{{entry['page']}}. {% endif %} {% if entry['doi'] %}doi:{{entry['doi']}}{% endif %} {% if entry['arxiv']%}arxiv:{{entry['arxiv']}}{% endif %}

{% if entry['description'] %}
Description
{{entry['description'] | markdownify}} {% endif %} {% if entry['pdb'] %}
PDB codes

{{ entry['pdb'] | list_of_pdbs }}

{% endif %} {% if entry['cites'] %} {% for cite in entry['cites'] %} {% if 'num' in cite %} {% if cite['resolved'] %} {% else %} {% endif %} {% elif 'nums' in cite %} {% endif %} {% endfor %}
NumEntryWhy
{{ cite['num'] }}{{ cite['id'] }}{{ cite['id'] }}{{ cite['why'] }}
{{ cite['nums'] | join(', ') }} {{ cite['why'] }}
{% endif %} {% if entry['tags'] %}

{% for tag in entry['tags'] %} {{tag}} {% endfor %}

{% endif %}
{% endfor %}
{% endfor %}

Items