diff -r 95bdaaab97ca -r 7367cd232b1e 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,13 +18,15 @@
           return false;
       });"-%>
 
+  <%= javascript_tag "authorship_autocomplete('#{url_for :controller => :publications, :action => :autocomplete_for_author}');" -%>
+
 <% end %>
 
 <%= error_messages_for 'publication' %>
 
 <h2><%=l(:label_publication_new)%></h2>
 
-<%= labelled_form_for @publication, :url => { :project_id  => @project, :action => :create } do |f| -%>
+<%= form_for @publication, :url => { :project_id  => @project, :action => :create } do |f| -%>
 
     <%= render :partial => 'form', :locals => { :f => f }  %>
 
