Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
− | + | <!-- Basic Page Needs --> | |
− | + | <meta charset="utf-8"/> | |
− | + | <meta http-equiv="X-UA-Compatible" content="IE=edge"/> | |
− | + | <title>Basic_Parts</title> | |
− | + | <meta name="description" content=""/> | |
− | + | <meta name="keywords" content=""/> | |
− | + | <meta name="author" content="Fernando Colchado"/> | |
− | + | <link href="https://fonts.googleapis.com/css?family=Raleway|Ubuntu" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Pangolin" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Pangolin" rel="stylesheet"> | ||
− | + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | |
− | + | ||
− | + | ||
<script> | <script> | ||
− | jQuery(document).ready(function ($) { | + | jQuery(document).ready(function ($) { |
− | + | function map (value, in_min, in_max, out_min, out_max){ | |
− | + | return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; | |
− | + | } | |
− | + | ||
}); | }); | ||
</script> | </script> | ||
+ | <style type="text/css"> | ||
+ | body{ | ||
+ | padding-top: 140px; | ||
+ | } | ||
+ | .cortaTexto p{ | ||
+ | word-wrap:break-word; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | <div class = "container"> | ||
+ | <div class = "row"> | ||
+ | <div class = "col-12"> | ||
+ | <h1 class = "titleRed">Parts</h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class = "row"> | ||
+ | <div class = "col"></div> | ||
+ | <div class = "col-md-8"> | ||
+ | <h1 class = "titleUbuntu">Basic Parts</h1> | ||
+ | </div> | ||
+ | <div class = "col"></div> | ||
+ | </div> | ||
+ | <div class = "row"> | ||
+ | <div class = "col"></div> | ||
+ | <div class = "col-md-8 paragraphU cortaTexto"> | ||
+ | <h1 class = "subTitleUbuntu">"BBa_K2246001"</h1> | ||
+ | <img class = "centerImage" src="http://placehold.it/200x50"> | ||
+ | <h1 class = "subTitleUbuntu">T7 Terminator</h1> | ||
+ | <p>Widely used T7 terminator</br></p> | ||
+ | <p>Terminator for parts with T7 promoter (BBa_I712074), a promoter recognized by T7 RNApol, a highly active enzime for a high transcription rate (Canton B., 2008).</br></p> | ||
+ | <p>Composing Parts: Basic</br></p> | ||
+ | <p>References: Canton B. (2008). Engineering the interface between cellular chassis and synthetic biological systems. Retrieved from https://s3-us-west-2.amazonaws.com/oww-files-public/4/43/Canton-PhD-BE-2008.pdf</p> | ||
+ | </div> | ||
+ | <div class = "col"></div> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
{{:Team:TecCEM/Templates/Footer}} | {{:Team:TecCEM/Templates/Footer}} |
Revision as of 00:55, 1 November 2017
Parts
Basic Parts
"BBa_K2246001"
T7 Terminator
Widely used T7 terminator
Terminator for parts with T7 promoter (BBa_I712074), a promoter recognized by T7 RNApol, a highly active enzime for a high transcription rate (Canton B., 2008).
Composing Parts: Basic
References: Canton B. (2008). Engineering the interface between cellular chassis and synthetic biological systems. Retrieved from https://s3-us-west-2.amazonaws.com/oww-files-public/4/43/Canton-PhD-BE-2008.pdf