Difference between revisions of "Team:CHINA CD UESTC/hp education"

 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Template:Team:CHINA_CD_UESTC/menu}}
 
{{Template:Team:CHINA_CD_UESTC/menu}}
{{Template:Team:CHINA_CD_UESTC/style}}
+
{{Template:Team:CHINA_CD_UESTC/cssstyle}}
 +
 
 +
 
 
<!DOCTYPE html>
 
<!DOCTYPE html>
<!-- saved from url=(0028)http://www.whitefrontier.ch/ -->
 
 
<html lang="en" >
 
<html lang="en" >
 
<head>
 
<head>
  
<link rel="stylesheet" href="https://2015.igem.org/Team:CHINA_CD_UESTC/Template:RightStyle.css?action=raw&ctype=text/css" type="text/css" />
 
 
</head>
 
</head>
 +
 +
<script src="https://2015.igem.org/Template:Team:CHINA_CD_UESTC/homejs?action=raw&ctype=text/javascript"></script>
 +
 +
<script src="https://2015.igem.org/Template:Team:CHINA_CD_UESTC/carouseljs?action=raw&ctype=text/js"></script>
  
 
<style type="text/css">
 
<style type="text/css">
Line 38: Line 42:
 
     border: 10px solid #fff;
 
     border: 10px solid #fff;
 
     box-shadow: 1px 1px 3px rgba(24, 31, 3, 0.29);}
 
     box-shadow: 1px 1px 3px rgba(24, 31, 3, 0.29);}
/************two line picture********/
 
.two_line_pic {
 
display: inline-block;
 
position: relative;
 
margin: 10px 0px 50px 20px;
 
padding: 20px;
 
    border: 10px solid #fff;
 
    box-shadow: 1px 1px 3px rgba(24, 31, 3, 0.29);
 
}
 
.left_pic {
 
float: left;
 
margin-left: 50px;
 
}
 
.right_pic {
 
float: right;
 
margin-left: 5px;
 
}
 
  
/****gallery ***********/
 
.gallery{
 
width: 600px;
 
height: 100%;
 
position: relative;
 
text-align: center;
 
margin-right: 20px;
 
display: inline;
 
}
 
 
.cr-gallery input.cr-selector-img-1:checked ~ .cr-bgimg,
 
