{% extends 'base.html' %} {% load static %} {% load customtags %} {% block head %} {% include 'head_content.html' with title="LyProX ยท Lymphatic Progression eXplorer" %} {% endblock head %} {% block content %}
LyProX logo

Lymphatic Progression eXplorer

Collecting, sharing, and visualizing data on the lymphatic progression patterns in head and neck cancer.

{% include_md 'description.md' %}
{% if IS_FROZEN %}
Note: You are looking at version {{ VERSION }} of the interface, which is frozen to serve as a reference for readers of our recent publication. If you want to use the latest version of this website that we try to continually develop and improve, click here.
{% endif %}

Our Publications

{% for pub in publications %} {% include 'publication.html' with pub=pub %} {% endfor %}
{% endblock content %}