Team:Goettingen/Team/Gallery

From 2013.igem.org

(Difference between revisions)
m
Line 43: Line 43:
alb = [];
alb = [];
alb[0] = []; // lab的相册
alb[0] = []; // lab的相册
-
for(j=0;j<=2;j++){
+
for(j=0;j<=3;j++){
     alb[0][j] = []; //相册每张照片
     alb[0][j] = []; //相册每张照片
      
      
Line 60: Line 60:
alb[0][2].txt = 'We discuss our progress every week';
alb[0][2].txt = 'We discuss our progress every week';
 +
alb[0][3].src = 'https://static.igem.org/mediawiki/2013/b/b3/Goe-c-di-AMP.jpg';
 +
alb[0][3].thum  = 'https://static.igem.org/mediawiki/2013/thumb/b/b3/Goe-c-di-AMP.jpg/120px-Goe-c-di-AMP.jpg';
 +
alb[0][3].txt = 'c-di-AMP in green coli';
-
for(j=0;j<=2;j++){
+
for(j=0;j<=3;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 15:29, 11 September 2013

The beast and its Achilles heel:

 A novel target to fight multi-resistant pathogenic bacteria



In the Lab

 

Previous Next