Team:DTU-Denmark

From 2014.igem.org

(Difference between revisions)
 
(440 intermediate revisions not shown)
Line 1: Line 1:
{{:Template:Team:DTU-Denmark/maintemplate}}
{{:Template:Team:DTU-Denmark/maintemplate}}
<html>
<html>
 +
<head>
 +
 +
 +
<style>
 +
table {
 +
    width:98%;
 +
    margin: auto;
 +
    table-layout: fixed;
 +
    background-color: transparent;
 +
}
 +
 +
td {
 +
    padding: 0 15px 0 15px;
 +
    position: relative;
 +
}
 +
 +
.front-column-curtain {
 +
    box-shadow: 0 0 10px black;
 +
    width: 100%;
 +
    border: 1px solid black;
 +
    position: absolute;
 +
    top: 25px;
 +
}
 +
 +
.front-column {
 +
    position: relative;
 +
    top: 0px;
 +
    width: 100%;
 +
}
 +
 +
.front-column-header {
 +
    background-color: rgba(255,255,255,0.7);
 +
    padding: 10px;
 +
}
 +
 +
.front-column-header {
 +
    text-align: center;
 +
}
 +
 +
.front-column-text {
 +
    background-color: rgba(255,255,255,0.7);
 +
    overflow: hidden;
 +
    padding: 10px;
 +
    padding-top: 8px;
 +
}
 +
 +
.background-epopi {
 +
    padding-top: 165px;
 +
}
 +
 +
.bounding-box {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/8/8e/DTU-Denmark-Expandknaphvid.png')
 +
  background-repeat: no-repeat
 +
  background-size: contain
 +
}
 +
 +
 +
.front-column-banner {
 +
    position: absolute;
 +
    background-color: #353535;
 +
    opacity: 0.8;
 +
    height: 20px;
 +
    width: 100%;
 +
    bottom: 0;
 +
    left: 0;
 +
    display: none;
 +
background-image: url('https://static.igem.org/mediawiki/2014/8/8e/DTU-Denmark-Expandknaphvid.png');
 +
    background-repeat: no-repeat;
 +
    background-size: contain;
 +
background-position: center;
 +
}
 +
 +
 +
</style>
 +
 +
<script>
 +
    $(document).ready(function() {
 +
        var headerHeight = 0;
 +
        $(".front-column-header").each(function() {
 +
            if ($(this).height() > headerHeight) {
 +
                headerHeight = $(this).height();
 +
            }
 +
        });
 +
        $(".front-column-header").css("height",(headerHeight+30).toString()+"px");
 +
 +
        var textHeight = 0;
 +
        $(".front-column-text").each(function() {
 +
            if ($(this).height() > textHeight) {
 +
                textHeight = $(this).height();
 +
            }
 +
        });
 +
        textHeight = textHeight + 10;
 +
 +
        $(".front-column-text").css("height","0");
 +
        $(".front-column-banner").show();
 +
       
 +
        $(".front-column-curtain").hover(function() {
 +
            $(this).find(".front-column-text").stop().css("height","0").animate({height: textHeight+"px"}, 600).parents(".front-page-curtain").css("box-shadow","0 0 10px black");
 +
            $(this).find(".front-column-banner").fadeIn(0).stop(true,true).fadeOut();
 +
        }, function() {
 +
            var $curtain = $(this);
 +
            $curtain.find(".front-column-text").stop().css("height",textHeight).animate({height: "0px"}, 600);
 +
            $curtain.find(".front-column-banner").delay(400).fadeIn();
 +
        });
 +
    })
 +
</script>
 +
<body>
<body>
-
<div class="pagescontent">
+
<div class="pagescontent" style="width:100%;padding-top:0;max-width:10000px">
-
<h1>Welcome</h1><br>
+
<maincontent>
-
<regulartext>Hi, welcome to our page. Content is currently being generated, but we don't have much to show you guys yet. For now please accept this placeholder text.<regulartext><br>
+
<table>
-
<br>
+
<tr>
-
<h1>Our Project</h1><br>
+
<td>
-
<br>
+
    <div class="front-column">
-
<regulartext>Synthetic biology is the future approach for creating biological systems with novel functions. Doing this requires a large toolbox of genetic parts, having precisely described functions. <br>
+
        <div class="front-column-curtain">
