{% extends "bootstrap/base.html" %} {% block title %}SciKGRaph | Create{% endblock %} {% macro render_panel() %}
{% endmacro %} {% block content %} {{ super() }}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %}

Input Data:

 

Pre Process Graph:

 
 
 
Documents: {{ documents }} Language: {{ language }} Co-occurrence: {{ cooccurrence }}
Total Concepts: {{ total_concepts }} Total Edges: {{ total_edges }}
Deleted Concepts: {{ deleted_concepts }} Deleted Edges: {{ deleted_edges }} Deleted Isolated Concepts: {{ deleted_isolated_concepts }}
{{ render_panel() }}
 
{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block scripts %} {{super()}} {% endblock %}