Difference between revisions of "Team:CHINA CD UESTC/hp education"
Line 7: | Line 7: | ||
<link rel="stylesheet" href="https://2015.igem.org/Team:CHINA_CD_UESTC/Template:RightStyle.css?action=raw&ctype=text/css" type="text/css" /> | <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 type="text/javascript" src="https://2015.igem.org/Team:CHINA_CD_UESTC/homeJS.js?action=raw&ctype=text/js"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:CHINA_CD_UESTC/carousel.js?action=raw&ctype=text/js"></script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 54: | Line 57: | ||
} | } | ||
</style> | </style> | ||
+ | <style type="text/css"> | ||
+ | #owl-demo{position:relative;width:640px;height:390px;margin:20px auto 0 auto;} | ||
+ | #owl-demo .item{ position:relative;display:block;} | ||
+ | #owl-demo img{display:block;width:640px;height:390px;} | ||
+ | #owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);} | ||
+ | #owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;} | ||
+ | |||
+ | .owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;} | ||
+ | .owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(https://static.igem.org/mediawiki/2015/7/78/CHINA_CD_UESTC_pribg01.png);*display:inline;*zoom:1;} | ||
+ | .owl-pagination .active{width:25px;background-image:url(https://static.igem.org/mediawiki/2015/c/c9/CHINA_CD_UESTC_pribg02.png);} | ||
+ | .owl-buttons{display:none;} | ||
+ | .owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;} | ||
+ | .owl-prev{left:0;background-image:url(https://static.igem.org/mediawiki/2015/2/29/CHINA_CD_UESTC_pribg03.png);} | ||
+ | .owl-next{right:0;background-image:url(https://static.igem.org/mediawiki/2015/d/dc/CHINA_CD_UESTC_pribg04.png);} | ||
+ | .owl-prev:hover{background-image:url(https://static.igem.org/mediawiki/2015/6/67/CHINA_CD_UESTC_pribg05.png);} | ||
+ | .owl-next:hover{background-image:url(https://static.igem.org/mediawiki/2015/f/f7/CHINA_CD_UESTC_pribg06.png);} | ||
+ | |||
+ | /* | ||
+ | * Core Owl Carousel CSS File | ||
+ | * v1.3.3 | ||
+ | */ | ||
+ | |||
+ | /* clearfix */ | ||
+ | .owl-carousel .owl-wrapper:after { | ||
+ | content: "."; | ||
+ | display: block; | ||
+ | clear: both; | ||
+ | visibility: hidden; | ||
+ | line-height: 0; | ||
+ | height: 0; | ||
+ | } | ||
+ | /* display none until init */ | ||
+ | .owl-carousel{ | ||
+ | display: none; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | -ms-touch-action: pan-y; | ||
+ | } | ||
+ | .owl-carousel .owl-wrapper{ | ||
+ | display: none; | ||
+ | position: relative; | ||
+ | -webkit-transform: translate3d(0px, 0px, 0px); | ||
+ | } | ||
+ | .owl-carousel .owl-wrapper-outer{ | ||
+ | overflow: hidden; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .owl-carousel .owl-wrapper-outer.autoHeight{ | ||
+ | -webkit-transition: height 500ms ease-in-out; | ||
+ | -moz-transition: height 500ms ease-in-out; | ||
+ | -ms-transition: height 500ms ease-in-out; | ||
+ | -o-transition: height 500ms ease-in-out; | ||
+ | transition: height 500ms ease-in-out; | ||
+ | } | ||
+ | |||
+ | .owl-carousel .owl-item{ | ||
+ | float: left; | ||
+ | } | ||
+ | .owl-controls .owl-page, | ||
+ | .owl-controls .owl-buttons div{ | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .owl-controls { | ||
+ | -webkit-user-select: none; | ||
+ | -khtml-user-select: none; | ||
+ | -moz-user-select: none; | ||
+ | -ms-user-select: none; | ||
+ | user-select: none; | ||
+ | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
+ | } | ||
+ | |||
+ | /* mouse grab icon */ | ||
+ | .grabbing { | ||
+ | cursor:url(grabbing.png) 8 8, move; | ||
+ | } | ||
+ | |||
+ | /* fix */ | ||
+ | .owl-carousel .owl-wrapper, | ||
+ | .owl-carousel .owl-item{ | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | -moz-backface-visibility: hidden; | ||
+ | -ms-backface-visibility: hidden; | ||
+ | -webkit-transform: translate3d(0,0,0); | ||
+ | -moz-transform: translate3d(0,0,0); | ||
+ | -ms-transform: translate3d(0,0,0); | ||
+ | } | ||
+ | |||
+ | |||
+ | </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 108: | Line 216: | ||
<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 <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. | + | 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 <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 178: | Line 288: | ||
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> |
− | + | ||
<div class="clear"></div> | <div class="clear"></div> | ||
Line 327: | Line 436: | ||
<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 <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. | + | 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 |
+ | <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 356: | Line 467: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- Demo --> | ||
+ | <div id="owl-demo" class="owl-carousel"> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/ca/CHINA_CD_UESTC_PRI01.JPG" alt=""> <b></b> | ||
+ | <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.</span> | ||
+ | </a> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/1/18/CHINA_CD_UESTC_PRI02.JPG" alt=""> <b></b> | ||
+ | <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.</span> | ||
+ | </a> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/7/75/CHINA_CD_UESTC_PRI03.JPG" alt=""> | ||
+ | <b></b> | ||
+ | <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.</span> | ||
+ | </a> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/1/14/CHINA_CD_UESTC_PRI04.JPG" alt=""> | ||
+ | <b></b> | ||
+ | <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.”</span> | ||
+ | </a> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/05/CHINA_CD_UESTC_PRI05.JPG" alt=""> | ||
+ | <b></b> | ||
+ | <span>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.”</span> | ||
+ | </a> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/7/72/CHINA_CD_UESTC_PRI06.JPG" alt=""> | ||
+ | <b></b> | ||
+ | <span>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.</span> | ||
+ | </a> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/6d/CHINA_CD_UESTC_PRI07.JPG" alt=""> | ||
+ | <b></b> | ||
+ | <span>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.</span> | ||
+ | </a> | ||
+ | <a class="item" href="#" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/8b/CHINA_CD_UESTC_PRI08.JPG" alt=""> | ||
+ | <b></b> | ||
+ | <span>All of the paintings are put up on the wall of our lab.</span> | ||
+ | </a> | ||
+ | </div> | ||
</div> | </div> |
Revision as of 14:44, 7 September 2015
<!DOCTYPE html>
DESCRIPTION
Do you know how to solve energy crisis utilizing biological methods? Have you ever heard about constructing a cell with enzyme? Nothing is too strange in the nature. There are many special properties of bacteria in the nature such as producing electricity, being attracted by magnet. Please read the description!
EDUCATION
We carried out a series of iGEM educational lectures for three levels 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.
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.
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.
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.
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.”
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.”
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.
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.
All of the paintings are put up on the wall of our lab.