Difference between revisions of "Team:RDFZ-China/Attributions"

Line 1: Line 1:
<!--{{RDFZ-China}}
 
<html>
 
 
 
 
 
 
<div class="clear"></div>
 
 
 
 
 
 
 
<div class="column full_size">
 
<h1>Attributions</h1>
 
<p>This page is your opportunity to explain what parts of your project you did and what was done by technicians, advisers, etc. This requirement is not about literature references - these can and should be displayed throughout your wiki.
 
</p>
 
 
<h3> Bronze Medal Criterion #3</h3>
 
<p> All of the work done in your project must be attributed correctly on this page. You must clearly state the work that was done by the students on your team and note any work that was done by people outside of your team, including the host labs, advisors, instructors, and individuals not on the team roster.
 
<br><br>
 
Please see the <a href="https://2018.igem.org/Judging/Medals">Medals requirements page</a> for more details.</p>
 
</div>
 
 
 
<div class="clear extra_space"></div>
 
 
 
 
<div class="column third_size">
 
<h3> What should this page contain?</h3>
 
 
<ul>
 
<li>Clearly state what the team accomplished</li>
 
<li>General Support</li>
 
<li>Project support and advice</li>
 
<li>Fundraising help and advice</li>
 
<li>Lab support</li>
 
<li>Difficult technique support</li>
 
<li>Project advisor support</li>
 
<li>Wiki support</li>
 
<li>Presentation coaching</li>
 
<li>Human Practices support</li>
 
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
 
</ul>
 
</div>
 
 
<div class="column third_size">
 
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
 
<ul>
 
<li>Does your institution teach an iGEM or synthetic biology course?</li>
 
<li>When did you start this course?</li>
 
<li>Are the syllabus and course materials freely available online?</li>
 
<li>When did you start your brainstorming?</li>
 
<li>When did you start in the lab?</li>
 
<li>When did you start working on  your project?</li>
 
</ul>
 
</div>
 
 
 
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
 
<h3>Inspiration</h3>
 
<p>Take a look at what other teams have done:</p>
 
<ul>
 
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
 
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
 
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
 
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
 
</ul>
 
</div>
 
</div>
 
 
 
 
<div class="clear extra_space"></div>
 
 
<div class="column two_thirds_size">
 
<h3> Why is this page needed? </h3>
 
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
 
<p>
 
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
 
</div>
 
 
<div class="column third_size">
 
<div class="highlight decoration_B_full">
 
<h3> Can we base our project on a previous one? </h3>
 
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
 
</div>
 
</div>
 
 
 
 
</html>-->
 
 
{{RDFZ-China}}
 
{{RDFZ-China}}
  
 
<html>
 
