Difference between revisions of "Team:SJTU-software/Public Engagement"

Line 1: Line 1:
 
{{SJTU-software}}
 
{{SJTU-software}}
 
<html>
 
<html>
 +
<style>
 +
            /*================================================================================*/
 +
            /*public engagement*/
 +
            #posts-list {
 +
                position: relative;
 +
                width: 720px;
 +
                margin-top: 30px;
 +
                margin-left: 30px;
 +
                margin-bottom: 40px;
 +
                float: left;
 +
            }
  
 +
            #posts-list article {
 +
            position: relative;
 +
            margin-bottom: 40px;
 +
            padding-bottom: 40px;
 +
            border-bottom: 1px solid #6b3b25;
 +
            }
 +
            #posts-list article:last-child {
 +
            border: none;
 +
            }
 +
            #posts-list article .feature-image {
 +
            position: relative;
 +
            line-height: 0px;
 +
            border: 5px solid #fff;
 +
            -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
 +
            -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
 +
            -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
 +
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
 +
            margin-bottom: 20px;
 +
            }
 +
            #posts-list article .feature-image:after {
 +
            position: absolute;
 +
            bottom: -22px;
 +
            left: 0px;
 +
            content: '';
 +
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/stacked-paper.png) no-repeat right bottom;
 +
            width: 100%;
 +
            height: 17px;
 +
            }
 +
            #posts-list article .feature-image img {
 +
            max-width: 100%;
 +
            }
 +
            #posts-list article .meta {
 +
            color: #c78301;
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
 +
            font-size: 18px;
 +
            margin-bottom: 14px;
 +
            }
 +
            #posts-list article .meta a {
 +
            color: #c78301;
 +
            text-decoration: none;
 +
            }
 +
            #posts-list article .entry-title {
 +
            color: #6b3b25;
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
            margin-bottom: 14px;
 +
            }
 +
            #posts-list article .entry-title .post-heading {
 +
            color: #6b3b25;
 +
            text-decoration: none;
 +
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
            font-size: 24px;
 +
            font-weight: 700;
 +
            }
 +
            #posts-list article .subtitle{
 +
                color: #6b3b25;
 +
                text-decoration: none;
 +
                font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
                font-size: 20px;
 +
                font-weight: 600;
 +
            }
 +
            #posts-list article .excerpt {
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
            margin-bottom: 21px;
 +
            }
 +
            #posts-list.single-post article {
 +
            border: none;
 +
            }
 +
            /*-----------------------------------------------------------------------------------*/
 +
            /* PAGE NAVIGATION
 +
            /*-----------------------------------------------------------------------------------*/
 +
            #posts-list .page-navigation {
 +
            position: relative;
 +
            left: 50%;
 +
            display: block;
 +
            margin-bottom: 100px;
 +
            float: left;
 +
            }
 +
            #posts-list .page-navigation div {
 +
            position: relative;
 +
            right: 50%;
 +
            }
 +
            #posts-list .page-navigation div span {
 +
            margin-bottom: 15px;
 +
            display: inline-block;
 +
            }
 +
            #posts-list .page-navigation div:hover a {
 +
            color: #6b3b25;
 +
            }
 +
            #posts-list .page-navigation a {
 +
            -webkit-transition: all 0.3s ease;
 +
            -moz-transition: all 0.3s ease;
 +
            -o-transition: all 0.3s ease;
 +
            transition: all 0.3s ease;
 +
            color: #fff;
 +
            display: block;
 +
            font-size: 12px;
 +
            line-height: 41px;
 +
            width: 112px;
 +
            text-decoration: none;
 +
            text-align: center;
 +
            }
 +
            #posts-list .page-navigation .nav-next {
 +
            float: left;
 +
            margin-right: 20px;
 +
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/pagination.png) no-repeat 0px 0px;
 +
            }
 +
            #posts-list .page-navigation .nav-previous {
 +
            float: right;
 +
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/pagination.png) no-repeat right -59px;
 +
            }
 +
            /*-----------------------------------------------------------------------------------*/
  
 +
            /*-----------------------------------------------------------------------------------*/
 +
            /* SIDEBAR
 +
            /*-----------------------------------------------------------------------------------*/
 +
            #sidebar {
 +
            position: relative;
 +
            width: 220px;
 +
            margin-right: 30px;
 +
            margin-top: 30px;
 +
            margin-bottom: 30px;
 +
            float: right;
 +
            }
 +
            #sidebar .block {
 +
            font-size: 14px;
 +
            margin-bottom: 30px;
 +
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
            }
 +
            #sidebar .block a {
 +
            text-decoration: none;
 +
            color: #c78301;
 +
            }
 +
            #sidebar .block a:hover {
 +
            border-bottom: 1px dotted #c78301;
 +
            }
 +
            #sidebar .block .heading {
 +
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
            font-weight: 700;
 +
            line-height: 48px;
 +
            font-size: 18px;
 +
            border-top: 4px solid #6b3b25;
 +
            border-bottom: 1px solid #6b3b25;
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
            margin-top: 0px;
 +
            }
 +
            #sidebar .ads img {
 +
            margin-bottom: 10px;
 +
            margin-right: 0px;
 +
            }
 +
            /*-----------------------------------------------------------------------------------*/
 +
            .headline{
 +
                color: #6b3b25;
 +
                text-decoration: none;
 +
                font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
                font-size: 30px;
 +
                font-weight: 900;
 +
                margin: 20px;
 +
            }
 +
            ul{
 +
                list-style: none;;
 +
            }
 +
