Team:DTU-Denmark

From 2014.igem.org

(Difference between revisions)
 
(483 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/Main}}
+
{{:Template:Team:DTU-Denmark/maintemplate}}
-
 
+
-
 
+
<html>
<html>
 +
<head>
-
<!--main content -->
 
-
<table width="70%" align="center">
 
 +
<style>
 +
table {
 +
    width:98%;
 +
    margin: auto;
 +
    table-layout: fixed;
 +
    background-color: transparent;
 +
}
-
<!--welcome box -->
+
td {
-
<tr>
+
    padding: 0 15px 0 15px;
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
    position: relative;
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
}
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:DTU-Denmark&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
.front-column-curtain {
-
<!-- end welcome box -->
+
    box-shadow: 0 0 10px black;
-
<tr>
+
    width: 100%;
 +
    border: 1px solid black;
 +
    position: absolute;
 +
    top: 25px;
 +
}
-
<!--navigation menu -->
+
.front-column {
-
<td align="center" colspan="3">
+
    position: relative;
 +
    top: 0px;
 +
    width: 100%;
 +
}
-
<table  width="100%">
+
.front-column-header {
-
<tr heigth="15px"></tr>
+
    background-color: rgba(255,255,255,0.7);
-
<tr heigth="75px">
+
    padding: 10px;
 +
}
 +
