{% extends 'base.html' %} {% load literature %} {% block content %}

{{ author }}


This is a list of publications on which {{ author }} is listed as an author. Parsing the author section of a reference and storing each author in an Author table allows us to harness the full capabilities of relational databases.


{% bibliography literature_list "bootstrap" %} {% endblock content %}