</style>
 +
<body>
 +
    <div class="wrapper">
 +
        <!-- HEADER -->
 +
      <header class="cf">
 +
          <div id="logo"><a href="https://2018.igem.org/Team:SJTU-software/Home"> <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/teamlogo.png"  height="90"/></a></div>
 +
          <div id="title">SJTU-software</div>
 +
          <div id="subtitle">Metlab: a metabolic network alignment tool</div>
 +
        </header>
  
 +
        <!-- NAV -->
 +
        <nav class="cf">
 +
            <ul id="nav" class="sf-menu">
 +
                <li class="current-menu-item"><a href="https://2018.igem.org/Team:SJTU-software">HOME</a></li>
 +
                <li><a href="">TEAM</a>
 +
                    <ul>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Team">TEAM</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Collaborations">COLLABRATIONS</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li><a href="">PROJECT</a>
 +
                    <ul>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Description">DESCRIPTION</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Design">DESIGN</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Notebook">NOTEBOOK</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Contribution">CONTRIBUTION</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Demonstrate">DEMONSTRATE</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Improve">IMPROVE</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Attributions">ATTRIBUTIONS</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li><a href="">HUMAN PRACTICE</a>
 +
                    <ul>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/HP/Silver">SILVER HP</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/HP/Gold_Intergrated">INTERCRATED AND COLD</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/Engagement">PUBLIC ENGAGEMENT</a></li>
 +
                    </ul>
 +
                </li>
 +
            </ul>
 +
        </nav>
 +
        <!-- ENDS NAV-->
  
<div class="clear"></div>
+
        <!-- MAIN-->
 +
<div id="main" class="cf">
 +
