Difference between revisions of "Team:TJUSLS China/Engagement"

(Prototype team page)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TJUSLS_China}}
+
 
 
<html>
 
<html>
  
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <title></title>
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:TJUSLS_China/home/index_style?action=raw&amp;ctype=text/css">
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/index_js_two?action=raw&ctype=text/javascript"></script>
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/index_js_one?action=raw&ctype=text/javascript"></script>
 +
</head>
  
 +
<style>
 +
    .sec-list-wenzi h3 {
  
<div class="column full_size judges-will-not-evaluate">
+
        text-align: left;
<h3>★  ALERT! </h3>
+
    }
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#SpecialPrizes">Best Education and Public Engagement award</a>. </p>
+
    .sec-list-wenzi {
 +
        text-align: center;
 +
    }
  
 +
    .sec-list-wenzi .sec-wenzi-content {
 +
        font-size: 18px;
 +
        padding: 0 3em;
 +
        text-align: left;
 +
        color: #000000;
 +
        margin-bottom: 10px;
 +
        font-family: Microsoft YaHei;
 +
    }
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
    .sec-list-wenzi > img{
</div>
+
        text-align: center;
 +
    }
 +
    #content{width:100%;padding:0px;margin:0px;background-color: #ededed;}
 +
    #sideMenu, #top_title
 +
    {
 +
        display: none;
 +
    }
 +
    body{font: 16px sans-serif;}
 +
    .footer_bg .footer {
 +
        padding: 0;
 +
        border-top: 6px solid #222222;
 +
    }
 +
    .footer_bg .footer_btm {
 +
        margin-top: 4%;
 +
        border-top: none;
 +
        padding: 2% 4%;
 +
        padding-top: 2%;
 +
        max-width: 1458px;
 +
        margin: 0 auto;
 +
    }
  
 +
    .sec-list-wenzi .sec-wenzi-list {
 +
        font-weight: 900;
 +
        text-align: left;
 +
    }
 +
</style>
 +
<body>
 +
<!--menu-->
 +
<div class="header-box">
 +
    <div class="header">
 +
        <!-- start h_menu4 -->
 +
        <div class="h_menu4">
 +
            <a class="toggleMenu" href="">Menu</a>
 +
            <ul id="top_ul_my" class="nav">
 +
                <script>
 +
                    function getHover(number){
 +
                        var top_ul_my_lis = $("#top_ul_my").find(">li");
 +
                        console.log(top_ul_my_lis);
 +
                        if(number == 0) top_ul_my_lis[0].setAttribute("class", "active hover");
 +
                        else top_ul_my_lis[0].setAttribute("class", "active");
  
 +
                        for(var i = 1; i < top_ul_my_lis.length; i++){
 +
                            if(i == number) {
 +
                                top_ul_my_lis[i].setAttribute("class", "hover");
 +
                            }else{
 +
                                top_ul_my_lis[i].setAttribute("class", "");
 +
                            }
 +
                        }
 +
                    }
  
 +
                    $(".header").hover(function(event){
 +
                        event.stopPropagation();
 +
                        $('#top_ul_my li').attr("class","");
 +
                    });
  
<div class="column full_size">
+
                </script>
 +
                <li onmouseover="getHover(0)"><a href="https://2016.igem.org/Team:TJUSLS_China">TJUSLS</a></li>
 +
                <li onmouseover="getHover(1)" class=""><a href="" class="root">project</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Description">Description</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Design">Design</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Experiments">Experiments</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Proof">Proof of Concept</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Demonstrate">Demonstrate</a></li>
  
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Notebook">Notebook</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Results">Results</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li onmouseover="getHover(2)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Parts">PARTS</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Basic_Part">Basic Parts</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Composite_Part">Composite Parts</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Part_Collection">Part Collection</a></li>
  
<p>Do you want to be considered for the <a href="https://2016.igem.org/Judging/Awards#SpecialPrizes">Best Education and Public Engagement award</a>? Help the judges consider your team for this award by describing your work on this page.</p>
+
                    </ul>
</div>
+
                </li>
 +
                <li class="active" onmouseover="getHover(3)"><a class="active" href="https://2016.igem.org/Team:TJUSLS_China/Safety">SAFETY</a></li>
 +
                <li onmouseover="getHover(4)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Attributions">ATTRIBUTIONS</a>
  
 +
                </li>
  
 +
                <li onmouseover="getHover(5)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Human_Practices">HUMAN PRACTICES</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/HP/Silver">Silver</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/HP/Gold">Gold</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Integrated_Practices">Integrated Practices</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Engagement">Engagement</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li onmouseover="getHover(6)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Modeling">MODELING</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Modeling">Modeling</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Software">Software</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li onmouseover="getHover(7)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Team">TEAM</a>
  
<p>Here are two examples of excellent Education and Public Engagement from 2015:</p>
+
                    <ul>
