Team:AUC TURKEY

From 2013hs.igem.org

(Difference between revisions)
Line 22: Line 22:
     for(var i=0;i<6;i++)
     for(var i=0;i<6;i++)
     {
     {
-
          
+
         var link=$("#links a:eq("+i+") img");
-
        $("#links a:eq("+i+") img").hover(
+
        link.num=i;
 +
        link.hover(
         function () {
         function () {
         $(this).fadeTo(400,1);
         $(this).fadeTo(400,1);
-
         alert(i);
+
         this.src=active[this.num];
         },
         },
         function () {
         function () {
-
         $(this).fadeTo(400,.5);
+
         $(this).fadeTo(400,.75);
-
         alert(i);
+
         this.src=normal[this.num];
         });
         });
     }
     }
Line 36: Line 37:
</script>
</script>
<style type="text/css">
<style type="text/css">
-
#pics {
+
#pics {
     width:  760px;
     width:  760px;
     height:  400px;
     height:  400px;
Line 43: Line 44:
     z-index: -500;
     z-index: -500;
}
}
-
#pics img {
+
#pics img {
 +
    opacity: .75;
     padding: 21px;
     padding: 21px;
     border:  3px solid skyblue;
     border:  3px solid skyblue;

Revision as of 15:44, 18 June 2013



Project Description

Big budgets and significant amounts of energy are annually allocated to cooling systems. Also, these cooling processes are one of the factors of environmental distruption. The aim of our project, BactoCooler, is to accomplish a highly efficient and low cost cooling without distrupting nature’s magnificient balance through the usage of the most common form of life on Earth, bacteria. BactoCooler contains a special RNA Thermometer which allows translation after a specific temperature. This initiates the production of the urease enzyme which is responsible in the breakdown of urea. This organic endothermic reaction results in the signifact cooldown of the environment.
000:00:00:00
Until iGEM HS Jamboree 2013

<forum_subtle/>