.cr-bgimg div span:nth-child(1){
 
background-image: url(https://static.igem.org/mediawiki/2015/c/cb/CHINA_CD_UESTC_KINDER01.JPG);
 
background-size: 400%;
 
}
 
.cr-gallery input.cr-selector-img-2:checked ~ .cr-bgimg,
 
.cr-bgimg div span:nth-child(2){
 
background-image: url(https://static.igem.org/mediawiki/2015/5/55/CHINA_CD_UESTC_KINDER02.JPG);
 
background-size: 400%;
 
 
}
 
.cr-gallery input.cr-selector-img-3:checked ~ .cr-bgimg,
 
.cr-bgimg div span:nth-child(3){
 
background-image: url(https://static.igem.org/mediawiki/2015/3/3c/CHINA_CD_UESTC_KINDER03.JPG);
 
background-size: 400%;
 
 
}
 
.cr-gallery input.cr-selector-img-4:checked ~ .cr-bgimg,
 
.cr-bgimg div span:nth-child(4){
 
background-image: url(https://static.igem.org/mediawiki/2015/6/62/CHINA_CD_UESTC_KINDER04.JPG);
 
background-size: 400%;
 
}
 
/*************gallery 2***********/
 
 
#gal {
 
  position:relative;
 
  width:700px;
 
  height:400px;
 
  margin:0 120px 0 150px;
 
  background:#FFF;
 
}
 
#gal:after {
 
  content:'';
 
  position:absolute;
 
  bottom:24px;
 
  right:0;
 
  left:0;
 
  width:100%;
 
  height:1px;
 
  background:rgba(255,255,255,0.35);
 
  z-index:3;
 
}
 
input[class="re_radio"], input[class="re_radio"] + label[class="re_label"] {
 
  position:absolute;
 
  bottom:80px;
 
  display:block;
 
  width:22px;
 
  height:22px;
 
  top:350px;
 
  -webkit-border-radius:50%;
 
  -moz-border-radius:50%;
 
  border-radius:50%;
 
  cursor:pointer;
 
}
 
input[class="re_radio"] {
 
  opacity:0;
 
  z-index:200;
 
}
 
input[value="one"], input[value="one"] + label[class="re_label"] {left:30px;}
 
input[value="two"], input[value="two"] + label[class="re_label"] {left:90px;}
 
input[value="three"], input[value="three"] + label[class="re_label"] {left:150px;}
 
input[value="four"], input[value="four"] + label[class="re_label"] {left:210px;}
 
input[value="five"], input[value="five"] + label[class="re_label"] {left:270px;}
 
input[value="six"], input[value="six"] + label[class="re_label"] {left:330px;}
 
input[value="seven"], input[value="seven"] + label[class="re_label"] {left:390px;}
 
input[value="eight"], input[value="eight"] + label[class="re_label"] {left:470px;}
 
 
input[class="re_radio"] + label[class="re_label"] {
 
  background:rgba(2, 2, 2, 0.46);
 
  z-index:7;
 
  -webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,0.15);
 
  -moz-box-shadow:0px 0px 0px 0px rgba(255,255,255,0.15);
 
  box-shadow:0px 0px 0px 0px rgba(255,255,255,0.15);
 
  -webkit-transition:all .3s;
 
  -moz-transition:all .3s;
 
  -o-transition:all .3s;
 
  transition:all .3s;
 
}
 
[class*="entypo-"]:before {
 
  position:absolute;
 
  font-family: 'entypo', sans-serif;
 
}
 
figure[class*="entypo-"]:before {
 
  left:10px;
 
  top:5px;
 
  font-size:2rem;
 
  color:rgba(255,255,255,0);
 
  z-index:1;
 
  -webkit-transition:color .1s;
 
  -moz-transition:color .1s;
 
  -o-transition:color .1s;
 
  transition:color .1s;
 
}
 
a[class*="entypo-"]:before {
 
  top:8px;
 
  left:9px;
 
  font-size:1.5rem;
 
  color:white;
 
}
 
a:hover[class*="entypo-"]:before {
 
  color:white;
 
}
 
figure, figure img, figcaption {
 
  position:absolute;
 
  top:0;
 
  right:0;
 
}
 
figure {
 
  bottom:0;
 
  left:0;
 
  width:600px;
 
  height:300px;
 
  display:block;
 
  overflow:hidden;
 
}
 
figure img {
 
  bottom:0;
 
  left:0;
 
  display:block;
 
  width:700px;
 
  height:400px;
 
  z-index:1;
 
  -webkit-transform:translateX(600px);
 
  -moz-transform:translateX(600px);
 
  -ms-transform:translateX(600px);
 
  -o-transform:translateX(600px);
 
  transform:translateX(600px);
 
  -webkit-transition:all .15s .15s, z-index 0s;
 
  -moz-transition:all .15s .15s, z-index 0s;
 
  -o-transition:all .15s .15s, z-index 0s;
 
  transition:all .15s .15s, z-index 0s;
 
}
 
figcaption {
 
  display:block;
 
  width:270px;
 
  height:300px;
 
  background-image: radial-gradient(rgba(161, 255, 0, 0.3), #D7E84B);  background-size:600px 600px;
 
  background-repeat:no-repeat;
 
  background-position:-300px -150px;
 
  text-align:center;
 
  z-index:3;
 
  -webkit-box-shadow:-5px 0px 20px rgba(0,0,0,0.1);
 
  -moz-box-shadow:-5px 0px 20px rgba(0,0,0,0.1);
 
  box-shadow:-5px 0px 20px rgba(0,0,0,0.1);
 
  -webkit-transform:translateX(300px);
 
  -moz-transform:translateX(300px);
 
  -ms-transform:translateX(300px);
 
  -o-transform:translateX(300px);
 
  transform:translateX(300px);
 
  -webkit-transition:all .35s;
 
  -moz-transition:all .35s;
 
  -o-transition:all .35s;
 
  transition:all .35s;
 
}
 
 
figcaption nav ul {display:block;padding-top:10px;}
 
figcaption nav ul li {display:inline-block;margin-left:5px;}
 
figcaption nav ul li a {
 
  position:relative;
 
  display:block;
 
  width:40px;
 
  height:40px;
 
  background:rgba(255,255,255,0.2);
 
  text-decoration:none;
 
  color:white;
 
  -webkit-border-radius:50%;
 
  -moz-border-radius:50%;
 
  border-radius:50%;
 
  -webkit-box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,0);
 
  -moz-box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,0);
 
  box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,0);
 
  -webkit-transition:all .15s;
 
  -moz-transition:all .15s;
 
  -o-transition:all .15s;
 
  transition:all .15s;
 
}
 
figcaption nav ul li a:hover {
 
  background:rgba(255,255,255,0);
 
  -webkit-box-shadow:inset 0px 0px 0px 2px rgba(255,255,255,1);
 
  -moz-box-shadow:inset 0px 0px 0px 2px rgba(255,255,255,1);
 
  box-shadow:inset 0px 0px 0px 2px rgba(255,255,255,1);
 
}
 
