Difference between revisions of "Team:Peking/Attributions"

 
(44 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<html>
+
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
 
+
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<head>
+
<!--[if (gte IE 8)|!(IE)]><!-->
<style>
+
<html class="no-js" lang="en">
             #home_logo, #sideMenu {
+
    <!--<![endif]-->
             display: none;
+
    <head>
 +
        <!--- Basic Page Needs========================================================================= -->
 +
        <meta charset="utf-8"/>
 +
        <title></title>
 +
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.2, user-scalable=yes" />
 +
        <meta name="description" content="Wiki of Peking iGEM 2018" />
 +
        <meta name="author" content="Peking iGEM"/>
 +
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
        <!-- Mobile Specific Metas===================================================================== -->
 +
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
 +
        <!-- Fix  Overwrite the original iGEM style=================================================== -->
 +
        <link href="https://2018.igem.org/Template:Peking/css/fix?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <!-- CSS======================================================================================= -->
 +
        <link href="https://2018.igem.org/Template:Peking/css/bootstrap_min?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <link href="https://2018.igem.org/Template:Peking/css/style?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <!-- CSS======================================================================================= -->
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/default?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/layout?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/media-queries?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/notebook_panel?action=raw&ctype=text/css"/>
 +
        <style>
 +
                        body { background: #D2D8D8 url(https://static.igem.org/mediawiki/2018/7/78/T--Peking--images_bodyBackground.jpeg); background-attachment:fixed;}
 +
             .texttitle{
 +
                color:#6495ED;
 +
                font-size: 38px;
 +
                line-height: 48px;
 +
                margin-bottom: 12px;
 +
                font-family: raleway-bold, sans-serif !important;
 +
                background: transparent;
 +
                letter-spacing: 3px;
 +
                text-transform: uppercase;
 +
                font-weight: 350;
 +
                text-align: center;
 +
                padding-top:40px;
 +
            }
 +
        sup{font-size:11px;}
 +
        .references{margin-top:150px;margin-bottom:40px;}
 +
        .references p{font-size:14px !important; color:#666161 !important;}
 +
        .classic-title {font-weight: 300;padding-top:30px;}
 +
        .classic-title span {
 +
            padding-bottom: 8px;
 +
            border-bottom: 1px solid #383232;
 +
             font-weight: 400;
 
         }
 
         }
 
+
        figure{margin-top:40px;margin-bottom:40px;height:auto;}
         #sideMenu, #top_title, .patrollink {
+
         .anchor{padding-top:100px;margin-top:-100px;}
             display: none;
+
             </style>
 +
       
 +
    </head>
 +
    <body>
 +
        <!--sidebar 引用==============================================================================-->
 +
        <style>
 +
            #primary span{
 +
                display:block;
 +
                word-break:break-all
 +
            }
 +
       
 +
        #page-wrap {
 +
            width: 25%;
 +
            margin: 0px;
 +
            position: relative;
 
         }
 
         }
 
+
         #page-wrap a:hover {color:#6495ED;}
         #content {
+
       
            width: 100%;
+
        #sidebar {
            padding: 0px;
+
             width: 25%;
             margin-top: 0px;
+
 
             margin-left: 0px;
 
             margin-left: 0px;
            margin-right: 0px;
 
 
         }
 
         }
 
+
         @media (min-width:1024px){
         body {
+
             #sidebar{position:relative;top:120px;max-width:200px;}}
             background-color: #FAFAFA;
+
         @media (max-width: 1023px){
         !important;
+
            #sidebar{display:none;
 +
            }
 +
            #page-wrap{display:none;}
 
         }
 
         }
 
+
        </style>
         #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
+
          
             margin-bottom: 0px;
