<% 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 %>

<% if defined? status %>
<%= case status when "PhD", "MS", "BS" then status + " student" else status end %>
<% end %> <%= body %> <% pubs = LabMetadata::publications_for(name) %> <% unless pubs.empty? %>

Publications

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