|
|
Line 6: |
Line 6: |
| #topheader{ | | #topheader{ |
| display:block; | | display:block; |
| + | position:absolute; |
| + | top:31px; |
| width:100%; | | width:100%; |
| margin-bottom:0; | | margin-bottom:0; |
| position:relative; | | position:relative; |
- | top:-10px; | + | /*top:-10px;*/ |
| } | | } |
| #bgkBanner1{ | | #bgkBanner1{ |
| position: relative; | | position: relative; |
- | z-index:20; | + | z-index:2; |
| } | | } |
| #bgkBanner2{ | | #bgkBanner2{ |
| position: relative; | | position: relative; |
- | z-index:20; | + | z-index:2; |
- | bottom:116px; | + | bottom:37px; |
- | margin-bottom:-105px; | + | margin-bottom:30px; |
| } | | } |
| #igemlogo{ | | #igemlogo{ |
| position:absolute; | | position:absolute; |
- | z-index:20; | + | z-index:4; |
| right:0; | | right:0; |
- | }
| |
- | .carousel {
| |
- | position: relative;
| |
- | line-height: 1;
| |
- | height:564px;
| |
- | bottom: 69px;
| |
- | overflow:hidden;
| |
- | }
| |
- | .carousel-inner {
| |
- | overflow: hidden;
| |
- | width: 1000px;
| |
- | }
| |
- | .carousel .item {
| |
- | display: none;
| |
- | position: relative;
| |
- | -webkit-transition: 0.6s ease-in-out left;
| |
- | -moz-transition: 0.6s ease-in-out left;
| |
- | -o-transition: 0.6s ease-in-out left;
| |
- | transition: 0.6s ease-in-out left;*/
| |
- | }
| |
- | .carousel .item > img {
| |
- | display: block;
| |
- | line-height: 1;
| |
- | }
| |
- | .carousel .active, .carousel .next, .carousel .prev {
| |
- | display: block;
| |
- | }
| |
- | .carousel .active {
| |
- | left: 0;
| |
- | }
| |
- | .carousel .next, .carousel .prev {
| |
- | position: absolute;
| |
- | top: 0;
| |
- | width: 100%;
| |
- | }
| |
- | .carousel .next {
| |
- | left: 100%;
| |
- | }
| |
- | .carousel .prev {
| |
- | left: -100%;
| |
- | }
| |
- | .carousel .next.left, .carousel .prev.right {
| |
- | left: 0;
| |
- | }
| |
- | .carousel .active.left {
| |
- | left: -100%;
| |
- | }
| |
- | .carousel .active.right {
| |
- | left: 100%;
| |
- | }
| |
- | .carousel-control {
| |
- | display:none;
| |
- | position: absolute;
| |
- | top: 50%;
| |
- | left: 15px;
| |
- | width: 40px;
| |
- | height: 40px;
| |
- | margin-top: -20px;
| |
- | font-size: 60px;
| |
- | font-weight: 100;
| |
- | line-height: 30px;
| |
- | color: rgb(250,247,186);
| |
- | text-align: center;
| |
- | background: rgb(30,39,43);
| |
- | border: 3px solid rgb(250,247,186);
| |
- | -webkit-border-radius: 23px;
| |
- | -moz-border-radius: 23px;
| |
- | border-radius: 23px;
| |
- | opacity: 0.1;
| |
- | filter: alpha(opacity=10);
| |
- | }
| |
- | .carousel-control.right {
| |
- | left: auto;
| |
- | right: 15px;
| |
- | }
| |
- | .carousel-control:hover {
| |
- | text-decoration: none;
| |
- | opacity: 0.9;
| |
- | filter: alpha(opacity=90);
| |
- | }
| |
- | .carousel-caption {
| |
- | display:none;
| |
- | }
| |
- | .carousel-indicators {
| |
- | position: absolute;
| |
- | top: 0px;
| |
- | z-index: 60;
| |
- | width:auto;
| |
- | padding:0;
| |
- | margin:0;
| |
- | text-align: center;
| |
- | list-style: none;
| |
- | z-index:50;
| |
- | }
| |
- | .carousel-indicators li {
| |
- | /*display: inline-block;*/
| |
- | float:left;
| |
- | width: 10px;
| |
- | height: 10px;
| |
- | margin: 5px;
| |
- | text-indent: -999px;
| |
- | cursor: pointer;
| |
- | border: 1px solid rgb(250,247,186);
| |
- | background-color: rgb(30,39,43);
| |
- | opacity: 0.5;
| |
- | filter: alpha(opacity=50);
| |
- | border-radius: 9px;
| |
- | }
| |
- | .carousel-indicators .active {
| |
- | background-color: rgb(250,247,186);
| |
- | border: 1px solid rgb(30,39,43);
| |
- | opacity: 0.5;
| |
- | filter: alpha(opacity=50);
| |
| } | | } |
| </style> | | </style> |
| + | |
| <div id="topheader"> | | <div id="topheader"> |
| <div id="igemlogo"> | | <div id="igemlogo"> |
Line 149: |
Line 39: |
| <img src="https://static.igem.org/mediawiki/2013/1/1b/PB_Banner_Lines.gif" width="1000"> | | <img src="https://static.igem.org/mediawiki/2013/1/1b/PB_Banner_Lines.gif" width="1000"> |
| </div> | | </div> |
- | <div id="TBBanner" class="carousel slide"> | + | <img style="margin-top:-70px" src="https://static.igem.org/mediawiki/2013/e/e0/PB_TBbanner11.jpg" width="1000"/> |
- | <ol style="left:305px" class="carousel-indicators">
| + | |
- | <li data-target="#TBBanner" data-slide-to="0" class="active"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="1"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="2"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="3"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="4"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="5"></li>
| + | |
- | </ol>
| + | |
- | <ol style="left:575px" class="carousel-indicators">
| + | |
- | <li data-target="#TBBanner" data-slide-to="6"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="7"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="8"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="9"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="10"></li>
| + | |
- | <li data-target="#TBBanner" data-slide-to="11"></li>
| + | |
- | </ol>
| + | |
- | <div class="carousel-inner">
| + | |
- | <div class="active item" data-slide="0"><img src="https://static.igem.org/mediawiki/2013/e/e0/PB_TBbanner11.jpg" width="1000"> </div>
| + | |
- | <div class="item" data-slide="1"><img src="https://static.igem.org/mediawiki/2013/1/1a/PB_TBbanner01.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="2"><img src="https://static.igem.org/mediawiki/2013/2/24/TBbanner03.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="3"><img src="https://static.igem.org/mediawiki/2013/a/ae/PB_TBbanner04.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="4"><img src="https://static.igem.org/mediawiki/2013/1/18/TBbanner05.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="5"><img src="https://static.igem.org/mediawiki/2013/d/da/TBbanner06.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="6"><img src="https://static.igem.org/mediawiki/2013/f/f3/TBbanner07.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="7"><img src="https://static.igem.org/mediawiki/2013/3/39/PB_TBbanner08.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="8"><img src="https://static.igem.org/mediawiki/2013/6/64/PB_TBbanner09.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="9"><img src="https://static.igem.org/mediawiki/2013/3/3b/PB_TBbanner10.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="10"><img src="https://static.igem.org/mediawiki/2013/6/6c/PB_TBbanner12.jpg" width="1000"></div>
| + | |
- | <div class="item" data-slide="11"><img src="https://static.igem.org/mediawiki/2013/1/1a/PB_TBbanner01.jpg" width="1000"></div>
| + | |
- | <!-- <div class="item" data-slide="11"><img src="https://static.igem.org/mediawiki/2013/4/40/PB_TBbanner02.jpg" width="1000"></div> -->
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <a class="carousel-control left" href="#TBBanner" data-slide="prev">‹</a>
| + | |
- | <a class="carousel-control right" href="#TBBanner" data-slide="next">›</a>
| + | |
- | </div>
| + | |
| <div id="bgkBanner2"> | | <div id="bgkBanner2"> |
| <img src="https://static.igem.org/mediawiki/2013/7/7d/PB_Banner_Lines2.gif" width="1000"> | | <img src="https://static.igem.org/mediawiki/2013/7/7d/PB_Banner_Lines2.gif" width="1000"> |
About one third of the world’s population has at one point in their life been infected with tuberculosis (TB) causing bacteria Mycobacterium tuberculosis. Luckily, nine out of ten infections are asymptomatic and latent but one out of ten progresses to a lethal active disease killing millions of people worldwide. In most cases tuberculosis attacks lungs, invading alveolar macrophages where it lives and replicates. Due to its habitat and the unusual structure and chemical composition of the cell wall many antibiotics are ineffective, making TB treatment difficult and hard to tackle. Additionally, in recent years multiple drug-resistant tuberculosis became an ever increasing problem.
Using Escherichia coli as a model organism we are developing and testing approaches that could lead to eradication of this infectious disease. A drug screen aimed for a specific mycobacterial metabolic pathway, a phage sensor for detection of a specific antibiotic resistance, a TB-ception E. coli which could invade macrophages and kill mycobacteria, and finally a Trojan horse sRNA which could silence the production of antibiotic resistance proteins thus making antibiotic treatment more effective.
Check out our projects for more information.