diff -r 006057cf8f16 -r 3ce07a57ce68 plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
@@ -2,7 +2,9 @@
       'id' => result.id,
       'label' => "#{result.name} (#{result.mail.partition('@')[2]})",
       'value' => result.name,
-      'type' => result.class,
+      'type' => result.class.name,
+      'institution' => result.institution,
+      'email' => result.mail,
       }
     }.to_json
-%>
+%>
\ No newline at end of file
