{% extends "base.html" %} {% block content %}

Discovery Agent

Autonomous Mixture of Experts Pattern Exploration

{% if experts %}
OpenAlex Intelligence Corpus Ranked by Citation Impact
{% for expert in experts %} {% endfor %}
Expert Profile Institutional Affiliation H-Index Citations Profile
{{ expert.name }}
Expert Score: {{ expert.score }}
{{ expert.institution }} {{ expert.h_index }} {{ "{:,}".format(expert.citations) }}
{% elif query %}

Pattern Isolation Failed

The Discovery Agent couldn't locate experts for "{{ query }}".

{% endif %}
{% endblock %}