diff -r b09744f35f76 -r 3cb633d4b37d plugins/redmine_bibliography/app/views/publications/new.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/new.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/new.html.erb
@@ -3,6 +3,7 @@
     <%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' %>
     <%= javascript_include_tag 'bibliography', :plugin => 'redmine_bibliography' -%>
     <%= javascript_include_tag 'new_publication', :plugin => 'redmine_bibliography' -%>
+
     <%= javascript_tag "
       $('#publication_bibtex_entry_attributes_entry_type').live('change', function() {
           $this = $(this);
@@ -17,6 +18,8 @@
           return false;
       });"-%>
 
+  <%= javascript_tag "authorship_autocomplete('#{url_for :controller => :publications, :action => :autocomplete_for_author}');" -%>
+
 <% end %>
 
 <%= error_messages_for 'publication' %>
