{% extends 'base.html' %} {% block title %}Research & Publications | APSS Nepal{% endblock %} {% block content %}
HOME   >   PUBLICATIONS

Research & Publications

Digital library for APSS Journal of Current Affairs, newsletters, strategic reports, project reports, working papers and policy briefs.

{% for pub in publications %}
{{ pub.publication_type }}

{{ pub.title }}

{{ pub.summary }}

{{ pub.author }}{% if pub.year %} · {{ pub.year }}{% endif %} {% if pub.file_path %}Download PDF{% else %}PDF not uploaded yet{% endif %}
{% else %}

No publications found.

{% endfor %}
{% endblock %}