Difference between revisions of "Sitemap"

Line 358: Line 358:
  
  
$.when($.ajax (load_page_list ( ) )).then(function () {  // load all the pages
+
load_page_list ( );
+
    fix_links(); // fix any links that have issues
+
 
+
});
+
 
+
  
 
$(".list_view").delay( 500 ).fadeIn('slow');
 
$(".list_view").delay( 500 ).fadeIn('slow');
Line 479: Line 474:
 
if ( page_name.substring(5, 13 ) != "Example2") {
 
if ( page_name.substring(5, 13 ) != "Example2") {
 
return false;    // if it is from team example it is fine  
 
return false;    // if it is from team example it is fine  
 +
 +
$("#Team_Hub").append("<div id='"+page_name+"_wrapper'><a  href='"+page_name+"'>"+page_name+"</a> <ol  class='turquoise_link' id='" +page_name+"' ></ol> </div>");
 +
 +
 +
$("#main_container").append("<div id='"+page_name+"_wrapper'><a  href='"+page_name+"'>"+page_name+"</a> <ol  class='turquoise_link' id='main_"+page_name+"' ></ol> </div>");
 +
 
}
 
}
 
}
 
}
Line 506: Line 507:
  
 
function append_tier_one ( page_name ) {
 
function append_tier_one ( page_name ) {
var categories_for_links = ["About",  "Community",  "Requirements", "Calendar", "Judging",  "Safety", "Tracks", "Human_Practices",  "Giant_Jamboree", "Resources", "Team", "Sponsors" ];
+
var categories_for_links = ["About",  "Community",  "Requirements", "Calendar", "Judging",  "Safety", "Tracks", "Human_Practices",  "Giant_Jamboree", "Resources", "Sponsors" ];
 
var was_page_placed = false;
 
var was_page_placed = false;
 
var no_underscores_name = page_name.replace( /_/g , " ");
 
var no_underscores_name = page_name.replace( /_/g , " ");
Line 578: Line 579:
  
  
function fix_links ( ) {
 
 
var str="";
 
 
  $("#Team_Example_wrapper a").each(function () {
 
str = $(this).attr('href');
 
str = "/"+ str.substring(0,4)+":"+str.substring(5, str.length) ;
 
$(this).attr("href", str);
 
 
});
 
 
  $("#Team_Hub #Team_Example_wrapper a").each(function () {
 
str = $(this).attr('href');
 
str = "/"+ str.substring(0,4)+":"+str.substring(5, str.length) ;
 
$(this).attr("href", str);
 
 
});
 
 
 
 
}
 
  
  

Revision as of 17:21, 21 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

List view

Complete list of the pages in our wiki ordered alphabetically.



All Pages

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