(Prototype team page) |
|||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Technion_Israel}} | + | {{Team:Technion_Israel/navbar}} |
− | <html> | + | <html lang="en"> |
+ | |||
+ | <head> | ||
+ | <!-- Title for the page & metadata --> | ||
+ | <title>S.tar, by iGEM Technion 2016</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="navbar" content="width=device-width, initial-scale=1"> | ||
− | |||
− | |||
− | |||
+ | <style>/* inline page CSS */ | ||
+ | |||
+ | body { | ||
+ | } | ||
− | + | /* ==========Background and effects ========== */ | |
− | + | /*Make sure the div is unuiqe to each page*/ | |
+ | .desk_wrapper { | ||
+ | position: relative; | ||
+ | background: white; /* For browsers that do not support gradients */ | ||
+ | background: -webkit-linear-gradient(white, #ecf7fb, white); /* For Safari 5.1 to 6.0 */ | ||
+ | background: -o-linear-gradient(white, #ecf7fb, white); /* For Opera 11.1 to 12.0 */ | ||
+ | background: -moz-linear-gradient(white, #ecf7fb, white); /* For Firefox 3.6 to 15 */ | ||
+ | background: linear-gradient(white, #ecf7fb, white); /* Standard syntax */ | ||
+ | /*background-image:url('addres'); | ||
+ | background-size:cover; | ||
+ | filter: blur(5px) grayscale(80%) opacity(10%);*/ | ||
+ | } | ||
+ | /* ========== END: and effects ========== */ | ||
+ | /* | ||
+ | Object in external CSS sheet: | ||
+ | nav-tabs, cont_tabs: | ||
+ | Open diffrent tabs, we uses imgs. | ||
+ | back-to-top: | ||
+ | go back to top. Apears only when going down the page. | ||
− | + | cont_box: | |
+ | The containers (box) which hold the texts and imgs in the page. | ||
+ | img_cont: | ||
+ | Every in-content-page img needs to have this class of img. | ||
+ | no-title-col: | ||
+ | Every in-content-page img needs to have this class of col. | ||
+ | */ | ||
+ | .referances { | ||
+ | font-size: 16px; | ||
+ | outline: 1px solid black; | ||
+ | padding: 20px; | ||
+ | } | ||
− | + | /*canceling wiki bug (inlarge imgs stuck the page)*/ | |
− | + | .modal-backdrop { | |
− | + | position: relative; | |
+ | } | ||
− | + | .ocenter .img-responsive { | |
+ | margin: 0 auto; | ||
+ | } | ||
+ | .vcenter { | ||
+ | display: inline-block; | ||
+ | vertical-align: middle; | ||
+ | float: none; | ||
+ | } | ||
+ | |||
+ | .table{ | ||
+ | font-family: "Candara", "Calibri", "Segoe", "Segoe UI", "Optima", Arial, sans-serif; | ||
+ | font-size: 18px; | ||
+ | font-style: normal; | ||
+ | font-variant: normal; | ||
+ | font-weight: 400; | ||
+ | line-height: 27px; | ||
+ | } | ||
+ | .cir_tabs{ | ||
+ | /*-webkit-filter: grayscale(0.75);*/ | ||
+ | cursor: pointer; | ||
+ | transition: all .5s ease; | ||
+ | margin: 0 auto; | ||
+ | /* border: 2px solid #bbb; | ||
+ | box-shadow: 5px 5px 3px grey; | ||
+ | padding: 15px; */ | ||
+ | } | ||
− | + | .cir_tabs:hover{ | |
− | + | -webkit-filter: grayscale(0); | |
− | + | transform: scale(1.2,1.2); | |
+ | margin: 0 auto; | ||
+ | /*border: 2px solid #000; | ||
+ | box-shadow: 5px 5px 3px grey;*/ | ||
+ | } | ||
− | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | //up arrow: | ||
+ | $(document).ready(function(){ | ||
+ | $(window).scroll(function () { | ||
+ | if ($(this).scrollTop() > 350) { | ||
+ | $('#back-to-top').fadeIn(); | ||
+ | } else { | ||
+ | $('#back-to-top').fadeOut(); | ||
+ | } | ||
+ | }); | ||
+ | // scroll body to 0px on click | ||
+ | $('#back-to-top').click(function () { | ||
+ | $('#back-to-top').tooltip('hide'); | ||
+ | $('body,html').animate({ | ||
+ | scrollTop: 0 | ||
+ | }, 800); | ||
+ | return false; | ||
+ | }); | ||
+ | |||
+ | $('#back-to-top').tooltip('show'); | ||
+ | |||
+ | }); | ||
+ | //////////////////////// | ||
+ | //Code: inlarge img on click: | ||
+ | $(function() { | ||
+ | $('.pop').on('click', function() { | ||
+ | $('.imagepreview').attr('src', $(this).find('img').attr('src')); | ||
+ | $('#imagemodal').modal('show'); | ||
+ | }); | ||
+ | }); | ||
+ | ////////////////////// | ||
+ | ///pop-ups: | ||
+ | $(document).ready(function(){ | ||
+ | $('[data-toggle="popover"]').popover(); | ||
+ | }); | ||
+ | |||
+ | $(function () { | ||
+ | $('button').popover(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | <header> | ||
+ | </header> | ||
+ | |||
+ | <!-- ===== One overall container (wrapper) ===== --> | ||
+ | <div class="desk_wrapper"> | ||
+ | |||
+ | <!-- ======== Cover photo: ======== --> | ||
+ | <div class="row"> | ||
+ | <div class="col-xs-12"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/f/f6/T--Technion_Israel--biobrickscov.jpg" class="img-responsive img-center cont_cover" width="100%"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- ===== END: Cover photo: ===== --> | ||
+ | |||
+ | |||
+ | <!-- =========== Content =========== --> | ||
+ | |||
+ | <div class="row"><!--row --> | ||
+ | <div class="col-sm-8 col-sm-offset-2"><!-- 10/12 --> | ||
+ | |||
+ | <div class="cont_box"> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <!-- 12 img div --> | ||
+ | <div class="row"> | ||
+ | |||
+ | <div class="col-xs-4 col-xs-offset-4"> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Parts"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/d/db/T--Technion_Israel--icon_intro.png" class="img-responsive img-center cir_tabs" width="75" style="cursor: pointer;"> | ||
+ | </a> | ||
+ | <h4 class="text-center">Parts' Index</h4> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <!-- Mini headline --> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12 col-sm-12"> | ||
+ | <h1>Best new composite part candidate</h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- 12 text div --> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12 col-sm-12"> | ||
+ | <p class="text-justify"> | ||
+ | We chose Histamine-Tar receptor as our Best new composite part. The Histamine-Tar receptor was a | ||
+ | novel design developed, using a bioinformatic computational tool, called | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Modifications/Rosetta" target="_blank" style="cursor: pointer;">Rosetta</a>, | ||
+ | and shown to | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Proof" target="_blank" style="cursor: pointer;">function as predicted</a>, | ||
+ | resulting in chemotaxis response to histamine as an attractant. This property is important, and | ||
+ | can be used in various applications, including detection for various food products, as histamine is known | ||
+ | to be found in spoiled food, especially rotten fish.<br> | ||
+ | <br> | ||
+ | This part is composed of strong promoter, Tar native RBS, | ||
+ | <a data-toggle="popover" data-trigger="click" data-original-title="Info:" style="cursor: pointer;" | ||
+ | data-html="true" data-content="Tar's Ligand Binding Domain, mutated to bind histamine"> | ||
+ | Tar-Histamine<i class="entypo-check"></i></button></a>, | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992002" target="_blank" style="cursor: pointer;">part K1992002</a> | ||
+ | and a terminator.<br> | ||
+ | <br> | ||
+ | To learn more, please check our Histamine-Tar part, | ||
+ | <a href="http://parts.igem.org/cgi/partsdb/part_info.cgi?part_name=BBa_K1992011" target="_blank" style="cursor: pointer;">K1992011</a>, | ||
+ | in the registry. | ||
+ | <br> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"><!--row --> | ||
+ | <div class="col-sm-8 col-sm-offset-2"><!-- 10/12 --> | ||
+ | <h3> | ||
+ | Full list of our composite parts: | ||
+ | </h3> | ||
+ | |||
+ | <table class="table table-list-search"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th> </th> | ||
+ | <th> </th> | ||
+ | <th> </th> | ||
+ | <th>Name</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
+ | <th>Designer</th> | ||
+ | <th>Length</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td>Favorite</td> | ||
+ | <td></td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992005" target="_blank">BBa_K1992005</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>Tar native RBS expression system (promoter+ RBS+ coding+ terminator)</td> | ||
+ | <td>Tzila Davidov, Shilo Ohayon</td> | ||
+ | <td>1872</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>Favorite</td> | ||
+ | <td></td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992011" target="_blank">BBa_K1992011</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>Histamin-Tar expression system(promoter+ RBS+ coding+ terminator)</td> | ||
+ | <td>Shiran Sarig, Inbal Adir</td> | ||
+ | <td>1872</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td></td> | ||
+ | <td></td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992004" target="_blank">BBa_K1992004</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>Tar expression system (promoter+ RBS+ coding+ terminator)</td> | ||
+ | <td>Tzila Davidov</td> | ||
+ | <td>1860</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td></td> | ||
+ | <td>U</td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992006" target="_blank">BBa_K1992006</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>Histamin-Tar GFP tagged expression system (promoter+ RBS+ coding+ terminator)</td> | ||
+ | <td>Inbal Adir, Shilo Ohayon</td> | ||
+ | <td>2624</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td></td> | ||
+ | <td></td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992007" target="_blank">BBa_K1992007</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>PctA-Tar expression system (promoter+ RBS+ coding+ terminator)</td> | ||
+ | <td>Shilo Ohayon, Tzila Davidov</td> | ||
+ | <td>2118</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td></td> | ||
+ | <td></td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992008" target="_blank">BBa_K1992008</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>Tar GFP tagged, native RBS expression system (promoter+ RBS+ coding+ terminator)</td> | ||
+ | <td>Shilo Ohayon, Sharbel Zahran</td> | ||
+ | <td>2610</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td></td> | ||
+ | <td></td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992009" target="_blank">BBa_K1992009</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>Tar GFP tagged expression system (promoter+ RBS+ coding+ terminator)</td> | ||
+ | <td>Shilo Ohayon, Sharbel Zahran</td> | ||
+ | <td>2598</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td></td> | ||
+ | <td></td> | ||
+ | <td>W</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992010" target="_blank">BBa_K1992010</a> | ||
+ | </td> | ||
+ | <td>Composite</td> | ||
+ | <td>promoter+RBS+PctA-tar hybrid fused w GFP+terminator</td> | ||
+ | <td>Shilo Ohayon</td> | ||
+ | <td>2870</td> | ||
+ | </tr> | ||
+ | |||
+ | </tbody> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--Code: Click on img to enlarge it--> | ||
+ | <div class="modal fade" id="imagemodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | ||
+ | <div class="modal-dialog"> | ||
+ | <div class="modal-content"> | ||
+ | <div class="modal-body"> | ||
+ | <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
+ | <img src="" class="imagepreview" style="width: 100%;" > | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <!--Arrow up --> | ||
+ | <a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" title="Up" data-toggle="tooltip" data-placement="left"><img src="https://static.igem.org/mediawiki/2016/5/5a/T--Technion_Israel--up_arrow.png" alt=""></a> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
+ | {{:Team:Technion_Israel/supporters}} |
Latest revision as of 02:38, 20 October 2016
Best new composite part candidate
We chose Histamine-Tar receptor as our Best new composite part. The Histamine-Tar receptor was a
novel design developed, using a bioinformatic computational tool, called
Rosetta,
and shown to
function as predicted,
resulting in chemotaxis response to histamine as an attractant. This property is important, and
can be used in various applications, including detection for various food products, as histamine is known
to be found in spoiled food, especially rotten fish.
This part is composed of strong promoter, Tar native RBS,
Tar-Histamine,
part K1992002
and a terminator.
To learn more, please check our Histamine-Tar part,
K1992011,
in the registry.
Full list of our composite parts:
Name | Type | Description | Designer | Length | |||
---|---|---|---|---|---|---|---|
Favorite | W | BBa_K1992005 | Composite | Tar native RBS expression system (promoter+ RBS+ coding+ terminator) | Tzila Davidov, Shilo Ohayon | 1872 | |
Favorite | W | BBa_K1992011 | Composite | Histamin-Tar expression system(promoter+ RBS+ coding+ terminator) | Shiran Sarig, Inbal Adir | 1872 | |
W | BBa_K1992004 | Composite | Tar expression system (promoter+ RBS+ coding+ terminator) | Tzila Davidov | 1860 | ||
U | W | BBa_K1992006 | Composite | Histamin-Tar GFP tagged expression system (promoter+ RBS+ coding+ terminator) | Inbal Adir, Shilo Ohayon | 2624 | |
W | BBa_K1992007 | Composite | PctA-Tar expression system (promoter+ RBS+ coding+ terminator) | Shilo Ohayon, Tzila Davidov | 2118 | ||
W | BBa_K1992008 | Composite | Tar GFP tagged, native RBS expression system (promoter+ RBS+ coding+ terminator) | Shilo Ohayon, Sharbel Zahran | 2610 | ||
W | BBa_K1992009 | Composite | Tar GFP tagged expression system (promoter+ RBS+ coding+ terminator) | Shilo Ohayon, Sharbel Zahran | 2598 | ||
W | BBa_K1992010 | Composite | promoter+RBS+PctA-tar hybrid fused w GFP+terminator | Shilo Ohayon | 2870 |