<html>
<style>
 
    body {
 
        width: 100%;
 
        margin-left: auto;
 
        margin-right: auto;
 
    }
 
 
    #body {
 
        width: 1263px;
 
        margin-left: auto;
 
        margin-right: auto;
 
        background-color: aliceblue;
 
    }
 
 
    #comic p {
 
        background-color: aliceblue;
 
        text-align: center;
 
    }
 
 
    #comic img {
 
        margin-top: 50px;
 
        width: 1263px;
 
        height: 620px;
 
        margin-left: auto;
 
        margin-right: auto;
 
    }
 
 
    /*just to eliminate any margin */
 
    #basic_description {
 
        margin: 0 0 0 0;
 
    }
 
 
        /*also eliminate any margin*/
 
        #basic_description p {
 
            margin: 0px;
 
        }
 
 
    /*put footer in the center!*/
 
    #_footer p {
 
        text-align: center;
 
    }
 
 
    .description {
 
        width: 1000px;
 
        margin-left: auto;
 
        margin-right: auto;
 
        font-family: Avenir;
 
        font-size: large;
 
        padding-bottom: 30px;
 
    }
 
 
    .description li, .description p {
 
        color: #404040;
 
    }
 
 
    .description h3 {
 
        font-family:'Avenir';
 
        font-size:23px;
 
    }
 
 
    .description p {
 
        text-indent: 25px !important;
 
        font-family: Avenir !important;
 
        font-size: 23px !important;
 
    }
 
 
    .description #ref li {
 
        font-style: italic;
 
        font-size: x-small;
 
        color: black;
 
    }
 
 
    .description table {
 
        margin-top: 20px;
 
        margin-left: 20px;
 
        margin-right: 20px;
 
        border: thin solid black;
 
        caption-side: top;
 
        border-spacing: 0px;
 
    }
 
 
    .description td, .description th {
 
        border: thin dotted gray;
 
        padding: 5px;
 
        background-color: aliceblue;
 
        font-weight: 200;
 
        line-height: 22px;
 
    }
 
 
 
    .description #pricetable table {
 
        text-align: center;
 
        margin-left: 200px;
 
        width: 600px;
 
    }
 
 
    .basic_description .description #price th {
 
        padding: 10px;
 
    }
 
 
    .description #price caption {
 
        padding-top: 8px;
 
    }
 
 
    .insert {
 
        text-align: center;
 
        background-color: aliceblue;
 
    }
 
 
    .insert p img {
 
        width: 1200px;
 
        margin-left: -100px;
 
    }
 
 
 
    /* 左侧列表 */
 
    .paper-sidenav {
 
        position: fixed;
 
        right: 2em;
 
        text-align: right;
 
        font-family: Avenir;
 
        background-color: #E1FFFF;
 
        bottom: 2em;
 
        display: none;
 
        z-index: 10000;
 
    }
 
 
    .paper-sidenav ul {
 
        list-style-type: none;
 
        list-style: none;
 
        padding-inline-start: 0.5em;
 
        margin-left: 0px;
 
    }
 
 
    .paper-sidenav ul p {
 
        color: black;
 
        font-size: 1.6em !important;
 
        font-weight: 500;
 
    }
 
 
    .paper-sidenav ul a:link {
 
        text-decoration: none;
 
        color: black;
 
    }
 
 
    .paper-sidenav ul a:visited {
 
        text-decoration: none;
 
        color: black;
 
    }
 
 
    .paper-sidenav ul a:hover {
 
        text-decoration: none;
 
        color: blue;
 
        background-color: #f9f9f9;
 
        font-size: larger;
 
    }
 
 
    .paper-sidenav ul a:active {
 
        text-decoration: none;
 
        color: black;
 
    }
 
 
    .description .topic-title {
 
        padding-top: 50px;
 
    }
 
 
    .reference {
 
        width: 1000px;
 
        margin-left: auto;
 
        margin-right: auto;
 
        font-family: Arial, Helvetica, sans-serif;
 
        padding-bottom: 30px;
 
    }
 
 
</style>
 
 
<body style="width:1263px; margin-left:auto;margin-right:auto;background-color:white" onscroll="scrollEvent()">
 
<body style="width:1263px; margin-left:auto;margin-right:auto;background-color:white" onscroll="scrollEvent()">
 
     <div id="body">
 
     <div id="body">
 
         <!--default for floating navigation-->
 
         <!--default for floating navigation-->
        <div id="sidebar" class="paper-sidenav">
 
            <ul>
 
                <li>
 
                    <ul>
 
                        <li><a href="#section1">What are we facing?</a></li>
 
                        <li><a href="#section2">Predecessors</a></li>
 
                        <li><a href="#section3">Project Xscape</a></li>
 
                        <li><a href="#section4">For Fermentation</a></li>
 
                        <li><a href="#section5">For Therapy</a></li>
 
                        <li><a href="#section6">Metabolic Stress</a></li>
 
                        <li><a href="#section7">DIY Bio and Biosafety</a></li>
 
                        <li><a href="#section8">Community and Future</a></li>
 
                        <li><a href="#section9">References</a></li>
 
                    </ul>
 
                </li>
 
            </ul>
 
        </div>
 
 
         <div id="comic">
 
         <div id="comic">
 
             <p>
 
             <p>
                 <img src="https://static.igem.org/mediawiki/2018/thumb/1/18/T--RDFZ-China--PJDhead1263620.jpg/800px-T--RDFZ-China--PJDhead1263620.jpg" alt="pdcomic" />
