<% # must pass in local 'item' OR 'std_item' (as used by rails collection # rendering) that's a BentoSearch::ResultItem item = local_assigns[:item] || local_assigns[:std_item] %>
<%= bento_item_title(item) %>
<% if item.authors.length > 0 %>

<%= bento_item_authors(item) %>

<% end %> <% if item.published_in %>

<%= item.published_in %>

<% end %> <% if item.abstract %>

<%= bento_abstract_truncate( item.abstract ) %>

<% end %> <% if item.other_links.present? %> <% end %>