+
       
 +
        <script type="text/javascript">
 +
            function menuFixed(id){
 +
                var obj = document.getElementById(id);
 +
                var _getHeight = obj.offsetTop;
 +
               
 +
                window.onscroll = function(){
 +
                    changePos(id,_getHeight);
 +
                }
 +
            }
 +
        function changePos(id,height){
 +
            var obj = document.getElementById(id);var windowBottom = $(window).scrollTop() + $(window).innerHeight();
 +
            if(w>=1024){
 +
                if($(window).scrollTop() + $(window).height() > $(document).height() - 230){
 +
                    $('#sidebar').fadeOut("fast");}else{$('#sidebar').fadeIn("fast");}
 +
            }
 +
            var scrollTop = document.documentElement.scrollTop || document.body.scrollTop -230;
 +
            var windowBottom = $(window).scrollTop() + $(window).innerHeight();
 +
            var w = window.innerWidth;
 +
           
 +
            if(scrollTop < height){ obj.style.position = 'relative';
 +
            }else{
 +
                obj.style.position = 'fixed';
 +
            }
 +
        }
 +
        </script>
 +
       
 +
        <script type="text/javascript">
 +
            window.onload = function(){
 +
                menuFixed('sidebar');
 +
            }
 +
        </script>
 +
        <script>
 +
            function naver(id){
 +
                var obj=document.getElementById(id);
 +
                var oPos=obj.offsetTop;
 +
                return window.scrollTo(0,oPos+250);
 +
            }
 +
        </script>
 +
        <!--sidebar 引用 end ==============================================================================-->
 +
        <!--panel 引用==================================================================================-->
 +
        <style type="text/css">
 +
            .panel-default .panel-heading a{
 +
                text-decoration: none;
 +
                display:block;
 +
                padding:10px;
 +
             }
 +
        .panel-heading.panel-title{
 +
            text-decoration: none;
 +
            padding-top:0px;
 +
            padding-bottom:0px;
 +
            padding-left:0px;
 +
            padding-right:0px;
 +
            text-align:center;
 +
            font-size:19px;
 +
           
 +
        }
 +
        a[aria-expanded="true"] {
 +
            background-color:rgba(70, 73, 76, 0.95);
 +
            text-decoration: none;
 +
            color:white;
 +
        }
 +
       
 +
        .panel-default .panel-heading a[aria-expanded="false"]{
 +
            -o-transition: background-color 1s linear;
 +
            -moz-transition: background-color 1s linear;
 +
            -khtml-transition: background-color 1s linear;
 +
            -webkit-transition: background-color 1s linear;
 +
            -ms-transition: background-color 1s linear;
 +
            transition: background-color 1s linear;
 
         }
 
         }
a:link {
+
        .panel-default .panel-heading a[aria-expanded="false"]:hover{
                        text-decoration: none;
+
            background-color:rgba(70, 73, 76, 0.95);
                    }
+
            text-decoration: none;
 +
            color:white;
 +
        }
 +
        .panel-default .panel-heading a[aria-expanded="true"]{
 +
            -o-transition: opacity 1s linear;
 +
            -moz-transition: opacity 1s linear;
 +
            -khtml-transition: opacity 1s linear;
 +
            -webkit-transition: opacity 1s linear;
 +
            -ms-transition: opacity 1s linear;
 +
            transition: opacity 0.7s linear;
 +
        }
 +
        .panel-default .panel-heading a[aria-expanded="true"]:hover{
 +
            opacity:0.7;
 +
        }
 +
       
 +
        .coll p a{
 +
            color:#5c9085 !important;
 +
        }
 +
        .coll p a:hover{
 +
            color:#11abb0 !important;
 +
        }
 +
        .coll {
 +
            width:100%;
 +
            float:left;
 +
        }
 +
        .coll .info {
 +
            width:6%;
 +
            font-size:11px;
 +
            color:#a4a4a4;
 +
            margin-top:0px;
 +
            float:left;
 +
           
 +
        }
 +
        .coll .content {
 +
            width:94%;
 +
            float:left;
 +
            margin-left:40px;
 +
            margin-top:-3px;
 +
        }
 +
        .coll .ordi {
 +
            width;100%;
 +
            margin:0px 0px 0px 0px;
 +
            font-size:35px;
 +
            font-style:italic;
 +
            float:left;
 +
            color:#11abb0;
 +
            opacity:0.8;
 +
        }
 +
       
 +
            </style>
 +
       
 +
        <script type="text/javascript">
 +
            $(document).ready(function(){
 +
                              $("#button1").click(function(){
 +
                                                  $(".panel-collapse").collapse("show");
 +
                                                  });
 +
                              });
 +
                              $(document).ready(function(){
 +
                                                $("#button2").click(function(){
 +
                                                                    $(".panel-collapse").collapse("hide");
 +
                                                                    });
 +
                                                });
 +
                                                $("#notebook").addClass("navbar-active");
 +
            </script>
 +
        <!--panel 引用 end ==================-->
 +
       
 +
          <!-- Navigation -->
 +
        <div id="navigation" class="navbar navbar-fixed-top">
 +
            <div class="navbar-inner ">
 +
                <div class="container no-padding">
 +
                    <a class="show-menu" data-toggle="collapse" data-target=".nav-collapse"><span class="show-menu-bar"></span>
 +
                    </a>
 +
                    <div id="logo" style="max-width:0px"><a class="" href="https://2018.igem.org/Team:Peking"><img
 +
                    src="https://static.igem.org/mediawiki/2018/3/36/T--Peking--Logo.png"></a></div>
 +
                 
 +
                    <div class="nav-collapse collapse">
 +
                        <ul class="nav">                         
  
                    a:visited {
+
                            <li class="menu-1"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking">Home</a>
                        text-decoration: none;
+
                            </li>
                    }
