Difference between revisions of "Team:HKUST-Rice/Protocol"

(Created page with "{{Template_All_Teams}} <!-- Declare that you are going to use html code instead of wiki code --> <html> <!-- Start of CSS--> <style type="text/css"> /*-- Remove border...")
 
 
(104 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{HKUST-Rice}}
 
+
<!-- Declare that you are going to use html code instead of wiki code -->
+
 
<html>
 
<html>
 +
<head>
  
<!-- Start of CSS-->
+
<link rel="stylesheet" href="https://2015.igem.org/Template:HKUST-Rice/CSS?action=raw&ctype=text/css" type="text/css" />
<style type="text/css">
+
 +
      <style type="text/css">
 +
table.content_table td{
 +
width:auto;
 +
}
 +
    img#Ricelogo{
 +
  opacity: 0.3;
  
+
}
/*-- Remove borders, float content left and remove padding/margin */
+
#globalWrapper, #content{
+
</style> 
                width: 100%;
+
}
+
  
/*left align Black Menu Bar */
+
</head>
#top_menu_inside {
+
                width: 100%;
+
}
+
  
            #top_menu_inside .submenu {
+
<div class= "project_superrow">
                width: 90%;
+
<div id= "page_title"><h1>PROTOCOLS </h1>
            }
+
</div>
 
+
            #top_menu_inside #bars_item {
+
<div class="project_content">
                position: absolute;
+
                top: 1px;
+
                left: 93%;
+
                z-index: 99;
+
                cursor: pointer;
+
            }
+
</style>
+
 
+
<!-- Declare that you are going to use html code instead of wiki code -->
+
<html>
+
 
+
<!-- Start of CSS-->
+
 
<style type="text/css">
 
<style type="text/css">
 
+
/* PAGE LAYOUT */
+
 
+
#contentContainer {
 
+
display:flex;
/* Change Background color*/
+
                                align-items:center;
body {  
+
                                padding-top:20px;
background-color: #1b1c3a;
+
                                padding-bottom: 20px;
                }
+
padding-right: 20px;
 
+
                                padding-left: 20px;
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
margin-bottom: 20px;
#mainContainer { 
+
                                margin-left: 0px;
width: 100%;
+
float:left;
+
margin-left: 0px;
+
 
                                 margin-right: 0px;
 
                                 margin-right: 0px;
margin-bottom: 10px;
+
width: 97%;
 +
float: left;  
 
background-color: #FFFFFF;  
 
background-color: #FFFFFF;  
border-bottom: 0px solid #565656;
 
border-right: 0px solid #565656;
 
border-left: 0px solid #565656;
 
border-top: 0px solid #565656;
 
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
 
}
 
}
 
+
/* Creates the container for the menu */
+
                .line{
#menuContainer  {
+
                    margin: 0 auto; }
float: left;
+
width: 100%;
+
margin:0;
+
padding:0;
+
background-color: #1b1c3a;
+
margin-top: 0px;
+
z-index:0;
+
+
            }
+
 
+
+
/* Creates the container for the content */
+
#contentContainer {
+
padding-top:20px;
+
padding-bottom: 20px;
+
padding-right:20px;
+
padding-left: 20px;
+
margin-bottom: 10px;
+
margin-left: 20px;
+
margin-right: 20px;
+
width: 92%;
+
float: left;
+
background-color: #FFFFFF;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
 
+
/*Set up height place holder for the title*/
+
#titleContainer {
+
                        width: 100%;
+
height:auto;
+
overflow:hidden;
+
margin: 0px;
+
                        background-color: #1b1c3a;
+
text-align:center;
+
                        text-shadow: 2px 2px #000000;
+
}
+
 
+
/*Set up height place holder for the banner*/
+
#bannerContainer {
+
                        width: 100%;
+
                        height: 75%;
+
/*overflow:hidden;*/
+
margin: 0px;
+
text-align:center;
+
} */
+
 
+
 
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-size: 15px;
+
color: #000000;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
color: #565656;
+
border-bottom: none;
+
font-weight: bold;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
margin-top:0px;
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #000000;
+
                                font-size: 100%;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