figcaption p {
 
  padding:5px 15px;
 
  font-family:'Titillium Web', sans-serif;
 
  font-weight:300;
 
  color:#333;
 
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.35)), color-stop(0.3, rgba(255,255,255,0.35)), color-stop(0.3, transparent), color-stop(0.7, transparent), color-stop(0.7, rgba(255,255,255,0.35)), to(rgba(255,255,255,0.35)));
 
  background-image:-webkit-linear-gradient(rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.35) 30%, transparent 30%, transparent 70%, rgba(255,255,255,0.35) 70%, rgba(255,255,255,0.35) 100%);
 
  background-image:-moz-linear-gradient(rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.35) 30%, transparent 30%, transparent 70%, rgba(255,255,255,0.35) 70%, rgba(255,255,255,0.35) 100%);
 
  background-image:-o-linear-gradient(rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.35) 30%, transparent 30%, transparent 70%, rgba(255,255,255,0.35) 70%, rgba(255,255,255,0.35) 100%);
 
  background-image:linear-gradient(rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.35) 30%, transparent 30%, transparent 70%, rgba(255,255,255,0.35) 70%, rgba(255,255,255,0.35) 100%);
 
  background-size:1px 100%;
 
  background-repeat:no-repeat;
 
  background-position:50% 0%;
 
}
 
 
input[class="re_radio"]:hover + label[class="re_label"] {
 
  background:rgba(255,255,255,0.6);
 
}
 
input[class="re_radio"]:checked + label[class="re_label"] {
 
  background:rgba(255,209,0,1);
 
  -webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.3);
 
  -moz-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.3);
 
  box-shadow:0px 0px 0px 5px rgba(0,0,0,0.8);
 
}
 
input[class="re_radio"]:checked + label[class="re_label"]:before {}
 
input[class="re_radio"]:checked ~ figure img {
 
  z-index:2;
 
  -webkit-transform:translatex(0px);
 
  -moz-transform:translatex(0px);
 
  -ms-transform:translatex(0px);
 
  -o-transform:translatex(0px);
 
  transform:translatex(0px);
 
  -webkit-transition:all .15s, z-index 0s;
 
  -moz-transition:all .15s, z-index 0s;
 
  -o-transition:all .15s, z-index 0s;
 
  transition:all .15s, z-index 0s;
 
}
 
input[class="re_radio"]:checked ~ figure[class*="entypo-"]:before {
 
  z-index:3;
 
  color:rgba(255,255,255,0.5);
 
  -webkit-transition:color .5s;
 
  -moz-transition:color .5s;
 
  -o-transition:color .5s;
 
  transition:color .5s;
 
}
 
input[class="re_radio"]:checked ~ figure figcaption {
 
  z-index:8;
 
  -webkit-transform:translateX(0px);
 
  -moz-transform:translateX(0px);
 
  -ms-transform:translateX(0px);
 
  -o-transform:translateX(0px);
 
  transform:translateX(0px);
 
  -webkit-transition:all .35s, .7s;
 
  -moz-transition:all .35s, .7s;
 
  -o-transition:all .35s, .7s;
 
  transition:all .35s, .7s;
 
}
 
.entypo-forward {
 
margin: 0;
 
width: 100%;
 
height: 100%;
 
border: 17px solid #fff;
 
    box-shadow:1px 1px 3px rgba(221, 226, 207, 0.26);
 
border-radius: 20px;
 
}
 
