Team:UNIPV-Pavia/TestTeam

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
{{main}}
{{main}}
 +
Line 58: Line 59:
   des[14] = "14 14 14 14 14";
   des[14] = "14 14 14 14 14";
 +
var igemlogo="https://static.igem.org/mediawiki/2011/8/8e/UNIPV_iGEMlogo.png";
    
    
   $("#tipo1").mouseenter(function() {
   $("#tipo1").mouseenter(function() {
Line 67: Line 69:
   $("#foto").attr("src", port[1]);
   $("#foto").attr("src", port[1]);
   });
   });
 +
 
 +
    $("#tipo1").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
 +
  });
 +
 +
 
   $("#tipo2").mouseenter(function() {
   $("#tipo2").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 74: Line 83:
   $("#foto").attr("src", port[2]);
   $("#foto").attr("src", port[2]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipo2").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipo3").mouseenter(function() {
   $("#tipo3").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 82: Line 95:
   $("#foto").attr("src", port[3]);
   $("#foto").attr("src", port[3]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipo3").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipo4").mouseenter(function() {
   $("#tipo4").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 91: Line 108:
   $("#teambox").show();
   $("#teambox").show();
   });
   });
 +
  $("#tipo4").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
 +
  });
 +
   $("#tipo5").mouseenter(function() {
   $("#tipo5").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 99: Line 121:
   $("#teambox").show();
   $("#teambox").show();
   });
   });
 +
  $("#tipo5").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
 +
  });
 +
   $("#tipo6").mouseenter(function() {
   $("#tipo6").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 106: Line 133:
   $("#foto").attr("src", port[6]);
   $("#foto").attr("src", port[6]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipo6").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipo7").mouseenter(function() {
   $("#tipo7").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 114: Line 145:
   $("#foto").attr("src", port[7]);
   $("#foto").attr("src", port[7]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipo7").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipo8").mouseenter(function() {
   $("#tipo8").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 122: Line 157:
   $("#foto").attr("src", port[8]);
   $("#foto").attr("src", port[8]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipo8").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipo9").mouseenter(function() {
   $("#tipo9").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 130: Line 169:
   $("#foto").attr("src", port[9]);
   $("#foto").attr("src", port[9]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipo9").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipo10").mouseenter(function() {
   $("#tipo10").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 138: Line 181:
   $("#foto").attr("src", port[10]);
   $("#foto").attr("src", port[10]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipo10").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipo11").mouseenter(function() {
   $("#tipo11").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 147: Line 194:
   $("#teambox").show();
   $("#teambox").show();
   });
   });
-
 
+
  $("#tipo11").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
 +
  });
Line 158: Line 208:
   $("#foto").attr("src", port[1]);
   $("#foto").attr("src", port[1]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT1").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT2").mouseenter(function() {
   $("#tipoT2").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 166: Line 220:
   $("#foto").attr("src", port[2]);
   $("#foto").attr("src", port[2]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT2").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT3").mouseenter(function() {
   $("#tipoT3").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 174: Line 232:
   $("#foto").attr("src", port[3]);
   $("#foto").attr("src", port[3]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT3").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT4").mouseenter(function() {
   $("#tipoT4").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 182: Line 244:
   $("#foto").attr("src", port[4]);
   $("#foto").attr("src", port[4]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT4").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT5").mouseenter(function() {
   $("#tipoT5").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 190: Line 256:
   $("#foto").attr("src", port[5]);
   $("#foto").attr("src", port[5]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT5").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT6").mouseenter(function() {
   $("#tipoT6").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 198: Line 268:
   $("#foto").attr("src", port[6]);
   $("#foto").attr("src", port[6]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT6").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT7").mouseenter(function() {
   $("#tipoT7").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 206: Line 280:
   $("#foto").attr("src", port[7]);
   $("#foto").attr("src", port[7]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT7").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT8").mouseenter(function() {
   $("#tipoT8").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 214: Line 292:
   $("#foto").attr("src", port[8]);
   $("#foto").attr("src", port[8]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT8").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT9").mouseenter(function() {
   $("#tipoT9").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 222: Line 304:
   $("#teambox").show();
   $("#teambox").show();
   $("#foto").attr("src", port[9]);
   $("#foto").attr("src", port[9]);
 +
  });    $("#tipoT9").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT10").mouseenter(function() {
   $("#tipoT10").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 230: Line 316:
   $("#foto").attr("src", port[10]);
   $("#foto").attr("src", port[10]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT10").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT11").mouseenter(function() {
   $("#tipoT11").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 238: Line 328:
   $("#foto").attr("src", port[11]);
   $("#foto").attr("src", port[11]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT11").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT12").mouseenter(function() {
   $("#tipoT12").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 246: Line 340:
   $("#foto").attr("src", port[12]);
   $("#foto").attr("src", port[12]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT12").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT13").mouseenter(function() {
   $("#tipoT13").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 254: Line 352:
   $("#foto").attr("src", port[13]);
   $("#foto").attr("src", port[13]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT13").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
   $("#tipoT14").mouseenter(function() {
   $("#tipoT14").mouseenter(function() {
   $("#teamnam").empty();
   $("#teamnam").empty();
Line 262: Line 364:
   $("#foto").attr("src", port[14]);
   $("#foto").attr("src", port[14]);
   $("#teambox").show();
   $("#teambox").show();
 +
  });    $("#tipoT14").mouseleave(function() {
 +
  $("#teambox").hide();
 +
  $("#foto").attr("src", igemlogo);
   });
   });
 +
Line 311: Line 417:
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
-
display: none;
+
display: none;
}
}
#box_desc {
#box_desc {
Line 608: Line 714:
}
}
</style>
</style>
-
 
<h2 class="art-postheader">The Team</h2>
<h2 class="art-postheader">The Team</h2>
-
 
<div id="teamcont">
<div id="teamcont">
   <div id="teamcon">
   <div id="teamcon">
Line 651: Line 755:
   </div>
   </div>
</div>
</div>
-
 
-
 
</html>
</html>

Revision as of 15:46, 11 September 2011

UNIPV TEAM 2011


The Team

Students
Niccolò Franceschi
Davide Bianchini
Daniele Sartori
Edoardo Baldini
Tommaso Goggia
Viola Ghio
Emanuela Pasi
Giuseppe Bertoni
Advisors
Lorenzo Pasotti
Nicolò Politi
Federica Sampietro
Susanna Zucca
Instructors
Prof. Paolo Magni
Prof. Maria G. Cusella


Retrieved from "http://2011.igem.org/Team:UNIPV-Pavia/TestTeam"