(31 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
<html> | <html> | ||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | </style> | ||
+ | <meta charset="{CHARSET}"> | ||
+ | <link href="css/subtitle.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/bootstrapCSS&action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/pageCSS&action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/subtitleCSS&action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/sponsorCSS&action=raw&ctype=text/css" /> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/bootstrapJS&action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/jqueryJS&action=raw&ctype=text/javascript"></script> | ||
+ | <title>Electrode</title> | ||
+ | <link href="css/font-awesome.min.css" rel="stylesheet"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/bootsnavCSS&action=raw&ctype=text/css" /> | ||
− | < | + | <style type="text/css"> |
+ | .psg { | ||
+ | margin-right: -6%; | ||
+ | } | ||
− | + | .psg > img { | |
+ | width: 90% !important; | ||
+ | } | ||
− | + | .sponsor_ttl:before, | |
+ | .sponsor_ttl:after { | ||
+ | width: 135% !important; | ||
+ | } | ||
− | + | .cnt { | |
+ | margin-left: -4% !important; | ||
+ | width: 18% !important; | ||
+ | margin-left: -5% !important; | ||
+ | } | ||
− | + | .igem_content_wrapper { | |
− | + | width: 100% !important; | |
+ | } | ||
+ | #mw-content-text > p { | ||
+ | display: none !important; | ||
+ | } | ||
− | + | #HQ_page { | |
+ | width: 140% !important; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | html, body, .globalWrapper { | ||
+ | width: 100% !important; | ||
+ | } | ||
+ | |||
+ | .tl { | ||
+ | font-size: 5.5em !important; | ||
+ | } | ||
+ | .navbar-brand{ | ||
+ | padding: 29px 15px; | ||
+ | } | ||
+ | nav.navbar.bootsnav{ | ||
+ | border: none; | ||
+ | margin-bottom: 150px; | ||
+ | } | ||
+ | .navbar-nav{ | ||
+ | float: left; | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li > a{ | ||
+ | color: #828687; | ||
+ | text-transform: uppercase; | ||
+ | font-size: .7em; | ||
+ | /*****/ padding: 30px; | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li:hover{ | ||
+ | background: white; | ||
+ | } | ||
+ | .nav > li:after{ | ||
+ | content: ""; | ||
+ | width: 0; | ||
+ | height: 5px; | ||
+ | background: #494e6b; | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | transition: all 0.5s ease 0s; | ||
+ | } | ||
− | + | .nav > .logo:after { | |
− | + | background: transparent; | |
− | + | } | |
− | + | .nav > .logo:hover { | |
− | + | background-image: url(https://static.igem.org/mediawiki/2018/b/b0/T--ZJU-China--teamlogo.png) !important; | |
− | + | background: white; | |
− | + | background-size: 100%; | |
+ | -webkit-background-size: 100%; | ||
+ | } | ||
+ | .logo { | ||
+ | width: 100px !important; | ||
+ | height: 78px; | ||
+ | margin-right: 30px; | ||
+ | background: white; | ||
+ | } | ||
+ | .logo > a{ | ||
+ | background: url(https://static.igem.org/mediawiki/2018/b/b0/T--ZJU-China--teamlogo.png) no-repeat; | ||
+ | transform: rotate(45deg); | ||
+ | background-color: white !important; | ||
+ | width: 100px !important; | ||
+ | height: 100px; | ||
+ | background-size: 100%; | ||
+ | -webkit-background-size: 100%; | ||
+ | /*border: #000000 solid 1px;*/ | ||
+ | box-shadow: 0 0 10px 3px black; | ||
+ | -webkit-box-shadow: 0 0 10px 3px black; | ||
+ | margin-top: 10px; | ||
+ | margin-left: 10px; | ||
+ | border-radius: 20%; | ||
+ | } | ||
+ | .nav > li:hover:after{ | ||
+ | width: 100%; | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{ | ||
+ | content: "+"; | ||
+ | font-family: 'FontAwesome'; | ||
+ | font-size: 16px; | ||
+ | font-weight: 500; | ||
+ | position: absolute; | ||
+ | top: 35%; | ||
+ | right: 10%; | ||
+ | transition: all 0.4s ease 0s; | ||
+ | } | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ | ||
+ | content: "^"; | ||
+ | font-family: 'FontAwesome'; | ||
+ | transform: rotate(180deg); | ||
+ | } | ||
+ | .dropdown-menu.multi-dropdown{ | ||
+ | position: absolute; | ||
+ | left: -100% !important; | ||
+ | } | ||
+ | .dropdown-menu{ | ||
+ | position: absolute; | ||
+ | left:-10%; | ||
+ | } | ||
+ | nav.navbar.bootsnav li.dropdown ul.dropdown-menu{ | ||
+ | box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); | ||
+ | border: none; | ||
+ | |||
+ | } | ||
+ | @media only screen and (max-width:990px){ | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after, | ||
+ | nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; } | ||
+ | .dropdown-menu.multi-dropdown{ left: 0 !important; } | ||
+ | nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; } | ||
+ | nav.navbar.bootsnav ul.nav > li > a{ margin: 0; } | ||
+ | } | ||
+ | .container { | ||
+ | box-shadow: 0 0 10px 3px black; | ||
+ | -webkit-box-shadow: 0 0 10px 3px black; | ||
+ | } | ||
+ | .navbar-nav { | ||
+ | float: right; | ||
+ | } | ||
+ | .logo { | ||
+ | position: absolute; | ||
+ | left: -7%; | ||
+ | } | ||
+ | |||
+ | @media only screen and (min-width: 1024px) { | ||
+ | /*改变滚动条样式*/ | ||
+ | |||
+ | ::-webkit-scrollbar | ||
+ | { | ||
+ | width: 12px; | ||
+ | height: 16px; | ||
+ | background-color: gray; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-track | ||
+ | { | ||
+ | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | ||
+ | border-radius: 10px; | ||
+ | background-color: whitesmoke; | ||
+ | } | ||
+ | |||
+ | /*定义滑块 内阴影+圆角*/ | ||
+ | ::-webkit-scrollbar-thumb | ||
+ | { | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); | ||
+ | background-color: rgba(0, 0, 0, 0.6); | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-thumb:hover | ||
+ | { | ||
+ | border-radius: 5px; | ||
+ | -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); | ||
+ | background: rgba(0,0,0,0.4); | ||
+ | } | ||
+ | } | ||
+ | |||
− | <div class=" | + | |
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="demo" style="width: 100%; padding: 0em 0; position: fixed; margin: 0; left:0; top: 0; z-index: 999; font-size: 1em !important"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12"> | ||
+ | <nav class="navbar navbar-default navbar-mobile bootsnav"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">menu | ||
+ | <i class="fa fa-bars"></i> | ||
+ | </button> | ||
+ | </div> | ||
+ | <div class="collapse navbar-collapse" id="navbar-menu"> | ||
+ | <!--<div style="background: url(img/logo.png) no-repeat; height: 100px; width: 100px; background-size: 100% ; position: relative; margin: 0; | ||
+ | padding: 0; border: #000000 solid 1px;"></div>--> | ||
+ | <ul class="nav navbar-nav" data-in="fadeInDown" data-out="fadeOutUp"> | ||
+ | <li class="logo"><a href="https://2018.igem.org/Team:ZJU-China"> | ||
+ | <!--<img src="url(img/logo.png)" />--> | ||
+ | </a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Demonstrate">Demonstrate</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/EnzymeScaffold">Enzyme Scaffold</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/LogicGate">Logic Gate</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Matrix">Matrix</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Electrodes">Electrodes</a></li> | ||
+ | |||
+ | |||
− | < | + | </ul> |
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Applied Design</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Applied_Design">Product Design</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Hardware">Hardware</a></li> | ||
− | < | + | |
− | < | + | |
− | </ | + | </ul> |
− | </div> | + | </li> |
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Model">Model</a></li> | ||
+ | <li class="dropdown" style="min-width: 250px;"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Human Practice</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Human_Practices" class="dropdown-toggle" data-toggle="dropdown" >Silver&Gold</a></li> | ||
+ | |||
+ | |||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Public_Engagement" class="dropdown-toggle" data-toggle="dropdown" >Public Engagement</a> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Collaborations">Collaborations</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | |||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Parts</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/AllParts">All parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/BasicPart">Basic Parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/CompositePart | ||
+ | ">Composite Parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Collection">Collection</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Improve">Improved Parts</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Team</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li class="dropdown"> | ||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Team">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Attributions">Attributions</a></li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown" >Notebook</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Notebook">Lab book</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Protocols">Protocols</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/InterLab">InterLab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:ZJU-China/Safety" class="dropdown-toggle" data-toggle="dropdown">Safety</a></li> | ||
+ | |||
+ | |||
+ | |||
+ | <!--<li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Sub Menu</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Custom Menu</a></li> | ||
+ | <li><a href="#">Custom Menu</a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Sub Menu</a> | ||
+ | <ul class="dropdown-menu multi-dropdown"> | ||
+ | <li><a href="#">Custom Menu</a></li> | ||
+ | <li><a href="#">Custom Menu</a></li> | ||
+ | <li><a href="#">Custom Menu</a></li> | ||
+ | <li><a href="#">Custom Menu</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">Custom Menu</a></li> | ||
+ | </ul> | ||
+ | </li>--> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <!--<div class="topImg" style="background-image: url(img/improve_part.png) ;"></div>--> | ||
+ | <div class="title"> | ||
+ | <div class="tl">PUBLIC <h5>ENGAGEMENT </h5></div> | ||
+ | </div> | ||
+ | <div class="intro"> | ||
+ | <p></p> | ||
+ | </br> | ||
+ | </div> | ||
+ | <hr /> | ||
+ | <!--<div class="element1"> | ||
+ | <h5>Engaging Experts</h5> | ||
+ | <p>High impact projects with consequences affecting whole humanity should always be discussed with professionals from different scientific backgrounds. To meet this goal we talked to theologists, legal professionals, safety representatives, astrophysicists, and experts in the field of medicine, agriculture, information technology and many more. Check out the professionals who shaped our project!</p> | ||
+ | </div>--> | ||
+ | <div class="cnt_psg"> | ||
+ | <div class="cnt"></div> | ||
+ | <div class="psg" > | ||
+ | <span class="psg_ttl">Techfest</span> | ||
+ | <p style="margin-top: .6em; font-weight: bolder;"></br>• Achievement: a public education involving 5 igem teams and more than 1000 participants!</p></br> | ||
+ | <p> “Be a world shaper!” Stimulating interests of the youth to be future world shaper is a core purpose of our education part in Human Practice. Every year ZJU-iGEM holds Techfest in Zhejiang Technology and Science museum since 2015. Particularly in this year, we invited ZJUT-China, JNU-China, ASTWS-China, HFLS_ZhejiangUnited and Worldshaper-XSHS to co-organize the Techfest. </br> </p> | ||
+ | <img style="width:50% !important" src="https://static.igem.org/mediawiki/2018/4/4e/T--ZJU-China--haibao_.png" /> | ||
+ | |||
+ | <p></br>We always believe education should be directly applied to students in every age, from kids in primary school to youth in collage, even to the adults. Such a popular scientific activity was a fantastic opportunity. We delivered speeches about synthetic biology and introduction of our project. We designed several minigames such as Candy DNA Model Splicing, Ecological Bottle Designing and Card Game on How to Splice Genetic Circuit Correctly. In order to make the activity more impressive and more in-depth, we also designed 100 simple questions related to synthetic biology.</p> | ||
+ | </br><img style="width:50% !important" src="https://static.igem.org/mediawiki/2018/a/a4/T--ZJU-China--%E7%A7%91%E6%8A%80%E9%A6%862.png" /> | ||
+ | |||
+ | <p></br>Every one present showed great interests in our Biology and we took this advantage to advertise what is modern biology. We were delighted that the public showed great enthusiasm on biology! Considered as the bridge to link the profound science and the public together, popularization of science activity is really meaningful. </p></br> | ||
+ | <video style="margin-left:20%;" controls="controls" src="https://static.igem.org/mediawiki/2018/b/b3/T--ZJU-China--PublicEngagementPre.mp4" width="50%" height="auto"> | ||
+ | your browser don't support html5. | ||
+ | </video> | ||
+ | </br> | ||
+ | |||
+ | <span class="psg_ttl">Questionaries</span> | ||
+ | <p></br>Techfest attracted hundreds of parents and children to join in. Meanwhile, to investigate the public concerns about the cell-containing diagnosis system and cell-free systems from adults, we conducted a <a href="https://2018.igem.org/Team:ZJU-China/Human_Practices">questionnaire survey</a>. | ||
+ | </p> | ||
+ | <span class="psg_ttl">One youth talk</span> | ||
+ | <p style="margin-top: .6em; font-weight: bolder;"></br>• Achievements: what is iGEM and who is ZJU-iGEM</p></br> | ||
+ | <p></br>Time 2018.6.18 </p> | ||
+ | <p></br>OneYouthTalk is a speech conference for undergraduates to talk and share their diverting but serious and helpful ideas. We gave a speech on <strong>what is iGEM</strong>, <strong>who is ZJU-iGEM, and had a profound discussion about several issues in synthetic biology</strong>. </p> | ||
+ | <img style="width:50% !important" src="https://static.igem.org/mediawiki/2018/a/a8/T--ZJU-China--%E4%B8%87%E6%9C%89%E9%9D%92%E5%B9%B4%E6%B1%872.png" /> | ||
+ | |||
+ | <p></br>OneYouthTalk x ZJU-iGEM is really an incredibly magical interaction!Synthetic Biology, characterized by creativity, curiosity, crossed interdisciplinary, will be the next revolution for the whole human beings. DNA computing, a totally different way to think out of the ‘silicon’ box, will probably be the next information computing wave! Artificial life, cloning of animals Dolly in 1996, though far not applicable, still a brand fancy angle to explore the unknown world! Human Genome Project, the post-genome project is on the road, a brand-new age is coming to us! How thrill we are to explore the rest of our world and to discover the unknown! </p> | ||
+ | <img style="width:50% !important" src="https://static.igem.org/mediawiki/2018/2/2d/T--ZJU-China--万有青年汇.png" /> | ||
+ | <p></br>As iGEMers, we also discussed when immigrating to Mars, how to live and settle down as a synthetic biologist instead of a botanist. </p> | ||
+ | <p></br>We also concerned about the freshness of our fruit (See ‘FRES(H)’, Fruit Ripeness Ethylene Sensor (Hopefully), USYD-2016). iGEM projects were and are making unprecedented possibilities to give out solutions aiming to different fields of dilemma. Combined with Synthetic Biology, ZJU-iGEM delivers the principles of biological and ethical criterion of iGEM competition to publics through OneYouthTalk. The considerations of biosafety and public engagement also invisibly lead our team to step further in our next activities for popular science! </p> | ||
+ | |||
+ | <p></br>Thanks for the active participants, we were really encouraged and will definitely enroll in the activity again next year! </p> | ||
+ | |||
+ | |||
+ | </br></br> | ||
+ | |||
+ | <!----> | ||
+ | </div> | ||
+ | <div class="sponsors"> | ||
+ | <p class="sponsor_ttl">Our Sponsors</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/68/T--ZJU-China--home--biolab.png" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/f1/T--ZJU-China--genscript.png" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b2/T--ZJU-China--home--undergraduate.png" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/5f/T--ZJU-China--foundation.png" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/7f/T--ZJU-China--hospital.png" /> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!--<hr />--> | ||
+ | <!--<script type="text/javascript" src="js/bootsnav.js"></script>--> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/bootnavJS&action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/subtitleJS&action=raw&ctype=text/javascript"></script> | ||
+ | <!--<script type="text/javascript" src="js/subtitle.js" ></script>--> | ||
+ | </body> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/pageCSS&action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Team:ZJU-China/sponsorCSS&action=raw&ctype=text/css" /> | ||
+ | |||
+ | </html> |
Latest revision as of 02:46, 18 October 2018
<!DOCTYPE html>
ENGAGEMENT
• Achievement: a public education involving 5 igem teams and more than 1000 participants!
“Be a world shaper!” Stimulating interests of the youth to be future world shaper is a core purpose of our education part in Human Practice. Every year ZJU-iGEM holds Techfest in Zhejiang Technology and Science museum since 2015. Particularly in this year, we invited ZJUT-China, JNU-China, ASTWS-China, HFLS_ZhejiangUnited and Worldshaper-XSHS to co-organize the Techfest.
We always believe education should be directly applied to students in every age, from kids in primary school to youth in collage, even to the adults. Such a popular scientific activity was a fantastic opportunity. We delivered speeches about synthetic biology and introduction of our project. We designed several minigames such as Candy DNA Model Splicing, Ecological Bottle Designing and Card Game on How to Splice Genetic Circuit Correctly. In order to make the activity more impressive and more in-depth, we also designed 100 simple questions related to synthetic biology.
Every one present showed great interests in our Biology and we took this advantage to advertise what is modern biology. We were delighted that the public showed great enthusiasm on biology! Considered as the bridge to link the profound science and the public together, popularization of science activity is really meaningful.
QuestionariesTechfest attracted hundreds of parents and children to join in. Meanwhile, to investigate the public concerns about the cell-containing diagnosis system and cell-free systems from adults, we conducted a questionnaire survey.
One youth talk• Achievements: what is iGEM and who is ZJU-iGEM
Time 2018.6.18
OneYouthTalk is a speech conference for undergraduates to talk and share their diverting but serious and helpful ideas. We gave a speech on what is iGEM, who is ZJU-iGEM, and had a profound discussion about several issues in synthetic biology.
OneYouthTalk x ZJU-iGEM is really an incredibly magical interaction!Synthetic Biology, characterized by creativity, curiosity, crossed interdisciplinary, will be the next revolution for the whole human beings. DNA computing, a totally different way to think out of the ‘silicon’ box, will probably be the next information computing wave! Artificial life, cloning of animals Dolly in 1996, though far not applicable, still a brand fancy angle to explore the unknown world! Human Genome Project, the post-genome project is on the road, a brand-new age is coming to us! How thrill we are to explore the rest of our world and to discover the unknown!
As iGEMers, we also discussed when immigrating to Mars, how to live and settle down as a synthetic biologist instead of a botanist.
We also concerned about the freshness of our fruit (See ‘FRES(H)’, Fruit Ripeness Ethylene Sensor (Hopefully), USYD-2016). iGEM projects were and are making unprecedented possibilities to give out solutions aiming to different fields of dilemma. Combined with Synthetic Biology, ZJU-iGEM delivers the principles of biological and ethical criterion of iGEM competition to publics through OneYouthTalk. The considerations of biosafety and public engagement also invisibly lead our team to step further in our next activities for popular science!
Thanks for the active participants, we were really encouraged and will definitely enroll in the activity again next year!
Our Sponsors