{% load staticfiles %}
{% block css %} {% endblock %}
About
{% if user.is_authenticated %}
Projects
{% endif %} {% if project %}
{{project.name | truncatechars:15}}
{% endif %} {% if corpus %}
{{corpus.name | truncatechars:25}}
{% endif %} {% if view == "graph" %}
Name your graph
Submitting...
{% endif %}
{{ user.username | truncatechars:15}}
Report Feedback
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% if corpus %}
Documents
Sources
{% for state in corpus.hyperdata.statuses %} {% if state.action == "Workflow" %} {% if state.complete %}
Terms
Graphs
With conditional distance
With distributional distance
My Graphs
Analytics
{% endif %} {% endif %} {% endfor %}
{% endif %}
{% block corpusBannerTop %} {% if corpus %} {% if view != "graph" %}
{{ project.name | truncatechars:50}}
{% if view == 'terms' %}
Export terms table
{% elif view == 'titles' %}
Export corpus
{% else %} {% endif %}
{{ resourcename | truncatechars:20 }}
{{ corpus.name | truncatechars:30 }}
{{ corpus.date }}
Author(s): {{ user.username | truncatechars:15}}
{% endif %} {% endif %} {% endblock %} {% block content %} {% endblock %} {% block corpusBannerBottom %} {% endblock %}
{% load staticfiles %} {% if view == "graph" %} {% endif %} {% if debug == False %}
{% endif %}