/* #contentContainer a:hover {
+
color: #59BF92;
+
} */
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    width: 90%
+
    margin: auto;
+
    margin-bottom: 0px;
+
    margin-top: 0px;
+
    margin-right: 0px;
+
    margin-left: 0px;
+
    }
+
 
+
/*Change the styling of table cells*/
+
    #contentContainer  td {
+
    padding: 0px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
                             
+
    }
+
 
+
/*Change the styling of table headers */
+
    #contentContainer th {
+
    background-color: #FFFFFF;
+
    padding: 0px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
 
+
 
+
/*MENU STYLING */
+
 
+
#menuContainer {
+
text-align: center;
+
                                        padding-top: 10px;
+
                                        padding-bottom: 20px;
+
    }
+
 
+
#menuContainer > ul a {
+
color: #FFF;
+
}
+
+
#menuContainer > ul {
+
list-style: none;
+
margin-left: 14%;
+
padding: 0;
+
text-align: center;
+
                                        width: 70%
+
}
+
#menuContainer > ul ul {
+
list-style: none;
+
margin-left: 0%;
+
padding-top: 0;
+
text-align: center;
+
                                        width: 100%
+
}
+
#menuContainer > ul li {
+
position: relative;
+
text-align: center;
+
}
+
#menuContainer > ul a {
+
padding: 10px 8px;
+
display: block;
+
text-decoration: none;
+
font-family: Myanmar Text;
+
font-size: 155%;
+
}
+
#menuContainer > ul a:hover {
+
background: #000;
+
background-color: #3b3d63;
+
}
+
 
+
 
+
/* Level 1 Drop Down Menu */
+
#menuContainer > ul > li {
+
display: inline-block;
+
vertical-align: top;
+
margin-left: -4px; /* solve the 4 pixels spacing between list-items */
+
+
}
+
#menuContainer > ul > li:first-child {
+
margin-left: 0;
+
}
+
#menuContainer > ul > li > a {}
+
#menuContainer > ul > li > a:hover {}
+
+
+
/* Level 2 */
+
#menuContainer > ul > li > ul {
+
text-align: left;
+
width: auto; /* change auto value with 200px if you want a bigger menu */
+
display: none;
+
background-color: #1b1c3a;
+
position: absolute;
+
top: 100%;
+
left: 0;
+
                                        margin-top: 0px;
+
z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
+
}
+
#menuContainer > ul > li:hover > ul{
+
display: block;
+
+
}
+
#menuContainer > ul ul li a {}
+
#menuContainer > ul ul li a:hover {}
+
+
/* Level 3 */
+
#menuContainer > ul > li > ul > li > ul {
+
text-align: left;
+
display: none;
+
background: #1b1c3a;
+
position: absolute;
+
left: 100%;
+
top: 0;
+
z-index: 9999999;
+
}
+
#menuContainer > ul > li > ul > li:hover > ul {
+
display: block;
+
}
+
#menuContainer > ul ul ul li {}
+
#menuContainer > ul ul ul li a {}
+
#menuContainer > ul ul ul li a:hover {}
+
#menuContainer.navItem {
+
                          pointer-events: auto;
+
}
+
                        #Directory { 
+
width: 100%;
+
overflow:hidden;
+
float:left;
+
margin-left:20px;
+
                                margin-right: 20px;
+
margin-bottom: 0px;
+
background-color: #000000;
+
border-bottom: 0px solid #565656;
+
border-right: 0px solid #565656;
+
border-left: 0px solid #565656;
+
border-top: 0px solid #565656;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}               
+
                          /*Style the Directory*/     
+
                          #Directory table {
+
                                Background-color: #000000;
+
                                color: #FFFFFF;
+
                                margin-left: 0px;
+
                                padding: 20px;
+
                                line-height: 10px;
+
                                height: 100px;
+
                                width:100%;
+
                                /*float:left;*/
+
                          }
+
               
+
 
+
                /*Style the Directory button*/     
+
                        #Directory li a{
+
                                color: #000000;
+
                                padding: 0px;
+
                        }     
+
 
+
 
+
/*CLASSES */
+
 
+
/*Clear class for all the pages, adds spacing too*/
+
.clear{
+
clear:both;
+
height: 10px;
+
}
+
 
+
 
+
/* highlight box for special messages */
+
    .highlightBox {
+
        width:500px;
+
                                margin:auto;
+
        background-color: #E8E8E9;
+
margin-bottom: 15px;
+
margin-top: 15px;
+
padding: 15px;
+
padding-top: 10px;
+
    }
+
 
+
 
+
</style>
+
<!-- End of CSS -->
+
 
+
 
+
<!-- Start of the template html elements. -->
+
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
 
+
 
+
                <!-- <div id="titleContainer">
+
<br>
+
                <image src="https://static.igem.org/mediawiki/2015/d/d4/Logo.jpg" style="width: 100px; height: 100px; float: left;">
+
 
+
        <p style="font-size:40px;color:#FFFFFF;line-height:1em;">  Potassium, Nitrate and Phosphate Biosensor </font><br>
+
                <font size= "5"> HKUST-Rice iGEM Team </font></p>
+
             
+
+
        </div> -->
+
 
+
                <!-- <div id="bannerContainer">
+
<p>You can make the image 980px  by  200px</p>
+
<p> Remember to call the file: "<i>Team_HKUST-Rice_banner.jpg</i>" </p>
+
                </div> -->
+
 
+
        <!-- Start of menu -->
+
        <div id="menuContainer">
+
 
+
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
+
                                   
+
 
+
                <a href= "https://igem.org/Main_Page"><image src="https://static.igem.org/mediawiki/2015/5/52/HKUST-Rice15_iGEMofficiallogo.jpg" style="width: 82px; height: 72px; margin: -10px; position: absolute; Left: 1.5%; top: 20px;"></a></li>
+
+
                <a><image src="https://static.igem.org/mediawiki/2015/4/48/HKUST-Rice15_wikilogo.jpg" style="width: 72px; height: 72px; margin: -10px; position: absolute; Left: 9.5%; top: 20px;"></a></li>                                                                     
+
 
+
                <ul>
+
                                         
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice" style=" margin-top:10px;">HOME</a></li>
+
 
+
                <li><a style= "background-color: white; color: black; font-weight: bold; margin-top:10px;" href="https://2015.igem.org/Team:HKUST-Rice/Description">DESCRIPTION</a>
+
                <ul><li><a href="https://2015.igem.org/Team:HKUST-Rice/Description">OVERVIEW</a></li>
+
 
+
                <li><a>NITRATE</a>               
+
<ul>
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
+
 
+
        <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
+
 
 
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
+
.icon {
 +
vertical-align:middle;
 +
align:middle;
 +
display:inline-block;
 +
width: 210px;
 +
height: 190px;
 +
left:30px;
 +
right:10px;
 +
top:10px;
 +
bottom:10px;
 +
background-color: white;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
background-color:#FFFFFF;
 +
}
 
 
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>                                     
+
         
</ul>  
+
               
                </li>
+
</style>
 +
</head>
  
                <li><a>PHOSPHATE</a>
+
<body>
<ul>
+
<div id="contentContainer">
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
+
       
 
+
        <div class="line" >
        <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
+
        <left><div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/a/a8/Team_HKUST-Rice_2015_tris.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/7/73/Team_HKUST-Rice_2015_modifiedm9.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>
 +
     
 +
        <div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/0/02/Team_HKUST-Rice_2015_ModifiedKminimalmedium.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/9/9d/Team_HKUST-Rice_2015_Modified_K_minimal_medium.JPG" style="width: 200px; height: 190px;"></a>
 +
