{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load static %} {% load common_tags %} {% load humanize %} {% block title %} Center Summary {% endblock %} {% block content %}

{% settings_value 'CENTER_NAME' %} Scientific Impact


{% if settings.PUBLICATION_ENABLE %}
User Entered Publications
Total Publications: {{total_publications_count}}
{% endif %} {% if settings.RESEARCH_OUTPUT_ENABLE %}
User Entered Research Outputs
Total Publications: {{total_research_outputs_count}}
{% endif %} {% if settings.GRANT_ENABLE %}
User Grants Summary

Grants Total: ${{grants_total}}
Grants Total PI Only: ${{grants_total_pi_only}}
Grants Total CoPI Only: ${{grants_total_copi_only}}
Grants Total Senior Personnel Only: ${{grants_total_sp_only}}
{% endif %}
Active Allocations and Users by Field of Science
Resources and Allocations Summary
{% endblock %}