diff -r 40144aa9dfe7 -r 96910efbd45e vendor/plugins/redmine_bibliography/app/views/authors/index.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/authors/index.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/authors/index.html.erb
@@ -1,5 +1,5 @@
 <h2>Authors#index</h2>
 
 <% @authors.each do |author| %>
-	<%= author.id %>
+	<p><%= author.name %> - <%= author.publications.first.title%></p>
 <% end %>
\ No newline at end of file
