Difference between revisions of "Sitemap"

Line 195: Line 195:
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
 
page_name = "map0"+page_name;
 
page_name = "map0"+page_name;
$("#"+page_name.substring(0, page_name.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name+"</a>  <ol id='"+clean_name+"'>  </ol></li>");
+
$("#"+page_name.substring(0, page_name.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name.substring( page_name.indexOf("/") -3, page_name.length) +"</a>  <ol id='"+clean_name+"'>  </ol></li>");
  
 
}
 
}

Revision as of 16:43, 6 January 2017

MENU

Sitemap

iGEM is a multifaceted competition with many different components. Our websites have a lot of information, from requirements of the competition to tips on how make fundraising easier. This page is here to help you navigate our site and make sure you have access to all of its content.