diff -r 6487f22bee9d -r 48d9b3ae9e1a plugins/redmine_bibliography/app/models/author.rb
--- a/plugins/redmine_bibliography/app/models/author.rb
+++ b/plugins/redmine_bibliography/app/models/author.rb
@@ -18,4 +18,7 @@
     }
   }
 
+  def institution
+    self.authorship.first.institution
+  end
 end
