diff -r d262df85ac97 -r 67abd7b08753 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
@@ -1,5 +1,5 @@
 <%= raw @results.map {|result| {
-    'label' => "#{result.name} <em>#{result.mail.partition('@')[2]}</em>",
+    'label' => result.name,
     'value' => result.name,
     'search_author_class' => result.class.name,
     'search_author_id' => result.id,