+
                 <!-- <img src="https://static.igem.org/mediawiki/2018/thumb/1/18/T--RDFZ-China--PJDhead1263620.jpg/800px-T--RDFZ-China--PJDhead1263620.jpg" alt="pdcomic" /> -->
 
             </p>
 
             </p>
 
         </div>
 
         </div>
 
         <div class="description">
 
         <div class="description">
 +
            <h1>Attribution & Acknowledgement</h1>
 
             <div class="topic-title" id="section1">
 
             <div class="topic-title" id="section1">
                <h3>What are we facing?</h3>
+
                 <p>We would like to thank all those who have helped us through the past year, not only for making our project possible but also for making it memorable. </p>
                 <p>Biosafety has always been the major concern to the public, to the companies and the researchers. Doubts and worries raised just as genetic technology was invented. With the rapidly growing of synthetic biology and iGEM community, more and more synthetic biology products are built with the widely distributed DNA toolkits or the inexpensive DNA synthesis service(Synthetic and Will); we are facing unprecedented biosafety issue that unwanted leakage of synthetic biology products to the environment may cause an unexpected but definitely disastrous problem. </p>
+
 
             </div>
 
             </div>
 
             <div class="topic-title" id="section2">
 
             <div class="topic-title" id="section2">
                 <h3>Predecessors</h3>
+
                 <h3>Tsing Hua University</h3>
                 <p>For decades, researchers were striving to build biosafety devices through auxotrophy or external inducive kill switches(Lee et al.), holins and restriction enzymes are most commonly used. Most of the failures of the previous devices were caused by mutation and evolution of immune(Moe-Behrens et al.) . </p>
+
                 <p>Mr Xuan Wang provided day-to-day instruction in the lab as well as expertise on project designing.</p>
                 <p>The two major threats of engineered microbes’ leakage are the possible Horizontal Gene Transfer which will lead to the spread of recombinant DNA to the entire ecosystem, or the engineered bacteria could contaminate or overrun the natural habitat.(Wright et al.)</p>
+
                 <p>Ms Yiqing Zhao provided day-to-day instruction in the lab.</p>
 +
                <p>Mr Jianwen Ye provided insights on biosafety problems. He talked about the problem and benefits of the program according to his expertise. He also imparts wisdom into a model design for the fermentor.</p>
 
             </div>
 
             </div>
 
             <div class="topic-title" id="section3">
 
             <div class="topic-title" id="section3">
                 <h3>Project Xscape</h3>
+
                 <h3>Peking University</h3>
                 <p>Under this circumstance, this year we decided to be a fundamentalist to synthetic biology, by using genetic circuits and logic gates, to establish biosafety devices which can apply to the real-world situation.</p>
+
                 <p>Prof. Ping Wei, Prof Qi Ouyang, Dr Haoqian Zhang, provided opportunities for us to attend lessons on synthetic biology at Peking University.</p>
                 <p>Since cell death and lysis mean there is a continual presence of free DNA in the environment, holins, which are most widely used are excluded from our choices, and colicin E2 nucleases (Darmstadt iGEM2016) came into our site. We choose site non-specific nucleases since the entire genome and plasmids needed to be entirely digested to prevent the spread, and we use nucleases from a different family to prevent the possible evolution of nuclease inhibitors. Artificial DNA, RNA, and amino acids are a good solution, but due to its high cost so far, it is not applicable to most of the user.</p>
+
                 <p>Dr.Haoqian Zhang gave us crucial advise on the project design</p>
 
+
                <p>Ms Yiming Dong gave us advice on integrase design and debug</p>
 +
                <p>Mr Yihao Zhang, kindly provided 96-well plates, black with the clear flat bottom, for the Interlab Study.</p>
 +
                <p>Prof. Zhongwei Jia in the medical college of Peking University provided essential reagents for team’s wet lab. </p>
 
             </div>
 
             </div>
 
             <div class="topic-title" id="section4">
 
             <div class="topic-title" id="section4">
                 <h3>For fermentation</h3>
