<%# # @file # Located at / # Shows 3 most recently created topics, synapses, and maps. #%> <% if !authenticated? %> <% content_for :title, "Home | Metamaps" %>
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 Explore Featured

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? %> <% content_for :title, "My Maps | Metamaps" %> <% end %>