.entypo-forward p {
 
color: #000;
 
font-size: 19px;
 
font-family: 'Microsoft YaHei'
 
}
 
  
/********end of gallery 2*********/
 
 
p {
 
p {
 
text-align: left;
 
text-align: left;
Line 330: Line 54:
 
body {
 
body {
 
list-style:none!important;
 
list-style:none!important;
 +
}
 +
#RightContentText a {
 +
    color:#007D92;
 
}
 
}
 
</style>
 
</style>
 +
<script type="text/javascript">
 +
$(function(){
 +
$('#owl-demo').owlCarousel({
 +
items: 1,
 +
navigation: true,
 +
navigationText: ["上一个","下一个"],
 +
autoPlay: true,
 +
stopOnHover: true
 +
}).hover(function(){
 +
$('.owl-buttons').show();
 +
}, function(){
 +
$('.owl-buttons').hide();
 +
});
 +
});
 +
</script>
  
 
<body id="homeIndexBody">
 
<body id="homeIndexBody">
Line 338: Line 80:
 
<div id="firstTitle">
 
<div id="firstTitle">
 
<p>
 
<p>
<B>EDUCATION</B>
+
<B>PUBLICITY</B>
 
</p>
 
</p>
 
</div>
 
</div>
Line 346: Line 88:
 
<div class="transparent_class ">
 
<div class="transparent_class ">
 
<p class="blockWords">
 
<p class="blockWords">
&nbsp;&nbsp;We conducted interviews with the professor of the Hong Kong University Medicine School. Professor Zhaoyi Hu gave us many precious advice from the perspective of the safety.In the end, our members also get the chance to learn the general processes of sample treatment in medical research as well as separation and preservation methods of some bacteria strains.
+
&nbsp;&nbsp;We carried out a series of activities to educate different grades and area of students: gave a novel biological science lesson to kids in the kindergarten; demonstrated an interesting synthetic biology project to students in the primary school; spread iGEM to the remote mountainous area schools.
 
</p>
 
</p>
 
</div>
 
</div>
Line 355: Line 97:
  
 
<div id="content" class="grid_12">
 
<div id="content" class="grid_12">
<h2> <strong>iGEM and biology promogation</strong>
+
<h2> <strong>iGEM and Biology Promogation</strong>
 
</h2>
 
</h2>
 
</div>
 
</div>
Line 362: Line 104:
 
<div id="content">
 
<div id="content">
 
<div class="grid_8">
 
<div class="grid_8">
<h4> <strong>Purpose:</strong>
+
<h4> Purpose:
 
</h4>
 
</h4>
 
<p>
 
<p>
As we were alarmed to learn that most of Chinese believe that synthetic biology is harmful to human health. To combat this problem, we developed a dual-focus, comprehensive educational program targeting students. We thought that educate students is the most effective way to correct people’s conceptions. The team planned and carried out a series of iGEM educational lectures for aged 5-13 years old as part of the University of Electronic Science and Technology’s Education programs event.
+
For the consideration of publicize iGEM and synthetic biology from education aspect, we developed a dual-focus, comprehensive educational program targeting students. We thought that educating students is the most effective way to let individuals quickly know what the synthetic biology is. The team planned and carried out a series of iGEM educational lectures for aged 5-13 years old as part of the University of Electronic Science and Technology’s Education programs event.
 
<br>
 
<br>
 
<br>
 
<br>
<strong>1:</strong>
+
<strong>1)</strong>
we went to kindergarten to teach the children some biological knowledge by way of science course.
+
We went to kindergarten to teach the children some biological knowledge by way of science course.
 
<br>
 
<br>
<strong>2:</strong>
+
<strong>2)</strong>
we held an interesting biology lecture on the experimental primary school of UESTC.
+
We held an interesting biology lecture on the Experimental Primary School Affiliated to UESTC.
 
<br>
 
<br>
<strong>3:</strong>
+
<strong>3)</strong>
we extended iGEM to the village schools in order to spread iGEM to remote areas which is low-education. We wanted to teach them more things they do not understand. Viewed from another aspect, we would like to propagation iGEM to wherever our capacity allows.
+
We extended iGEM to the village schools in order to spread iGEM to remote areas which is low-education. We wanted to teach them more things they do not understand. Viewed from another aspect, we would like to propagation iGEM to wherever our capacity allows.
 
</p>
 
</p>
 
<br>
 
<br>
Line 381: Line 123:
 
<br>
 
<br>
 
<h4 id="hp01">
 
<h4 id="hp01">
<strong>1. kindergarten</strong>
+
<strong>1. Let us make biology more popular</strong>
 
</h4>
 
</h4>
 
<br>
 
<br>
 
<br>
 
<br>
 
<p>
 
<p>
On June 18th 2015, following our experiment team instructor Xuelian Zheng, we team members went to the experimental kindergarten of UESTC, giving a fascinating and novel biological science lesson to kids. To attract kids’ interests, We presented our project the training road of Escherichia coli by pictures and cards. The story is mainly around an ordinary Escherichia coli. The protagonist went through four major difficulties, finally it developed a magnet absorbing ability like “Magneto” and realized its dream of getting super power.
+
On June 18th 2015, following our experiment team instructor Xuelian Zheng, we team members went to the Experimental Kindergarden Affiliated to UESTC, giving a fascinating and novel biological science lesson to kids. To attract kids’ interests, We presented our project the training road of <i>Escherichia coli</i>
 +
by pictures and cards. The story is mainly around an ordinary <i>Escherichia coli</i>
 +
. The protagonist went through four major difficulties, finally it developed a magnet absorbing ability like “Magneto” and realized its dream of getting super power.
 
</p>
 
</p>
 
<br>
 
<br>
Line 456: Line 200:
 