+
                 <h3>BFSUICC-China</h3>
                 <p>The first device we build is for the fermentation; we want to execute the escaped engineered bacteria from the fermenter, accidentally or intentionally. We used two environment factors to monitor the bacteria’s situation: temperature and population density, they are both high and tunable in the fermenter. So, the device will initiate when temperature and density are both low. We used thermal sensitive regulator (NUS iGEM2017)(Piraner et al.) and quorum sensing regulator (MIT iGEM2004) (Canton et al.)as our sensor, sRNA(Storz et al.) and tetR family repressor PhlF(Glasgow iGEM2015)(Stanton et al.) as the signal inverter. We add intergrase (Peking iGEM2017) controlled by the thermal sensitive regulator, which will turn the promoter of a lethal gene when temperature rise in the fermenter so that bacteria can survive at the very beginning. Also, we build a model to stimulate the minimum autoinducer required at the beginning of the fermentation, same as the purpose of integrase. This model is for keeping bacteria alive at the very beginning of fermentation. Together they form a NOR gate which will lead to cell death through genome degradation when temperature and density decrease.</p>
+
                 <p>Their team leader, Yingqi Ma, helped us writing a handout on synthetic biology for high school students. </p>
 
             </div>
 
             </div>
 
             <div class="topic-title" id="section5">
 
             <div class="topic-title" id="section5">
                 <h3>For Therapy</h3>
+
                 <h3>Stanford University</h3>
                 <p>The second device we build is for therapeutic bacteria, the device can carry out noninvasive tracing through ultrasound imaging of the gas vesicle(Shapiro et al.), release the drug (from SHSBNU 2017) controlled by a thermal sensitive regulator at nidus by ultrasound tissue heating, and heat to a higher temperature to release nuclease and kill the bacteria after it finishes its mission. </p>
+
                 <p>Mr Yiming Huang kindly provided suggestions on model refining. </p>
 +
            </div>
 +
            <div class="topic-title" id="section8">
 +
                <h3>Shenzhen College of International Education</h3>
 +
                <p>Xinyue Huang and Junhan Liao kindly provided their website template to us. </p>
 
             </div>
 
             </div>
 
             <div class="topic-title" id="section6">
 
             <div class="topic-title" id="section6">
                 <h3>For Metabolic Stress</h3>
+
                 <h3>Selwyn College, Cambridge</h3>
                 <p>We applied capacity monitor (Ceroni et al.) to quantify the expression burden of all our systems, and to reduce the metabolic stress, we designed another device for fermentation which used a LuxR repressive promoter (Peking iGEM2011) and cold-regulated 5’UTR region (Ionis Paris 2017). This device only involves one transcriptional regulator, which will be less energy consuming. </p>
+
                 <p>Mr Honghao Su designed the sRNA system in our circuit.</p>
 
             </div>
 
             </div>
 
             <div class="topic-title" id="section7">
 
             <div class="topic-title" id="section7">
                 <h3>DIY bio and Biosafey</h3>
+
                 <h3>Centres for disease control and prevention</h3>
                 <p>Back to the growing and glowing synthetic biology community, despite the ones doing it on campus, more and more people are starting it at home, they call themselves Genehacker or DIY biologists. The lack of sufficient training and efficient surveillance will be a time bomb which we do know there will be a monstrous harmful bioproduct will be made someday in the future, and indeed, it will be a significant threat to the current biosafety basis. Recall our memory to iGEM2009, Peking surveyed DIY bio, almost ten years later, we conducted a similar DIY bio-survey again. We tried to order materials for molecular experiments, using the delivery address to our home, the result was quite shocking that we can buy almost everything for the molecular experiment, from the internet. Then, we went through relevant laws and regulations throughout the world, which we found out that there are no laws related to the credit certification and the address certification about the people who book the biology reagent. Most of the laws are about the quality certification and how they would serve the user after they bought this. We interviewed the Director of the center for disease control and prevention. He said that within his experiment with the disease caused by the Bacteria leak, environmental pollution, the vast impact had been caused. Our country has been making all effort which is the highest effort that we have made in the history. He said it is not easy to solve the problem with hard work, it needs the cooperation between all the countries. He made an example of 731 army during the second world war two, the outbreak of pathogens can cause significant social harm. We are still on our way to win the battle, but the effort still needs to be put in.</p>
