Difference between revisions of "Team:Technion Israel/Parts"

(Prototype team page)
 
 
(30 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 ========== */
  
  
<div class="column full_size">
+
/*
 +
Object in external CSS sheet:
  
 +
nav-tabs, cont_tabs:
 +
Open diffrent tabs, we uses imgs.
  
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
back-to-top:
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p>
+
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.
  
</div>
+
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;
 +
 +
}
  
<div class="column half_size">
 
<div class="highlight">
 
<h5>Note</h5>
 
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
 
</div>
 
</div>
 
  
 +
.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;*/
 +
}
  
  
<div class="column half_size">
+
</style>
  
<h5>Adding parts to the registry</h5>
 
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
 
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
 
</div>
 
  
 +
<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>
  
<div class="column half_size">
+
</head>
  
<h5>What information do I need to start putting my parts on the Registry?</h5>
 
<p>The information needed to initially create a part on the Registry is:</p>
 
<ul>
 
<li>Part Name</li>
 
<li>Part type</li>
 
<li>Creator</li>
 
<li>Sequence</li>
 
<li>Short Description (60 characters on what the DNA does)</li>
 
<li>Long Description (Longer description of what the DNA does)</li>
 
<li>Design considerations</li>
 
</ul>
 
  
<p>
+
<body>
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p>
+
  
</div>
+
<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: ===== -->
  
<div class="column half_size">
 
  
<h5>Inspiration</h5>
+
<!-- =========== Content =========== -->
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
<div class="row"><!--row -->
<ul>
+
<div class="col-sm-8 col-sm-offset-2"><!-- 10/12 -->
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
</ul>
+
</div>
+
  
<div class="column full_size">
+
<div class="cont_box">
<h5>Part Table </h5>
+
<div class="highlight">
+
  
 +
<br>
  
</html>
+
<!-- 12 img div -->
<groupparts>iGEM2016 Example</groupparts>
+
<div class="row">
<html>
+
</div>
+
</div>
+
  
 +
<div class="col-md-4 col-xs-4">
 +
<a href="https://2016.igem.org/Team:Technion_Israel/Basic_Part">
 +
<img src="https://static.igem.org/mediawiki/2016/4/4d/T--Technion_Israel--basicparticon.png" class="img-responsive img-center cir_tabs" width="75" style="cursor: pointer;">
 +
</a>
 +
<h4 class="text-center">New basic part</h4>
 +
</div>
  
 +
<div class="col-md-4 col-xs-4">
 +
<a href="https://2016.igem.org/Team:Technion_Israel/Composite_Part" >
 +
<img src="https://static.igem.org/mediawiki/2016/c/c2/T--Technion_Israel--compparticon.png" class="img-responsive img-center cir_tabs" width="75" style="cursor: pointer;">
 +
</a>
 +
<h4 class="text-center">New composite part</h4>
 +
</div>
 +
 +
<div class="col-md-4 col-xs-4">
 +
<a href="https://2016.igem.org/Team:Technion_Israel/Part_Collection" >
 +
<img src="https://static.igem.org/mediawiki/2016/b/b2/T--Technion_Israel--collactionparticon.png" class="img-responsive img-center cir_tabs" width="75" style="cursor: pointer;">
 +
</a>
 +
<h4 class="text-center">Parts collection</h4>
 +
</div>
 +
 +
</div>
 +
 +
<br>
 +
 +
 +
<!-- Mini headline -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h1>Parts</h1>
 +
</div>
 +
</div>
 +
 +
<!-- 12 text div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<p class="text-justify">
 +
Every year, more and more parts are being added to the registry by iGEM teams all over the  world.
 +
We understand the importance of constructing new parts, but even more important high quality parts. Each of our submitted parts was tested in the lab and well documented.
 +
The submitted parts were carefully chosen as parts that can be useful and easy to use for
 +
future iGEM teams.<br>
 +
<br>   
 +
The table below presents all parts submitted to the iGEM Registry. Information about
 +
the applications and characterization of each part can be seen in the biobrick pages of
 +
the registry.<br>
 +
<br>
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
 +
 +
<div class="row"><!--row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 10/12 -->
 +
<p class="text-justify">
 +
This is the full list of our parts:
 +
</p>
 +
<br>
 +
 +
 +
    <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>U</td>
 +
                            <td>W</td>
 +
                            <td>
 +
<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992001" target="_blank">BBa_K1992001</a>
 +
</td>
 +
                            <td>Coding</td>
 +
                            <td>PctA-Tar hybrid receptor</td>
 +
                            <td>Shilo Ohayon, Asif Gil</td>
 +
<td>1920</td>
 +
                        </tr>
 +
 +
                        <tr>
 +
                            <td>Favorite</td>
 +
                            <td></td>
 +
                            <td>W</td>
 +
                            <td>
 +
<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992002" target="_blank">BBa_K1992002</a>
 +
</td>
 +
                            <td>Coding</td>
 +
                            <td>Histamin-Tar receptor</td>
 +
                            <td>Inbal Adir</td>
 +
<td>1662</td>
 +
                        </tr>
 +
 +
                        <tr>
 +
                            <td>Favorite</td>
 +
                            <td></td>
 +
                            <td>W</td>
 +
                            <td>
 +
<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1992003" target="_blank">BBa_K1992003</a>
 +
</td>
 +
                            <td>Tag</td>
 +
                            <td>Tar chemoreceptor tagged with GFP</td>
 +
                            <td>Shilo Ohayon</td>
 +
<td>2400</td>
 +
                        </tr>
 +
 +
                        <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_K1992000" target="_blank">BBa_K1992000</a>
 +
</td>
 +
                            <td>RBS</td>
 +
                            <td>Tar native RBS</td>
 +
                            <td>Shilo Ohayon</td>
 +
<td>24</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 with GFP+terminator</td>
 +
                            <td>Shilo Ohayon</td>
 +
<td>2870</td>
 +
                        </tr>
 +
 +
                    </tbody>
 +
                </table> 
 +
 +
 +
</div>
 +
</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">&times;</span><span class="sr-only">Close</span></button>
 +
        <img src="" class="imagepreview" style="width: 100%;" >
 +
    </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 22:34, 19 October 2016

S.tar, by iGEM Technion 2016

S.tar, by iGEM Technion 2016

New basic part

New composite part

Parts collection


Parts

Every year, more and more parts are being added to the registry by iGEM teams all over the world. We understand the importance of constructing new parts, but even more important high quality parts. Each of our submitted parts was tested in the lab and well documented. The submitted parts were carefully chosen as parts that can be useful and easy to use for future iGEM teams.

The table below presents all parts submitted to the iGEM Registry. Information about the applications and characterization of each part can be seen in the biobrick pages of the registry.

This is the full list of our parts:


S.tar, by iGEM Technion 2016