Besides, we also prepared a simple scientific experiment, swimming grapes. Changing water density by adding sugar, salt and other solutes, grapes under the water can float to the surface of it. The purpose of the experiment is to let kids realize that science is hiding in everyday life and hands-on operation in scientific inquiry is full of charm. At last, we gave every kid some okra seeds as gifts. By planting these seeds in their spare time, they can experience the process of life growth personally. We promised that we would harvest the okra fruits together in autumn.
 
Besides, we also prepared a simple scientific experiment, swimming grapes. Changing water density by adding sugar, salt and other solutes, grapes under the water can float to the surface of it. The purpose of the experiment is to let kids realize that science is hiding in everyday life and hands-on operation in scientific inquiry is full of charm. At last, we gave every kid some okra seeds as gifts. By planting these seeds in their spare time, they can experience the process of life growth personally. We promised that we would harvest the okra fruits together in autumn.
 
</p>
 
</p>
<br>
+
<br></div>
<br>
+
<p>
+
Professor Zhaoyi Hu is head of Microbiology Department of Hong Kong University Medicine School, Infection and Immunity Joint Research Center of Hong Kong University. Their results research have a broad impact on international academic circles, especially the medical community .
+
</p>
+
</div>
+
  
 
<div class="clear"></div>
 
<div class="clear"></div>
Line 471: Line 210:
 
<br>
 
<br>
 
<h4 id="hp02">
 
<h4 id="hp02">
<strong>2. primary school</strong>
+
<strong>2. Pupils think different</strong>
 
</h4>
 
</h4>
  
Line 478: Line 217:
 
<p>
 
<p>
 
<img class="surround_pic" src="https://static.igem.org/mediawiki/2015/7/79/CHINA_CD_UESTC_PRI00.JPG" width="40%" height="30%">
 
<img class="surround_pic" src="https://static.igem.org/mediawiki/2015/7/79/CHINA_CD_UESTC_PRI00.JPG" width="40%" height="30%">
On June 19th 2015, following our experiment team head instructor Lixia Tang, we team members went to the experimental primary school of UESTC to demonstrate an interesting synthetic biology project to students. Because students had learned the growth process of  silkworms before, Mrs Tang introduced some fundamental synthetic biology research results like colorized silkworms, colorized roses and so on.
+
On June 19th 2015, following our experiment team head instructor Lixia Tang, we team members went to the Experimental Primary School Affiliated to UESTC to demonstrate an interesting synthetic biology project to students. Because students had learned the growth process of  silkworms before, Mrs. Tang introduced some fundamental synthetic biology research results like colorized silkworms, colorized roses and so on.
 
<br>
 
<br>
 
Furthermore, students also learned biological terms like DNA, RNA.  Subsequently, Kun Yan  took a hero of  “ The Avengers”  as an example to explain the main processes of synthetic biology experiments. By telling these, he led to iGEM,  introducing many interesting iGEM projects of previous years. In the meantime, the students were keeping high enthusiasm, answered a lot of questions correctly. Finally, we organized each student to draw a picture about what synthetic biology project they want to do in the future and to share with others. After the activity, we gave every kids a nite writer pen as gifts. We deeply felt kids’ vigorous vitality and unlimited dream. Meanwhile we also planted a little iGEM seed in kids’ hearts, hoping it would sprout, bloom and fruit.
 
Furthermore, students also learned biological terms like DNA, RNA.  Subsequently, Kun Yan  took a hero of  “ The Avengers”  as an example to explain the main processes of synthetic biology experiments. By telling these, he led to iGEM,  introducing many interesting iGEM projects of previous years. In the meantime, the students were keeping high enthusiasm, answered a lot of questions correctly. Finally, we organized each student to draw a picture about what synthetic biology project they want to do in the future and to share with others. After the activity, we gave every kids a nite writer pen as gifts. We deeply felt kids’ vigorous vitality and unlimited dream. Meanwhile we also planted a little iGEM seed in kids’ hearts, hoping it would sprout, bloom and fruit.
Line 485: Line 224:
 
<br>
 
<br>
 
<p>Let's see a collection of paintings.</p>
 
