diff --git a/templates/category.html b/templates/category.html
index 9c57e41afd377f81e3415674122250c195c12671..1b2267c636aa965fc93a9dfa9de41235cc06023d 100644
--- a/templates/category.html
+++ b/templates/category.html
@@ -17,7 +17,7 @@
                 <li>
                   <time>{{ article.date|strftime('%d %b') }}</time><span>&nbsp;&nbsp;</span>
 		  <a href="{{ SITEURL }}/{{ article.url }}"><strong>{{ article.title }}</strong>
-		    {{ article.author }}
+		    {{ article.author }} ({% if article.institution %}{{ article.institution }}{% else %}{{ DEFAULT_INSTITUTION }}{% endif %})
 		  </a>
 		</li>
 	      {% endfor %}