{% extends "base.html" %} {% set aspect = "country-topic" %} {% block in_ready %} {{ sparql_to_table('organizations') }} {{ sparql_to_table('authors') }} {{ sparql_to_iframe('coauthors-graph') }} {{ sparql_to_iframe('cocitations-graph') }} {% endblock %} {% block page_content %}

Country-topic

Organizations of the country who published on the topics

Authors of the country who published on the topics

Co-author graph

Co-citation graph

Citations between authors of the country who published on the topic.
{% endblock %}