.front-column-header {
 +
    text-align: center;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
.front-column-text {
-
<a href="https://2014.igem.org/Team:DTU-Denmark"style="color:#000000">Home </a> </td>
+
    background-color: rgba(255,255,255,0.7);
 +
    overflow: hidden;
 +
    padding: 10px;
 +
    padding-top: 8px;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.background-epopi {
-
<a href="https://2014.igem.org/Team:DTU-Denmark/Team"style="color:#000000"> Team </a> </td>
+
    padding-top: 165px;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.bounding-box {
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=DTU-Denmark"style="color:#000000"> Official Team Profile </a></td>
+
  background-image: url('https://static.igem.org/mediawiki/2014/8/8e/DTU-Denmark-Expandknaphvid.png')
 +
  background-repeat: no-repeat
 +
  background-size: contain
 +
}
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
 
-
<a href="https://2014.igem.org/Team:DTU-Denmark/Project"style="color:#000000"> Project</a></td>
 
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.front-column-banner {
-
<a href="https://2014.igem.org/Team:DTU-Denmark/Parts"style="color:#000000"> Parts</a></td>
+
    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;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 
-
<a href="https://2014.igem.org/Team:DTU-Denmark/Modeling"style="color:#000000"> Modeling</a></td>
 
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
</style>
-
<a href="https://2014.igem.org/Team:DTU-Denmark/Notebook"style="color:#000000"> Notebook</a></td>
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<script>
-
<a href="https://2014.igem.org/Team:DTU-Denmark/Safety"style=" color:#000000"> Safety </a></td>
+
    $(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");
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
        var textHeight = 0;
-
<a href="https://2014.igem.org/Team:DTU-Denmark/Attributions"style="color:#000000"> Attributions </a></td>
+
        $(".front-column-text").each(function() {
 +
            if ($(this).height() > textHeight) {
 +
                textHeight = $(this).height();
 +
            }
 +
        });
 +
        textHeight = textHeight + 10;
-
 
+
        $(".front-column-text").css("height","0");
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
        $(".front-column-banner").show();
-
</tr>
+
       
-
</table>
+
        $(".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");
-
<!--end navigation menu -->
+
            $(this).find(".front-column-banner").fadeIn(0).stop(true,true).fadeOut();
-
</tr>
+
        }, function() {
-
 
+
            var $curtain = $(this);
-
 
+
            $curtain.find(".front-column-text").stop().css("height",textHeight).animate({height: "0px"}, 600);
-
</tr>
+
            $curtain.find(".front-column-banner").delay(400).fadeIn();
-
+
        });
-
 
+
    })
-
 
+
-
 
+
-
 
+
-
</td>
+
-
 
+
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3" height="5px"> </td></tr>
+
-
 
+
-
 
+
-
<script type="text/javascript">
+
-
function weWin() {
+
-
    var ourDiv = document.getElementById('theDiv');
+
-
    ourDiv.innerHTML = 'BOOYAH!!!';
+
-
}
+
</script>
</script>
 +
<body>
 +
<div class="pagescontent" style="width:100%;padding-top:0;max-width:10000px">
 +
<maincontent>
 +
<table>
<tr>
<tr>
-
<td width="45%" valign="top">
+
<td>
-
 
+
    <div class="front-column">
-
<h2>The wiki is super live!!</h2>
+
        <div class="front-column-curtain">
-
<p>How does that make you feel?</br>
+
            <div class="front-column-header">
-
<input type='radio' name='group1'>Awesome</input>
+
                <h2><b>Problem</b></h2>How can we quantify promoter activity?</br>
-
<input type='radio' name='group1'>Mega good</input>
+
                <div class="front-column-banner"></div>
-
<input type='radio' name='group1'>Fantastic</input></br>
+
            </div>
-
<button type='button' onclick=weWin()>Let's win!!</button>
+
            <div class="front-column-text">
-
</p>
+
                <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>
</td>
</tr>
</tr>
 +
</table>
-
<!--requirements section -->
+
<br><br>
-
<tr><td colspan="3"> <h3> Requirements </h3></td></tr>
+
<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;">
-
<tr>
+
<h3>Try Our PoPS Calculator!</h3>
-
<td width="45%"  valign="top">  
+
<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='theDiv'></div>
+
<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>
-
<p> Please be sure to keep these links, your audience will want to find your: </p>
+
</div>
-
<!-- Links to other team pages -->
+
</div>
-
<ul>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark">Home</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark/Team">Team</a> </li>
+
-
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=DTU-Denmark">Official Team Profile</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark/Project">Project</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark/Parts">Parts</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark/Modeling">Modeling</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark/Notebook">Notebook</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark/Safety">Safety</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:DTU-Denmark/Attributions">Attributions</a> </li>
+
-
</ul>
 
-
</td>
 
-
<td > </td>
+
<h1 style="text-align: center;"></h2>
-
<td width="45%">
+
<center>
-
<p>There are a few wiki requirements teams must follow:</p>
+
<div id="sponsor-container" style="position:relative;width:100%;max-width:2000px;min-width:960px;">
-
<ul>
+
<a id="logo1" class="logo_link" href="http://www.lundbeckfoundation.com/Frontpage.20.aspx" Target="_blank">
-
<li>All pages, images and files must be hosted on the <a href ="https://2014.igem.org/Special:Upload">  2014.igem.org server</a>. </li>
+
    <img src="https://static.igem.org/mediawiki/2014/7/7f/DTU-Denmark-Lundbeckfond.png" width="20%"/>
-
<li>All pages must be created under the team’s name space.</li>
+
</a>
-
<li>As part of your documentation, keep the links from the menu to the left. </li>
+
-
<li>Do not use flash in wiki code. </li>
+
-
<li>The <a href="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png"> iGEM logo </a> should be placed on the upper part of every page and should link to <a href="https://2014.igem.org/Main_Page">2014.igem.org</a>.</li>
+
-
</ul>
+
-
<p>Visit the <a href="https://2014.igem.org/Wiki_How-To"> Wiki How To page </a> for a complete list of requirements, tips and other useful information. </p>
+
-
</td>
+
<a  id="logo2" class="logo_link" href="http://www.omfonden.dk/information/" Target="_blank">
-
</tr>
+
    <img src="https://static.igem.org/mediawiki/2014/6/64/DTU-Denmark-Skjold-Otto-M%C3%B8nsteds-FondV2.png" 
 +
width="36%">
 +
</a>
 +
<space>
 +
<br>
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
<a  id="logo5" class="logo_link" href="http://www.in-vitro.dk/" Target="_blank">
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1"> </tr>
+
    <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>
-
<!--tips -->
+
<a  id="logo6" class="logo_link" href="http://www.thermoscientific.com/en/home.html" Target="_blank">
-
<tr><td colspan="3" > <h3> Tips  </h3></td></tr>
+
    <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>
 +
</center>
 +
</br>
 +
</br>
-
<tr>
 
-
<td width="45%" valign="top">
 
-
<p>We are currently working on providing teams with some easy to use design templates.
 
-
<br> In the meantime you can also view other team wikis for inspiration! Here are some very good examples</p>
 
-
<ul>
 
-
<li> <a href="https://2013.igem.org/Team:SDU-Denmark/"> 2013 SDU Denmark </a> </li>
 
-
<li> <a href="https://2013.igem.org/Team:SYSU-China">2013 SYSU China</a> </li>
 
-
<li> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_ATCG"> 2013 Shenxhen BGIG ATCG </a></li>
 
-
<li> <a href="https://2013.igem.org/Team:Colombia_Uniandes">2013 Colombia Unianades </a></li>
 
-
<li> <a href="https://2013.igem.org/Team:Lethbridge">2013 Lethbridge</a></li>
 
-
</ul>
 
-
<p>For a full wiki list, you can visit <a href="https://igem.org/Team_Wikis?year=2013">iGEM 2013 web sites </a> and <a href="https://igem.org/Team_Wikis?year=2012">iGEM 2012 web sites</a>  lists. </p>
+
</div> <!-- Closing pages-content div -->
-
</td>
+
</body>
-
 
+
</html>
-
<td> </td>
+
{{:Template:Team:DTU-Denmark/footer}}
-
<td width="45%">
+
-
 
+
-
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
-
 
+
-
<ul>
+
-
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
-
<li>Be clear about what you are doing and what you plan to do.</li>
+
-
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
-
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
-
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
-
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="">iGEM 2013 calendar</a> </li>
+
-
<li>Have lots of fun! </li>
+
-
</ul>
+
-
</br>
+
-
</td>
+
-
</tr>
+
-
</table>
+

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!