+
                 <p>Pro. Chai Fangmeng straightly points out the basic problem in the hospital and society. Give us supports and suggestions about the program.</p>
 
             </div>
 
             </div>
            <div class="topic-title" id="section8">
 
                <h3>Community and Future</h3>
 
                <p>Also, we hosted two major meeting in Beijing, a Biosafety Forum in October, we invited team leader who runs his high school lab, lab teacher from a university lab, and a former team member from Peking iGEM2009, who participated in that DIY bio investigation ten years ago.</p>
 
                <p>We concluded that the development of DIY bio should be taken seriously, and the permanent way to solve it is through implanting Biosafety awareness into our academic culture. Also, as iGEMer, we should strive to be the considerable and responsible leaders in our community, to ensure the biosafety issue has been taken properly. Another meeting was with biology Olympians all around China, we discussed the future of biology community during the meeting, especially with more and more high school iGEM teams coming up in China, but lack of relevant instruction and education to the students. We came up with the idea of setting up a collaboration between school to share and overcome difficulties hand in hand. This kind of meeting will be continued after iGEM2018, since the community usually grows fast after every iGEM season. </p>
 
                <p>Hopefully, years later, biosafety awareness and considerations can be seriously taken in communities, laboratory studies, and real-world applications.</p>
 
            </div>
 
            <br>
 
            <br>
 
         
 
        </div>
 
        <div class="reference">
 
 
             <div class="topic-title" id="section9">
 
             <div class="topic-title" id="section9">
                 <h3>References</h3>
+
                 <h3>Team RDFZ-China</h3>
                 <p>Canton, Barry, et al. “Refinement and Standardization of Synthetic Biological Parts and Devices.” Nature Biotechnology, vol. 26, no. 7, 2008, pp. 787–93, doi:10.1038/nbt1413.</p>
+
                 <p>Zeyu Tang, Shan Jian and Yuze Cao designed the whole circuit together. Specifically, Zeyu Tang and Shan Jian designed the thermoregulatory gene network and quorum sensing network as well as acoustic network collaboratively. Yuze Cao designed the recombinase and integrase circuit after doing substantial research.</p>
                 <p>Ceroni, Francesca, et al. “Quantifying Cellular Capacity Identifies Gene Expression Designs with Reduced Burden.” Nature Methods, vol. 12, no. 5, 2015, pp. 415–18, doi:10.1038/nmeth.3339.</p>
+
                 <p>All the team members have participated in the wet lab experiment. </p>
                 <p>Lee, Jeong Wook, et al. “Next-Generation Biocontainment Systems for Engineered Organisms.” Nature Chemical Biology, Springer US, 2018, p. 1, doi:10.1038/s41589-018-0056-x.</p>
+
                 <table>
                <p>Moe-Behrens, Gerd H. G., et al. “Preparing Synthetic Biology for the World.” Frontiers in Microbiology, vol. 4, no. JAN, 2013, pp. 1–10, doi:10.3389/fmicb.2013.00005.</p>
+
                    <thead>
                <p>Piraner, Dan I., et al. “Tunable Thermal Bioswitches for in Vivo Control of Microbial Therapeutics.” Food, Pharmaceutical and Bioengineering Division 2017 - Core Programming Area at the 2017 AIChE Annual Meeting, vol. 2, no. November, Nature Publishing Group, 2017, pp. 695–702, doi:10.1038/nchembio.2233.</p>
