{% extends 'rtd/side_bar_base.html' %} {% load staticfiles %} {% block td_style %} analysis_menu_element_dark {% endblock %} {% block post_url %} {% url 'rtd:temporal_discovery' %} {% endblock %} {% block filter %}
{% endblock %} {% block date %}
Select Date
Select the last date that papers should be taken into account
From date:

To date:
{% endblock %} {% block hcrs %}
  • {% endblock %} {% block ocde %}
  • {% endblock %} {% block visual %} {% if valid_date %}
    warning: {{valid_date}}
    {% endif %} {% if range_valid %}
    warning: {{range_valid}}
    {% endif %} {% if year_valid %}
    warning: {{year_valid}}
    {% endif %} {% if not valid_date and not range_valid and not year_valid %}

    Download Temporal Discovery per Category

    {% if excel_button %} XLS {% else %} XLS {% endif %}

    The Temporal Discovery visualization shows the amount of papers classified as a given set of categories between two specific dates. For example, if only the categories "cancer" and "blood" were selected from date "01/01/2015" to date "01/02/2015", the graph would show the amount of papers belonging to the categories "cancer" and "blood", published between two dates.


    This visualization belongs to {{ source_rev }} Category.
    {% endif %}
    {% endblock %}