• Search:
  • Tags:
  • {% for tag in tags_helper.keys() %}
  • {% endfor %}
  • Type:
  • {% for type in type_helper.keys() %}
  • {% endfor %}
  • Make your own annotated bibliography here

    {% for n in html_helper['range'] %}
  • {{html_helper['titles'][n]}}

    {{html_helper['authors'][n]}}

    {{html_helper['venues'][n]}}

    {{html_helper['annotations'][n]}}

    {{html_helper['year'][n]}}

    • Tags:
    • {% for tag in html_helper['tags'][n] %}
    • {% endfor %}
    {% for tag in tags_helper.keys() %}

    {% if tag in html_helper['tags'][n] %}True{% else %}False{% endif %}

    {% endfor %}
    • Types:
    • {% for type in html_helper['entry_type'][n] %}
    • {% endfor %}
    {% for type in type_helper.keys() %}

    {% if type in html_helper['entry_type'][n] %}True{% else %}False{% endif %}

    {% endfor %}
  • {% endfor %}