+
                        <tr>
                <p>Shapiro, Mikhail G., et al. “Biogenic Gas Nanostructures as Ultrasonic Molecular Reporters.” Nature Nanotechnology, vol. 9, no. 4, Nature Publishing Group, 2014, pp. 311–16, doi:10.1038/nnano.2014.32.</p>
+
                            <th>Attributions/Name</th>
                <p>Stanton, Brynne C., et al. “Genomic Mining of Prokaryotic Repressors for Orthogonal Logic Gates.” Nature Chemical Biology, vol. 10, no. 2, 2014, pp. 99–105, doi:10.1038/nchembio.1411.</p>
+
                            <th>Wet Lab</th>
                <p>Storz, Gisela, et al. “Regulation by Small RNAs in Bacteria: Expanding Frontiers.” Molecular Cell, vol. 43, no. 6, 2011, pp. 880–91, doi:10.1016/j.molcel.2011.08.022.</p>
+
                            <th>Modelling </th>
                <p>Synthetic, How, and Biology Will. “Regenesis: How Synthetic Biology Will Reinvent Nature and Ourselves.” Choice Reviews Online, 2013, doi:10.5860/CHOICE.50-3835.</p>
+
                            <th>Wiki code</th>
                <p>Wright, Oliver, et al. “Building-in Biosafety for Synthetic Biology.” Microbiology (United Kingdom), vol. 159, no. PART7, 2013, pp. 1021–35, doi:10.1099/mic.0.066308-0.</p>
+
                            <th>HP</th>
 +
                            <th>Art design</th>
 +
                            <th>Collaboration</th>
 +
                            <th>Funding&organizing </th>
 +
                        </tr>
 +
                    </thead>
 +
                    <tbody>
 +
                        <tr>
 +
                            <td>Zeyu Tang</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>✶✶✶✶✶</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>✶</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶✶✶</td>
 +
                            <td>✶✶✶✶</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Shan Jiang</td>
 +
                            <td>✶✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>✶✶</td>
 +
                            <td>✶✶✶ </td>
 +
                            <td>✶✶✶✶</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Yuze Cao</td>
 +
                            <td>✶✶✶✶✶</td>
 +
                            <td>✶✶ </td>
 +
                            <td>✶✶</td>
 +
                            <td>✶</td>
 +
                            <td>✶✶</td>
 +
                            <td>✶✶</td>
 +
                            <td>✶✶✶✶</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Jianxiang Zhang</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶ </td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Hanning Xu</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶ </td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Miyuka Yoshida</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Zihou Ye</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶</td>
 +
                            <td>✶✶</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>XiangRui Kong</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Hengzhou Li</td>
 +
                            <td>✶✶ </td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Zihan Li</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Sizhuo Wang</td>
 +
                            <td>✶✶✶ </td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Haining Wang</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>✶✶✶✶✶</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Ruochen Liu </td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶ </td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Xueqi Sun</td>
 +
                            <td>✶✶✶ </td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶✶ </td>
 +
                            <td>✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Yaming Jiang</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶✶✶  </td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Jinqi Chen</td>
 +
                            <td>✶ </td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Daichen Liu</td>
 +
                            <td>✶✶✶ </td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                        <tr>
 +
                            <td>Yishen Shen</td>
 +
                            <td>✶ </td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                            <td>✶✶✶✶</td>
 +
                            <td>N/A</td>
 +
                            <td>N/A</td>
 +
                        </tr>
 +
                    </tbody>
 +
                </table>
 
             </div>
 
             </div>
 
 
         </div>
 
         </div>
 +
    </div>
 
</body>
 
</body>
<script>
+
 
function scrollEvent(){
+
if(document.documentElement.scrollTop > 300) {
+
  if(document.documentElement.scrollTop < document.documentElement.scrollHeight-900){
+
    document.getElementById("sidebar").style.display="block";
+
  }
+
  else {
+
  document.getElementById("sidebar").style.display="none";
+
  }
+
} else {
+
  document.getElementById("sidebar").style.display="none";
+
}
+
}
+
</script>
+
 
</html>
 
</html>
 
{{RDFZ-China/footer}}
 
{{RDFZ-China/footer}}

