Removing collabs

This commit is contained in:
Oliver Kennedy 2017-12-15 16:06:54 -05:00
parent 21730d1788
commit 51ae343d54

View file

@ -48,11 +48,6 @@ title: Members and Affiliates
</div>
<% end %>
<h1>Collaborators</h1>
<% $db["lab/collaborators"].each do |name| info = LabMetadata.info_for_affiliate(name) %>
<div class="person"><%= if info["web"] then "<a href='#{info["web"]}'>" else "" end %><%= info["name"] %><%= if info["web"] then "</a>" else "" end %>
<span class="affiliation"><%= info["institution"] or info["affiliation"] %></span></div>
<% end %>
</div>
<h1>Affiliations</h1>