Difference between revisions of "Sitemap"

Line 240: Line 240:
 
// is this a page from a team ?  
 
// is this a page from a team ?  
 
else if ( page_name.substring(0, 4 ) == "Team") {
 
else if ( page_name.substring(0, 4 ) == "Team") {
append_tier_one ( page_name, page_name, "#team_list") ;  
+
 
return true; // page is from a team
+
switch  ( (page_name.match( /\//g ) || []).length  ) {
 +
case 0:
 +
append_tier_one ( page_name, page_name, "#team_list") ;
 +
break;
 +
case 1: case 2:
 +
append_tier_two ( page_name, page_name, page_name) ;
 +
break;
 +
}
 +
return true;  
 
}
 
}
 
  
  

Revision as of 20:32, 20 April 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.

LIST
TEAMS
HQ

TEAMS