diff -r b601a9e472f3 -r 4ecbc22579e2 vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
@@ -1,2 +1,12 @@
-<h2>Publications#show</h2>
+<h2><%= @publication.title %></h2>
 
+<h3>Authors</h3>
+<% @publication.authors.each do |author| %>
+  <%= author.name  %> <br />
+<% end %>
+
+<h3>Details</h3>
+
+<%= @publication.bibtex_entry.year %>
+
+
