Difference between revisions of "Team:IIT Kharagpur/Parts"

(Prototype team page)
 
Line 1: Line 1:
{{IIT_Kharagpur}}
+
<html lang="en-US">
<html>
+
<head>
  
 +
<title>IGEM-IIT Kharagpur- Part</title>
 +
<meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/part_bootstrap?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/part_font?action=raw&ctype=text/css" />
 +
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
 +
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
 +
 +
 +
 +
<!--=== Other CSS files ===-->
 +
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/part_vegas?action=raw&ctype=text/css" />
 +
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/part_bxslider?action=raw&ctype=text/css" />
 +
 +
<!--=== Main Stylesheets ===-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/part_style?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/part_responsive?action=raw&ctype=text/css" />
 +
 +
<!--=== Color Scheme, three colors are available red.css, orange.css and gray.css ===-->
 +
<link rel="stylesheet" id="scheme-source" href="https://2016.igem.org/Template:IIT_Kharagpur/part_gray?action=raw&ctype=text/css" />
 +
  
 +
<style type="text/css">
 +
.logoigm{
 +
margin-top: 15%;
  
 +
width: 175px;
 +
height: auto;
 +
position: absolute;
 +
}
 +
.logoigm2{
 +
margin-top: 12%;
 +
width: 260px;
 +
height: auto;
 +
position: relative;
 +
left: -3.25%;
 +
 +
}
 +
.logoigm2{
 +
    animation: 9s rotateRight infinite linear;
 +
}
  
 +
@keyframes rotateRight{
 +
    0%{ transform:rotate(0deg);  }
 +
    100%{ transform:rotate(360deg); }
 +
}
 +
.icon{
 +
height: 26px;
 +
width: auto;
 +
margin-right: 5px;
 +
 +
}
  
 +
#section-footer{
 +
 +
padding-bottom: 10px;
 +
font-family: 'Dosis';
 +
color: white;
 +
}
 +
#logokgp{
 +
  padding-top: 15px;
  
<div class="column full_size">
 
  
 +
}
  
<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>
+
@media (max-width: 992px) {
<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>
+
  #logokgp{
 +
  padding-left: 10%;
  
 +
}
 +
}
  
</div>
+
#dep{
 +
 +
font-size: 1.4em;
 +
    line-height: 1.2em;
 +
    text-decoration: none;
 +
    color: #fff;
 +
    font-weight: 600;
 +
   
 +
}
 +
#depe{
 +
 +
font-size: 15px;
 +
font-family: 'Dosis';
 +
line-height: 30px;
  
 +
}
 +
#mail{
 +
background-color: #17bcb8 !important;
 +
-webkit-tap-highlight-color: transparent;
 +
    will-change: opacity, transform;
 +
    height: 40px;
 +
    width: 80px;
 +
    margin-top: -10px;
 +
    font-size: 14px;
 +
    font-weight: 400;
 +
    font-family: 'Dosis';
 +
    border-style: none;
 +
    color: black;
 +
}
 +
.social{
 +
height: 40px;
 +
width: auto;
 +
}
 +
table {
 +
border-collapse: collapse;
 +
border-spacing: 0;
 +
}
 +
td {
 +
padding: 0;
 +
}
  
  
 +
a {
 +
text-decoration: none;
 +
}
  
 +
h2 {
 +
font-size: 2em;
 +
line-height: 1.25em;
 +
margin: .25em 0;
 +
}
  
<div class="column half_size">
+
h3 {
<div class="highlight">
+
font-size: 1.5em;
<h5>Note</h5>
+
line-height: 1em;
<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>
+
margin: .33em 0;
</div>
+
}
</div>
+
  
 +