<p>Let's see a collection of paintings.</p>
<div id="gal">
+
<!-- Demo -->
<nav class="galnav">
+
<div id="owl-demo" class="owl-carousel">
<ul style="list-style-type:none">
+
<a class="item" target="_blank">
<li>
+
<img src="https://static.igem.org/mediawiki/2015/c/ca/CHINA_CD_UESTC_PRI01.JPG" alt=""> <b></b>
<input class="re_radio" type="radio" name="btn" value="one" checked="checked"/>
+
<span>
<label class="re_label" for="btn"></label>
+
We organized each student to draw a picture about what synthetic biology project they want to do in the future and to share with others.
<figure class="entypo-forward">
+
</span>
<img src="https://static.igem.org/mediawiki/2015/c/ca/CHINA_CD_UESTC_PRI01.JPG"/>
+
</a>
<figcaption>
+
<a class="item" target="_blank">
<nav role='navigation'>
+
<img src="https://static.igem.org/mediawiki/2015/1/18/CHINA_CD_UESTC_PRI02.JPG" alt=""> <b></b>
<p>
+
<span>
we organized each student to draw a picture about what synthetic biology project they want to do in the future and to share with others.
+
I wanted to transform fishes in the ocean into magical fishes, the fishes are able to absorb and deal with marine litter in order to purify the sea.
</p>
+
</span>
</nav>
+
</a>
</figcaption>
+
<a class="item" target="_blank">
</figure>
+
<img src="https://static.igem.org/mediawiki/2015/7/75/CHINA_CD_UESTC_PRI03.JPG" alt="">
</li>
+
<b></b>
<li>
+
<span>
<input class="re_radio" type="radio" name="btn" value="two"/>
+
I want to design a plant sprayer. As long as the sprayer sprays on the budding plant seedlings, seedlings will grow rapidly. It does not spoil things by excessive enthusiasm, but really help the plants grow faster.
<label class="re_label" for="btn"></label>
+
</span>
<figure class="entypo-forward">
+
</a>
<img src="https://static.igem.org/mediawiki/2015/1/18/CHINA_CD_UESTC_PRI02.JPG"/>
+
<a class="item" target="_blank">
<figcaption>
+
<img src="https://static.igem.org/mediawiki/2015/1/14/CHINA_CD_UESTC_PRI04.JPG" alt="">
<nav role='navigation'>
+
<b></b>
<p>
+
<span>
Nowadays, sea pollution is getting more and more serious, the children draw the picture wanted to transform fishes in the ocean into magical fishes, the fishes are able to absorb and deal with marine litter in order to purify the sea.
+
At first, I want to create a kind of drink, it can put people into superhuman; then, I want to produce a magical machine, by using this machine, people can become very strong, like Captain America.
</p>
+
</span>
</nav>
+
</a>
</figcaption>
+
<a class="item" target="_blank">
</figure>
+
<img src="https://static.igem.org/mediawiki/2015/0/05/CHINA_CD_UESTC_PRI05.JPG" alt="">
</li>
+
<b></b>
<li>
+
<span>
<input class="re_radio" type="radio" name="btn" value="three"/>
+
I want to change the monotonous color of ducks, I want them to become colorful, and they can also lay colorful eggs.
<label class="re_label" for="btn"></label>
+
</span>
<figure class="entypo-forward">
+
</a>
<img src="https://static.igem.org/mediawiki/2015/7/75/CHINA_CD_UESTC_PRI03.JPG"/>
+
<a class="item" target="_blank">
<figcaption>
+
<img src="https://static.igem.org/mediawiki/2015/7/72/CHINA_CD_UESTC_PRI06.JPG" alt="">
<nav role='navigation'>
+
<b></b>
<p>
+
<span>
Jinghan Lu expresses that she wants to design a plant sprayer. As long as the sprayer sprays on the budding plant seedlings, seedlings will grow rapidly. It does not spoil things by excessive enthusiasm, but really help the plants grow faster.
+
I want to let the eggs hatched dinosaurs, then extract the dinosaur genes in order to inject to human, finally the engineered human can also become a dinosaur.
</p>
+
</span>
</nav>
+
</a>
</figcaption>
+
<a class="item" target="_blank">
</figure>
+
<img src="https://static.igem.org/mediawiki/2015/6/6d/CHINA_CD_UESTC_PRI07.JPG" alt="">
</li>
+
<b></b>
<li>
+
<span>
<input class="re_radio" type="radio" name="btn" value="four"/>
+
I want to make a submarine pump, it can absorb the garbage and the bodies of marine organisms, and transform them into food supply for the other sea creatures.
<label class="re_label" for="btn"></label>
+
</span>
<figure class="entypo-forward">
+
</a>
<img src="https://static.igem.org/mediawiki/2015/1/14/CHINA_CD_UESTC_PRI04.JPG"/>
+
<a class="item" target="_blank">
<figcaption>
+
<img src="https://static.igem.org/mediawiki/2015/8/8b/CHINA_CD_UESTC_PRI08.JPG" alt="">
<nav role='navigation'>
+
<b></b>
<p>
+
<span>All of the paintings are put up on the wall of our lab.</span>
Yuyi Kuang was very happy to introduce his painting, ” At first, I want to create a kind of drink, it can put people into superhuman; then, I want to produce a magical machine, by using this machine, people can become very strong, like Captain America.
+
</a>
</p>
+
</nav>
+
</figcaption>
+
</figure>
+
</li>
+
<li>
+
<input class="re_radio" type="radio" name="btn" value="five"/>
+
<label class="re_label" for="btn"></label>
+
<figure class="entypo-forward">
+
<img src="https://static.igem.org/mediawiki/2015/0/05/CHINA_CD_UESTC_PRI05.JPG"/>
+
<figcaption>
+
<nav role='navigation'>
+
<p>
+
The kid drew the painting said,” I want to change the monotonous color of ducks, I want them to become colorful, and they can also lay colorful eggs.
+
</p>
+
</nav>
+
</figcaption>
+
</figure>
+
</li>
+
<li>
+
<input class="re_radio" type="radio" name="btn" value="six"/>
+
<label class="re_label" for="btn"></label>
+
<figure class="entypo-forward">
+
<img src="https://static.igem.org/mediawiki/2015/7/72/CHINA_CD_UESTC_PRI06.JPG"/>
+
<figcaption>
+
<nav role='navigation'>
+
<p>
+
In this picture, the child wants to let the eggs hatched dinosaurs, then extract the dinosaur genes in order to inject to human, finally the engineered human can also become a dinosaur.
+
</p>
+
</nav>
+
</figcaption>
+
</figure>
+
</li>
+
<li>
+
<input class="re_radio" type="radio" name="btn" value="seven"/>
+
<label class="re_label" for="btn"></label>
+
<figure class="entypo-forward">
+
<img src="https://static.igem.org/mediawiki/2015/6/6d/CHINA_CD_UESTC_PRI07.JPG"/>
+
<figcaption>
+
<nav role='navigation'>
+
<p>
+
The children said he want to make a submarine pump, it can absorb the garbage and the bodies of marine organisms, and transform them into food supply for the other sea creatures. In this picture, a turtle is attracted by this food production.
+
</p>
+
</nav>
+
</figcaption>
+
</figure>
+
</li>
+
<li>
+
<input class="re_radio" type="radio" name="btn" value="eight"/>
+
<label class="re_label" for="btn"></label>
+
<figure class="entypo-forward">
+
<img src="https://static.igem.org/mediawiki/2015/8/8b/CHINA_CD_UESTC_PRI08.JPG"/>
+
<figcaption>
+
<nav role='navigation'>
+
<p>All of the paintings are put up on the wall of our lab.</p>
+
</nav>
+
</figcaption>
+
</figure>
+
</li>
+
 
