Team:XMU-China/PP Overview

From 2014.igem.org

(Difference between revisions)
Line 336: Line 336:
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display");
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display");
if(sidebar_sub_hover_display = "none"){
if(sidebar_sub_hover_display = "none"){
-
side_bar_hover_target.animate({width:"275px"},200);
+
side_bar_hover_target.stop().animate({width:"275px"},200);
-
side_bar_hover_target.children(".sidebar_sub").slideDown("normal");
+
};
};
$(".sidebar_main").mouseleave(function(){
$(".sidebar_main").mouseleave(function(){
Line 343: Line 342:
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display");
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display");
if(sidebar_sub_hover_display = "block"){
if(sidebar_sub_hover_display = "block"){
-
side_bar_hover_target.children(".sidebar_sub").slideUp(100);
+
side_bar_hover_target.stop().animate({width:"196px"},100);
-
side_bar_hover_target.animate({width:"196px"},100);
+
};
};
});
});
Line 351: Line 349:
$(".navbar_main").mouseenter(function(){
$(".navbar_main").mouseenter(function(){
var nav_bar_hover_target = $(this);
var nav_bar_hover_target = $(this);
-
nav_bar_hover_target.children(".navbar_sub").slideDown();
+
nav_bar_hover_target.children(".navbar_sub").stop().slideDown();
$(".navbar_main").mouseleave(function(){
$(".navbar_main").mouseleave(function(){
var nav_bar_hoveroff_target = $(this);
var nav_bar_hoveroff_target = $(this);
-
nav_bar_hoveroff_target.children(".navbar_sub").slideUp();
+
nav_bar_hoveroff_target.children(".navbar_sub").stop().slideUp();
});
});
});
});

Revision as of 16:24, 17 October 2014

side_bar

OVERVIEW

 

This year marks the 10th anniversary of iGEM. The decade witnesses the progress and boom of iGEM—more teams sign up for the competition and more programs of high quality are produced. Meanwhile, it is a trend which the open-minded iGEMers of XMU comply with that the communication among teams from all around the world is more frequency. We were active in communication and collaborations with counterparts at home and abroad, as well as propaganda and popularization of synthetic biology and iGEM. A biweekly newsletter, which was cofounded by iGEMers of Paris Bettencourt University and us, XMU team, provided broader communication and colorful later issues and had attracted participators from 30 teams. Besides, we enjoyed net-video conference with domestic and overseas counterparts and study visits to other iGEM teams. Moreover, during the popularization in Xiamen Library, we managed an iconoclastic way that we started with a hot issue, GM food (genetically modified food), which is worldwide popular.