@font-face {
 +
font-family: 'Dosis';
 +
font-style: normal;
 +
font-weight: 300;
 +
src: local("Dosis Light"), local("Dosis-Light"), url(http://fonts.gstatic.com/s/dosis/v6/0b3R8ORT0i9mlMGM3BxXF_esZW2xOQ-xsNqO47m55DA.ttf) format("truetype");
 +
}
  
  
  
<div class="column half_size">
 
  
<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>
 
  
  
 +
body, html {
 +
height: 100%;
 +
}
  
 +
body {
 +
background: #f9f9f9;
 +
background-size: cover;
 +
margin: 0;
 +
padding: 0;
 +
background-color: white;
 +
 +
line-height: 20px;
 +
font-size: 14px;
 +
color: #726f77;
 +
}
  
 +
img {
 +
max-width: 100%;
 +
}
  
<div class="column half_size">
+
a {
 +
text-decoration: none;
 +
}
  
<h5>What information do I need to start putting my parts on the Registry?</h5>
+
.container {
<p>The information needed to initially create a part on the Registry is:</p>
+
max-width: 1100px;
<ul>
+
padding-top: 10px;
<li>Part Name</li>
+
margin: 0 auto;
<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>
+
h1, h2, h3, h4 {
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>
+
font-family: "Dosis", arial, tahoma, verdana;
  
</div>
+
font-weight: 500;
 +
}
 +
.topcontainer{
 +
color: white;
 +
z-index: 12;
 +
position: relative;
 +
}
  
  
<div class="column half_size">
+
.distance{
 +
padding-top: 5px;
 +
}
 +
.bluecolor{
 +
background-color: #297b6e;
 +
}
 +
a{
 +
position: relative;
 +
top: -5px;
 +
}
 +
.relativeposition{
 +
position: relative;
 +
top: -5px;
  
<h5>Inspiration</h5>
+
}
<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>
+
.calendar{
 +
font-family: "Dosis", arial, tahoma, verdana;
 +
padding-top: 45px;
 +
background-color: white;
 +
font-size: 20px;
 +
line-height: 25px;
 +
}
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
.panel-heading{
<ul>
+
background-color: #82807f;
<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>
+
.logobody{
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
margin-left: 4%;
</ul>
+
</div>
+
  
<div class="column full_size">
+
}
<h5>Part Table </h5>
+
.home_content{
<div class="highlight">
+
margin-top: -2%;
 +
}
 +
.table-bg{
 +
width: 200px;
 +
height: auto;
 +
 +
position: absolute;
 +
margin-left:-7.5em;
 +
margin-top: -1%;
 +
}
 +
.tabledown{
 +
position: relative;
 +
    top: 15em;
 +
}
 +
.well-come{
 +
margin-top: 4em;
 +
}
  
  
</html>
 
<groupparts>iGEM2016 Example</groupparts>
 
<html>
 
</div>
 
</div>
 
  
 +
a:hover{
 +
color: white;
 +
}
 +
.footerimage{
 +
width: 100px;
 +
height: auto;
 +
}
 +
.dropbtn {
 +
    background-color: #4CAF50;
 +
    color: white;
 +
    padding: 16px;
 +
    font-size: 16px;
 +
    border: none;
 +
    cursor: pointer;
 +
}
  
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
  
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
}
  
 +
.dropdown-content a {
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
}
 +
 +
.dropdown-content a:hover {background-color: #b04545}
 +
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
 +
.dropdown:hover .dropbtn {
 +
    background-color: #3e8e41;
 +
}
 +
 +
.completefooter{
 +
padding-top: 5px;
 +
padding-bottom: 10px;
 +
}
 +
.list-group-item {
 +
   
 +
    border: 1px solid #344560;
 +
}
 +
.test-images{
 +
width: 100%;
 +
background-color: white;
 +
padding-top: 10px;
 +
}
 +
.igem-logo-top{
 +
width: 55px;
 +
height: auto;
 +
 +
float: left;
 +
position: relative;
 +
right: 12px;
 +
}
 +
.center_icon{
 +
width: 200px;
 +
height: auto;
 +
 +
position: absolute;
 +
margin-left:-7.5em;
 +
margin-top: -1%;
 +
}
 +
 +
</style>
 +
 +
 +
 +
 +
</head>
 +
<body >
 +
<!--=== Preloader section starts ===-->
 +
<section id="preloader">
 +
<div class="loading-circle fa-spin"></div>
 +
</section>
 +
<!--=== Preloader section Ends ===-->
 +
 +
<!--=== Header section Starts ===-->
 +
<div id="header" class="header-section">
 +
<!-- sticky-bar Starts-->
 +
<div class="sticky-bar-wrap">
 +
<div class="sticky-section">
 +
<div id="topbar-hold" class="nav-hold container">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/8/86/T--IIT_Kharagpur--logo.png/180px-T--IIT_Kharagpur--logo.png" class="igem-logo-top">
 +
<nav class="navbar" role="navigation">
 +
<div class="navbar-header">
 +
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-responsive-collapse">
 +
<span class="sr-only">Toggle navigation</span>
 +
<span class="icon-bar"></span>
 +
<span class="icon-bar"></span>
 +
<span class="icon-bar"></span>
 +
</button>
 +
<!--=== Site Name ===-->
 +
<a class="site-name navbar-brand" href="https://2016.igem.org/Team:IIT_Kharagpur"><span>IIT</span>Kharagpur</a>
 +
</div>
 +
 +
<!-- Main Navigation menu Starts -->
 +
<div class="collapse navbar-collapse navbar-responsive-collapse">
 +
<ul class="nav navbar-nav navbar-right">
 +
<li class="current dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur"><img src="https://static.igem.org/mediawiki/2016/1/13/T--IIT_Kharagpur--home_icon.png" class="icon"> Home</a>
 +
 +
</li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Project"><img src="https://static.igem.org/mediawiki/2016/5/55/T--IIT_Kharagpur--project_icon.png" class="icon">Project</a>
 +
<div class="dropdown-content">
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Notebook" class="submenuhover">Notebook</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Protocol" class="submenuhover">Protocol</a>
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Data_page" class="submenuhover">Data Page</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Safety" class="submenuhover">Safety</a>
 +
  </div>
 +
 +
</li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Team"><img src="https://static.igem.org/mediawiki/2016/c/c1/T--IIT_Kharagpur--team_icon.png" class="icon">Team</a>
 +
<div class="dropdown-content">
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Team" class="submenuhover">Members</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Collaborations" class="submenuhover">Collaboration</a>
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Attributions" class="submenuhover">Attribution</a>
 +
 +
  </div>
 +
</li >
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Human_Practices"><img src="https://static.igem.org/mediawiki/2016/9/9f/T--IIT_Kharagpur--practice_icon.png" class="icon">Practices</a>
 +
<div class="dropdown-content">
 +
    <a href="#" class="submenuhover">Survey</a>
 +
<a href="#" class="submenuhover">Workshop</a>
 +
    <a href="#" class="submenuhover">Interview</a>
 +
<a href="#" class="submenuhover">Meet ups</a>
 +
  </div>
 +
 +
 +
</li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Parts"><img src="https://static.igem.org/mediawiki/2016/7/76/T--IIT_Kharagpur--part_icon.png" class="icon">Part</a>
 +
<div class="dropdown-content">
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Parts" class="submenuhover">Composite parts</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Parts" class="submenuhover">Part collection </a>
 +
   
 +
  </div>
 +
 +
</li>
 +
 +
<li><a href="https://2016.igem.org/Team:IIT_Kharagpur/Interlab_Study"><img src="https://static.igem.org/mediawiki/2016/d/df/T--IIT_Kharagpur--interlab_icon.png" class="icon">Interlab</a></li>
 +
<li><a href="blog.html"><img src="https://static.igem.org/mediawiki/2016/5/5e/T--IIT_Kharagpur--blog_icon.png" class="icon">Blog</a></li>
 +
 +
 +
</div>
 +
<!-- Main Navigation menu ends-->
 +
 +
 +
</nav>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- sticky-bar Ends-->
 +
<!--=== Header section Ends ===-->
 +
 +
<!--=== Home Section Starts ===-->
 +
<div id="section-home" class="home-section-wrap center">
 +
<div class="section-overlay"></div>
 +
<div class="topcontainer home">
 +
 +
<div class="row">
 +
<div class="home_content">
 +
 +
<h1 class="well-come">PART</h1>
 +
<img src="images/protocol.png" class="table-bg">
 +
 +
<div class="col-md-8 col-md-offset-2 tabledown">
 +
<p class="intro-message">HARD WORK JUST LIKE JUST MA AND PA TAUGHT US</p>
 +
</div>
 +
<div class="home-buttons">
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<!--=== Home Section Ends ===-->
 +
</div>
 +
<div class="col-md-12 bodysection">
 +
<div class="col-md-10 col-md-offset-1 center section-titler section-title">
 +
<h3>Overview</h3>
 +
</div>
 +
 +
<div class="col-lg-7 col-md-7 col-sm-12 justify safety-content">
 +
<p style="font-family:Dosis; font-size:20px;">
 +
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
 +
 +
</div>
 +
<div class="col-lg-4 col-md-4 col-sm-12 col-md-offset-1 justify safety-content" >
 +
<img src="https://static.igem.org/mediawiki/2016/6/61/T--IIT_Kharagpur--globe.png"><br><br>
 +
</div>
 +
 +
</div>
 +
<div class="col-md-12 bodysection">
 +
<div class="col-md-12 col-md-offser-1">
 +
        <table class="table table-bordered">
 +
        <thead>
 +
        <tr>
 +
        <th>SL.No.</th>
 +
        <th>Name/Part No.</th>
 +
        <th>Type</th>
 +
        <th>Design</th>
 +
        <th>Length(bp)</th>
 +
        </tr>
 +
        </thead>
 +
        <tr>
 +
        <td>Cont</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        </tr>
 +
        <tr>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        </tr>
 +
        <tr>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        <td>Content</td>
 +
        </tr>
 +
        </table>
 +
        </div><br><br>
 +
        </div>
 +
 +
 +
<div class="col-md-12 bodysection">
 +
<div class="col-md-10 col-md-offset-1 center section-titler section-title">
 +
<h3>Composite Part</h3>
 +
</div>
 +
 +
<div class="col-lg-7 col-md-7 col-sm-12 justify safety-content">
 +
<h4><b>1. BBa_1</b></h4>
 +
<p style="font-family:Dosis; font-size:20px;">
 +
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p><br><br><br>
 +
 +
</div><br>
 +
<div class="col-lg-5 col-md-5 col-sm-12  justify safety-content" >
 +
<img src="https://static.igem.org/mediawiki/2016/7/7f/T--IIT_Kharagpur--cfp%2Bhiv.png"><br><br><br>
 +
</div>
 +
<div class="col-lg-7 col-md-7 col-sm-12 justify safety-content">
 +
<h4><b>2. BBa_2</b></h4>
 +
<p style="font-family:Dosis; font-size:20px;">
 +
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
 +
<br><br><br>
 +
 +
</div><br>
 +
<div class="col-lg-5 col-md-5 col-sm-12  justify safety-content" >
 +
<img src="https://static.igem.org/mediawiki/2016/7/7f/T--IIT_Kharagpur--cfp%2Bhiv.png"><br><br><br>
 +
</div>
 +
 +
<div class="col-lg-7 col-md-7 col-sm-12 justify safety-content">
 +
<h4><b>1. BBa_3</b></h4>
 +
<p style="font-family:Dosis; font-size:20px;">
 +
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p><br><br><br>
 +
 +
</div><br>
 +
<div class="col-lg-5 col-md-5 col-sm-12  justify safety-content" >
 +
<img src="https://static.igem.org/mediawiki/2016/7/7f/T--IIT_Kharagpur--cfp%2Bhiv.png"><br><br><br>
 +
</div>
 +
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
 +
 +
 +
</div>
 +
 +
 +
 +
 +
<div class="col-md-12 bodysection">
 +
<div class="col-md-10 col-md-offset-1 center section-titler section-title">
 +
<h3>References</h3>
 +
</div>
 +
<div class="col-lg-12 col-md-12 col-sm-12 justify safety-content">
 +
<p style="font-family:Dosis; font-size:20px;">
 +
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum<br><br></div>
 +
<div class="col-md-10 col-md-offset-1 center section-titler section-title">
 +
 +
 +
 +
</div>
 +
 +
 +
</div>
 +
 +
 +
 +
<!--=== Footer section Starts ===-->
 +
<div id="section-footer" class="footer-wrap">
 +
<div class="container footer center">
 +
<div class="row">
 +
<div class="col-lg-4 col-md-12 col-sm-12" id="logokgp" align="middle">
 +
<a href="http://iitkgp.ac.in"><img src="https://static.igem.org/mediawiki/2016/thumb/b/b1/T--IIT_Kharagpur--kgp_logo.png/799px-T--IIT_Kharagpur--kgp_logo.png"></a>
 +
</div>
 +
 +
<div class="col-lg-4 col-md-12 col-sm-12" id="logokgp" align="middle">
 +
<a href="http://syntheticbioindia.weebly.com/ibec-2016.html" style="margin-right:10px"><img src="https://static.igem.org/mediawiki/2016/thumb/b/bc/T--IIT_Kharagpur--dbt_logo.png/799px-T--IIT_Kharagpur--dbt_logo.png"></a>
 +
</div>
 +
<div class="col-lg-3 col-md-12 col-sm-12 connect" style="margin-top:4px"; id="depe" >
 +
Connect </br>
 +
<a target="_blank" href="https://www.facebook.com/iGEMIITKharagpur" style="margin-right:10px"><img class="social" src="https://static.igem.org/mediawiki/2016/2/26/T--IIT_Kharagpur--fb.png"></a>
 +
<a target="_blank" href="https://twitter.com/igem_iitkgp" style="margin-right:10px"><img class="social" src="https://static.igem.org/mediawiki/2016/6/68/T--IIT_Kharagpur--twitter.png"></a>
 +
<a target="_blank" href="https://www.youtube.com/channel/UC2NUjcEMwVyNxdLtsti3VRw"><img class="social" src="https://static.igem.org/mediawiki/2016/d/d6/T--IIT_Kharagpur--youtube.png"></a>
 +
<button type="button" class="btn btn-default mail-button" id="mail" ><a  href="mailto:igemiitkharagpur15@gmail.com?Subject=Hello%20again" target="_top">Mail Us</a></button>
 +
 +
</div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<!--=== Footer section Ends ===-->
 +
 +
 +
 +
 +
 +
<!--==== Js files ====-->
 +
<!--==== Essential files ====-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/part_min_1?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/part_min_bootstrap?action=raw&ctype=text/javascript"></script>
 +
<!--==== Slider and Card style plugin ====-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/part_min_vegas?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/part_min_bxslider?action=raw&ctype=text/javascript"></script>
 +
<!--==== Scroll and navigation plugins ====-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/part_min_nicescroll?action=raw&ctype=text/javascript"></script>
 +
<!--==== Custom Script files ====-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/part_min_custom?action=raw&ctype=text/javascript"></script>
 +
</body>
 
</html>
 
</html>

Revision as of 15:34, 13 October 2016

IGEM-IIT Kharagpur- Part

Overview

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum



SL.No. Name/Part No. Type Design Length(bp)
Cont Content Content Content Content
Content Content Content Content Content
Content Content Content Content Content


Composite Part

1. BBa_1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum








2. BBa_2

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum








1. BBa_3

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum








References

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum