Difference between revisions of "Team:SKLBC-DGSYZX/Parts"

(Prototype team page)
 
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{SKLBC-DGSYZX}}
 
 
<html>
 
<html>
 +
<head>
 +
<title>Home</title>
 +
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
        <meta charset="utf-8">
 +
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 +
        <title>Home</title>
 +
        <link rel="shortcut icon" href="http://snapsvg.io/assets/favicon.ico?v=1">
 +
        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
 +
        <script type="text/javascript" async="" src="./Snap.svg - Home_files/ga.js"></script><script src="http://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9:all.js"></script>
 +
        <link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/master.css">
 +
        <script src="./Snap.svg - Home_files/snap.svg-min.js"></script>
 +
        <script type="text/javascript">
 +
    var _gaq = _gaq || [];
 +
    _gaq.push(['_setAccount', 'UA-44948757-1']);
 +
    _gaq.push(['_trackPageview']);
  
<h2> Part Documentation</h2>
+
    (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
    })();
 +
   
 +
    function trackOutboundLink(link, category, action) {
 +
        try {
 +
        _gaq.push(['_trackEvent', category , action]);
 +
        } catch(err){}
 +
       
 +
        setTimeout(function() {
 +
        document.location.href = link.href;
 +
        }, 100);
 +
    }
 +
</script>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
<a href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/index.html"></a></p>
 +
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/bootstrap.css" rel='stylesheet' type='text/css' />
 +
<link rel="stylesheet" type="text/css" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/wiki.css">
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/teamwiki.css" rel='stylesheet' type='text/css' />
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/ionicons.css" rel='stylesheet' type='text/css' />
 +
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
 +
<!-- Custom Theme files -->
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/style.css" rel='stylesheet' type='text/css' />
 +
<!-- Custom Theme files -->
 +
<!--webfont-->
 +
<link href='http://fonts.useso.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.useso.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
 +
<script type="text/javascript" src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery-1.11.1.min.js"></script>
 +
<script type="text/javascript" src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
    $(document).ready(function(){
 +
        $("#goToTop").hide()//隐藏go to top按钮
 +
        $(function(){
 +
            $(window).scroll(function(){
 +
                if($(this).scrollTop()>1){//当window的scrolltop距离大于1时,go to top按钮淡出,反之淡入
 +
                    $("#goToTop").fadeIn();
 +
                } else {
 +
                    $("#goToTop").fadeOut();
 +
                }
 +
            });
 +
        });
 +
   
  
<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>
+
        // 给go 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>
+
        $("#goToTop a").click(function(){
 +
            $("html,body").animate({scrollTop:0},800);//点击go to top按钮时,以800的速度回到顶部,这里的800可以根据你的需求修改
 +
            return false;
 +
        });
 +
    });
 +
    </script>
 +
<!------ Light Box ------>
 +
<link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/swipebox.css">
 +
<script src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery.swipebox.min.js"></script>
 +
    <script type="text/javascript">
 +
jQuery(function($) {
 +
$(".swipebox").swipebox();
 +
});
 +
</script>
 +
<!------ Eng Light Box ------>  
 +
<!-- Prettify -->
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/owl.carousel.css" rel="stylesheet">
 +
<script src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/owl.carousel.js"></script>
 +
<script>
 +
$(document).ready(function() {
 +
$("#owl-demo3").owlCarousel({
 +
items : 4,
 +
lazyLoad : true,
 +
autoPlay : true,
 +
navigation: false,
 +
pagination: false,
 +
});
 +
});
 +
</script>
 +
<!----- //End-Share-instantly-slider---->
 +
<!----font-Awesome----->
 +
<link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/fonts/css/font-awesome.min.css">
 +
<!----font-Awesome----->
 +
</head>
  
 +
<body style="background-color:white">
 +
<header id="header" style="height: inherit;">
 +
    <div class="wrap">
 +
        <a href="./Snap.svg - Home_files/Snap.svg - Home.html" class="logo">
 +
            <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/synn.jpg" alt="">
 +
            <span class="header">Synsketch</span>
 +
        </a>
 +
        <nav>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX" class=" selected">Home</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Project" class="">Project</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Notebook" class="">Notebook</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Attributions" class="">Attributions</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Collaborations" class="">Collaborations</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Pratices" class="">Human Pratices</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Parts" class="">Parts</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Safety" class="">Safety</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Software" class="">Software</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Entrepreneurship" class="">Entrepreneurship</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Team" class="">Team</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Medals" class="">Medals and Prizes</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Design" class="">Design</a>
 +
           
 +
        </nav>
 +
    </div>
 +
</header>
 +
<br><br>
 +
<div class="header_bottom about">
 +
<div class="container">
 +
<h1 style="color:white">parts</a></h1>
 +
</div>
  
<div class="highlightBox">
 
<h4>Note</h4>
 
<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 class="about_box3 title" style="background-color:#ccffff" id="background">
  
<h4>Adding parts to the registry</h4>
+
<p style="margin-top:30px;width:70%;margin-left:auto;margin-right:auto">Our mentor is the high school team with the BEST SOFTWARE TOOL prize in iGEM 2014 HS, our team continues to focus on developing software to help iGEMers carry on their experiments and focuses more on </p>
<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 style="width:70%;margin-left:auto;margin-right:auto">In order to experience synthetic biology, and further promote the impact of iGEM to our schools and Southern China, this summer, we took the experiment to design a new standard BioBrick Part and characterization of an existing part under the instruction of staff from SKLBC.</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>
+
<p style="width:70%;margin-left:auto;margin-right:auto">During the process, we realized that dry-lab and wet-lab could work close together, to bridge the information gap between science and citizens with educational events.
 
+
</p><br>
 
+
</center>
<h4>What information do I need to start putting my parts on the Registry?</h4>
+
  <h3 class="m_1"><a href="http://parts.igem.org/Part:BBa_K1218011">CHARACTERIZATION OF AN EXISTING PART: BBA_K1218011</a></h3>
<p>The information needed to initially create a part on the Registry is:</p>
+
  <div class="container">  
<ul>
+
      <div class="grid_3">
<li>Part Name</li>
+
<center>
<li>Part type</li>
+
We have PCR the CAS9 gene and learn the PCR technology</br>
<li>Creator</li>
+
<img style="width:36%" src="https://static.igem.org/mediawiki/parts/a/a0/Part_SKLBC_GDSYZX.jpg">
<li>Sequence</li>
+
</center>
<li>Short Description (60 characters on what the DNA does)</li>
+
<br>
<li>Long Description (Longer description of what the DNA does)</li>
+
<h3 class="m_1"><a href="http://parts.igem.org/Part:BBa_K1794000">NEW BASIC PART: BBA_K1794000</a></h3>
<li>Design considerations</li>
+
</ul>
+
 
+
<p>
+
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>
+
 
+
 
+
 
+
 
+
 
+
 
+
<h4>Inspiration</h4>
+
<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>
+
<ul>
+
<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>
+
 
+
 
+
 
+
<h4>Part Table </h4>
+
</html>
+
<groupparts>iGEM015 Example</groupparts>
+
<html>
+
 
+
 
+
  
 +
        <p>Osa-miR-397b precursor<br>miR-397 is a miRNA in rice. Rice is the most important grain with regard to human nutrition, especially in Aisa, providing more than one fifth of the calories consumed worldwide by humans. miR-397 can increase grain yield by downregulating its target, OsLAC, whose product is a laccase-like protein that we found to be involved in the sensitivity of plants to brassinosteroids. miR397 is a plant miRNA and have not target in human. It is safe and may be useful for synthic biology to increase grain yield not only in rice but also in other cereal crops.<br>miR-397b belongs to the miR397 family of miRNAs, which are predicted to target mRNAs coding for laccases and beta-6 tubulin</p>
 +
<br>
 +
<p>Sequence and Feature</p><br>
 +
<center> 
 +
  <img style="width:100%" src="http://120.25.1.181:8080/www/image/19.jpg">
 +
</center> <br>
 +
<p><a href="http://beta.labgeni.us/registries/parts_registry/?part=BBa_K1794000">View Plasmid</a></p><br>
 +
<center> 
 +
<img style="width:49%" src="http://120.25.1.181:8080/www/image/8.jpg">
 +
</center>   
 +
</div>
 +
      <div class="clearfix"> </div>
 +
  </div>
 +
</div>
 +
<div class="about_box3 title" style="background-color:#ff6699" id="background">
 +
  <h3 class="m_1"><span >Safety</span></h3>
 +
  <div class="container">
 +
      <div class="grid_3" style="text-align: center;">
 +
        <p>miR397 is a plant miRNA and have not target in human. It is safe and may be useful for synthic biology to increase grain yield not only in rice but also in other cereal crops.</p>
 +
      </div>
 +
      <div class="clearfix"> </div>
 +
  </div>
 +
</div>
 +
<div class="about_box3 title" style="background-color:#66cccc">
 +
  <h3 class="m_1"><span>Source</span></h3>
 +
  <div class="container" style="text-align: center;">
 +
      <div class="grid_3"text-align: center;>
 +
        <p style="margin-top:30px;">miR-379 is a miRNA in rice. And we got it from the State Key Laboraroty of Bio-Control (SKLBC).</p>
 +
      </div>
 +
      <div class="clearfix"> </div>
 +
  </div>
 +
</div>
 +
<div class="footer">
 +
  <div>
 +
        <div class="copy">
 +
            <p>Copyright &copy; 2015 SKLBC-GDSYZX.  All rights reserved.</p>
 +
      </div>
 +
  </div>
 
</div>
 
</div>
 +
<div id="goToTop"><a href="#">top</a></div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 17:23, 18 September 2015

Home Home



parts

Our mentor is the high school team with the BEST SOFTWARE TOOL prize in iGEM 2014 HS, our team continues to focus on developing software to help iGEMers carry on their experiments and focuses more on

In order to experience synthetic biology, and further promote the impact of iGEM to our schools and Southern China, this summer, we took the experiment to design a new standard BioBrick Part and characterization of an existing part under the instruction of staff from SKLBC.

During the process, we realized that dry-lab and wet-lab could work close together, to bridge the information gap between science and citizens with educational events.


CHARACTERIZATION OF AN EXISTING PART: BBA_K1218011

We have PCR the CAS9 gene and learn the PCR technology

NEW BASIC PART: BBA_K1794000

Osa-miR-397b precursor
miR-397 is a miRNA in rice. Rice is the most important grain with regard to human nutrition, especially in Aisa, providing more than one fifth of the calories consumed worldwide by humans. miR-397 can increase grain yield by downregulating its target, OsLAC, whose product is a laccase-like protein that we found to be involved in the sensitivity of plants to brassinosteroids. miR397 is a plant miRNA and have not target in human. It is safe and may be useful for synthic biology to increase grain yield not only in rice but also in other cereal crops.
miR-397b belongs to the miR397 family of miRNAs, which are predicted to target mRNAs coding for laccases and beta-6 tubulin


Sequence and Feature



View Plasmid


Safety

miR397 is a plant miRNA and have not target in human. It is safe and may be useful for synthic biology to increase grain yield not only in rice but also in other cereal crops.

Source

miR-379 is a miRNA in rice. And we got it from the State Key Laboraroty of Bio-Control (SKLBC).