+
</ul>
+
</nav>
+
 
</div>
 
</div>
 +
 
<div id="aid-education">
 
<div id="aid-education">
 
<h4 id="hp03">
 
<h4 id="hp03">
<strong>3. Aid education</strong>
+
<strong>3. Poverty can't beat the knowledge</strong>
 
</h4>
 
</h4>
 
<br>
 
<br>
 
<br>
 
<br>
 
<p>
 
<p>
In terms of iGEM education and publicity, we want to spread iGEM further. During the summer vacation, we established two teaching teams and send them to the remote mountainous area to publicize iGEM. The members of the teams are all come from our iGEM club. They brought the children seven-day biology and science classes. Not only brought them knowledge but also introduced iGEM.
+
In terms of iGEM education and publicity, we want to spread iGEM further. During the summer vacation, we established four teaching teams and send them to the remote mountainous area to publicize iGEM. Here will show you two teams of them. The members of the teams are all come from our
 +
<a href="https://2015.igem.org/Team:CHINA_CD_UESTC/hp_meetup#hp02">iGEM club</a>
 +
. They brought the children seven-day biology and science classes. Not only brought them knowledge but also introduced iGEM.
 
</p>
 
</p>
 
<br>
 
<br>
Line 621: Line 301:
 
</p>
 
</p>
 
<br>
 
<br>
<br>
+
<br><br><br>
 
<p>
 
<p>
 
<img class="surround_pic" src="https://static.igem.org/mediawiki/2015/e/ed/CHINA_CD_UESTC_ZJ04.JPG" width="40%" height="30%">
 
<img class="surround_pic" src="https://static.igem.org/mediawiki/2015/e/ed/CHINA_CD_UESTC_ZJ04.JPG" width="40%" height="30%">
Line 628: Line 308:
 
<br>
 
<br>
 
<br>
 
<br>
 +
<div class="clear"></div>
 
<p>
 
<p>
 
<img class="surround_pic" src="https://static.igem.org/mediawiki/2015/1/17/CHINA_CD_UESTC_ZJ05.JPG" width="40%" height="30%">
 