-
<br>
+
            <div class="front-column-header">
-
At the DTU iGEM team 2014, we have found that characterization of one of the most central tools is missing - genetic promoters are largely uncharacterised. Because of their importance in all synthetic biology systems, it is vital that promoter strength can be characterized in detail. Today, promoters are often used without prior characterization, sometimes based on a qualitative and relative assessment of their activity. In cases where promoters are characterized, including the iGEM Registry of Parts, a relative characterization has been used. However, relative characterizations have several major drawbacks, including lack of generalization.<br>
+
                <h2><b>Problem</b></h2>How can we quantify promoter activity?</br>
 +
                <div class="front-column-banner"></div>
 +
            </div>
 +
            <div class="front-column-text">
 +
                <p>When characterising promoters today it is done by proxy of protein. This can result in unwanted variations caused by translation and folding efficiency or excess cellular stress. Another important issue is the lack of a standard for measurements of fluorescence as most characterisations are done using fluorescent proteins such as GFP. As a result, most characterisations are done in relative units making it complicated or impossible to compare measurements between labs, strains and growth conditions. <a href="/Team:DTU-Denmark/Overview/Background"> <b>READ MORE</b> </a> </p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
    <img class="background-epopi" style="display:block;margin:auto;" width="45%" src=https://static.igem.org/mediawiki/2014/9/96/DTU-Denmark-E-popi-PROBLEM.png />
 +
</td>
 +
<td>
 +
    <div class="front-column">
 +
        <div class="front-column-curtain">
 +
            <div class="front-column-header">
 +
                <h2><b>Solution</b></h2>Spinach RNA allows us to measure RNA concentration using fluorometry</br>
 +
                <div class="front-column-banner"></div>
 +
            </div>
 +
            <div class="front-column-text">
 +
                <p>The Spinach RNA is an aptamer, which can bind to DFHBI to create a fluorophore that resembles GFP in spectral properties. This provides a way to easily quantify RNA concentration and allows promoter activities to be <b><a href="/Team:DTU-Denmark/Achievements/Calculator">calculated</a></b> in units Polymerases Per Second. The possibility of measuring promoter activity in absolute terms will enable researchers to share and compare results obtained in different labs, and better characterise the function of promoters. <a href="/Team:DTU-Denmark/Overview/Strategy"> <b>READ MORE</b> </a></p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
    <img class="background-epopi" style="display:block;margin:auto;" width="45%" src=https://static.igem.org/mediawiki/2014/2/22/DTU-Denmark-E-popi-SOLUTION.png />
 +
</td>
 +
<td>
 +
    <div class="front-column">
 +
        <div class="front-column-curtain">
 +
            <div class="front-column-header">
 +
                <h2><b>Results</b></h2>We have developed a method that can be used to measure absolute promoter activity</br>
 +
                <div class="front-column-banner"></div>
 +
            </div>
 +
            <div class="front-column-text">
 +
                <p>Using RNA transcribed <i>in vitro</i> we created a standard series which can be used to determine the concentration of Spinach given a fluorescence intensity. We also designed an experiment to determine the degradation rate of the Spinach RNA <i>in vivo</i>. Combining these two experiments with the growth rate and fluorescence of a Spinach-expressing culture it is possible to determine the promoter activity using our derived formulas or our online calculator. <a href="/Team:DTU-Denmark/Achievements/Experimental_Results"> <b>READ MORE</b> </a></p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
    <img class="background-epopi" style="display:block;margin:auto;" width="45%" src=https://static.igem.org/mediawiki/2014/4/47/DTU-Denmark-E-popi-RESULTS.png />
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<br><br>
 +
<div id="calc-box" style="height:300px;width:500px;background-color: rgba(237,210,141,0.6);border: 1px solid black; box-shadow: 0 0 5px black;margin:auto;position:relative;padding: 10px 10px 0 10px;">
 +
<h3>Try Our PoPS Calculator!</h3>
 +
<p>Have you measured promoter activity but is data analysis a drag? Use our PoPS calculator to calculate promoter activity based on Spinach measurements!</p>
 +
 
 +
 
 +
<div id="calculator-sign-container" style="text-align:center;position:absolute;bottom:0;">
 +
 
 +
 
 +
