{% extends "admin/base.html" %} {% block title %}Publications{% endblock %} {% block content %}
Manage research papers and articles
| Year | Title | Venue | Status | Actions |
|---|---|---|---|---|
| {{ pub.year }} | {{ pub.title[:80] }}{% if pub.title|length > 80 %}...{% endif %} | {{ pub.venue or '-' }} | {{ pub.status }} | |
| No publications yet | ||||