<div class="headline">
 +
            HUMAN PRACTICE —— PUBLIC ENGAGEMENT       
 +
        </div>
 +
            <!-- posts list -->
 +
            <div id="posts-list" class="cf">
 +
               
 +
                <article class="cf">
 +
                   
 +
                    <div class="entry-title">
 +
                        <div class="meta">April 7 2018</div>
 +
                        <div class="post-heading" >2018 SJTUer’s Festival——Popularization of Biology</div>
 +
                    </div>
 +
                    <div class="excerpt">
 +
                        SJTUer’s festival is an annual Youth creative carnival in Shanghai Jiao Tong University. In 2018 SJTUer’s festival, we set up a booth in section of Science and technology to provide public with scientific biology knowledge and promoting their scientific literacy.
 +
                    </div>
 +
                    <div class="subtitle" id="Microscopic">Microscopic observation</div>
 +
                    <div class="excerpt">
 +
                        We demonstrated the public how to use a microscope and stereoscope. From Moss slice,blood cell to petal, ant…… Everyone have enjoyed the wonder of microworld. Especially, the activity attracted many children and stimulated them the exploration of the biological world!
 +
                    </div>
 +
                    <div class="feature-image">
 +
                        <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/HP/microscope1.jpg" alt="Thumbnail" />
 +
                    </div>
 +
                    <div class="feature-image">
 +
                      <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/HP/microscope2.jpg" alt="Thumbnail" />
 +
                    </div>
 +
                    <div class="subtitle" id="DNA">DNA DIY workshop</div>
 +
                    <div class="excerpt">
 +
                        We also provided public a chance to build DNA models with their own hands. In this DIY process, everyone not only feel the sense of accomplishment of building a model by hand, but also increased the knowledge. They were impressed with the structure of double stranded DNA and understood the mysteries of molecular biology.
 +
                    </div>
 +
                    <div class="feature-image">
 +
                        <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/HP/DNA1.JPG" alt="Thumbnail" />
 +
                    </div>
 +
                    <div class="feature-image">
 +
                      <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/HP/DNA2.jpg" alt="Thumbnail" />
 +
                    </div>
 +
                    <div class="subtitle" id="synthetic">Introduction to synthetic biology</div>
 +
                    <div class="excerpt">
 +
                        We gave a brief introduction of synthetic biology to public, then we encouraged them write down their hope for the future development of synthetic biology. Someone wrote” I hope synthetic biology can help cure for cancer in the future.” Another wrote” I hope synthetic biology can play a role in promoting plant growth and raising the yield of crops.’’…… We were greatly inspired by these public opinions.
 +
                    </div>
 +
                    <div class="feature-image">
 +
                        <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/HP/Introduction1.jpg" alt="Thumbnail" />
 +
                    </div>
 +
                    <!-- <div class="feature-image">
 +
                      <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/HP/DNA2.jpg" alt="Thumbnail" />
 +
                    </div> -->
 +
                 
 +
                </article>
 +
               
 +
                <article class="cf">
 +
                    <div class="feature-image">
 +
                        <a href="single.html" ><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/620x450-b.jpg" alt="Thumbnail" /></a>
 +
                    </div>
 +
                    <div class="entry-title">
 +
                        <div class="meta">Jan 23 by <a href="#" class="author">Ansimuz</a></div>
 +
                        <a href="single.html" class="post-heading" >LOREM IPSUM DOLOR</a>
 +
                    </div>
 +
                    <div class="excerpt">
 +
                        Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.
 +
                    </div>
 +
                 
 +
                </article>
 +
               
 +
                <article class="cf">
 +
                    <div class="feature-image">
 +
                        <a href="single.html" ><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/620x450-c.jpg" alt="Thumbnail" /></a>
 +
                    </div>
 +
                    <div class="entry-title">
 +
                        <div class="meta">Jan 23 by <a href="#" class="author">Ansimuz</a></div>
 +
                        <a href="single.html" class="post-heading" >LOREM IPSUM DOLOR</a>
 +
                    </div>
 +
                    <div class="excerpt">
 +
                        Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.
 +
                    </div>
 +
                 
 +
                </article>
 +
               
 +
                <article class="cf">
 +
                    <div class="feature-image">
 +
                        <a href="single.html" ><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/620x450-d.jpg" alt="Thumbnail" /></a>
 +
                    </div>
 +
                    <div class="entry-title">
 +
                        <div class="meta">Jan 23 by <a href="#" class="author">Ansimuz</a></div>
 +
                        <a href="single.html" class="post-heading" >LOREM IPSUM DOLOR</a>
 +
                    </div>
 +
                    <div class="excerpt">
 +
                        Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.
 +
                    </div>
 +
                   
 +
                </article>
 +
               
 +
                <!-- page-navigation -->
 +
                <div class="page-navigation cf">
 +
                    <div class="nav-next"><a href="#">OLDER</a></div>
 +
                    <div class="nav-previous"><a href="#">NEWER</a></div>
 +
                </div>
 +
                <!--ENDS page-navigation -->
 +
           
 +
            </div>
 +
            <!-- ENDS post list -->
 +
           
 +
            <!-- SIDEBAR -->
 +
            <aside id="sidebar">
 +
           
 +
                <ul>
 +
                    <li class="block">
 +
                        <h4 class="heading">Popularization</h4>
 +
                        <ul>
 +
                            <li class="cat-item"><a href="#Microscopic" >Microscopic observation</a></li>
 +
                            <li class="cat-item"><a href="#DNA" >DNA DIY workshop</a></li>
 +
                            <li class="cat-item"><a href="#synthetic" >Introduction to synthetic biology</a></li>
 +
                        </ul>
 +
                    </li>
 +
                   
 +
                    <li class="block">
 +
                        <h4 class="heading">POPULAR POSTS</h4>
 +
                       
 +
                       
 +
                        <div class="small-posts-list ">
 +
                           
 +
                            <div class="post cf">
 +
                                <a href="#" class="thumb"><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/54x54-a.jpg" alt="Post"></a>
 +
                                <div class="post-head">
 +
                                    <a href="#">Pellentesque habitant morbi senectus </a><span class="meta"> Mar 12 <a href="#" >By ansimuz</a></span>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <div class="post cf">
 +
                                <a href="#" class="thumb"><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/54x54-b.jpg" alt="Post"></a>
 +
                                <div class="post-head">
 +
                                    <a href="#">Pellentesque habitant morbi senectus </a><span class="meta"> Mar 12 <a href="#" >By ansimuz</a></span>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <div class="post cf">
 +
                                <a href="#" class="thumb"><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/54x54-c.jpg" alt="Post"></a>
 +
                                <div class="post-head">
 +
                                    <a href="#">Pellentesque habitant morbi senectus </a><span class="meta"> Mar 12 <a href="#" >By ansimuz</a></span>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                           
 +
                           
 +
                           
 +
                        </div>
 +
                       
 +
                       
 +
                   
 +
                    </li>
 +
                   
 +
                   
 +
                    <li class="block">
 +
                        <h4 class="heading">SPONSORS</h4>
 +
                   
 +
                    <div class="ads cf">
 +
                        <a href="#"><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/banner-tf.gif" alt="Thumbnail"></a>
 +
                            <a href="#" class="last" ><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/banner-mt.jpeg" alt="Thumbnail"></a>
 +
                            <a href="#/list/"><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/banner-tp.jpeg" alt="Thumbnail"></a>
 +
                            <a href="#" class="last"><img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/banner-tf.gif" alt="Thumbnail"></a>
 +
                    </div>
 +
                    </li>
 +
                </ul>
 +
            </aside>
 +
            <!-- ENDS SIDEBAR -->
 +
           
 +
        </div>
  
 +
        <!-- ENDS MAIN -->
 +
 +
 +