<a href="https://2014.igem.org/Team:DTU-Denmark/Achievements/Calculator"><img src="https://static.igem.org/mediawiki/2014/f/f2/DTU-Denmark-CalculatorLinkClean.png" width="348" /></a>
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
<h1 style="text-align: center;"></h2>
 +
<center>
 +
 
 +
<div id="sponsor-container" style="position:relative;width:100%;max-width:2000px;min-width:960px;">
 +
<a id="logo1" class="logo_link" href="http://www.lundbeckfoundation.com/Frontpage.20.aspx" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/7/7f/DTU-Denmark-Lundbeckfond.png" width="20%"/>
 +
</a>
 +
 
 +
<a  id="logo2" class="logo_link" href="http://www.omfonden.dk/information/" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/6/64/DTU-Denmark-Skjold-Otto-M%C3%B8nsteds-FondV2.png" 
 +
width="36%">
 +
</a>
 +
 
 +
<space>
<br>
<br>
-
During our project we seek to develop a convenient, fast and reliable method for measuring absolute promoter activities using the Spinach technology. This method relies on fluorescently tagging RNA molecules called “Spinach”. By means of the Spinach concept, we will measure the concentration of the RNA product from different promoters and use this to calculate the transcription rate of the promoters. Using standard references in our measurements will even allow us to calculate transcription rates in units of Polymerases Per Second (PoPS), which is regarded as the optimal promoter activity measure.<br></regulartext>
+
 
 +
<a id="logo5" class="logo_link" href="http://www.in-vitro.dk/" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/2/2a/DTU-Denmark-Invitro.png" width="13.5%"/> 
 +
</a>
 +
<a  id="logo4" class="logo_link" href="http://www.erasynbio.eu/" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/b/bf/DTU-Denmark-Synbio.png" width="18%"/>
 +
</a>
 +
<a id="logo3" class="logo_link" href="http://www.bio.dtu.dk/english/" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/9/93/DTU-Denmark-systembiologi.png" width="20.4%"/>
 +
</a>
 +
 
<br>
<br>
 +
 +
<a  id="logo6" class="logo_link" href="http://www.thermoscientific.com/en/home.html" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/c/c1/DTU-Denmark-Termo.png" width="15.6%"/>
 +
</a>
 +
<a  id="logo7" class="logo_link" href="http://www.neb.com/" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/5/5d/DTU-Denmark-Biolab.png" width="16%"/>
 +
</a>
 +
<a  id="logo8" class="logo_link" href="http://www.lucernatechnologies.com/" Target="_blank">
 +
    <img src="https://static.igem.org/mediawiki/2014/6/64/DTU-Denmark-Lucernalogo.png" width="20%"/>
 +
</a>
</div>
</div>
 +
</center>
 +
</br>
 +
</br>
 +
 +
 +
 +
</div> <!-- Closing pages-content div -->
</body>
</body>
</html>
</html>
 +
{{:Template:Team:DTU-Denmark/footer}}

Latest revision as of 08:32, 7 February 2015

Problem

How can we quantify promoter activity?

When characterising promoters today it is done by proxy of protein. This can result in unwanted variations caused by translation and folding efficiency or excess cellular stress. Another important issue is the lack of a standard for measurements of fluorescence as most characterisations are done using fluorescent proteins such as GFP. As a result, most characterisations are done in relative units making it complicated or impossible to compare measurements between labs, strains and growth conditions. READ MORE

Solution

Spinach RNA allows us to measure RNA concentration using fluorometry

The Spinach RNA is an aptamer, which can bind to DFHBI to create a fluorophore that resembles GFP in spectral properties. This provides a way to easily quantify RNA concentration and allows promoter activities to be calculated in units Polymerases Per Second. The possibility of measuring promoter activity in absolute terms will enable researchers to share and compare results obtained in different labs, and better characterise the function of promoters. READ MORE

Results

We have developed a method that can be used to measure absolute promoter activity

Using RNA transcribed in vitro we created a standard series which can be used to determine the concentration of Spinach given a fluorescence intensity. We also designed an experiment to determine the degradation rate of the Spinach RNA in vivo. Combining these two experiments with the growth rate and fluorescence of a Spinach-expressing culture it is possible to determine the promoter activity using our derived formulas or our online calculator. READ MORE



Try Our PoPS Calculator!

Have you measured promoter activity but is data analysis a drag? Use our PoPS calculator to calculate promoter activity based on Spinach measurements!