{% extends "package/read_base.html" %} {% block primary_content_inner %} {#
#} {#

{{ _('Dataset cited in') }}

#} {##} {# #} {##} {#

Citations are retrieved from articles in CrossRef. This isn't a definitive list.

#} {##} {#
#}

{{ _('Dataset views') }}

{% if g.pageviews %}

Showing dataset views per {{ g.date_interval }}.

{% else %}

Sorry, we do not have any view statistics for this dataset yet.

{% endif %}
{% asset 'ckanext-graph/main-css' %} {% asset 'ckanext-graph/main-js' %}

{{ _('Downloads') }}

{% if g.resource_downloads %}

Showing total downloads for this dataset resources

{% for resource in g.resource_downloads %} {% endfor %}
Resource Total downloads
{% link_for resource['name'], 'resource.read', id=g.pkg.name, resource_id=resource['id'] %} {{ resource['total'] }}
Total {{ g.total_downloads }}
{% else %}

Sorry, we do not have any download statistics for this dataset yet.

{% endif %}
{% endblock %}