<img class="surround_pic" src="https://static.igem.org/mediawiki/2015/1/17/CHINA_CD_UESTC_ZJ05.JPG" width="40%" height="30%">

Latest revision as of 16:18, 18 September 2015


<!DOCTYPE html>

PUBLICITY

  We carried out a series of activities to educate different grades and area of students: gave a novel biological science lesson to kids in the kindergarten; demonstrated an interesting synthetic biology project to students in the primary school; spread iGEM to the remote mountainous area schools.

iGEM and Biology Promogation

Purpose:

For the consideration of publicize iGEM and synthetic biology from education aspect, we developed a dual-focus, comprehensive educational program targeting students. We thought that educating students is the most effective way to let individuals quickly know what the synthetic biology is. The team planned and carried out a series of iGEM educational lectures for aged 5-13 years old as part of the University of Electronic Science and Technology’s Education programs event.

1) We went to kindergarten to teach the children some biological knowledge by way of science course.
2) We held an interesting biology lecture on the Experimental Primary School Affiliated to UESTC.
3) We extended iGEM to the village schools in order to spread iGEM to remote areas which is low-education. We wanted to teach them more things they do not understand. Viewed from another aspect, we would like to propagation iGEM to wherever our capacity allows.




1. Let us make biology more popular



On June 18th 2015, following our experiment team instructor Xuelian Zheng, we team members went to the Experimental Kindergarden Affiliated to UESTC, giving a fascinating and novel biological science lesson to kids. To attract kids’ interests, We presented our project the training road of Escherichia coli by pictures and cards. The story is mainly around an ordinary Escherichia coli . The protagonist went through four major difficulties, finally it developed a magnet absorbing ability like “Magneto” and realized its dream of getting super power.



Besides, we also prepared a simple scientific experiment, swimming grapes. Changing water density by adding sugar, salt and other solutes, grapes under the water can float to the surface of it. The purpose of the experiment is to let kids realize that science is hiding in everyday life and hands-on operation in scientific inquiry is full of charm. At last, we gave every kid some okra seeds as gifts. By planting these seeds in their spare time, they can experience the process of life growth personally. We promised that we would harvest the okra fruits together in autumn.





2. Pupils think different



On June 19th 2015, following our experiment team head instructor Lixia Tang, we team members went to the Experimental Primary School Affiliated to UESTC to demonstrate an interesting synthetic biology project to students. Because students had learned the growth process of silkworms before, Mrs. Tang introduced some fundamental synthetic biology research results like colorized silkworms, colorized roses and so on.
Furthermore, students also learned biological terms like DNA, RNA. Subsequently, Kun Yan took a hero of “ The Avengers” as an example to explain the main processes of synthetic biology experiments. By telling these, he led to iGEM, introducing many interesting iGEM projects of previous years. In the meantime, the students were keeping high enthusiasm, answered a lot of questions correctly. Finally, we organized each student to draw a picture about what synthetic biology project they want to do in the future and to share with others. After the activity, we gave every kids a nite writer pen as gifts. We deeply felt kids’ vigorous vitality and unlimited dream. Meanwhile we also planted a little iGEM seed in kids’ hearts, hoping it would sprout, bloom and fruit.



Let's see a collection of paintings.

3. Poverty can't beat the knowledge



In terms of iGEM education and publicity, we want to spread iGEM further. During the summer vacation, we established four teaching teams and send them to the remote mountainous area to publicize iGEM. Here will show you two teams of them. The members of the teams are all come from our iGEM club . They brought the children seven-day biology and science classes. Not only brought them knowledge but also introduced iGEM.



Our ‘Fluorescent’ teaching teamd went to Qiaolong country primary school which is located in Qiaolong Country, Zhouli Town, Baohua Township, Anyue County, Ziyang City, Sichuan Province. Although the facilities in that school is not good, the students are all hard working. Zhang Zelong which in the figure is our chemistry teacher, and he is teaching the children chemistry. Starting from basic chemistry knowledge, Mr. Zhang then talked about iGEM.





Mr. Zhang introduced some basic information about iGEM including the origin and all kinds of subject area especially the synthetic biology. Then he gave the students a brief introduction about some interesting iGEM subjects and showed the relation between those subjects and our life. In the end, Mr. Zhang told the children to pay more attention to their daily life to see if they can use some synthetic biology way to solve problems. He encouraged students to work hard and make those methods come true.



The ‘Eyas’ teaching team’s destination is Chenjiatan primary school, Lushaer Town, Xining City, Qinghai Province. During that time, our members explained iGEM and some synthetic biology knowledge by using projector. After children got aware of basic conception about synthetic biology, they used their pen to draw their life with biology technology. Their enthusiasm and interest showed us the future of synthetic biology.