<%# # @file # Located at / # Shows 3 most recently created topics, synapses, and maps. #%> <% content_for :title, "Home | Metamaps" %> <% if !authenticated? %>
Image 01
Welcome to Metamaps
a home on the web for
  • building shared knowledge
  • learning
  • visioning
  • conversing
  • collaborating
  • sensemaking
  • innovating
  • designing
  • playing
  • exploring

Request Invite Learn More

explore featured maps from our community

<% @maps.each_with_index do |map, index| %> <% first = index == 0 ? true : false %> <%= render :partial => 'main/homemap', :locals => { :map => map, :first => first } %> <% end %>
<% elsif authenticated? %>
Displaying:
My Maps / Recently Active / Featured / Newest First
<% @maps.each do |map| %> <%= render map %> <% end %>
<% end %>