{% load staticfiles %}
About
{% if user.is_authenticated %}
Projects
{% endif %} {% if project %}
{{project.name}}
{% endif %} {% if corpus %}
{{corpus.name}}
{% endif %}
{{ user }}
Report Feedback
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
Change Type
Change Level
selector size
{{graphfile}}
{{user.id}}
Nodes
Edges
Size
Add
Opposite-Neighbors
Neighbors
×
Exporting GEXF file
What do you want to save?:
Full Graph
Visible Graph
Which atributes do you want to keep?:
Size
Color
×
Corpus Comparison
Chose another corpus to compare with:
{% if corpusinfo %} {% for k1, v1 in corpusinfo.items %} {% if v1.corpuses|length > 0 %}
{{v1.proj_name}}
{% for c in v1.corpuses %}
{{c.name}}
{% endfor %}
{% endif %} {% endfor %} {% endif %}