Line 47: | Line 47: | ||
}); | }); | ||
$('#mycarousel2').carousel({ | $('#mycarousel2').carousel({ | ||
+ | interval: 500, | ||
+ | keyboard: true | ||
+ | }); | ||
+ | $('#mycarousel3').carousel({ | ||
interval: 500, | interval: 500, | ||
keyboard: true | keyboard: true | ||
Line 233: | Line 237: | ||
We cooperated with Bio Bangla, a community lab in Dhaka, to hold the first ever synthetic biology event in Bangladesh. We gave presentation about synthetic biology and our projects. About 40 students from 6 universities joined the event. The chairman of Microbiology department at Noakhali Science and Technology University- Firoz Ahmed and Prime minister a2i project consultant- Iran Khan also joined the event. After the event, we are very glad to notice that they will form the first iGEM team in Bangladesh in 2018. We therefore also provided advices in establishment of first iGEM team in Bangladesh.</p> | We cooperated with Bio Bangla, a community lab in Dhaka, to hold the first ever synthetic biology event in Bangladesh. We gave presentation about synthetic biology and our projects. About 40 students from 6 universities joined the event. The chairman of Microbiology department at Noakhali Science and Technology University- Firoz Ahmed and Prime minister a2i project consultant- Iran Khan also joined the event. After the event, we are very glad to notice that they will form the first iGEM team in Bangladesh in 2018. We therefore also provided advices in establishment of first iGEM team in Bangladesh.</p> | ||
<br> | <br> | ||
− | |||
− | |||
− | |||
− | |||
+ | <div id="myCarousel3" class="carousel slide" data-ride="carousel"> | ||
+ | <!-- Indicators --> | ||
+ | <ol class="carousel-indicators"> | ||
+ | <li data-target="#myCarousel3" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#myCarousel3" data-slide-to="1"></li> | ||
+ | <li data-target="#myCarousel3" data-slide-to="2"></li> | ||
+ | <li data-target="#myCarousel3" data-slide-to="3"></li> | ||
+ | <li data-target="#myCarousel3" data-slide-to="4"></li> | ||
+ | <li data-target="#myCarousel3" data-slide-to="5"></li> | ||
+ | </ol> | ||
+ | |||
+ | <!-- Wrapper for slides --> | ||
+ | <div class="carousel-inner"> | ||
+ | <div class="item active"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/83/Ban1.png" > | ||
+ | </div> | ||
+ | |||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/74/Ban2.png" > | ||
+ | </div> | ||
+ | |||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/50/Ban3.png" > | ||
+ | </div> | ||
+ | |||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/b/be/Ban4.png" > | ||
+ | </div> | ||
+ | |||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/fc/Ban5.png" > | ||
+ | </div> | ||
+ | |||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/e0/Ban6.png" > | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!-- Left and right controls --> | ||
+ | <a class="left carousel-control" href="#myCarousel3" data-slide="prev"> | ||
+ | <span class="glyphicon glyphicon-chevron-left"></span> | ||
+ | <span class="sr-only">Previous</span> | ||
+ | </a> | ||
+ | <a class="right carousel-control" href="#myCarousel3" data-slide="next"> | ||
+ | <span class="glyphicon glyphicon-chevron-right"></span> | ||
+ | <span class="sr-only">Next</span> | ||
+ | </a> | ||
+ | </div> | ||
</div> | </div> | ||
Revision as of 18:50, 28 October 2017