+
  
                    a:active {
+
                            <li class="dropdown menu-2"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project</a>
                        text-decoration: none;
+
                                <ul class="dropdown-menu">
                    }
+
                                    <li><a href="https://2018.igem.org/Team:Peking/Project" class="barfont1">Description</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Design" class="barfont1">Design</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Demonstrate" class="barfont1">Demonstration</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Perspective" class="barfont1">Perspective</a></li>
 +
                                </ul>
 +
                            </li>
 +
                            <li class="menu-3"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Model">Modeling</a>
 +
                            </li>
 +
                            <li class="menu-4"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Software">Software</a>
 +
                            </li>
  
                    a:hover {
 
                    }
 
.dropbtn {
 
    background-color: #4CAF50;
 
    color: white;
 
    padding: 16px;
 
    font-size: 16px;
 
    border: none;
 
    cursor: pointer;
 
}
 
  
.dropdown {
+
                            <li class="menu-6"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a>
    position: relative;
+
                            </li>
    display: inline-block;
+
                                <li class="dropdown menu-7"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Achievement</a>
}
+
                                    <ul class="dropdown-menu">
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Judging_Form" class="barfont1">Judging Form</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Parts" class="barfont1">Parts</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Improve" class="barfont1">Improvement</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/InterLab" class="barfont1">InterLab</a></li>
  
.dropdown-content {
+
                                    </ul>
    display: none;
+
                                </li>
    position: absolute;
+
                                <li class="dropdown menu-8"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Lab</a>
    background-color: #f9f9f9;
+
                                    <ul class="dropdown-menu">
    min-width: 140px;
+
                                        <li><a href="https://2018.igem.org/Team:Peking/Team_Members">Team Members</a></li>
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
                                        <li><a href="https://2018.igem.org/Team:Peking/Attributions" class="barfont1">Attributions</a></li>
}
+
                                        <li><a href="https://2018.igem.org/Team:Peking/Notebook" class="barfont1">Notebook</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Collaborations" class="barfont1">Collaborations</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Safety" class="barfont1">Safety</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Acknowledgement" class="barfont1">Acknowledgement</a></li>
 +
                                       
 +
                                    </ul>
 +
                                </li>
 +
                                </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <!--/Navigation -->
 +
       
 +
       
 +
        <!-- Page Title======================================================================== -->
 +
        <div id="page-title">
 +
            <div class="row">
 +
                <div class="twelve columns centered text-center">
 +
                    <h1>Attributions</h1>
 +
                   
 +
                </div>
 +
            </div>
 +
        </div><!-- Page Title End-->
 +
       
 +
       
 +
        <div id="page-content" class="row page">
 +
            <div id="primary" class="twelve columns">
 +
                <section>
 +
                    <div class="row">
 +
                       
 +
                       
 +
                       
 +
                       
 +
                        <div class="three columns">
 +
                            <div id="page-wrap">
 +
                                <div id="sidebar" style="color:#000000">
 +
                                   
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Team_Members">&bull;Team&nbsp;Members</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Attributions">&bull;Attributions</a></h4>
 +
                             
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Notebook">&bull;Notebook</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Collaborations">&bull;Collaborations</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Safety">&bull;Safety</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Acknowledgement">&bull;Acknowledgement</a></h4>
 +
                             
 +
                                </div>
 +
                            </div>
 +
                        </div>
 +
                       
 +
                       
 +
                       
 +
                       
 +
                        <div class="nine columns">
 +
                           
 +
                           
  