</div>
 +
       
 +
        <div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/0/07/Team_HKUST-Rice_2015_TXTL_cell_culture_Protocol.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/2/27/Team_HKUST-Rice_2015_Tx-tl_cell_culture_protocol.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>  
 +
   
 +
        <div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/3/37/Team_HKUST-Rice_2015_Conjugation_of_rhizobia_and_E.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/e/e6/Team_HKUST-Rice_2015_Conjugation_of_rhizobia_and_E._coli.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>
 +
     
 +
        <!--<div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/e/ee/Team_HKUST-Rice_2015_Making_heat_shot_competent_cells.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/5/5c/Team_HKUST-Rice_2015_Making_heat_shot_competent_cells.PNG" style="width: 200px; height: 190px;"></a>
 +
</div> -->
 +
       
 +
        <div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/5/57/Team_HKUSt-Rice_2015_Transcribing_and_translating_mCherry_without_cells.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/6/6f/Team_HKUST-Rice_2015_Transcribing_and_translating_mCherry_without_cells.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>
 +
   
 +
<p align="middle" style="font-size:500%">EXPERIMENTS</p>       
 +
<left><div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/b/b5/Team_HKUST-Rice_2015_2_pyearprotol.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/9/9a/Team_HKUST-Rice_2015_yearprotocol.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>
 
 
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
+
<div class="icon">
+
<a href= "https://static.igem.org/mediawiki/2015/a/ab/HKUST-Rice_2015_RFU_and_GFP_Synthesis_Rate_Measurement.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/c/cb/Team_HKUST-Rice_2015_potassium.PNG" style="width: 200px; height: 190px;"></a>
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>                                    
+
</div>
</ul>
+
                </li>
+
 
+
                <li><a>POTASSIUM</a>
+
<ul>
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
+
 
+
        <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
+
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
+
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>                                    
+
</ul>
+
                </li>
+
 
+
                <li><a>EXPRESSION</a>
+
<ul>
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Design">DESIGN</a></li>
+
 
+
        <li><a href="https://2015.igem.org/Team:HKUST-Rice/Experiments">EXPERIMENT</a></li>
+
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Modeling">MODELING</a></li>
+
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Results">RESULT</a></li>                                    
+
</ul>
+
                </li>                                     
+
 
+
                </ul>
+
                </li>
+
 
+
            <!-- <ul>
+
<a href="https://2015.igem.org/Team:HKUST-Rice/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:HKUST-Rice/Experiments"><li>Experiments &amp; Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:HKUST-Rice/Results"><li>Results</li></a> 
+
<a href="https://2015.igem.org/Team:HKUST-Rice/Design"><li>Design</li></a>
+
</ul> -->
+
 
+
                <li><a class="navItem" href style=" margin-top:10px;">RESULTS</a>
+
            <ul>
+
<li><a>NITRATE
+
                </a>
+
        <!-- <ul>
+
                <li><a>NITRATE
+
        </a></li>
+
 
+
        <li><a>PHOSPHATE
+
</a></li>
+
 
+
<li><a>POTASSIUM
+
</a></li>
+
 
+
<li><a>EXPRESSION
+
</a></li>                                     
+
 
+
</ul> -->
+
</li>
+
 
+
                <li><a>PHOSPHATE
+
                </a></li>
+
 
+
                <li><a>POTASSIUM
+
                </a></li>
+
 
+
                <li><a>EXPRESSION
+
                </a></li>                                     
+
 
+
                </ul>
+
                </li>
+
 
+
                                     
+
        <li><a class="navItem" href style=" margin-top:10px;">ACHIEVEMENT</a>
+
                <ul>
+
                <li><a>PARTS</a></li>
+
                <li><a>MEDAL REQUIREMENT</a></li>
+
                </ul>
+
                </li>
+
 
+
 
+
                <!-- <ul>
+
<a href="https://2015.igem.org/Team:HKUST-Rice/Parts"><li>Team Parts</li></a>
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Basic_Part">BASIC</a></li> 
+
<li><a href="https://2015.igem.org/Team:HKUST-Rice/Composite_Part">COMPOSITE</a></li>
+
        <a href="https://2015.igem.org/Team:HKUST-Rice/Part_Collection"><li>Part Collection</li></a>
+
</ul> -->
+
 
+
 
