Difference between revisions of "Team:TUDelft/Example5"

(Undo revision 532852 by HuyenMy (talk))
Line 120: Line 120:
  
 
/* The dots/bullets/indicators */
 
/* The dots/bullets/indicators */
.dots {
+
.dot {
 
   cursor: pointer;
 
   cursor: pointer;
 
   height: 20px;
 
   height: 20px;
 
   width: 20px;
 
   width: 20px;
 
   margin: 0.6%;
 
   margin: 0.6%;
  margin-top:1%;
+
margin-top:1%;
 
   background-color: #bbb;
 
   background-color: #bbb;
 
   border-radius: 50%;
 
   border-radius: 50%;
Line 134: Line 134:
 
}
 
}
  
.active, .dots:hover {
+
.active, .dot:hover {
 
   background-color: #717171;
 
   background-color: #717171;
 
}
 
}
Line 212: Line 212:
  
 
<div style="text-align:center">
 
<div style="text-align:center">
   <span class="dots" onclick="currentSlide(1)"></span>  
+
   <span class="dot" onclick="currentSlide(1)"></span>  
   <span class="dots" onclick="currentSlide(2)"></span>  
+
   <span class="dot" onclick="currentSlide(2)"></span>  
   <span class="dots" onclick="currentSlide(3)"></span>  
+
   <span class="dot" onclick="currentSlide(3)"></span>  
   <span class="dots" onclick="currentSlide(4)"></span>  
+
   <span class="dot" onclick="currentSlide(4)"></span>  
   <span class="dots" onclick="currentSlide(5)"></span>  
+
   <span class="dot" onclick="currentSlide(5)"></span>  
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 05:22, 6 December 2019

Sci-Phi 29







Engineering non-model bacteria is extremely laborious and expensive


Problem




In our project, we developed a tool that aims to expand the repertoire of bacterial species and broaden the range of substrates and environmental conditions which is currently used in synthetic biology.



Read More
Sci-Phi 29






How does Sci-Phi 29 works?


overview project




In our project, we developed a tool that aims to expand the repertoire of bacterial species and broaden the range of substrates and environmental conditions which is currently used in synthetic biology.



Read More
Foldscope Event