.dropdown-content a {
+
                            <div class="texttitle">Attributions<a id="B"></a></div>
    color: black;
+
                            <hr style="border:2px dashed; height:2px" color="#666666">
    padding: 12px 16px;
+
    text-decoration: none;
+
    display: block;
+
}
+
  
.dropdown-content a:hover {background-color: #f1f1f1}
+
                            <div class="coll">
 +
                               
 +
                                <div class="content">
 +
                                    <p><b>Shi Shuyu</b> was responsible for plasmid construction, yeast transformation, flow cytometry, β-carotene production, collaboration with Beijing National Day School, and she also took part in “Human Practice” and fluorescence microscopy. She was also involved in team interactions and provided her great interpersonal skills and kindness in resolving conflicts. 
 +
</p>
 +
<p><b>Li Kai</b> tried out in molecular cloning in the early stages and then focused on microscopic assays and the validation of the function of synthetic organelles. As a team leader, he was also involved in all aspects of the work to ensure the overall direction of the team.
 +
</p>
 +
<p>
 +
<b>Song Deying</b> worked mainly on modelling the dynamics and kinetics of the phase separation system. She was in charge of human practice. She also helped with plasmid extraction and carotene extraction in the lab.
 +
</p><p>
 +
<b>Zhang Wei</b> participated in plasmid construction at the first stage. Later on, she was involved in yeast transformation. Additionally, she made a freehand sketching video to illustrate the phenomenon of phase transition in cells.
 +
</p><p>
 +
<b>Lin Yongjie</b> took responsibility for quantitative fluorescence characterization and data processing of the phase-separation system. She also participated in modelling analysis of the system and combined it with the experimental results.
 +
</p><p>
 +
<b>Guo Fuyu</b> Wet lab: Molecular cloning; Human Practice: Statistical Analysis of iGEM Team information.
 +
</p><p>
 +
<b>Zhu Yuhao</b> conducted plasmid construction and the optimization of molecular cloning methods.
 +
</p><p>
 +
<b>Li Xin</b> was responsible for plasmid construction. Additionally, he was in charge of yeast transformation. He was also responsible for parts construction and participated in the Interlab.
 +
</p><p>
 +
<b>Ouyang Xiaoyi</b> was mainly in charge of the modelling part of the project, and also participated in a part of the human practices and occasionally helped with the experiments.
 +
</p><p>
 +
<b>Li Tairan</b> mainly focused on art design. He participated in the design and polishing our poster, presentation and wiki. What’s more, he also helped in molecular cloning.
 +
</p><p>
 +
<b>Chen Ruhang</b> mainly focused on the construction of the plant hormone-controlled phase separation system. He was also responsible for all financial affairs and communication with school officers.
 +
</p><p>
 +
<b>Zhong Bitao</b> was mainly responsible for the wiki, as well as the official accounts, and sometimes helped other members with their experiments.
 +
</p><p>
 +
<b>Chen Yuyang</b> mainly focused on molecular cloning and part construction. He was also involved in team interactions.
 +
</p><p>
 +
<b>Yang Jianzhao</b> took charge of opreating the lab, reagent supply and equipment maintenance. He was involved in the Interlab, molecular cloning and wet lab troubleshooting.
 +
</p><p>
 +
<b>Shen Xuanyu</b> participated in the design of the wiki site.
 +
</p>
 +
                                </div>
 +
                            </div>
  
.dropdown:hover .dropdown-content {
+
                           
    display: block;
+
</div>
}
+
  
.dropdown:hover .dropbtn {
 
    background-color: #3e8e41;
 
 
u{ text-decoration:none}
 
a{ text-decoration:none}
 
  
  
 +
<!--9 columns end-->
 +
                       
 +
                    </div>
 +
                   
 +
                   
 +
                   
 +
                   
 +
                    </div><!--row end-->
 +
            </section>
 +
        </div><!--12 columes end-->
 +
        </div><!--page-content end-->
 +
       
 +
       
 +
       
 +
       
 +
       
 +
       
 +
       
 +
       
 +
                                <!-- footer============================================================================== -->
 +
        <style>
 +
            footer .copyright span:before {
 +
                content: "|";
 +
                padding-left: 10px;
 +
                padding-right: 12px;
 +
                color: #b4bbbb;
 +
            }
 +
        footer .copyright span:after {
 +
            content: "|";
 +
            padding-left: 10px;
 +
            padding-right: 12px;
 +
            color: #b4bbbb;
 +
        }
 +
        </style>
 +
        <footer id="page-footer">
 +
<footer id="page-footer">
 +
                <div class="row,row1">
 +
                    <ul class="footer-social">
 +
                        <li class="col-md-6" id="PKU-administration" style="margin-bottom:25px;max-width:300px">
 +
                            <a href="http://dean.pku.edu.cn/pkudean/index.html"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--Peking--images_PKU_Administration_logo.png"></a>
 +
                        </li>
 +
                        <li class="col-md-6" id="PKU-SLS" style="margin-bottom:25px;max-width:300px">
 +
                            <a href="http://www.bio.pku.edu.cn/"><img src="https://static.igem.org/mediawiki/2018/0/04/T--Peking--images_PKU_SLS_logo.png"></a>
 +
                        </li>
 +
                     
 +
                        <li class="col-md-6" id="PKU-CQB" style="margin-bottom:25px;max-width:300px">
 +
                            <a href="http://cqb.pku.edu.cn/en/"><img src="https://static.igem.org/mediawiki/2018/e/e1/T--Peking--images_PKU_CQB_logo.png"></a>
 +
                        </li>
  
 +
                    </ul>
 +
                </div>
 +
            <div class="row">
 +
                <div class="twelve columns" >
 +
                    <ul class="copyright">
 +
                        <!--<li>&copy; 2014 Sparrow</li> -->
 +
                        <li><a href="https://2018.igem.org/Team:Peking">Home</a>&nbsp;&nbsp;&nbsp;<a href="mailto:pekingigem2018@126.com">Contact</a></li>
 +
                        <span> &copy;2018 PEKING IGEM. All Rights Reserved.</span>
 +
                        <li><a href="http://getbootstrap.com/2.3.2/">Based on Bootstrap</a></li>
 +
                    </ul>
 +
                </div>
 +
                <div id="go-top" style="display: block;"><a title="Back to Top" href="#">Go To Top</a></div>
 +
            </div>
  
/*Major body*/
 
#MajorBody{position:absolute; top:24px; left:0px; width:1200px; height:1200px; background-color:#ffffff;}
 
#LeftNavigation{position:fixed; top:80px; float:left; width:200px; height:100%; background-color:#313131; z-index:1050;}
 
#Content{position:absolute; left:200px;}
 
#ProjectList{position:absolute; top:40px; left:0px; color:#ffffff; font-family: calibri, arial, helvetica, sans-serif;}
 
#ProjectList > li {display:block; list-style-type:none; width:180px; height:30px; font-size:20px; text-align:left; background-color:transparent;}
 
.Left>a {color:#ffffff; text-decoration:none;}
 
.Left:hover >a{color:#999999;}
 
 
 
/*end of Major body*/
 
#AcknowledgementBox{ position:absolute; left:0px; top:590px; width:1200px;display:none;}
 
 
 
 
 
 
 
    </style>
 
 
    <link rel="stylesheet" type="text/css"
 
          href="https://2018.igem.org/Template:Peking/css/menubar?action=raw&ctype=text/css">
 
    <link rel="stylesheet" type="text/css"
 
          href="https://2018.igem.org/Template:Peking/css/main?action=raw&ctype=text/css">
 
 
 
 
</head>
 
 
<body>
 
 
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
 
    <header class="mdl-layout__header" style="position:fixed; margin-top: -9px; !important;">
 
        <div class="mdl-layout__header-row">
 
            <!-- Title -->
 
            <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
 
              style="color: #000000; font-size: x-large"><strong>Peking iGEM 2018</strong></a>
 
            <a href="https://2018.igem.org/Team:Peking"><img
 
                    src="https://static.igem.org/mediawiki/2018/e/e2/T--Peking--_toolbar.jpeg" height="50"></a>
 
            <!-- Add spacer, to align navigation to the right -->
 
            <div class="mdl-layout-spacer"></div>
 
            <!-- Navigation. We hide it in small screens. -->
 
            <nav class="mdl-navigation mdl-layout--large-screen-only">
 
 
    <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
 
    style="color: #000; font-weight: 500;"><b>Home</b></a>
 
        <div class="dropdown">
 
            <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Project">Project</a></span>
 
                <div class="dropdown-content">
 
                    <a href="https://2018.igem.org/Team:Peking/Description" class="barfont1">Description</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Design" class="barfont1">Design</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Demonstrate" class="barfont1">Demonstration</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Future_Plan" class="barfont1">Future Plan</a>
 
                </div></div>
 
        <div class="dropdown">
 
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Results">Data Page</a></span>
 
                <div class="dropdown-content">
 
                    <a href="https://2018.igem.org/Team:Peking/Phase_Separation_D" class="barfont1">Phase Separation</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Functions_D" class="barfont1">Functions</a>
 
                </div></div>
 
        <div class="dropdown">
 
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Model">Model</a></span>
 
                <div class="dropdown-content">
 
                    <a href="https://2018.igem.org/Team:Peking/Phase_Separation_M" class="barfont1">Phase Separation</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Functions_M" class="barfont1">Functions</a>
 
                </div></div>
 
        <div class="dropdown">
 
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Software">Software</a></span></div>
 
        <div class="dropdown">
 
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a></span>
 
                <div class="dropdown-content">
 
                    <a href="https://2018.igem.org/Team:Peking/Human_Practices/Gold" class="barfont1">Human Practices</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Public_Engagement" class="barfont1">Public Engagement</a>
 
                </div></div>
 
        <div class="dropdown">
 
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Team">Team</a></span>
 
                <div class="dropdown-content">
 
                    <a href="https://2018.igem.org/Team:Peking/Team_Members" class="barfont1">Team Members</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Attributions" class="barfont1">Attributions</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Safety" class="barfont1">Safety</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Notebook" class="barfont1">Notebook</a>
 
                </div></div>
 
        <div class="dropdown">
 
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Collaborations">Collaborations</a></span>
 
                <div class="dropdown-content">
 
                    <a href="https://2018.igem.org/Team:Peking/Collaborations" class="barfont1">Collaborations</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Acknowledgement" class="barfont1">Acknowledgement</a>
 
                    <a href="https://2018.igem.org/Team:Peking/InterLab" class="barfont1">InterLab</a>
 
                </div></div>
 
                <div class="dropdown">
 
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Parts">Parts</a></span>
 
                <div class="dropdown-content">
 
                    <a href="https://2018.igem.org/Team:Peking/Favorite_Parts" class="barfont1">Favorite Parts</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Part_Table" class="barfont1">Part Table</a>
 
                    <a href="https://2018.igem.org/Team:Peking/Part_Collection" class="barfont1">Part Collection</a>
 
                </div></div>
 
            <span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span></div>
 
            </nav>
 
        </div>
 
    </header>
 
 
</div>
 
 
<!--MajorBody-->
 
<div id="MajorBody"> 
 
    <div id="LeftNavigation">
 
          <ul id="ProjectList">
 
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Team"><b>Team</b></a></li><br/><br/>
 
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Team">&#9674;&#160;&#160;&#160;Team Members</a><li>
 
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Attributions">>&#160;&#160;&#160;Attributions</a><li>
 
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Safety">&#9674;&#160;&#160;&#160;Safety</a><li>
 
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Notebook">&#9674;&#160;&#160;&#160;Notebook</a><li>
 
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Experiments">&#9674;&#160;&#160;&#160;Experiments</a><li>
 
                </ul>
 
    </div>
 
   
 
 
<div class="two_thirds_size" >
 
<p>Welcome to our wiki!</p>
 
 
</div>
 
<div id="Content">
 
Attributions
 
</div>
 
</div>
 
 
</body>
 
  
 +
<!-- Footer End-->
 +
                       
 +
                       
 +
            <!-- Java Script======================================================================= -->
 +
            <script>window.jQuery || document.write('<script src="https://2018.igem.org/Template:Peking/Javascript/jquery_1_10_2_min?action=raw&ctype=text/javascript"><\/script>')</script>
 +
            <script type="text/javascript" src="https://2018.igem.org/Template:Peking/Javascript/jquery_migrate_1_2_1_min?action=raw&ctype=text/javascript"></script>
 +
           
 +
            <script src="https://2018.igem.org/Template:Peking/Javascript/jquery_flexslider?action=raw&ctype=text/javascript"></script>
 +
            <script src="https://2018.igem.org/Template:Peking/Javascript/doubleaptogo?action=raw&ctype=text/javascript"></script>
 +
            <script src="https://2018.igem.org/Template:Peking/Javascript/init?action=raw&ctype=text/javascript"></script>
 +
           
 +
            <!--quotations from flexslider: start-->
 +
            <script src='https://2018.igem.org/Template:Peking/Javascript/modernizr_js?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_polaroid?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_easing?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_transform_0_8_0_min?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_preloader?action=raw&ctype=text/javascript'></script>
 +
                <!--quotations from flexslider: end-->
 +
               
 +
                <!--quotations from black: start-->
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_sticky?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_easing_1_3_pack?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/bootstrap_min?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_patallax_1_1_3?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/appear?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/modernizr?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_prettyPhoto?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/isotope?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_bxslider_min?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_cycle_all?action=raw&ctype=text/javascript" ></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_maximage?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/scripts?action=raw&ctype=text/javascript "></script>
 +
                <!--quotations from black: end-->
 +
                           
 +
                           
 +
                            </body>
 
</html>
 
</html>

Latest revision as of 00:35, 18 October 2018

Attributions

Attributions

Shi Shuyu was responsible for plasmid construction, yeast transformation, flow cytometry, β-carotene production, collaboration with Beijing National Day School, and she also took part in “Human Practice” and fluorescence microscopy. She was also involved in team interactions and provided her great interpersonal skills and kindness in resolving conflicts.

Li Kai tried out in molecular cloning in the early stages and then focused on microscopic assays and the validation of the function of synthetic organelles. As a team leader, he was also involved in all aspects of the work to ensure the overall direction of the team.

Song Deying worked mainly on modelling the dynamics and kinetics of the phase separation system. She was in charge of human practice. She also helped with plasmid extraction and carotene extraction in the lab.

Zhang Wei participated in plasmid construction at the first stage. Later on, she was involved in yeast transformation. Additionally, she made a freehand sketching video to illustrate the phenomenon of phase transition in cells.

Lin Yongjie took responsibility for quantitative fluorescence characterization and data processing of the phase-separation system. She also participated in modelling analysis of the system and combined it with the experimental results.

Guo Fuyu Wet lab: Molecular cloning; Human Practice: Statistical Analysis of iGEM Team information.

Zhu Yuhao conducted plasmid construction and the optimization of molecular cloning methods.

Li Xin was responsible for plasmid construction. Additionally, he was in charge of yeast transformation. He was also responsible for parts construction and participated in the Interlab.

Ouyang Xiaoyi was mainly in charge of the modelling part of the project, and also participated in a part of the human practices and occasionally helped with the experiments.

Li Tairan mainly focused on art design. He participated in the design and polishing our poster, presentation and wiki. What’s more, he also helped in molecular cloning.

Chen Ruhang mainly focused on the construction of the plant hormone-controlled phase separation system. He was also responsible for all financial affairs and communication with school officers.

Zhong Bitao was mainly responsible for the wiki, as well as the official accounts, and sometimes helped other members with their experiments.

Chen Yuyang mainly focused on molecular cloning and part construction. He was also involved in team interactions.

Yang Jianzhao took charge of opreating the lab, reagent supply and equipment maintenance. He was involved in the Interlab, molecular cloning and wet lab troubleshooting.

Shen Xuanyu participated in the design of the wiki site.