<ul>
+
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Team">Team</a></li>
<li><a href="https://2015.igem.org/Team:UFMG_Brazil/Public_Engagement"> UFMG Brazil 2015</a></li>
+
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Collaborations">Collaborations</a></li>
<li><a href="https://2015.igem.org/Team:William_and_Mary/Practices"> William and Mary 2015</a></li>
+
                    </ul>
</ul>
+
                </li>
 +
            </ul>
 +
            <!--<script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/home_nav?action=raw&amp;ctype=text/javascript"></script>-->
 +
        </div>
 +
        <!-- end h_menu4 -->
 +
        <div class="clear"></div>
 +
    </div>
 +
    <div class="sec-menu">
 +
        <img class="sec-menu-dot" src="https://static.igem.org/mediawiki/2016/f/f9/T--TJUSLS_China--sec-menu.png"/>
 +
        <img class="sec-menu-close" src="https://static.igem.org/mediawiki/2016/b/b5/T--TJUSLS_China--sec-menu-close.png"/>
 +
        <ul>
 +
            <li><a href="#part1">Education & Public Engagement</a></li>
 +
<!--            <li><a href="#part2">Contact with the PET factory</a></li>
 +
            <li><a href="#part3">Discussion on environmental protection</a></li>
 +
            <li><a href="#part3">Sponsorship</a></li>-->
  
 +
        </ul>
 +
    </div>
 
</div>
 
</div>
 +
<!--title-->
 +
<div class="second-title">
 +
    Education & Engagement
 +
    <div class="second-title-img">
 +
        <img src="https://static.igem.org/mediawiki/2016/8/86/T--TJUSLS_China--second-logo.png"/>
 +
    </div>
 +
</div>
 +
<!--content-->
 +
<div class="second-content">
 +
    <div class="sec-list-wenzi">
 +
        <h3 id="part1">Education & Public Engagement</h3>
 +
        <div class="sec-wenzi-content">By hosting Science & Education Exhibition in Open Day on our campus where over 30,000 people entered our campus and Showed their interest in our exhibition and the Children's Day exhibition with many families participate us, we worked with people of all ages and education levels, from children to adults, to spark new scientific curiosity, to enhance their understanding of biology, specifically synthetic biology and to establish a public dialogue from voices outside the lab. Additionally, through holding such science lecture for students, making yearly social practice report, we did our utmost to make synthetic biology accessible to both students and teachers.
 +
