Difference between revisions of "Team:TUDelft/ResultsTest"

(Created page with "{{:Team:TUDelft/Load}} {{:Team:TUDelft/Head}} {{:Team:TUDelft/Header}} <html> <body> <div class="Banner container-fluid text-center mb-0 align-items-center "> <div c...")
 
Line 4: Line 4:
  
 
<html>
 
<html>
<body>
+
<head>
<div class="Banner container-fluid text-center mb-0 align-items-center ">
+
<style>
 +
            #Overview {color: #000000; background-color: #f8fcfe;}
 +
            #Orthogonality {color: #000000; background-color:#f8fcfe;}
 +
            #PartConstructionOrthoreplication {color: #000000; background-color: #f8fcfe;}
 +
            #PartCharacterizationOrthoreplication {color: #000000; background-color: #f8fcfe;}
 +
            #Replication {color: #000000; background-color: #f8fcfe;}
 +
            #ToxicityAssay {color: #000000; background-color: #f8fcfe;}
 +
            #Controllability {color: #000000; background-color: #f8fcfe;}
 +
            #Impact {color: #000000; background-color:#f8fcfe;}
 +
 
 +
</style>
 +
</head>
 +
 
 +
    <body data-spy="scroll" data-target="#myScrollspy" data-offset="180">
 +
        <div id="Overview">
 +
            <div class="Banner container-fluid text-center mb-0 align-items-center ">
 +
 
 +
                <div class="display-2 mb-0">
 +
                    <br>
 +
                    <br>
 +
                    <br>
 +
                    <br>
 +
<img src = "https://static.igem.org/mediawiki/2019/7/74/T--TUDelft--Results_logo.png" alt="Results" style="width:60%;">
 +
 
 +
                </div>           
 +
            </div>       
 +
        </div>
 +
 
 +
        <div class="centerjustify2">
 +
            <nav class="col-sm-3"  id="myScrollspy">
 +
                <ul class=" nav nav-pills nav-stacked accordion" data-spy= "affix" data-offset-top="180">
 +
                    <li><a class="jump" href="#Overview">Overview</a></li>
 +
                    <li><a class="jump" href="#OurMotivation">Our Motivation</a></li>
 +
                    <li><a class="jump" href="#SciPhi29">Sci-Phi 29 </a></li>
 +
                    <li><a class="jump" href="#Orthogonality">Orthogonality</a></li>
 +
                    <li><a class="jump" href="#Controllability">Controllability</a></li>
 +
                    <li><a class="jump" href="#Standardization">Standardization</a></li>
 +
                    <li><a class="jump" href="#Impact">Impact</a></li>
 +
                </ul>
 +
            </nav>
 +
<div class="centerjustify2">
 +
<p>
 +
Overview
 +
</p>
 +
</div>
 +
</div>
 +
 
 +
<div class="centerjustify2">
 +
 
 +
<div id="OurMotivation">
 +
<h1>Our Motivation</h1>
 +
<p>text</p>
 +
</div>
  
        <div class="display-2 mb-0">
 
 
<br>
 
<br>
 +
 +
<div id="SciPhi29">
 +
<h1>Sci-Phi 29: Enabling orthogonal replication and predictable expression to expand the repertoire of engineerable bacteria </h1>
 +
<p>text</p>
 +
</div>
 +
 
<br>
 
<br>
 +
 +
<div id="Orthogonality">
 +
<h1>Orthogonalibity</h1>
 +
<p>text</p>
 +
</div>
 +
 
<br>
 
<br>
 +
 +
<div id="Controllability">
 +
<h1>Controllabillity</h1>
 +
<p>text</p>
 +
</div>
 +
 
<br>
 
<br>
<img src = "https://static.igem.org/mediawiki/2019/7/74/T--TUDelft--Results_logo.png" alt="Results" style="width:60%";
+
 
                   
+
<div id="Standardization">
</div>          
+
<h1>Standardization of Sci-Phi 29</h1>
</div>      
+
<p>text</p>
 
</div>
 
</div>
  
 +
<br>
 +
 +
<div id="Impact">
 +
<h1>Impact of Sci-Phi 29</h1>
 +
<p>text</p>
 +
</div>
 +
 +
 +
                <br>
 +
                <h3>References</h3>
 +
                <div class="reftu">
 +
                    <ul style="list-style:none;">
 +
                        <li>
 +
                            <a target="_blank" href="http://doi.org/10.3389/fmicb.2018.02154">Sun, D. (2018). Pull in and Push Out: Mechanisms of Horizontal Gene Transfer in Bacteria. Frontiers in Microbiology, 9, 2154. https://doi.org/10.3389/fmicb.2018.02154</a>
 +
                        </li>
 +
<li><a target="_blank" id="Weber2011" href="http://doi.org/10.1371/journal.pone.0016765">Weber, E., Engler, C., Gruetzner, R., Werner, S., & Marillonnet, S. (2011). A modular cloning system for standardized assembly of multigene constructs. PloS One, 6(2), e16765. http://doi.org/10.1371/journal.pone.0016765</a></li>
 +
                    </ul>
 +
                </div>
 +
 +
</div>
 
</body>
 
</body>
 +
 +
        <script> $('.toggle').click(function(e) {
 +
                e.preventDefault();
 +
 +
                var $this = $(this);
 +
 +
                if ($this.next().hasClass('show')) {
 +
                    $this.next().removeClass('show');
 +
                    $this.next().slideUp(350);
 +
                } else {
 +
                    $this.parent().parent().find('li .inner').removeClass('show');
 +
                    $this.parent().parent().find('li .inner').slideUp(350);
 +
                    $this.next().toggleClass('show');
 +
                    $this.next().slideToggle(350);
 +
                }
 +
            });
 +
 +
            $(document).on("click", ".toggle-text-buttom", function() {
 +
 +
 +
                if ($(this).text() == "Read More") {
 +
 +
                    $(this).text("Read Less");
 +
 +
                    // Use a jquery selector using the `.attr()` of the link
 +
                    $("#toggle-textm-" + $(this).attr("toggle-textm")).slideDown();
 +
 +
                } else {
 +
 +
                    $(this).text("Read More");
 +
 +
                    // Use a jquery selector using the `.attr()` of the link
 +
                    $("#toggle-textm-" + $(this).attr("toggle-textm")).slideUp();
 +
 +
                }
 +
 +
            });
 +
 +
        </script>
 +
 
</html>
 
</html>
 +
 
{{:Team:TUDelft/Footer}}
 
{{:Team:TUDelft/Footer}}

Revision as of 16:18, 20 October 2019

Sci-Phi 29

Our Motivation

text


Sci-Phi 29: Enabling orthogonal replication and predictable expression to expand the repertoire of engineerable bacteria

text


Orthogonalibity

text


Controllabillity

text


Standardization of Sci-Phi 29

text


Impact of Sci-Phi 29

text


References