<!-- WIDGETS -->
 +
<div  class="widget-cols cf">
 +
<ul class="first-col">
 +
 +
<div class="widget-block">
 +
<h4>Address</h4>
 +
<p>NO. 800 DONGCHUAN ROAD, MINHANG DISTRICT, SHANGHAI, CHINA
 +
                        <!-- <a href="#/blog/license/" >link</a>  -->
 +
                    </p>
 +
    </div>
 +
</ul>
 +
 +
<ul class="second-col">
 +
 +
<div class="widget-block">
 +
<h4>Contact Us</h4>
 +
                 
 +
    </div>
 +
 +
</ul>
 +
 +
<ul class="third-col">
 +
 +
<div class="widget-block">
 +
<h4>DUMMY TEXT</h4>
 +
<p></p>
 +
    </div>
 +
   
 +
</ul>
 +
 +
<ul class="fourth-col">
 +
 +
<div class="widget-block">
 +
<h4>CATEGORIES</h4>
 +
<ul>
 +
<li class="cat-item"><a href="#" >Design</a></li>
 +
<li class="cat-item"><a href="#" >Photo</a></li>
 +
<li class="cat-item"><a href="#" >Art</a></li>
 +
<li class="cat-item"><a href="#" >Game</a></li>
 +
<li class="cat-item"><a href="#" >Film</a></li>
 +
<li class="cat-item"><a href="#" >TV</a></li>
 +
</ul>
 +
</div>
 +
   
 +
</ul>
 +
<ul class="scroll"></ul>
 +
</div>
 +
<!-- ENDS WIDGETS -->
 +
        <!-- FOOTER -->
 +
            <div class="footer-divider"></div>
 +
            <footer class="cf">
 +
                    SJTU-software
 +
            </footer>
 +
<!-- ENDS FOOTER -->
  
 +
    </div>
  
<div class="column full_size">
+
    <script src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/js/jquery.min.js"></script>
 +
    <script>
 +
        /*-----------------------------------------------------------------------------------*/
 +
        /* Scroll to top
 +
        /*-----------------------------------------------------------------------------------*/       
 +
        $('.widget-cols .scroll').click(function(){
 +
            $("html, body").animate({ scrollTop: 0 }, 600);
 +
            return false;
 +
        });
 +
        /*-----------------------------------------------------------------------------------*/
 +
    </script>
 +
 
 +
</body>
  
