{% extends 'scipost/base.html' %} {% block pagetitle %}: harvest cited-by links{% endblock pagetitle %} {% block content %}

Cited-by links

{% if errormessage %}

{{ errormessage }}

{% endif %}

Citations

{% for cit in publication.citedby %} {{ cit }} {% endfor %}

Return to:

{% endblock content %}