{{ author.name }}

{% if author.affiliation %}
{{ author.affiliation }}
{% endif %} {% if author.interests %}
{% for interest in author.interests %} {{ interest }} {% endfor %}
{% endif %}
Publications
{{ stats.total_publications }}
Total Citations
{{ "{:,}".format(stats.total_citations) }}
h-index
{{ stats.h_index }}
i10-index
{{ stats.i10_index }}
Co-authors
{{ stats.unique_coauthors }}
{% if stats.avg_impact_factor %}
Avg. Impact Factor
{{ stats.avg_impact_factor }}
{% endif %}
Co-Author Network
{{ network_html }}
Publications Per Year
Citations Per Year
Topic Clusters
Publications
{{ plotly_js }}