Difference between revisions of "Dev/Sitemap"

Line 467: Line 467:
  
 
console.log("This is a team page");
 
console.log("This is a team page");
 +
$("#team_container").append("<li> <a  href='"+page_name+"'>"+page_name +"</a></li>");
  
 
}
 
}
Line 475: Line 476:
  
 
if ( ( page_name.match( /\//g ) || []).length == 0 ) {    //place as a root page
 
if ( ( page_name.match( /\//g ) || []).length == 0 ) {    //place as a root page
place_root_page (  page_name , (page_name.substring( page_name.lastIndexOf("/")+1 , page_name.length ) ).replace( /_/g , " ") ,  page_name.replace( / /g , "_")  );
+
 
 +
place_root_page (  page_name , (page_name.substring( page_name.lastIndexOf("/")+1 , page_name.length ) ).replace( /_/g , " ") ,  page_name.replace( / /g , "_")  );
 +
 
 
}
 
}
 
else {  //place pages under root id  
 
else {  //place pages under root id  
  
place_nested_pages ( page_name , (page_name.substring( page_name.lastIndexOf("/")+1 , page_name.length ) ).replace( /_/g , " ") ,  page_name.replace( /\//g , "-").replace( / /g , "_")  );
+
place_nested_pages ( page_name , (page_name.substring( page_name.lastIndexOf("/")+1 , page_name.length ) ).replace( /_/g , " ") ,  page_name.replace( /\//g , "-").replace( / /g , "_")  );
  
 
}
 
}
Line 549: Line 552:
  
  
 
function root_append_construct (page_name, page_link, which_one){
 
var text ="";
 
 
 
text = "<div id='"+page_name+"_wrapper'>" + page_link;
 
 
switch ( which_one ) {
 
 
case 1:
 
text = text+ "<ol  class='turquoise_link' id='"+page_name+"'> </ol> </div>";
 
break;
 
   
 
case 2:
 
text = text + "<ol  class='turquoise_link' id='main_"+page_name+"' ></ol> </div>";
 
break;
 
 
}
 
 
 
return text;
 
}
 
  
  

Revision as of 16:58, 26 April 2016

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.

View mode
LIST
MENU
TEAMS

List view

Complete list of the pages in our wiki ordered alphabetically.



All Pages

Teams

Teams

Menu view

Pages are sorted into "buckets" or categories that mimic the menu on the right side of the page.

About
Requirements
Competition
Judging
Giant Jamboree
Resources
Teams and Community
Team Wiki Standard Pages

    HQ control pages

    This information is for HQ to keep track of the pages that are not on the menu and or that are being developed by headquarters.

    Total number of pages 2016 Wiki HQ Not sorted Redirect
    Not sorted
    HQ pages and Dev
    Redirect