</div>
 +
        <h3><a href="https://2016.igem.org/Team:TJUSLS_China/HP/Silver">Click here</a> for more information about our Education & Public Engagement events. </h3>
 +
            <!--<h3>Overview</h3>
 +
            <div class="sec-wenzi-content">To expand the thought of our project, we go talk with professors and went for visit. During the times, we are inspirited and come up with better ideas and results. These events change our way of thinking, and help us have more comprehensive conclusion.</div>
 +
            <h3 id="part1">Forums</h3>
 +
            <div class="sec-wenzi-content">Not only do we focus on the future education, but also chasing for a better achievement of our project. During the May, we have invite five professors to our forums to discuss with us about our project ideas. All the professors are have a large stock of knowledge and gave us many useful advises. And the one who affect us most is Professor Yang from Tianjin University, who is one of the leading experts in structure biology in China. </div>
 +
 +
            <img src="https://static.igem.org/mediawiki/2016/3/31/T&#45;&#45;TJUSLS_China&#45;&#45;13.jpg" width="800" height="400">
 +
            <div class="sec-wenzi-content">After listen to our whole project idea, professor asked us, why don't we raise the idea up into a theory. According to him, our project is good, but too much simple. He advised us to sum up the main steps of our experiment and put it into reality. Because of the affection from Professor Yang, we formulate our thought and create the Training Protein System which can be used in all the protein enzyme in theory. To test and verify the new system, we put it in use of PETase and finally confirm that the system is valid.</div>
 +
 +
 +
            <img src="https://static.igem.org/mediawiki/2016/9/9d/T&#45;&#45;TJUSLS_China&#45;&#45;14.jpg" width="800" height="400">
 +
 +
            <h3 id="part2">Contact with the PET factory</h3>
 +
 +
            <div class="sec-wenzi-content">Polyethyleneterephthalate (PET\PEIT) is the condensation of terephthalic acid and ethylene glycol. PET is fully dense and high crystallinity with ester bond in molecular chain, which is possible degraded. And biodegradation, which means taking advantages of microorganism, such as bacteria and fungus, to degraded plastic, has broad application prospects result from its low cost and high degradation efficiency.
 +
              <br> In order to gain more specific data about PET market at present, we called Tianjin Naipu Technology Co., Ltd for help. After a negotiations, opposite side promised us that we can go to their factory for a visit. We go there in August and receive the warm welcome. The manager show us around and introduce the situation about the production, yield, the development of PET industry and so on. When talking about our project, the manager said that the PETase is one of the best ways of PET degradation. And according to our accomplishment with Training Protein System, the value of modified PETase canbe explored more.
 +
    </div>
 +
            <img src="https://static.igem.org/mediawiki/2016/5/52/T&#45;&#45;TJUSLS_China&#45;&#45;10.jpg" width="400" height="600">
 +
            <br><br><img src="https://static.igem.org/mediawiki/2016/7/7b/T&#45;&#45;TJUSLS_China&#45;&#45;11.jpg" width="400" height="600">
 +
            <div class="sec-wenzi-content">The talking gives us confident about our project. Before we leaving, manager gave us some PET samples (plastic films and bottles) as a present. Finally we use the bottles into our experiment as a connection of the lab and the reality. The result is on the page of demonstrate.
 +
                <br><a href="https://2016.igem.org/Team:TJUSLS_China/Demonstrate">Click here</a> for more information.
 +
    </div>
 +
 +
            <img src="https://static.igem.org/mediawiki/2016/5/59/T&#45;&#45;TJUSLS_China&#45;&#45;12.jpg" width="500" height="400">
 +
 +
            <h3 id="part3">Discussion on environmental protection</h3>
 +
            <div class="sec-wenzi-content">We made an appointment and visited the Tianjin Environmental Protection Bureau in August. Two solid waste management center staff welcomed us. They introduced how present China dealing with garbage and plastic methods: burning power generation and landfill.</div>
 +
 +
            <img src="https://static.igem.org/mediawiki/2016/8/81/T&#45;&#45;TJUSLS_China&#45;&#45;8.jpg" width="500" height="400">
 +
 +
            <div class="sec-wenzi-content">Burning power generation hopes that a large number of plastic can provide carbon source. However, it will produce large amounts of exhaust gas. Landfill will be buried the garbage for 20 years underground, but the soil can no longer be used. It is a waste of land resources.
 +
                <br>After understand our main idea about PETase, the staff said, if our biological method is available, land using efficiency will be greatly accelerated. Meanwhile, they argue to the contrary that if the bacteria will affect the land, if farmers use this method to deal with land insulation film, will it cause biological invasion or not. This is the security issue. After discussion, we reached a consensus that it might be no problem. The best situation is the used microbe can be treated with sterilization reagent, and the soil has already have fungi, it will not be affected.
 +
    </div>
 +
 +
            <img src=" https://static.igem.org/mediawiki/2016/d/d1/T&#45;&#45;TJUSLS_China&#45;&#45;9.jpg" width="800" height="400">
 +
            <div class="sec-wenzi-content">The discussion let us realized that our PETase is vital for environment protection, but its not enough. We should be more in-depth thinking about that.
 +
 +
    </div>
 +
 +
            <h3 id="part4">Sponsorship</h3>
 +
            <div class="sec-wenzi-content">In order to have more collaboration with companies, we contact with more than one hundred companies, most of which are biotechnology companies. We introduced the iGEM and our project to them and showed our sponsorship proposal in order to make them interested in our team, sponsor fees and provide experimental materials, technology support. There were quite a few companies directly refusing us which made us very depressed at first. In addition, some experts in companies talked with us very friendly and put forward useful suggestions for us although they did not provide financial support. It's believed that collecting the opinions and suggestions of some officials helped us to improve our project, making it more meaningful. Fortunately, a few companies committed to the value of our project and wanted to support us. Finally, Shanxi WeiQiDa Luminosity Pharmaceutical Co., Ltd provides us a capital sum and some samples. Then, Tianjin Naipu Technology Co., Ltd suggested that they can provide us some PET samples and we can also go to their factory for a visit.
 +
              <br> During the event of looking for sponsorship, we not only obtained some sponsor fee from the society but made better promotion of iGEM and synthetic biology. Having listened to the opinions of the experts, we can better our project. Additionally, we also harvest a lot of experience and deepen our understanding of our project when going out of school and contacting with workers and experts.
 +
    </div>
 +
    -->
 +
 +
            </div>
  
  
 +
            <div class="clear"></div>
 +
        </div>
  
 +
        <div class="wenzi-end"></div>
 +
        <div class="up"><img src="https://static.igem.org/mediawiki/2016/6/62/T--TJUSLS_China--up.jpg"/></div>
 +
    </div>
 +
    <!--foot-->
 +
    <div class="footer_bg">
 +
        <div class="foot_wrap">
 +
            <div class="footer">
 +
                <div class="footer_btm">
 +
                    <div class="copy">
 +
                        <p class="w3-link">Copyright 2016 TJUSLS</p>
 +
                    </div>
 +
                    <div class="clear"></div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 06:00, 19 October 2016

Menu
Education & Engagement

Education & Public Engagement

By hosting Science & Education Exhibition in Open Day on our campus where over 30,000 people entered our campus and Showed their interest in our exhibition and the Children's Day exhibition with many families participate us, we worked with people of all ages and education levels, from children to adults, to spark new scientific curiosity, to enhance their understanding of biology, specifically synthetic biology and to establish a public dialogue from voices outside the lab. Additionally, through holding such science lecture for students, making yearly social practice report, we did our utmost to make synthetic biology accessible to both students and teachers.

Click here for more information about our Education & Public Engagement events.