Team:Goettingen/Team/Gallery

From 2013.igem.org

(Difference between revisions)
Line 43: Line 43:
alb = [];
alb = [];
alb[0] = []; // lab的相册
alb[0] = []; // lab的相册
-
for(j=0;j<=3;j++){
+
for(j=0;j<=4;j++){
     alb[0][j] = []; //相册每张照片
     alb[0][j] = []; //相册每张照片
      
      
Line 64: Line 64:
alb[0][3].txt = 'c-di-AMP in green coli';
alb[0][3].txt = 'c-di-AMP in green coli';
 +
alb[0][4].src = 'https://static.igem.org/mediawiki/2013/8/86/Goe-DIES_2013.JPG';
 +
alb[0][4].thum = 'https://static.igem.org/mediawiki/2013/thumb/8/86/Goe-DIES_2013.JPG/90px-Goe-DIES_2013.JPG';
 +
alb[0][4].txt = 'DIES 2013';
-
for(j=0;j<=3;j++){
+
 
 +
for(j=0;j<=4;j++){
   document.write('<img src=" '+ alb[0][j].thum + '" onclick="showGarPic(alb[0]['+ j + '].src,alb[0]['+j+'].txt,0)" style="margin-right:15px;cursor:pointer" />');
   document.write('<img src=" '+ alb[0][j].thum + '" onclick="showGarPic(alb[0]['+ j + '].src,alb[0]['+j+'].txt,0)" style="margin-right:15px;cursor:pointer" />');
}
}

Revision as of 14:52, 12 September 2013

The beast and its Achilles heel:

 A novel target to fight multi-resistant pathogenic bacteria



In the Lab

 

Previous Next