<% name = if defined? name then name else "A Mysterious Stranger" end %>
<% if defined? pic %> <% if pic.is_a? Hash %> " width="<%=pic["width"]%>" height="<%=pic["height"]%>" /> <% elsif pic.is_a? String %> <% end %> <% end %>

<%= name %>

<%= body %> <% pubs = LabMetadata::publications_for(name) %> <% unless pubs.empty? %>

Publications

<%= LabMetadata::render_pubs(pubs) %> <% end %>