Revision as of 22:55, 17 October 2018

Attribution & Acknowledgement

We would like to thank all those who have helped us through the past year, not only for making our project possible but also for making it memorable.

Tsing Hua University

Mr Xuan Wang provided day-to-day instruction in the lab as well as expertise on project designing.

Ms Yiqing Zhao provided day-to-day instruction in the lab.

Mr Jianwen Ye provided insights on biosafety problems. He talked about the problem and benefits of the program according to his expertise. He also imparts wisdom into a model design for the fermentor.

Peking University

Prof. Ping Wei, Prof Qi Ouyang, Dr Haoqian Zhang, provided opportunities for us to attend lessons on synthetic biology at Peking University.

Dr.Haoqian Zhang gave us crucial advise on the project design

Ms Yiming Dong gave us advice on integrase design and debug

Mr Yihao Zhang, kindly provided 96-well plates, black with the clear flat bottom, for the Interlab Study.

Prof. Zhongwei Jia in the medical college of Peking University provided essential reagents for team’s wet lab.

BFSUICC-China

Their team leader, Yingqi Ma, helped us writing a handout on synthetic biology for high school students.

Stanford University

Mr Yiming Huang kindly provided suggestions on model refining.

Shenzhen College of International Education

Xinyue Huang and Junhan Liao kindly provided their website template to us.

Selwyn College, Cambridge

Mr Honghao Su designed the sRNA system in our circuit.

Centres for disease control and prevention

Pro. Chai Fangmeng straightly points out the basic problem in the hospital and society. Give us supports and suggestions about the program.

Team RDFZ-China

Zeyu Tang, Shan Jian and Yuze Cao designed the whole circuit together. Specifically, Zeyu Tang and Shan Jian designed the thermoregulatory gene network and quorum sensing network as well as acoustic network collaboratively. Yuze Cao designed the recombinase and integrase circuit after doing substantial research.

All the team members have participated in the wet lab experiment.

Attributions/Name Wet Lab Modelling Wiki code HP Art design Collaboration Funding&organizing
Zeyu Tang ✶✶✶ ✶✶✶✶✶ ✶✶✶ N/A ✶✶✶✶✶ ✶✶✶✶
Shan Jiang ✶✶✶✶✶ N/A N/A ✶✶✶✶ ✶✶ ✶✶✶ ✶✶✶✶
Yuze Cao ✶✶✶✶✶ ✶✶ ✶✶ ✶✶ ✶✶ ✶✶✶✶
Jianxiang Zhang ✶✶✶✶ ✶✶ N/A N/A N/A N/A
Hanning Xu ✶✶✶✶ N/A N/A N/A N/A N/A ✶✶✶
Miyuka Yoshida ✶✶✶✶ N/A N/A N/A N/A N/A N/A
Zihou Ye ✶✶✶✶ N/A N/A ✶✶✶✶✶ N/A ✶✶ ✶✶
XiangRui Kong ✶✶✶✶ N/A N/A ✶✶✶ N/A N/A N/A
Hengzhou Li ✶✶ N/A N/A ✶✶✶ N/A N/A N/A
Zihan Li ✶✶✶✶ N/A N/A N/A N/A N/A N/A
Sizhuo Wang ✶✶✶ N/A ✶✶✶✶✶ N/A N/A N/A N/A
Haining Wang N/A N/A N/A ✶✶✶ ✶✶✶ ✶✶✶ ✶✶✶✶✶
Ruochen Liu ✶✶✶✶ N/A N/A ✶✶ N/A N/A N/A
Xueqi Sun ✶✶✶ N/A ✶✶✶✶ ✶✶✶ N/A N/A N/A
Yaming Jiang N/A N/A N/A N/A ✶✶✶✶✶ N/A N/A
Jinqi Chen N/A N/A N/A N/A N/A N/A
Daichen Liu ✶✶✶ N/A N/A N/A ✶✶✶ N/A N/A
Yishen Shen N/A N/A N/A ✶✶✶✶ N/A N/A
footer