+
                <li><a class="navItem" href style=" margin-top:10px;">TEAM</a>
+
                <ul>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Collaborations">COLLABORATION</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Attributions">ATTRIBUTION</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Team">MEMBERS</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Advisors">ADVISORS</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Instructors">INSTRUCTORS</a></li>
+
                <!-- <ul><li>TEAM</li>
+
                <li>ADVISORS</li>
+
                <li>INSTRUCTORS</li></ul> -->
+
                                                       
+
                </ul>
+
                </li>
+
 
+
 
+
     
+
<li><a class="navItem" href style=" margin-top:10px;">HUMAN PRACTICE</a>
+
                <ul><li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices">INTRODUCTION</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices_Debate">DEBATE</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices_EvaluationPaper">EXPLORATORY RESEARCH</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Practices_Analysis">ANALYSIS</a></li>
+
                </ul>
+
                </li>
+
 
+
        <li><a class="navItem" href style=" margin-top:10px;">WETLAB</a>
+
                <ul><li><a href="https://2015.igem.org/Team:HKUST-Rice/Notebook">NOTEBOOK</a></li>
+
                <li><a>PROTOCOL</a></li>
+
                <li><a href="https://2015.igem.org/Team:HKUST-Rice/Safety">SAFETY</a>
+
                <!--  <ul><li><a>DESIGN</a></li>
+
                <li><a>LAB WORK</a></li>
+
                <li><a>SHIPMENT</a></li></ul> -->
+
                </li>
+
                </ul>
+
                </li>
+
 
+
<!-- <a href="https://2015.igem.org/Team:HKUST-Rice/Modeling"><li>MODELING</li></a>
+
 
+
                <a href="https://2015.igem.org/Team:HKUST-Rice/Measurement"><li>MEASUREMENT</li></a>
+
 
+
<a href="https://2015.igem.org/Team:HKUST-Rice/Software"><li>SOFTWARE</li></a>
+
 
+
                <a href="https://2015.igem.org/Team:HKUST-Rice/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a> -->
+
 
+
 
+
 
+
                <li><a class="navItem" href style=" margin-top:10px;">FUTURE WORK</a>
+
                <ul><li><a>APPLICATION</a></li>
+
                <li><a>IMPROVEMENT</a></li></ul>
+
                </li>
+
 
+
</ul>      
+
+
                           
+
                <a href= "http://www.ust.hk"><image src="https://static.igem.org/mediawiki/2015/3/3b/Team-HKUST-Rice-Hkust_logo_white.jpg" style="width: 51px; height: 72px; margin: -10px; position: absolute; Left: 85%; top: 20px;"></a>
+
                           
+
                <a href= "http://www.rice.edu/"><image src="https://static.igem.org/mediawiki/2015/4/46/HKUST-Rice15_ricelogo2.jpg" style="width: 106px; height: 40px; margin: -10px; position: absolute; Left: 90%; top: 40px;"></a>
+
  
                                                       
+
        <div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/1/1a/HKUST-Rice_2015_RPU_Measurement.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/8/85/Team_HKUST-Rice_2015_RPU_measurement_using_FACS.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>
 +
 +
        <div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/b/ba/Team_HKUST-Rice_2015_phosphate.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/2/2d/Team_HKUST-Rice_2015_Phosphate_sensor_experiment_protocol.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>
 +
 
 +
        <div class="icon">
 +
<a href= "https://static.igem.org/mediawiki/2015/e/eb/Team_HKUST-Rice_2015_2_parallelvvvvvvv.pdf"target="_blank"><image src="https://static.igem.org/mediawiki/2015/b/be/Team_HKUST-Rice_2015_parallel.PNG" style="width: 200px; height: 190px;"></a>
 +
</div>
 +
   
  
        </div>
+
</div>
  <!-- End of menu  -->
+
</div><!--for main container-->
 +
</body>
  
 
</html>
 
</html>
 +
{{HKUST-Rice Directory}}

Latest revision as of 17:38, 15 September 2015

PROTOCOLS

EXPERIMENTS