<h1>Human Practices: Education and Public Engagement Special Prize</h1>
+
</html>
 
+
<p>Innovative educational tools and public engagement activities have the ability to discuss the science behind synthetic biology, spark new scientific curiosity and establish a public dialogue about synthetic biology from voices and views outside the lab. </p>
+
 
+
<p>On this page, your team should document your Education and Public Engagement work and activities. Describe your team’s efforts to include more people in shaping synthetic biology (such as creating or building upon innovative educational tools and/or public engagement activities to establish two-way dialogue with new communities, and/or engaging new groups in discussions about synthetic biology and public values). Describe your approach, why you chose it, and what was learned by everyone involved (including yourselves!).</p>
+
 
+
<p>This work may relate to or overlap with the work you document on your Human Practices page. Whereas Integrated Human Practices relates to the process of refining your project purpose and design, this page may highlight significant efforts that go beyond your particular project focus and/or address a significant broader concern in iGEM.
+
</p>
+
 
+
 
+
<p>For more information, please see the <a href="https://2018.igem.org/Human_Practices">Human Practices Hub</a>. There you will find:</p>
+
+
<ul>
+
<li> an <a href="https://2018.igem.org/Human_Practices/Introduction">introduction</a> to Human Practices at iGEM </li>
+
<li>tips on <a href="https://2018.igem.org/Human_Practices/How_to_Succeed">how to succeed</a> including explanations of judging criteria and advice about how to conduct and document your Human Practices work</li>
+
<li>descriptions of <a href="https://2018.igem.org/Human_Practices/Examples">exemplary work</a> to inspire you</li>
+
<li>links to helpful <a href="https://2018.igem.org/Human_Practices/Resources">resources</a></li>
+
<li>And more! </li>
+
</ul>
+
+
+
<div class="clear extra_space"></div>
+
+
<p>If you nominate your team for the <a href="https://2018.igem.org/Judging/Awards"></a>Best Education and Public Engagement Special Prize</a> by filling out the corresponding field in the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>, the judges will review this page to consider your team for that prize. The criteria are listed below. </p>
+
 
+
<div class="highlight decoration_background">
+
<p>How have you developed new opportunities to include more people in shaping synthetic biology? Innovative educational tools and public engagement activities have the ability to establish a two-way dialogue with new communities by discussing public values and the science behind synthetic biology. Document your approach and what was learned by everyone involved to compete for this award.
+
</p>
+
</div>
+
</div>
+

Revision as of 04:42, 12 October 2018

SJTU-software
Metlab: a metabolic network alignment tool
HUMAN PRACTICE —— PUBLIC ENGAGEMENT
April 7 2018
2018 SJTUer’s Festival——Popularization of Biology
SJTUer’s festival is an annual Youth creative carnival in Shanghai Jiao Tong University. In 2018 SJTUer’s festival, we set up a booth in section of Science and technology to provide public with scientific biology knowledge and promoting their scientific literacy.
Microscopic observation
We demonstrated the public how to use a microscope and stereoscope. From Moss slice,blood cell to petal, ant…… Everyone have enjoyed the wonder of microworld. Especially, the activity attracted many children and stimulated them the exploration of the biological world!
Thumbnail
Thumbnail
DNA DIY workshop
We also provided public a chance to build DNA models with their own hands. In this DIY process, everyone not only feel the sense of accomplishment of building a model by hand, but also increased the knowledge. They were impressed with the structure of double stranded DNA and understood the mysteries of molecular biology.
Thumbnail
Thumbnail
Introduction to synthetic biology
We gave a brief introduction of synthetic biology to public, then we encouraged them write down their hope for the future development of synthetic biology. Someone wrote” I hope synthetic biology can help cure for cancer in the future.” Another wrote” I hope synthetic biology can play a role in promoting plant growth and raising the yield of crops.’’…… We were greatly inspired by these public opinions.
Thumbnail
Thumbnail
Jan 23 by Ansimuz
LOREM IPSUM DOLOR
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.
Thumbnail
Jan 23 by Ansimuz
LOREM IPSUM DOLOR
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.
Thumbnail
Jan 23 by Ansimuz
LOREM IPSUM DOLOR
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.

    Address

    NO. 800 DONGCHUAN ROAD, MINHANG DISTRICT, SHANGHAI, CHINA

    Contact Us

    DUMMY TEXT

    SJTU-software