Difference between revisions of "Team:Tokyo Tech/Human Practices"

 
(43 intermediate revisions by 8 users not shown)
Line 1: Line 1:
f{{Tokyo_Tech}}
+
{{Tokyo_Tech}}
 
+
<html>
<ht<html>
+
 
<head>
 
<head>
 
<style type="text/css">
 
<style type="text/css">
Line 56: Line 55:
 
     font-family: 'Century', serif;
 
     font-family: 'Century', serif;
 
}
 
}
 
 
/************************* Show/Hide setting ***************************/
 
/************************* Show/Hide setting ***************************/
 
.on{
 
.on{
Line 68: Line 66:
 
transition: all 0.6s ease;
 
transition: all 0.6s ease;
 
}
 
}
 
 
/************************* This page setting ******************************/
 
/************************* This page setting ******************************/
 
 
 
#main_contents img.align_left{
 
#main_contents img.align_left{
 
float: left;
 
float: left;
 
margin-right: 10px;
 
margin-right: 10px;
 
}
 
}
 
 
#main_contents .container_contents_3e{
 
#main_contents .container_contents_3e{
 
padding-top: 10px;
 
padding-top: 10px;
Line 88: Line 82:
 
#main_contents .3e_contents_header{
 
#main_contents .3e_contents_header{
 
}
 
}
#school_visit_images {
 
text-align: center;
 
}
 
#school_visit_images img{
 
width: 300px;
 
height: 200px;
 
marign-left: 50px;
 
margin-right: 50px;
 
}
 
 
 
 
#practice_list{
 
#practice_list{
 
}
 
}
Line 155: Line 138:
 
clear: both;
 
clear: both;
 
}
 
}
 
 
#main_contents .string_image{
 
#main_contents .string_image{
 
display: block;
 
display: block;
Line 164: Line 146:
 
display: inline-box;
 
display: inline-box;
 
}
 
}
 
 
/*********************** About modal *******************/
 
/*********************** About modal *******************/
 
#modal_contents{
 
#modal_contents{
Line 193: Line 174:
 
text-align: center;
 
text-align: center;
 
}
 
}
 
 
 
/************************* About Flex Slider *****************/
 
/************************* About Flex Slider *****************/
 
#main_contents .flexslider{
 
#main_contents .flexslider{
Line 203: Line 182:
 
padding: 0;
 
padding: 0;
 
margin: 2px auto;
 
margin: 2px auto;
overflow-x: scroll;
+
overflow-x: hidden;
 
 
 
border: 2px solid #583612;
 
border: 2px solid #583612;
Line 221: Line 200:
 
position: absolute;
 
position: absolute;
 
margin: 0;
 
margin: 0;
border-left: 4px solid #ffffff;
+
border-right: 4px solid #ffffff;
 
}
 
}
 
#main_contents .flexslider img{
 
#main_contents .flexslider img{
Line 231: Line 210:
 
float: left;
 
float: left;
 
}
 
}
 
+
/*************************** Ballon Explanation ************************/
 +
#school_visit_images {
 +
text-align: center;
 +
}
 +
#school_visit_images img{
 +
width: 300px;
 +
height: 200px;
 +
marign-left: 50px;
 +
margin-right: 50px;
 +
}
 +
.school_visit_explanation{
 +
position: absolute;
 +
display: none;
 +
}
 +
.explanation_contents{
 +
position: absolute;
 +
}
 +
#ochanomizu_explanation1_contents{
 +
top: -100%;
 +
left: 0;
 +
width: 200%;
 +
height: 100%;
 +
border: 2px solid #5b9bd5;
 +
border-radius: 100% / 100%;
 +
}
 +
/*************************** Ballon Explanation ************************/
 +
#school_visit_images {
 +
text-align: center;
 +
}
 +
#school_visit_images img{
 +
width: 300px;
 +
height: 200px;
 +
marign-left: 50px;
 +
margin-right: 50px;
 +
}
 +
.school_visit_component{
 +
position: relative;
 +
margin-left: auto;
 +
margin-right: 300px;
 +
margin-bottom: 30px;
 +
}
 +
.school_visit_explanation{
 +
position: absolute;
 +
display: none;
 +
}
 +
.explanation_contents{
 +
position: absolute;
 +
}
 +
.triangle_right{
 +
position: absolute;
 +
content: "";
 +
width: 0;
 +
height: 0;
 +
}
 +
#ochanomizu_explanation1{
 +
top: -35%;
 +
left: 75%;
 +
width: 30%;
 +
height: 170px;
 +
}
 +
#ochanomizu_explanation1 .triangle_right{
 +
top: 40%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #5b9bd5;
 +
//background-color: #5b9bd5;
 +
}
 +
#ochanomizu_explanation1_contents{
 +
display: inline-block;
 +
top: 0;
 +
left: 10px;
 +
width: 250%;
 +
height: 180px;
 +
border: 2px solid #5b9bd5;
 +
border-radius: 50% / 100%;
 +
background-color: #5b9bd5;
 +
color: #ffffff;
 +
}
 +
#ochanomizu_explanation2{
 +
top: 70%;
 +
left: 75%;
 +
width: 20%;
 +
height: 170px;
 +
}
 +
#ochanomizu_explanation2 .triangle_right{
 +
top: 10%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #dfdfdf;
 +
//background-color: #5b9bd5;
 +
}
 +
#ochanomizu_explanation2_contents{
 +
display: inline-block;
 +
top: 0;
 +
left: 10px;
 +
width: 250%;
 +
height: 180px;
 +
border: 2px solid #dfdfdf;
 +
border-radius: 10px / 10px;
 +
background-color: #dfdfdf;
 +
color: #000000;
 +
}
 +
#toritsu_west_explanation{
 +
top: 0;
 +
left: 75%;
 +
width: 50%;
 +
height: 170px;
 +
}
 +
#toritsu_west_explanation .triangle_right{
 +
top: 20%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #dfdfdf;
 +
//background-color: #5b9bd5;
 +
}
 +
#toritsu_west_explanation_contents{
 +
display: inline-block;
 +
top: 0;
 +
left: 10px;
 +
width: 200%;
 +
height: 160px;
 +
border: 2px solid #dfdfdf;
 +
border-radius: 10px / 10px;
 +
background-color: #dfdfdf;
 +
color: #000000;
 +
}
 +
#kichijoji_explanation{
 +
top: 0;
 +
left: 75%;
 +
width: 50%;
 +
height: 170px;
 +
}
 +
#kichijoji_explanation .triangle_right{
 +
top: 20%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #dfdfdf;
 +
//background-color: #5b9bd5;
 +
}
 +
#kichijoji_explanation_contents{
 +
display: inline-block;
 +
top: 0;
 +
left: 10px;
 +
width: 200%;
 +
height: 120px;
 +
border: 2px solid #dfdfdf;
 +
border-radius: 10px / 10px;
 +
background-color: #dfdfdf;
 +
color: #000000;
 +
}
 +
#gakugei_explanation1{
 +
top: 0;
 +
left: 75%;
 +
width: 50%;
 +
height: 170px;
 +
}
 +
#gakugei_explanation1 .triangle_right{
 +
top: 20%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #dfdfdf;
 +
//background-color: #5b9bd5;
 +
}
 +
#gakugei_explanation1_contents{
 +
display: inline-block;
 +
top: -50px;
 +
left: 10px;
 +
width: 250%;
 +
height: 160px;
 +
border: 2px solid #dfdfdf;
 +
border-radius: 10px / 10px;
 +
background-color: #dfdfdf;
 +
color: #000000;
 +
}
 +
#gakugei_left{
 +
width: 35%;
 +
height: 100%;
 +
float: left;
 +
margin-left: 5%;
 +
margin-right: 0;
 +
background: #bbd6ee;
 +
}
 +
#gakugei_right{
 +
width: 35%;
 +
height: 100%;
 +
float: left;
 +
margin-left: 0;
 +
margin-right: 5%;
 +
background: #fff2cc;
 +
}
 +
#gakugei_arrow_space{
 +
width: 20%;
 +
float: left;
 +
margin: 0;
 +
}
 +
#gakugei_arrow{
 +
display:inline-block;
 +
height:20px;
 +
width: 80%;
 +
margin-right: 20%;
 +
background-color:#5bc0de;
 +
position:relative;
 +
top:60px;
 +
}
 +
#gakugei_arrow:before {
 +
position:absolute;
 +
content:"";
 +
width:0;
 +
height:0;
 +
border:30px solid transparent;
 +
border-left:30px solid #5bc0de;
 +
left: 100px;
 +
top: -20px;
 +
}
 +
#gakugei_explanation2{
 +
top: 60%;
 +
left: 75%;
 +
width: 20%;
 +
height: 170px;
 +
}
 +
#gakugei_explanation2 .triangle_right{
 +
top: 24%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #5b9bd5;
 +
//background-color: #5b9bd5;
 +
}
 +
#gakugei_explanation2_contents{
 +
display: inline-block;
 +
top: 0;
 +
left: 10px;
 +
width: 300%;
 +
height: 120px;
 +
border: 2px solid #5b9bd5;
 +
border-radius: 100% / 80%;
 +
padding: 15px;
 +
background-color: #5b9bd5;
 +
color: #ffffff;
 +
}
 +
#atsugi_explanation{
 +
top: 0%;
 +
left: 75%;
 +
width: 50%;
 +
height: 170px;
 +
}
 +
#atsugi_explanation .triangle_right{
 +
top: 38%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #5b9bd5;
 +
//background-color: #5b9bd5;
 +
}
 +
#atsugi_explanation_contents{
 +
display: inline-block;
 +
top: 0;
 +
left: 10px;
 +
width: 200%;
 +
height: 140px;
 +
border: 2px solid #5b9bd5;
 +
border-radius: 50% / 100%;
 +
padding: 15px;
 +
background-color: #5b9bd5;
 +
color: #ffffff;
 +
}
 +
#koshigaya_explanation{
 +
top: 0;
 +
left: 75%;
 +
width: 20%;
 +
height: 170px;
 +
}
 +
#koshigaya_explanation .triangle_right{
 +
top: 20%;
 +
left: -60px;
 +
border: 16px solid transparent;
 +
border-right: 70px solid #dfdfdf;
 +
//background-color: #5b9bd5;
 +
}
 +
#koshigaya_explanation_contents{
 +
display: inline-block;
 +
top: 0;
 +
left: 10px;
 +
width: 300%;
 +
height: 130px;
 +
border: 2px solid #dfdfdf;
 +
border-radius: 10px / 10px;
 +
background-color: #dfdfdf;
 +
color: #000000;
 +
}
 
--></style>
 
--></style>
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
Line 269: Line 535:
 
</div><!-- /overview_header -->
 
</div><!-- /overview_header -->
 
<div id="overview_contents" class="container_contents">
 
<div id="overview_contents" class="container_contents">
<p class="normal_text">At the beginning of our iGEM activities, we felt that people seem to be unfamiliar with the synthetic biology and its social contribution. In order to solve these issues, we chose to show our concepts through Snow White, one of the most famous stories around the world. Besides, we hold many outreach activities,  dialogued with experts, and created a model called “3E”: education, ethics, and economy. We also designed some ideas base to our research (Toxin-Antitoxin system etc.) for society. We improved our project by feedback of these human practice activities. <br>
+
<p class="normal_text">At the beginning of our iGEM activities, we felt that people seem to be unfamiliar with synthetic biology and its social contribution. In order to solve these issues, we chose to show our concepts through Snow White, one of the most famous stories around the world. Besides, we held many outreach activities,  dialogued with experts, and created a model called "3E": education, ethics, and economy. We also designed some ideas based to our research (Toxin-Antitoxin system etc.) for society. <br>
We could improve the public conscious to synthetic biology and our project mutually by communicating with people.  
+
We contributed to raising public awareness of synthetic biology and improving our project through science communication.</p>
                                </p>
+
 
</div><!-- /overview_contents -->
 
</div><!-- /overview_contents -->
 
</div><!-- /overview -->
 
</div><!-- /overview -->
Line 293: Line 558:
 
</div>
 
</div>
  
<p class="normal_text">We take our project into consideration from three aspects: education, ethics, and economy. From these three aspects, we can approach in various ways, thereby we can grasp our project multilaterally. So far, we had worked on many activities to inform the public distinctly of <span style="font-style: italic">E. coli</span>, genetic modification, and synthetic biology. Once we faced some issues, we had many discussions and tried solving the problems. Secondly, we had thought about ethics as a key point in our project and made ethics code of iGEM 2016 Tokyo_Tech Team. Furthermore, we coordinated activities to achieve the protein production control using TA systems. Although it is difficult to use commercially at present, it is a great achievement that we created the idea and technology regarded as a steppingstone. This page shows all of our human practice activities.
+
<p class="normal_text">We approach the social meaning of our project from three aspects: Education, Ethics, and Economy. Education plays an important role to raise scientific literacy as one of the most fundamental activities in daily life. Ethics is indispensable when you are engaged in synthetic biology. Economic profit is produced by technological application of synthetic biology. To approach the social meaning (of our project) from these aspects, we worked on many activities. This page shows all of our human practice activities.</p>
</p>
+
 
</div><!-- /3E_contents -->
 
</div><!-- /3E_contents -->
 
 
Line 301: Line 565:
 
<div id="education_overview" class="3e_contents">
 
<div id="education_overview" class="3e_contents">
 
<h3 class="3e_contents_header">Overview</h3>
 
<h3 class="3e_contents_header">Overview</h3>
<p class="normal_text">After exchanging opinions with the public in school festivals (including May festival, Suzukake festival and Homecoming day), we found that the knowledge about genetic modification, <span style="font-style:italic;">E. coli</span> and synthetic biology is less well known. Therefore, we gave classes and made YouTube videos to have the public, especially the youth, know them. Using the familiar story of Snow White as a base to our project, many people got interested in it because of the story, but thanks to that they also got interested in synthetic biology. As a result, more and more people got interested in synthetic biology and <span style="font-style:italic;">E. coli</span> because of the plot of Snow White we used which is familiar to the most. Moreover, after the classes we gave, students improved their awareness of genetic modification and <span style="font-style: italic;">E. coli</span>. Furthermore we worked on the development of an educational tool for the high school students in order to let the youth study science independently and delightfully. It is a card game about TA system and QS. It attracted more of their attention than only talking about the knowledge.</p>
+
<p class="normal_text">After exchanging opinions with the public in school festivals (including May festival, Suzukake festival and Homecoming day), we found that the majority of people do not know much about synthetic biology. We thought that attributes to the lack of opportunity to stimulate their curiosity. Therefore, using a familiar fairy tale, Snow White, as a main theme, we designed our project. We also gave classes and made YouTube videos to raise the awareness. After the classes we gave, students improved their awareness of genetic modification and <span style="font-style: italic;">E. coli</span>. Furthermore we created a special card game for the public in order to let them study science independently and delightfully. It can be used as a new type of educational tool and requires the basic knowledge about Toxin&#8208;Antitoxin system(TA system) and Quorum Sensing(QS).</p>
 
</div><!-- /education_overview -->
 
</div><!-- /education_overview -->
 
 
 
<div id="education_school_visit" class="3e_contents">
 
<div id="education_school_visit" class="3e_contents">
 
<h3 class="3e_contents_header">School-visits</h3>
 
<h3 class="3e_contents_header">School-visits</h3>
<p class="normal_text">During the May Festival, the Suzukake Festival and the Home-Coming Day, when we talked to the general public, we found out that the <span style="font-style: italic;">E. coli</span> is being rather misunderstood. So in order to solve this misunderstanding, and to provide more people with a more accurate information about <span style="font-style: italic">E. coli</span>, gene reconfiguration, and synthetic biology in general we decided to conduct some School-visits. As a result, we managed to give classes in 6 Schools and to 269 middle and high school students in total. Furthermore, this activity turned out to be a good opportunity to learn how our project impacted in the general public. We can also say that the fact that the ideas we obtained here managed to positively influence our project is a result out of itself.</p>
+
<p class="normal_text">In order to enhance the understanding of youths, we decided to conduct some School-visits. As a result, we gave lectures to 269 middle and high school students from 6 schools. Furthermore, these activities were good opportunities to learn how our project can impact the general public.</p>
<p class="normal_text">The details are organized for each school, so if anyone were to do this kind of lectures in the future, fell free to use this as reference.</p>
+
<p class="normal_text">The detail of each school visit is organized on our wiki, so you can use it as a reference if you come to get involved in this kind of activity.</p>
 
 
 
<div id="school_visit_images">
 
<div id="school_visit_images">
<img src="https://static.igem.org/mediawiki/2016/8/8f/T--Tokyo_Tech--Otchanomizu.jpg" id="school_visit_otchanomizu" class="school_visit_image" />
+
<p class="normal_text">If your mouse is over photos you can see the explanation. You can see the details when you click the photo,
<img src="https://static.igem.org/mediawiki/2016/d/d7/T--Tokyo_Tech--Toritsu_West_Lecture.jpg" id="school_visit_toritsu_nishi"class=" school_visit_image" />
+
<!-- Ochanomizu -->
<img src="https://static.igem.org/mediawiki/2016/b/b2/T--Tokyo_Tech--Kichijoji_Lecture.jpg" id="school_visit_kichijoji" class="school_visit_image" />
+
<div id="school_visit_ochanomizu" class="school_visit_component">
<img src="https://static.igem.org/mediawiki/2016/5/5a/T--Tokyo_Tech--Gakugei_Lecture.jpg" id="school_visit_gakugei" class="school_visit_image" />
+
<a href="https://static.igem.org/mediawiki/2016/6/63/T--Tokyo_Tech--HumanPractice_Ochanomizu.pdf" class="school_visit_image"><img src="https://static.igem.org/mediawiki/2016/8/8f/T--Tokyo_Tech--Otchanomizu.jpg" /></a>
<img src="https://static.igem.org/mediawiki/2016/5/5c/T--Tokyo_Tech--Koshigaya_North.jpg" id="school_visit_koshigaya_kita" class="school_visit_image" />
+
<div id="ochanomizu_explanation1" class="school_visit_explanation">
<img src="https://static.igem.org/mediawiki/2016/8/8d/T--Tokyo_Tech--Atsugi_Lecture.jpg" id="school_visit_atsugi" class="school_visit_image" />
+
<div class="triangle_right"></div>
</div><!-- /school_visit_image -->
+
<div id="ochanomizu_explanation1_contents" class="explanation_contents">
 +
<br /><!-- set space -->
 +
<p class="normal_text">There is not only one story for Snow<br />White, but there exist several ones.</p>
 +
<h4>We designed a circuit in order<br />to recreate the story using our<br />own parts!</h4>
 +
</div><!-- /ochanomizu_explanation1_contents -->
 +
</div><!-- /ochanomizu_explanation1 -->
 +
<div id="ochanomizu_explanation2" class="school_visit_explanation">
 +
<div class="triangle_right"></div>
 +
<div id="ochanomizu_explanation2_contents" class="explanation_contents">
 +
<p class="normal_text">Does no other character apart from Snow White, the Prince and the Queen appear?</p>
 +
<h4>We decided to include the Mirror in the Story!</h4>
 +
</div><!-- /ochanomizu_explanation2_contents -->
 +
</div><!-- /ochanomizu_explanation2 -->
 +
</div><!-- /school_visit_ochanomizu -->
 +
 +
<!-- Toritsu West -->
 +
<div id="school_visit_toritsu_west" class="school_visit_component">
 +
<a href="https://static.igem.org/mediawiki/2016/3/38/T--Tokyo_Tech--HumanPractice_ToritsuNishi.pdf" class="school_visit_image"><img src="https://static.igem.org/mediawiki/2016/d/d7/T--Tokyo_Tech--Toritsu_West_Lecture.jpg" /></a>
 +
<div id="toritsu_west_explanation" class="school_visit_explanation">
 +
<div class="triangle_right"></div>
 +
<div id="toritsu_west_explanation_contents" class="explanation_contents">
 +
<p class="normal_text">It is interesting to recreate the story of Snow White, but is there a way to apply Tokyo_Tech’s project into medicine or agriculture?</p>
 +
<h4>Could we use the TA system for any contribution to society?</h4>
 +
</div><!-- /toritsu_west_contents -->
 +
</div><!-- /toritsu_west_explanation -->
 +
</div><!-- /school_visit_toritsu_west -->
 +
 +
<!-- Kichijoji -->
 +
<div id="school_visit_kichijoji" class="school_visit_component">
 +
<a href="https://static.igem.org/mediawiki/2016/1/15/T--Tokyo_Tech--HumanPractice_Kichijoji.pdf" class="school_visit_image"><img src="https://static.igem.org/mediawiki/2016/b/b2/T--Tokyo_Tech--Kichijoji_Lecture.jpg" /></a>
 +
<div id="kichijoji_explanation" class="school_visit_explanation">
 +
<div class="triangle_right"></div>
 +
<div id="kichijoji_explanation_contents" class="explanation_contents">
 +
<p class="normal_text">“I was surprised to see how you can use <span style="font-style:italic;">E. coli</span> to make this kind of playful experiments!”
 +
It changed my impression that <span style="font-style:italic;">E. coli</span> equals food poison, and now I fell some kind of respect for it.
 +
</p>
 +
</div><!-- /kichijoji_explanation -->
 +
</div><!-- /kichijoji_explanation -->
 +
</div><!-- /school_visit_kichijoji -->
 +
 +
<!-- Gakugei -->
 +
<div id="school_visit_gakugei" class="school_visit_component">
 +
<a href="https://static.igem.org/mediawiki/2016/2/2f/T--Tokyo_Tech--HumanPractice_Gakugei.pdf" class="school_visit_image"><img src="https://static.igem.org/mediawiki/2016/5/5a/T--Tokyo_Tech--Gakugei_Lecture.jpg" /></a>
 +
<div id="gakugei_explanation1" class="school_visit_explanation">
 +
<div class="triangle_right"></div>
 +
<div id="gakugei_explanation1_contents" class="explanation_contents">
 +
<div id="gakugei_left"><p class="normal_text">We usually hear the term gene recombination, but never how it’s done. It sounds hard!</p></div>
 +
<div id="gakugei_arrow_space"><div id="gakugei_arrow"></div><div></div></div><!-- /gakugei_arrow_space -->
 +
<div id="gakugei_right"><p class="normal_text">I was surprised that it wasn’t as hard as I thought. It looks like it could be used in several fields. I’d like to try it too.</p></div>
 +
<div class="clear"></div>
 +
</div><!-- /gakugei_explanation1_contents -->
 +
</div><!--/ gakugei_explanation1 -->
 +
<div id="gakugei_explanation2" class="school_visit_explanation">
 +
<div class="triangle_right"></div>
 +
<div id="gakugei_explanation2_contents" class="explanation_contents">
 +
<p class="normal_text">We included the opinion of the students in our card game and improved it!</p>
 +
</div><!-- /gakugei_explanation2_contents -->
 +
</div><!--/ gakugei_explanation2 -->
 +
</div><!-- /school_visit_gakugei -->
 +
 +
<!-- Atsugi -->
 +
<div id="school_visit_atsugi" class="school_visit_component">
 +
<a href="https://static.igem.org/mediawiki/2016/d/da/T--Tokyo_Tech--HumanPractice_Atsugi.pdf" class="school_visit_image"><img src="https://static.igem.org/mediawiki/2016/8/8d/T--Tokyo_Tech--Atsugi_Lecture.jpg" /></a>
 +
<div id="atsugi_explanation" class="school_visit_explanation">
 +
<div class="triangle_right"></div>
 +
<div id="atsugi_explanation_contents" class="explanation_contents">
 +
<p class="normal_text">What kind of lecture should we perform in order to let students understand better the gene recombination technics.</p>
 +
<h4>Let’s ask the Science Comunicator</h4>
 +
</div><!-- /atugiexplanation_contents -->
 +
</div><!-- /atsugi_explanation -->
 +
</div><!-- /school_visit_atsugi -->
 +
 +
<!-- Koshigaya North -->
 +
<div id="school_visit_koshigaya" class="school_visit_component">
 +
<a href="https://static.igem.org/mediawiki/2016/9/9c/T--Tokyo_Tech--HumanPractice_KoshigayaKita.pdf" class="school_visit_image" ><img src="https://static.igem.org/mediawiki/2016/5/5c/T--Tokyo_Tech--Koshigaya_North.jpg" /></a>
 +
<div id="koshigaya_explanation" class="school_visit_explanation">
 +
<div class="triangle_right"></div>
 +
<div id="koshigaya_explanation_contents" class="explanation_contents">
 +
<p class="normal_text">As a result of incorporating what we learn after talking to the science communicator in our lectures... we obtained even better results!</p>
 +
</div><!-- /koshiagya_explanation_contents -->
 +
</div><!-- /koshigaya_explanation -->
 +
</div><!-- school_visit_koshigaya -->
 +
 +
</div><!-- /school_visit_image -->
 
 
 
<script>
 
<script>
 
 
 
$(function(){
 
$(function(){
$('.school_visit_image').hover({
+
$('.school_visit_image').hover(
 
function(){
 
function(){
$this = $(this).
+
 +
var elems = $(this).nextAll('.school_visit_explanation');
 +
for(var elem in elems){
 +
elems.css('display', 'block');
 +
}
 +
 
},
 
},
 
function(){
 
function(){
 +
 +
var elems = $(this).nextAll('.school_visit_explanation');
 +
for(var elem in elems){
 +
elems.css('display', 'none');
 +
}
 +
 
}
 
}
});
+
);
 
});
 
});
 
 
Line 336: Line 694:
 
<div id="education_video" class="3e_contents">
 
<div id="education_video" class="3e_contents">
 
<h3 class="3e_contents_header">Video</h3>
 
<h3 class="3e_contents_header">Video</h3>
<p class="normal_text">"It is difficult." "I don't get it" "What are you doing?"</p>
+
<p class="normal_text">"It is difficult." "I don't get it." "What are you doing?"</p>
<p class="normal_text">These are words that the public told us about our activities, which means that the public did not understand our activity well.Therefore, we made intelligible videos to improve this situation. Moreover, the third episode is dubbed into Japanese, English, Chinese and Spanish so that more people will be able to understand. </p>
+
<p class="normal_text">These are words that the public told us about our activities, which means that the public did not understand our activity well. Therefore, we made intelligible videos to improve this situation.</p>
 
<p class="normal_text">The first episode: What is <span style="font-style: italic;">E. coli</span>?<br />
 
<p class="normal_text">The first episode: What is <span style="font-style: italic;">E. coli</span>?<br />
 
<a href="https://youtu.be/VJre_GtDRo4" target="_blank">https://youtu.be/VJre_GtDRo4</a></p>
 
<a href="https://youtu.be/VJre_GtDRo4" target="_blank">https://youtu.be/VJre_GtDRo4</a></p>
Line 349: Line 707:
 
<h3 class="3e_contents_header">Card Game</h3>
 
<h3 class="3e_contents_header">Card Game</h3>
 
<p class="normal_text">The public will not understand our project unless they experience it.</p>
 
<p class="normal_text">The public will not understand our project unless they experience it.</p>
<p class="normal_text">So we made a card game containing two functions so that the public can understand the basis of our project, TA system and Quorum Sensing. Click here to download the kit with the rulebook that we developed through trial and error so everyone can play easily. If you get interested in this card game, you can print it out and play it yourself.</p>
+
<p class="normal_text">So we made a card game containing two functions so that the public can understand the basis of our project, TA system and QS. Click here to download the kit with the rulebook that we developed through trial and error so everyone can play easily. If you get interested in this card game, you can print it out and play it yourself.</p>
 +
<p class="normal_text"><a href="https://static.igem.org/mediawiki/2016/2/22/T%E3%83%BC%E3%83%BCTokyo%EF%BC%BFTech%E3%83%BC%E3%83%BCcardgame_rule.pdf">Card Game Rule</a></p>
 +
                                        <p class="normal_text"><a href="https://static.igem.org/mediawiki/2016/0/0c/T%E3%83%BC%E3%83%BCTokyo%EF%BC%BFTech%E3%83%BC%E3%83%BCcardgame_parts.pdf">Card Game Parts</a></p>
 
</div><!-- /education_card_game -->
 
</div><!-- /education_card_game -->
 
 
 
<div id="education_expert" class="3e_contents">
 
<div id="education_expert" class="3e_contents">
<h3 class="3e_contents_header">Expert [Ogawa Tatsuya]</h3>
+
<h3 class="3e_contents_header"><a href="https://2016.igem.org/Team:Tokyo_Tech/Human_Practices/National_museum">Expert [Ogawa Tatsuya]</a></h3>
 
<p class="normal_text">We noticed that the ways of manifesting and expressing our project are important when we explain our project to the public.</p>
 
<p class="normal_text">We noticed that the ways of manifesting and expressing our project are important when we explain our project to the public.</p>
<p class="normal_text">He gave us the advice that we should insert a punch line in our project to summarize our project to the audience's satisfaction. We should not only talk about the results but also convince the audience through our explanation.Hence, we should construct the whole concept, thinking what listeners will think after explanation about our project. </p>
+
<p class="normal_text">He gave us the advice that we should insert a punch line in our project to summarize our project to the audience's satisfaction. We should not only talk about the results but also convince the audience through our explanation. Hence, we should construct the whole concept, thinking what listeners will think after explanation about our project. </p>
 
</div><!-- /education_expert -->
 
</div><!-- /education_expert -->
 
 
Line 368: Line 728:
 
                                 <div id="ethics_ovevrview" class="3e_contents">
 
                                 <div id="ethics_ovevrview" class="3e_contents">
 
                                         <h3 class="3e_contents_header">Overview</h3>
 
                                         <h3 class="3e_contents_header">Overview</h3>
                                         <p class="normal_text">All life-concerning studies have always undertook ethic problems, specially synthetic biology. Until what point is it allowed to perform an experiment, from where on should it be regulated. This decisions are difficult to make. As a team that works with life studies, iGEM_Tokyo_Tech2016 has also encountered this problem and has needed to consider it deeply. So our team organized a symposium, conversed with specialists in bioethics and exchanged ideas. Also, we utilized the knowledge we obtained in this symposium as the base for our ethic code.</p>
+
                                         <p class="normal_text"> There always exists ethic problem about research of life science. Especially synthetic biology, there are a lot of problems in this field. The judge about the boundary between the research allowed and the research restricted is extremely difficult. However, as researchers of life science, iGEM 2016 team Tokyo_Tech must take into account the problems arising deeply. In this case, we organized a symposium where we can discuss with the experts and exchange opinions with them. Moreover, we start to think about our ethic code of synthetic biology, basing on the things we learned from this symposium.</p>
 +
<p style="text-align: center;" class="normal_text">[<a href="javascript:void(0);" onClick="show('ethics_hide'); return false;" class="showHidden">Read More</a>]</p>
 
                                 </div><!-- /ethics_overview -->
 
                                 </div><!-- /ethics_overview -->
 
+
 +
 +
 +
<div id="ethics_hide" class="off">
 
                                 <div id="ethics_symposium" class="3e_contents">
 
                                 <div id="ethics_symposium" class="3e_contents">
 
                                 <h3 class="3e_contents_header">Symposium</h3>
 
                                 <h3 class="3e_contents_header">Symposium</h3>
                                         <p class="normal_text">There are two ways of using synthetic biology: for technology development and for scientific research. This 2 points are fundamentally different. First, for technology development there is a clear purpose. So when thinking about this field, one has to take in account the engineering ethics, the validity and usefulness needed to be useful for our society; as well as the security, risk management and environment impact.</p>
+
                                         <p class="normal_text">We discussed with 6 researchers who is working on synthetic biology in this symposium. Then we learned that which one should be deal with between ethics of technology and ethics of science is decided by the thing that between developing technology and scientific research, which field your study is most likely to belong to. We have interests in this thing , so when we think about ethic code, we make it based on this.</p>
                                         <p class="normal_text">The goals technology development and scientific research look for are different, so the way of deciding on the ethics involved are also different. Basing our research on this thought we decided that it was closer to that one of technology development.</p>
+
                                         <p class="normal_text">Firstly, the reason why the ethic of technology and the one of science are different is because the goals of studies are different. The goal of debeloping technology is mainly application in the society, as a result, it is necessary to include appropriateness of method, usability, security and management of risk. On the other hand, researcher do the scientific studies due to the spirit of inquiry, therefore, it is necessary to include appropriateness and completely mutual criticism among researchers. We aim to make our project be applied to developing technology which is usable to society, therefore, we think about our ethic code referencing the ethic of technology. However, thinking about the ethic directly is difficult, so at the first step, we want to think about ethic related to what kind of problems in our project.</p>
 
                                 </div><!-- /ethics_symposium -->
 
                                 </div><!-- /ethics_symposium -->
 
                              
 
                              
 
                                 <div id="ethics_iGEM_Tokyo_Tech2016’s ethic problem" class="3e_contents">
 
                                 <div id="ethics_iGEM_Tokyo_Tech2016’s ethic problem" class="3e_contents">
                                 <h3 class="3e_contents_header">iGEM_Tokyo_Tech2016’s ethic problem</h3>
+
                                 <h3 class="3e_contents_header">iGEM_Tokyo_Tech2016's ethic problem</h3>
                                         <p class="normal_text">For team iGEM_Tokyo_Tech2016’s current project we are using a TA system to recreate the Snow White story. So, in the previously mentioned symposium, we thought of what kind of ethical problems would be faced if we applied the TA system in several other fields in the future. In recent years, the overuse of pesticides has brought the fear of the appearance of multiple-drug-resistant bacteria. Besides, the distribution of pesticides one by one is takes too much time and money. So we thought of mitigating the risk of appearance of this multiple-drug-resistant bacteria by implementing the protein-control mechanism our TA system, the Maz system, has. In order to apply this technic into farms and alike, we have to take it outside. So first we think on this topic. We must not use any pesticide or gene recombinant regulated by the law. Also, we have to think that our genetically modified organism’s structure does not present any leaks. Furthermore, we also have to think on what kind of impact it has on the environment or if it does have any adverse effect in the human body. Nevertheless, the solutions to these problems are also progressing. For example, in order to prevent any leakage of genetically modified organisms, E. coli</span> that are weak to dry environment or yeast that need specific nutrition are being used; since the first one would die without the help of an special equipment, and the later one would not survive even if it leaks. This way, we can ensure safety.</p>
+
                                         <p class="normal_text">As what we said in Future work, we are thinking that whether TA system can be applied to DDS and to decreasing risk of mutidrug-resistant bacteria appearing . In the temporary society, according to the law, taking out the designate genetically modified organism is restricted. Additionally, research institutes are focus on the construction whether it can leak genetically modified organism or not. However, the solution to the leak of genetically modified organism are being developed. And the utility of <span style="font-style: italic;">E. coli</span> which will extinct even without being dealed with to become weak under the dry condition. </p>
                                         <p class="normal_text">Until this point, we have considered the possible dangers that synthetic biology may present to us humans. But, on the other hand, we also have to deeply think about the organisms that are used for experimentation. We are using E. coli in our project. And while experimenting, we came to realize that, since E. coli</span> is systematically different to humans, it is difficult to feel any kind of guilt while modifying it to work as you want it to work. However, if this was another living being how would we feel? Probably we would not be able to treat them as carelessly. We are probably unconsciously determining the weight of a life depending on the organism’s specie. And we can also think that how lightly one can treat each living being depends greatly on each person. So what can we call an ethic code accepted by most of the people? We decided on writing our own ethic code based on the things we learned and thought.</p>
+
                                         <p class="normal_text">We thought about the danger of synthetic biology to our human being so far, on the other hand, we also need to take account into the creature used in experiments. We are using <span style="font-style: italic;">E. coli</span> in our project this time.when we actually did the experiment, <span style="font-style: italic;">E. coli</span> is systematically different with human being, so we hard to have a sense of guilty even though we make them work to meet our own needs. However, how about the other creatures? Their lives are likely to be decided by species when we didn’t even realize it.</p>
                                         <p class="normal_text">Also, we thought that in order to decrease as much as possible the amount of organisms used in experiments, it’s also important to use mathematical models. Originally, modeling was used to determine the most optimum amount of reagents or to find out the time needed for an experiment. But we also want to use it to spread the “reduce as much as possible the number of organisms used” thought.</p>
+
                                         <p class="normal_text">In addition, in order to decrease the amount of creatures used in experiments as possible as we can, using modeling is important.In the past, modeling is used to decide the most suitable amount of reagent and time. We apply it to enhance consciousness that we try our best to decrease the amount of creature utilized.</p>
 
                                 </div><!-- /ethics_iGEM_Tokyo_Tech2016’s ethic problem -->
 
                                 </div><!-- /ethics_iGEM_Tokyo_Tech2016’s ethic problem -->
 
                                 <div id="ethics_our synthetic biology research’s code of ethics" class="3e_contents">
 
                                 <div id="ethics_our synthetic biology research’s code of ethics" class="3e_contents">
                                 <h3 class="3e_contents_header">Our synthetic biology research’s code of ethics</h3>
+
                                 <h3 class="3e_contents_header">Our ethic code of synthetic biology</h3>
                                        <p class="normal_text">We now publish the synthetic biology code of ethics for our project, that we obtained from what we learned during the symposium.</p>
+
                                      <p class="normal_text">It is becoming possible currently that Through machine learning about construction elements of creature, we regard construction elements as spare parts , design some creature functions and create artificial intelligence. Although through this people will get profit, the other creatures will be faced with new dangers. In order to prevent creatures from dangers, people who work on synthetic biology should follow the things shown below.  
                                        <p class="normal_text"><span style="font-weight: bold;">Preamble</p>
+
</p>
                                        <p class="normal_text">The main goal of several studies to understand the living systems was the analytic approach of breaking down the components of the currently existing organisms in order to understand the function of each component and the interactions between themselves. However, after accumulating knowledge about the organism’s components, now this components are reckoned as “parts”, and are combined in order to design new living mechanisms or to construct artificial live systems, in other words we can now see it through the synthetic approach.</p>
+
<ul>
                                        <p class="normal_text">・Respect each and every organism’s life and show appreciation to the lives of those that become subjects.</p>
+
                                      <li><p class="normal_text">We should respect every life and be grateful to every life utilized in experiment.</p></li>
                                         <p class="normal_text">・Always take in consideration the impact the used samples and subjects have in the environment, and thoroughly exert oneself in the risk control and bioterrorism prevention against human beings and other life forms during the experiment.</p>
+
                                         <li><p class="normal_text">We should concern about the influences on life environment of utilized sample and testee.</p></li>
                                         <p class="normal_text">・Be aware of your position as a researcher and never utilize any specimens that depart from the law in gene modification experiments and alike; and never perform any fraud of experimental results, unauthorized reproduction or any other kind of plagiarism that would put in doubt one’s dignity.</p>
+
                                         <li><p class="normal_text">We should be aware of our position as a researcher and never utilize any specimens escaping from the law in gene modification experiments and etc; and we should never perform any fraud of experimental results, unauthorized reproduction or any other kind of plagiarism that would put in doubt one’s dignity.</p></li>
                                         <p class="normal_text">・Exert oneself in complementing the deficiencies of oneself and fellow researchers without missing on daily dialogue, but always respecting the others’ position, like in the Asilomar Conferences. Specially, since cooperation between wet and dry teams is important, share information daily and never fail to communicate in order to improve the understanding of each other.</p>
+
                                         <li><p class="normal_text">We should always respect the others' position, and try our best to make up for deficiency mutually like in the Asilomar Conferences. Specially, since cooperation between wet and dry teams is important, we need to share information daily and never fail to communicate in order to improve the understanding of each other.</p></li>
                                         <p class="normal_text">・Compared to the analytic approach, the synthetic approach has to take in consideration more topics including technology and ethic. So it is not something easily achievable. Take in account that not everything is going to go as expected.</p>
+
                                         <li><p class="normal_text">Compared to the analytic approach, the synthetic approach has to take in consideration more topics including technology and ethic. So it is not something easily achievable. Take in account that not everything is going to go as expected.</p></li>
                                        <p class="normal_text">・Just as we did for the high school students with our visit to our former schools, or what we did for other high school students and college students with the symposium we organized, spread this field by letting the general public have a better understanding of synthetic biology; and, at the same time, dialogue with them.</p>
+
                                         <li><p class="normal_text">Through reducing the amount of creature utilized, we need to concern about environment, give a whole impression and do simulation to clarify the goals.</p></li>
                                         <p class="normal_text">・Take in consideration the environment by reducing the number of organisms used. At the same time, in order to have a general idea and to clarify the goal, perform some simulations using modeling.</p>
+
                                         <li><p class="normal_text">When "designing" biomolecules or biological systems, we should take into account the use of artistic activities to make our project easier to understand to the general public.</p></li>
                                         <p class="normal_text">・When “designing” biomolecules or biological systems, take in account the use of artistic activities to make your project easier to understand to the general public.</p>
+
</ul>
 
                                 </div><!-- /ethics_Our synthetic biology research’s code of ethics -->
 
                                 </div><!-- /ethics_Our synthetic biology research’s code of ethics -->
  
 
                                 <div id="ethics_final remarks" class="3e_contents">
 
                                 <div id="ethics_final remarks" class="3e_contents">
                                 <h3 class="3e_contents_header">Final remarks
+
                                 <h3 class="3e_contents_header">Final remarks</h3>
                                         <p class="normal_text">Even inside synthetic biology, gene modification is thought as a field that goes against the natural commandments. However it is not as if this logic is completely consistent because regarding ethical problems, it is not as if an absolute line has been traced. For example, the boundary of living and not living varies on the organism’s specie, and also the influence of culture and religion influence in people’s opinion. So the ethical problems are being complicated due to this reasons. </p>
+
                                         <p class="normal_text">Because there is no clear boundary, it is hard to find clear answer of ethic problems such as genetically modification. For example, the boundary of living and non living creature depends on species. Moreover, there are always different opinions because of culture and religon. All the things above are the reason making ethic problems become complicated. </p>
                                         <p class="normal_text">In this way, this seems to be a problem without a clear solution. Also, currently the general public seem to think of this problem as something the scientists should tackle on and that does not concern the. In order to change this concept, just like we did with our visits to our alma mater schools, it’s important that the scientists should be the first to actively educate others from the beginning by letting the public know the proximity at which this problem is, and also by making them understand that they are not unrelated to it. And, at the same time, just like we did when we performed some lessons for high school students, talking to a general audience can be a great gain for scientists, since there is a possibility that they notice some things that they had not been noticing by discussing with people other than fellow scientists.</p>
+
                                         <p class="normal_text">On the other hand, as reality, ordinary people tend to think towards questions that it is scientist who should take into account theses problems, and have nothing to do with the problems. In order to change the way they are thinking, it is important to have the opportunities that we can get information from scientists in symposium and lectures given to high school students. We need to let ordinary people know that ethic problems do have relation with them, which is also merit for scientists. when we were giving the lecture to high school students, we know something new through the conversation among ordinary people, which is different when we talk with scientists. Everyone can feel the ethic problems closing to their daily life through thinking about what kind of questions will happen and discussing with each other. Moreover, by popularizing this, there is a goal that all the actions taken are right after thinking about life ethic.</p>
                                        <p class="normal_text">We think that this is a problem that should be faced on, step by step. If each one of us think of what kind of ethical problems we may face, then by talking with your comrades you can realize the familiarity of this problems, and if the this circle gets to grow, then it should lead to a better understanding of this problem.</p>
+
 
                                 </div><!-- /ethics_Final remarks-->
 
                                 </div><!-- /ethics_Final remarks-->
  
Line 419: Line 782:
 
                                 </div><!-- /ethics_reference-->
 
                                 </div><!-- /ethics_reference-->
  
 
+
</div><!-- /ethics_hide -->
 
</div><!-- /ethics -->
 
</div><!-- /ethics -->
 
 
Line 428: Line 791:
 
<h3 class="3e_contents_header">Overview</h3>
 
<h3 class="3e_contents_header">Overview</h3>
 
<p class="normal_text">In order to use our project in society, we decided to approach it from a big perspective, economy. Our project includes a basic research, so, we thought that we should work on our project in terms of economy, instead of more specific fields such as environment and medicine, to make our project flexible to the upcoming technology. Among many elements of our project, in this page we focus on TA system.</p>
 
<p class="normal_text">In order to use our project in society, we decided to approach it from a big perspective, economy. Our project includes a basic research, so, we thought that we should work on our project in terms of economy, instead of more specific fields such as environment and medicine, to make our project flexible to the upcoming technology. Among many elements of our project, in this page we focus on TA system.</p>
<p class="normal_text">We had a dialogue with experts to think our project from an economic perspective. This dialogue was the big turning point of our project.</p>
+
<p class="normal_text">We had a dialogue with experts to think our project from an economic perspective. This dialogue was the biggest turning point of our project.</p>
 
</div><!-- /economy_overview -->
 
</div><!-- /economy_overview -->
 
 
Line 439: Line 802:
 
<p class="normal_text"><span style="font-weight: bold;">After this dialogue,</span> we have done two things to implement the protein production control.</p>
 
<p class="normal_text"><span style="font-weight: bold;">After this dialogue,</span> we have done two things to implement the protein production control.</p>
 
<ol type="i">
 
<ol type="i">
<li><p class="normal_text">ACA Rise and Fall Code<br />
+
<li><p class="normal_text"><a href="https://2016.igem.org/Team:Tokyo_Tech/Model#abstract">ACA Rise and Fall Code</a><br />
 
<img src="https://static.igem.org/mediawiki/2016/8/8b/T--Tokyo_Tech--ACA_Dwarfs.jpg" width="150px" class="align_left" />
 
<img src="https://static.igem.org/mediawiki/2016/8/8b/T--Tokyo_Tech--ACA_Dwarfs.jpg" width="150px" class="align_left" />
 
The development of a software which adjusts the number of ACA (Adenine-Cytosine-Adenine) sequence in the DNA.</p>
 
The development of a software which adjusts the number of ACA (Adenine-Cytosine-Adenine) sequence in the DNA.</p>
Line 445: Line 808:
 
<li><p class="normal_text">  
 
<li><p class="normal_text">  
 
<a href="https://2016.igem.org/Team:Tokyo_Tech/The experiments of creating E. coli mutants which secrete protein extracellularly">The experiments of creating <i>E. coli</i> mutants which secrete protein extracellularly</a></p>
 
<a href="https://2016.igem.org/Team:Tokyo_Tech/The experiments of creating E. coli mutants which secrete protein extracellularly">The experiments of creating <i>E. coli</i> mutants which secrete protein extracellularly</a></p>
                                                     <p class="normal_text"> "TA system ~Queen's Caprice~"
+
                                                     <p class="normal_text"> <a href="https://2016.igem.org/Team:Tokyo_Tech/Toxin_Assay/mazEF_System_Assay#Queen">"TA system ~Queen's Caprice~"</a>
 
</p>
 
</p>
 
<p class="normal_text">These resulted in big success to obtain protein production control.</p></li>
 
<p class="normal_text">These resulted in big success to obtain protein production control.</p></li>
Line 463: Line 826:
 
<div id="future_work" class="container">
 
<div id="future_work" class="container">
 
<div id="future_work_header" class="container_header">
 
<div id="future_work_header" class="container_header">
<h1><span>Future Work</span></h1>
+
<h1><span style="border-bottom: solid 2px;">Future Work</span></h1>
 
</div><!-- /future_work_header -->
 
</div><!-- /future_work_header -->
 
<div id="future_work_contents" class="container_contents">
 
<div id="future_work_contents" class="container_contents">
Line 469: Line 832:
 
<p class="normal_text">We consider the possibility of the protein production system is controlled by Maz system and signal transfer mechanism. To improve the performance of controlling the production by Maz system, we developed a tool for increasing or decreasing the number of ACA sequence, which is the specific site cleaved by MazF homo dimmer. Maz system.</p>
 
<p class="normal_text">We consider the possibility of the protein production system is controlled by Maz system and signal transfer mechanism. To improve the performance of controlling the production by Maz system, we developed a tool for increasing or decreasing the number of ACA sequence, which is the specific site cleaved by MazF homo dimmer. Maz system.</p>
 
<ol type="i">
 
<ol type="i">
<li><p class="normal_text">controlling the protein production </p></li>
+
<li><p class="normal_text">Controlling the protein production </p></li>
<li><p class="normal_text">selectivity of the target mRNA</p></li>
+
<li><p class="normal_text">Selectivity of the target mRNA</p></li>
<li><p class="normal_text">system of communicating with outside </p></li>
+
<li><p class="normal_text">System of communicating with outside </p></li>
 
</ol>
 
</ol>
 
<p class="normal_text">Combining i. and ii., it is expected that the target protein is obtained effectively and with favorite rate. Furthermore, adding iii., we could design an automatic and advanced information-processing system. In other words, we could design an oscillatory cell-cell communication in which one cell containing man system, receives an extrinsic signal (Maz system is controlled by the type of the signal), then the cell produces the substance which affects other cells.</p>
 
<p class="normal_text">Combining i. and ii., it is expected that the target protein is obtained effectively and with favorite rate. Furthermore, adding iii., we could design an automatic and advanced information-processing system. In other words, we could design an oscillatory cell-cell communication in which one cell containing man system, receives an extrinsic signal (Maz system is controlled by the type of the signal), then the cell produces the substance which affects other cells.</p>
Line 483: Line 846:
 
<p class="normal_text">Introducing maz system to human cells and orchestrating the human original signal transduction system and Maz system, we design the mechanism that the cell secrets drug depended on the internal condition. For example, when a maz system introduced cell receives the blood glucose level increase, the cell synthesizes the insulin.</p>
 
<p class="normal_text">Introducing maz system to human cells and orchestrating the human original signal transduction system and Maz system, we design the mechanism that the cell secrets drug depended on the internal condition. For example, when a maz system introduced cell receives the blood glucose level increase, the cell synthesizes the insulin.</p>
 
</li>
 
</li>
                                       <li><p class="normal_text">Our Quorum Sensing and TA systems might be applicable to control the Intestinal Flora</p>
+
                                       <li><p class="normal_text">Our TA systems and QS might be applicable to control the Intestinal Flora</p>
 
                                               <h3 align="header">1.Introduction</h3>
 
                                               <h3 align="header">1.Introduction</h3>
 
                                               <p class="normal_text">These days, Intestinal Flora draws a lot of attention because it will greatly affect our health. If the balance of intestinal flora is lost, it will lead into an illness or might even change your personality. It is assumed that intestinal flora consists of communication systems among various bacteria. However, no such communication systems have been found. So, it will contribute to the society to clarify the mechanism of intestinal flora and to find a way of controlling it.</p>
 
                                               <p class="normal_text">These days, Intestinal Flora draws a lot of attention because it will greatly affect our health. If the balance of intestinal flora is lost, it will lead into an illness or might even change your personality. It is assumed that intestinal flora consists of communication systems among various bacteria. However, no such communication systems have been found. So, it will contribute to the society to clarify the mechanism of intestinal flora and to find a way of controlling it.</p>
  <p class="normal_text">Our project focused on the cell-cell communication through Toxin-Antitoxin system (TA system) and Quorum Sensing (QS), and proved the initial step to explain and control the system of the intestinal symbiosis.</p>
+
  <p class="normal_text">Our project focused on the cell-cell communication through TA system and QS, and proved the initial step to explain and control the system of the intestinal symbiosis.</p>
  
 
<p class="normal_text" style="text-align:center;"><a href="javascript:void(0);" onClick="show('modeling_detail');" class="showHidden"><img src="https://static.igem.org/mediawiki/2016/5/54/T--Tokyo_Tech--readmore.png"></a></p>
 
<p class="normal_text" style="text-align:center;"><a href="javascript:void(0);" onClick="show('modeling_detail');" class="showHidden"><img src="https://static.igem.org/mediawiki/2016/5/54/T--Tokyo_Tech--readmore.png"></a></p>
Line 539: Line 902:
 
 
 
<div id="general_public">
 
<div id="general_public">
    <p class="normal_text">In the school festivals, we did poster presentation. Through diverse dialogues with the general public about our preliminary idea of several projects, we found out that the public preferred the Snow White project, one of the preliminary projects. As we figured out even though contents of Snow White project are difficult to understand, the public still showed great interest in it because it brought a sense of familiarity to the most. And this obviously leads to the public’s deeper understanding of Snow White project than the others. Thus, we selected Snow White as our project.</p>
+
    <p class="normal_text">In the school festivals, we did poster presentation. Through diverse dialogues with the general public about our preliminary idea of several projects, we found out that the public preferred the Snow White project, one of the preliminary projects. As we figured out even though contents of Snow White project are difficult to understand, the public still showed great interest in it because it brought a sense of familiarity to the most. And this obviously leads to the public's deeper understanding of Snow White project than the others. Thus, we selected Snow White as our project.</p>
 
</div><!-- /general_public -->
 
</div><!-- /general_public -->
 
 
Line 547: Line 910:
 
 
 
<div id="dialog">
 
<div id="dialog">
    <p class="normal_text">Another question from the students is that representing the story is interesting, but how our project can contribute to the society. Because this comment actually inspired us a lot, we started to focus on the consideration of the prospect of our project. After having dialogue with experts, we obtained a comment that TA system has a potential to be linked to development of effective technology. However, at present, there exits problems when using a TA system to control the protein production. We cannot selectively produce only desired protein because other proteins would be also produced at the same time. Then, our dry lab used JAVA to develop software named “ACADwarfs” adjusting number of ACA base sequence as a solution to the problem.
+
    <p class="normal_text">Another question from the students is that representing the story is interesting, but how our project can contribute to the society. Because this comment actually inspired us a lot, we started to focus on the consideration of the prospect of our project. After having dialogue with experts, we obtained a comment that TA system has a potential to be linked to development of effective technology. However, at present, there exits problems when using a TA system to control the protein production. We cannot selectively produce only desired protein because other proteins would be also produced at the same time. Then, our dry lab used JAVA to develop software named "ACADwarfs" adjusting number of ACA base sequence as a solution to the problem.
 
</p>
 
</p>
 
    </div>
 
    </div>
Line 711: Line 1,074:
 
<h2 align="center">Summary</h2>
 
<h2 align="center">Summary</h2>
 
<p class="normal_text">We "went beyond the lab" and developed our project through human practice activities.</p>
 
<p class="normal_text">We "went beyond the lab" and developed our project through human practice activities.</p>
<p class="normal_text">We have not just reflected opinions from dialogues with the public and experts about our project. Firstly, we investigated and discussed about the issues on our own. Secondly, in the light of the application of our project, we did experiments and modeling. Finally, we succeeded in the creation of “ACA dwarfs” and “the growth and death wave by toxin-antitoxin on agar medium.Furthermore, we are doing experiments to make E. coli mutants secreting protein extracellularly. The products will probably lead to further developments of our project.</p>
+
<p class="normal_text">We have not just reflected opinions from dialogues with the public and experts about our project. Firstly, we investigated and discussed about the issues on our own. Secondly, in the light of the application of our project, we did experiments and modeling. Finally, we succeeded in the creation of "ACADwarfs" and "the growth and death wave by toxin-antitoxin on agar medium." Furthermore, we are doing experiments to make <span style="font-style: italic;">E. coli</span> mutants secreting protein extracellularly. The products will probably lead to further developments of our project.</p>
 
<p class="normal_text">Achievements as mentioned above indicate that we have succeeded in the integrated Human Practice.</p>
 
<p class="normal_text">Achievements as mentioned above indicate that we have succeeded in the integrated Human Practice.</p>
 +
       
 +
                        <div class="tokyo_tech_clear"></div>
 
 
 
 
<h3><a href="https://2016.igem.org/Team:Tokyo_Tech/Collaborations#may_festival">Suzukake Festival (May 14 & 15, 2016)</a></h3>
+
<h3>Suzukake Festival (May 14 & 15, 2016)</h3>
 
<img src="https://static.igem.org/mediawiki/2016/8/81/T--Tokyo_Tech--May_Festival.png" alt="May Festival" width="200px" style="float: left;" />
 
<img src="https://static.igem.org/mediawiki/2016/8/81/T--Tokyo_Tech--May_Festival.png" alt="May Festival" width="200px" style="float: left;" />
<p class="normal_text" style="float: left; width: 550px;">The Suzukake Festival, the school festival on the Suzukakedai campus, was held on May 14-15, 2016. We introduced iGEM and our projects to the visitors to let them know about synthetic biology and we received feedback.</p>
+
<p class="normal_text" style="float: left; width: 550px; margin-left: 10px;">The Suzukake Festival, the school festival on the Suzukakedai campus, was held on May 14-15, 2016. We introduced iGEM and our projects to the visitors to let them know about synthetic biology and we received feedback.</p>
 
 
 
<div class="tokyo_tech_clear"></div>
 
<div class="tokyo_tech_clear"></div>
 
 
<h3><a href="https://2016.igem.org/Team:Tokyo_Tech/HomecomingDay">Homecoming Day (May 21, 2016)</a></h3>
+
<h3>Homecoming Day (May 21, 2016)</h3>
 
<img src="https://static.igem.org/mediawiki/2016/6/69/T--Tokyo_Tech--Homecoming_Day.jpg" alt="PHOTO" width="200px" style="float:left;" />
 
<img src="https://static.igem.org/mediawiki/2016/6/69/T--Tokyo_Tech--Homecoming_Day.jpg" alt="PHOTO" width="200px" style="float:left;" />
<p class="normal_text" style="float: left; width: 550px;">Homecoming Day is an annual event held at Tokyo Tech. We introduced iGEM and synthetic biology to the alumni. We realized that it is hard to explain our research themes and goals to the public clearly. Therefore, we decided to make videos about <i>E. coli</i> and genetic modification. </p>
+
<p class="normal_text" style="float: left; width: 550px; margin-left: 10px;s">Homecoming Day is an annual event held at Tokyo Tech. We introduced iGEM and synthetic biology to the alumni. We realized that it is hard to explain our research themes and goals to the public clearly. Therefore, we decided to make videos about <i>E. coli</i> and genetic modification. </p><br /><br /><br /><br /><br /><!-- fit imgae -->
 
<div class="clear"></div>
 
<div class="clear"></div>
 
    </div><!-- /summary -->
 
    </div><!-- /summary -->
 
     
 
     
 
    <div id="reference" class="container_contents">
 
    <div id="reference" class="container_contents">
<h2 align="center">Reference</h2>
+
<!--
+
http://catalog.takara-bio.co.jp/PDFS/50_24-27.pdf<br />
+
file:///C:/Users/Mako/Documents/iGEM/MazF社会貢献性(single%20protein).pdf
+
-->
+
 
    </div><!-- /reference -->
 
    </div><!-- /reference -->
 +
</div><!-- /policy_and_practices_contents -->
 
</div><!-- /Policy_and_Practices -->
 
</div><!-- /Policy_and_Practices -->
 
 
Line 791: Line 1,153:
 
});
 
});
 
    });
 
    });
 
 
 
/**** Rotate Image *****/
 
/**** Rotate Image *****/
 
 
var parent = document.getElementById('images_wrapper');
 
var parent = document.getElementById('images_wrapper');
 
var string3e = document.getElementById('string_3e');
 
var string3e = document.getElementById('string_3e');
Line 998: Line 1,357:
 
var counter = 0
 
var counter = 0
 
var x = 0;
 
var x = 0;
 +
var w;
 
 
 
function slideImages(){
 
function slideImages(){
if(counter < slide.children[0].offsetWidth+8){
+
if(counter == 0) w = slide.children[0].offsetWidth+4;
 +
if(counter < w){
 
x--;
 
x--;
 
for(i=0; i<SIZE; i++){
 
for(i=0; i<SIZE; i++){
 
var elemli = slide.children[i];
 
var elemli = slide.children[i];
var l = elemli.style.left;
 
 
elemli.style.left = (pos_X[i] + x) + 'px';
 
elemli.style.left = (pos_X[i] + x) + 'px';
 
}
 
}
} else if(counter == slide.children[0].offsetWidth+8) {
+
} else if(counter == w) {
 
var elem = slide.children[0];
 
var elem = slide.children[0];
 
slide.removeChild(elem);
 
slide.removeChild(elem);
Line 1,025: Line 1,385:
 
 
 
 
 
+
/**** show hidden ****/
 
function show(idName){
 
function show(idName){
 
var elem = document.getElementById(idName);
 
var elem = document.getElementById(idName);
Line 1,040: Line 1,400:
 
 
 
waitImagesLoad();
 
waitImagesLoad();
 
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>
 
{{Tokyo_Tech/Footer}}
 
{{Tokyo_Tech/Footer}}

Latest revision as of 01:58, 3 November 2016

1. Overview

At the beginning of our iGEM activities, we felt that people seem to be unfamiliar with synthetic biology and its social contribution. In order to solve these issues, we chose to show our concepts through Snow White, one of the most famous stories around the world. Besides, we held many outreach activities, dialogued with experts, and created a model called "3E": education, ethics, and economy. We also designed some ideas based to our research (Toxin-Antitoxin system etc.) for society.
We contributed to raising public awareness of synthetic biology and improving our project through science communication.

2. 3E

We approach the social meaning of our project from three aspects: Education, Ethics, and Economy. Education plays an important role to raise scientific literacy as one of the most fundamental activities in daily life. Ethics is indispensable when you are engaged in synthetic biology. Economic profit is produced by technological application of synthetic biology. To approach the social meaning (of our project) from these aspects, we worked on many activities. This page shows all of our human practice activities.

Overview

After exchanging opinions with the public in school festivals (including May festival, Suzukake festival and Homecoming day), we found that the majority of people do not know much about synthetic biology. We thought that attributes to the lack of opportunity to stimulate their curiosity. Therefore, using a familiar fairy tale, Snow White, as a main theme, we designed our project. We also gave classes and made YouTube videos to raise the awareness. After the classes we gave, students improved their awareness of genetic modification and E. coli. Furthermore we created a special card game for the public in order to let them study science independently and delightfully. It can be used as a new type of educational tool and requires the basic knowledge about Toxin‐Antitoxin system(TA system) and Quorum Sensing(QS).

School-visits

In order to enhance the understanding of youths, we decided to conduct some School-visits. As a result, we gave lectures to 269 middle and high school students from 6 schools. Furthermore, these activities were good opportunities to learn how our project can impact the general public.

The detail of each school visit is organized on our wiki, so you can use it as a reference if you come to get involved in this kind of activity.

If your mouse is over photos you can see the explanation. You can see the details when you click the photo,


There is not only one story for Snow
White, but there exist several ones.

We designed a circuit in order
to recreate the story using our
own parts!

Does no other character apart from Snow White, the Prince and the Queen appear?

We decided to include the Mirror in the Story!

It is interesting to recreate the story of Snow White, but is there a way to apply Tokyo_Tech’s project into medicine or agriculture?

Could we use the TA system for any contribution to society?

“I was surprised to see how you can use E. coli to make this kind of playful experiments!” It changed my impression that E. coli equals food poison, and now I fell some kind of respect for it.

We usually hear the term gene recombination, but never how it’s done. It sounds hard!

I was surprised that it wasn’t as hard as I thought. It looks like it could be used in several fields. I’d like to try it too.

We included the opinion of the students in our card game and improved it!

What kind of lecture should we perform in order to let students understand better the gene recombination technics.

Let’s ask the Science Comunicator

As a result of incorporating what we learn after talking to the science communicator in our lectures... we obtained even better results!

Video

"It is difficult." "I don't get it." "What are you doing?"

These are words that the public told us about our activities, which means that the public did not understand our activity well. Therefore, we made intelligible videos to improve this situation.

The first episode: What is E. coli?
https://youtu.be/VJre_GtDRo4

The second episode: How to modify genes? What can we do by modifying the genes of E. coli?
https://youtu.be/nJtvFeMDbac

The third episode: "Snow White"
https://youtu.be/BCej9LzkYlc

Card Game

The public will not understand our project unless they experience it.

So we made a card game containing two functions so that the public can understand the basis of our project, TA system and QS. Click here to download the kit with the rulebook that we developed through trial and error so everyone can play easily. If you get interested in this card game, you can print it out and play it yourself.

Card Game Rule

Card Game Parts

Expert [Ogawa Tatsuya]

We noticed that the ways of manifesting and expressing our project are important when we explain our project to the public.

He gave us the advice that we should insert a punch line in our project to summarize our project to the audience's satisfaction. We should not only talk about the results but also convince the audience through our explanation. Hence, we should construct the whole concept, thinking what listeners will think after explanation about our project.

Summary

We raised the public's attention of genetic modification, E. coli and synthetic biology through our activities. Since we found our activities are influential to many people, we want to continue these to inform the utility of synthetic biology to the public even after iGEM.

Overview

There always exists ethic problem about research of life science. Especially synthetic biology, there are a lot of problems in this field. The judge about the boundary between the research allowed and the research restricted is extremely difficult. However, as researchers of life science, iGEM 2016 team Tokyo_Tech must take into account the problems arising deeply. In this case, we organized a symposium where we can discuss with the experts and exchange opinions with them. Moreover, we start to think about our ethic code of synthetic biology, basing on the things we learned from this symposium.

[Read More]

Symposium

We discussed with 6 researchers who is working on synthetic biology in this symposium. Then we learned that which one should be deal with between ethics of technology and ethics of science is decided by the thing that between developing technology and scientific research, which field your study is most likely to belong to. We have interests in this thing , so when we think about ethic code, we make it based on this.

Firstly, the reason why the ethic of technology and the one of science are different is because the goals of studies are different. The goal of debeloping technology is mainly application in the society, as a result, it is necessary to include appropriateness of method, usability, security and management of risk. On the other hand, researcher do the scientific studies due to the spirit of inquiry, therefore, it is necessary to include appropriateness and completely mutual criticism among researchers. We aim to make our project be applied to developing technology which is usable to society, therefore, we think about our ethic code referencing the ethic of technology. However, thinking about the ethic directly is difficult, so at the first step, we want to think about ethic related to what kind of problems in our project.

iGEM_Tokyo_Tech2016's ethic problem

As what we said in Future work, we are thinking that whether TA system can be applied to DDS and to decreasing risk of mutidrug-resistant bacteria appearing . In the temporary society, according to the law, taking out the designate genetically modified organism is restricted. Additionally, research institutes are focus on the construction whether it can leak genetically modified organism or not. However, the solution to the leak of genetically modified organism are being developed. And the utility of E. coli which will extinct even without being dealed with to become weak under the dry condition.

We thought about the danger of synthetic biology to our human being so far, on the other hand, we also need to take account into the creature used in experiments. We are using E. coli in our project this time.when we actually did the experiment, E. coli is systematically different with human being, so we hard to have a sense of guilty even though we make them work to meet our own needs. However, how about the other creatures? Their lives are likely to be decided by species when we didn’t even realize it.

In addition, in order to decrease the amount of creatures used in experiments as possible as we can, using modeling is important.In the past, modeling is used to decide the most suitable amount of reagent and time. We apply it to enhance consciousness that we try our best to decrease the amount of creature utilized.

Our ethic code of synthetic biology

It is becoming possible currently that Through machine learning about construction elements of creature, we regard construction elements as spare parts , design some creature functions and create artificial intelligence. Although through this people will get profit, the other creatures will be faced with new dangers. In order to prevent creatures from dangers, people who work on synthetic biology should follow the things shown below.

  • We should respect every life and be grateful to every life utilized in experiment.

  • We should concern about the influences on life environment of utilized sample and testee.

  • We should be aware of our position as a researcher and never utilize any specimens escaping from the law in gene modification experiments and etc; and we should never perform any fraud of experimental results, unauthorized reproduction or any other kind of plagiarism that would put in doubt one’s dignity.

  • We should always respect the others' position, and try our best to make up for deficiency mutually like in the Asilomar Conferences. Specially, since cooperation between wet and dry teams is important, we need to share information daily and never fail to communicate in order to improve the understanding of each other.

  • Compared to the analytic approach, the synthetic approach has to take in consideration more topics including technology and ethic. So it is not something easily achievable. Take in account that not everything is going to go as expected.

  • Through reducing the amount of creature utilized, we need to concern about environment, give a whole impression and do simulation to clarify the goals.

  • When "designing" biomolecules or biological systems, we should take into account the use of artistic activities to make our project easier to understand to the general public.

Final remarks

Because there is no clear boundary, it is hard to find clear answer of ethic problems such as genetically modification. For example, the boundary of living and non living creature depends on species. Moreover, there are always different opinions because of culture and religon. All the things above are the reason making ethic problems become complicated.

On the other hand, as reality, ordinary people tend to think towards questions that it is scientist who should take into account theses problems, and have nothing to do with the problems. In order to change the way they are thinking, it is important to have the opportunities that we can get information from scientists in symposium and lectures given to high school students. We need to let ordinary people know that ethic problems do have relation with them, which is also merit for scientists. when we were giving the lecture to high school students, we know something new through the conversation among ordinary people, which is different when we talk with scientists. Everyone can feel the ethic problems closing to their daily life through thinking about what kind of questions will happen and discussing with each other. Moreover, by popularizing this, there is a goal that all the actions taken are right after thinking about life ethic.

Reference

1. Nudeshina, Jiro Ph.D. To what extent should research on life be free? -dialogue with scientists (in Japanese) Iwanami Shoten Publisheres, Tokyo, 2010

2.Makoto Masuda. [Internet].Japan: Gouseiseibutsugaku-sonokanouseitokadai- [cited July 18th, 2011]. Available from http://www.tbr.co.jp/pdf/sensor/sen_a216.pdf

3. TA Note 07 [Internet]. Japan: Seimeikinounokozotekikenkyunogenzyotosya kaitekikadai:nihonniokerugouseiseibutsugakutoha?(Present state and social problems on structural research of life function: What is ‘Synthetic Biology’ in Japan?) [cited October 7th, 2016] Available from http://i2ta.org/news/i2ta/ta-note-07.html

4. The Institution of Professional Engineers, Japan [Internet]. Japan: Gizyutushi- rinrikoryo [cited October 7th, 2016] Available from www.engineer.or.jp/c_topics/000/000025.html

5. Japanese Association of Certified Social Workers [Internet]. Japan: Rinrikoryotokoudoukihan [cited October 7th, 2016] Available from: http://www.jacsw.or.jp/01_csw/05_rinrikoryo/

6. Japanese Nursing Association [Internet]. Japan: Kangosyanorinrikoryo [cited October 7th, 2016] Available from: http://www.nurse.or.jp/nursing/practice/rinri/rinri.html

7. John R Pringle, James R Broach,Elizabeth W Jones. The Molecular and Cellular Biology of the Yeast Saccharomyces. Vol. 3. Cell Cycle and Cell Biology. US: Cold Spring Harbor Laboratory Press; 1997.

Overview

In order to use our project in society, we decided to approach it from a big perspective, economy. Our project includes a basic research, so, we thought that we should work on our project in terms of economy, instead of more specific fields such as environment and medicine, to make our project flexible to the upcoming technology. Among many elements of our project, in this page we focus on TA system.

We had a dialogue with experts to think our project from an economic perspective. This dialogue was the biggest turning point of our project.

Expert [Nakasaki Kiyohiko]

Prof. Nakasaki is a professor on the department of international development engineering at Tokyo Tech. He is researching about bio-refinery, prevention of plant disease by functional compost and DNA sensor of compost maturity. One of his research aims to produce chemical materials efficiently such as L-lactone and ethanol that is biodegradable plastic materials.

 

He showed interest in the fact that TA system inhibits the cell growth of E. coli and can even "resuscitate" it. And also in the protein expression that comes with this mechanism. During the dialogue, we were given with the positive option that continuously repeating the control of protein production can lead to a technology which reduces the risk of the appearance of multiple-drug-resistant bacteria. Therefore, from the view point of economy, we set a goal to control protein production.

After this dialogue, we have done two things to implement the protein production control.

  1. ACA Rise and Fall Code
    The development of a software which adjusts the number of ACA (Adenine-Cytosine-Adenine) sequence in the DNA.

     

  2. The experiments of creating E. coli mutants which secrete protein extracellularly

    "TA system ~Queen's Caprice~"

    These resulted in big success to obtain protein production control.

 

Moreover, we had a dialogue with Prof. Nakasaki about the application of the technology of TA system. The subjects for the dialogue were mainly DDS (Drug Delivery System) and risk reduction of the multi-drug-resistant bacteria emergence. These lead to technological development in the future, so the details on them are shown on Future work.

Future Work

Overview

We consider the possibility of the protein production system is controlled by Maz system and signal transfer mechanism. To improve the performance of controlling the production by Maz system, we developed a tool for increasing or decreasing the number of ACA sequence, which is the specific site cleaved by MazF homo dimmer. Maz system.

  1. Controlling the protein production

  2. Selectivity of the target mRNA

  3. System of communicating with outside

Combining i. and ii., it is expected that the target protein is obtained effectively and with favorite rate. Furthermore, adding iii., we could design an automatic and advanced information-processing system. In other words, we could design an oscillatory cell-cell communication in which one cell containing man system, receives an extrinsic signal (Maz system is controlled by the type of the signal), then the cell produces the substance which affects other cells.

To increase the selectivity of repressing the protein production by Maz system, we develop a tool of increasing or decreasing the number of ACA sequence named "ACA Dwarfs." This application makes our future work much more realistic than other iGEM teams (see Model page).

Furthermore, a lot of vital phenomena are oscillatory. So we could apply this oscillatory system to DDS (Drug Delivery System) or to decrease the risk of the appearance of the multi-drug-resistant strains.

  • Decrease the risk of the appearance the multi-drug-resistant strains

    These days, the possible appearance of multi-drug-resistant strain due to excessive use of pesticides is alarming. But spreading a pesticide one by one costs money, so we suggest using the system of controlling the protein production a by Maz system: the production of a pesticide is usually repressed by MazF, but only when the substance delivered from the targeted organism (for example: pheromone), MazF is contradicted by MazE and the pesticide is produced. This oscillatory model can decrease the possibility of the appearance of the multidrug-resistant strains because the pesticide is produced at intervals.

  • DDS(Drug Delivery System)

    Introducing maz system to human cells and orchestrating the human original signal transduction system and Maz system, we design the mechanism that the cell secrets drug depended on the internal condition. For example, when a maz system introduced cell receives the blood glucose level increase, the cell synthesizes the insulin.

  • Our TA systems and QS might be applicable to control the Intestinal Flora

    1.Introduction

    These days, Intestinal Flora draws a lot of attention because it will greatly affect our health. If the balance of intestinal flora is lost, it will lead into an illness or might even change your personality. It is assumed that intestinal flora consists of communication systems among various bacteria. However, no such communication systems have been found. So, it will contribute to the society to clarify the mechanism of intestinal flora and to find a way of controlling it.

    Our project focused on the cell-cell communication through TA system and QS, and proved the initial step to explain and control the system of the intestinal symbiosis.

    2. The results of our project

    2-1. TA System Assay

    We used Maz system, which is a kind of TA system. MazF (Toxin) inhibits translation by cleaving ACA sequence in mRNA and MazE (Antitoxin) releases MazF inhibition. We showed that Maz system could regulate cell growth when mazE and mazF were alternately expressed in E. coli (see TA system assay pages).


    2-2. AHL and AmiE Assay

    We indicated that QS of Pseudomonas aeruginosa genesand V. fischeri, and amiE, which selectively degrades AHLs, could work in E. coli. Sometimes, these genes are toxic to E. coli, but this was solved by, for example, tagging ssrA or experimenting at low temperatures (see AHL reporter assay page and AmiE assay page).


    2-3. Temperature-dependent Promoters

    We indicated that temperature-dependent promoters were activated strongly at a specific temperature: gfp under Pcold, which is activated at 15°C and under, was much more expressed at 18°C than at 37°C; on the other hand, gfp under Pheat, which is activated at 42°C and over, was more expressed at 37°C than at 28°C. We can say that we can control the expression of the gene under these temperature-dependent promoters by changing temperature.


    2-4. Modeling

    We simulated our final genetic circuits containing the genes of TA system, QS and temperature-dependent promoters. The simulation showed that the circuits could perform favorably by improving some parts (see Model page and Rhl system assay page).

    3. Discussion

    In conclusion, we proved that the genes of other bacterial QS and temperature-dependent promoters worked in E. coli and that E. coli original TA system gene under inducible promoters regulated the growth in WET experiments. From these results, the simulation showed that E. coli containing TA system gene and QS gene under various inducible promoters communicated with each other.
    Besides, by simulating that the genetic circuits worked properly with the three types of inducible promoters, we suggest that intestinal bacterial growth is controlled by nutritional condition, temperature and intestinal bacterial density. The three types of promoters were the sugar-dependent promoters (PBAD, Plac), the temperature-dependent promoters (Pcold, Pheat) and the AHL-dependent promoters (Prhl, Plux and Plas). Our project therefore helps to understand the symbiosis of intestinal flora. Furthermore, we are quite sure that we could engineer the E. coli or other bacteria which have function of regulating the symbiosis.

3. Policy & Practices

During promotion of our project, we had dialogues with the public and experts. Based on the opinions from them, we developed our project. Keeping from our narrow view, this led to success in creation of a well-rounded project with connection between the public and experts.

This page explains changes that some events had made to our project in chronological order.

Integrated_Silde_Figure

In the school festivals, we did poster presentation. Through diverse dialogues with the general public about our preliminary idea of several projects, we found out that the public preferred the Snow White project, one of the preliminary projects. As we figured out even though contents of Snow White project are difficult to understand, the public still showed great interest in it because it brought a sense of familiarity to the most. And this obviously leads to the public's deeper understanding of Snow White project than the others. Thus, we selected Snow White as our project.

Then, in the classes we gave to high school students, we were asked the reason why there are only three characters in the story. Accordingly, we found suitable characters and environmental factors to add into the story.

Another question from the students is that representing the story is interesting, but how our project can contribute to the society. Because this comment actually inspired us a lot, we started to focus on the consideration of the prospect of our project. After having dialogue with experts, we obtained a comment that TA system has a potential to be linked to development of effective technology. However, at present, there exits problems when using a TA system to control the protein production. We cannot selectively produce only desired protein because other proteins would be also produced at the same time. Then, our dry lab used JAVA to develop software named "ACADwarfs" adjusting number of ACA base sequence as a solution to the problem.

 

In this way, we integrated Human Practices to out project. However, we have done much more activities for Human Practices and show them in detail, below.

 

 

Human Practices

Integrated Human

Our Project

Practices

Public Engagement / Dialogue
May Festival

At the university festival of University of Tokyo, the public (parents and friends of students at University of Tokyo, and the other visitors of the festival) advised on our project in a poster session.

Among the projects, the ones with approachable themes were quite popular.

Select "Snow White" from prospective projects

Snow White is the story everyone knows, and people can understand the story pretty much. Moreover, it is familiar to the public and promotes a better understanding about E. coli, synthetic biology and our project.

Public Engagement / Dialogue
Suzukake Festival

At the university festival of Tokyo Tech, the public (parents and friends of students at Tokyo Tech, and the other visitors of the festival) advised on our project in a poster session. We got an advice that we should put on a shortplay to make our story easier to be understood.

Let's perform a short play during the presentation!

Public Engagement / Dialogue
Homecoming Day

This is an annual event held at Tokyo Tech with everyone related to Tokyo Tech and neighboring residents, where we aimed to get feedback from them by introducing our activities with a poster. However, we could hardly tell the public science and technology easily, and they had trouble understanding fundamental knowledge.

  • Make videos about E. coli and synthetic biology for the public.
  • Make an interesting card game for study.
School-visits
Ochanomizu University Junior High School

Aim of the lesson was to obtain feedback on our project from junior high school students, and to get evaluations of our project on the basis of their criteria. One student offered a following comment.
"Don't other characters appear in the story?"

At the beginning, the characters were three: Snow White, the Queen and the Prince. To make our story closer to the original one, we added the Magic Mirror to the story.

There are some versions of Snow White story. Using our parts, we designed two gene circuits to represent different story versions.

School-visits
Tokyo Metropolitan Nishi High School

Aim of the lesson was to raise student’s interest in iGEM through explanation of possibilities of genetic modifications, gene recombination techniques, and synthetic biology. The other aim of this lesson was to get feedback on our project from high school students. In the lesson, we focused on explanation of our project at that time. One student gave the following opinion.

"Certainly, representing Snow White Story is interesting, but can you make your project work for society?"

Can we make something socially beneficial?

We discuss by ourselves, and set up opportunities to have dialogues with experts.

Expert Prof. Nakasaki

During the dialogue, he said that repetition of protein production control probably takes a step to the technology reducing risk of the multiple-drug-resistant bacteria emergence.

School-visits
Kanagawa prefectural Atsugi High School

The classes' goal was to raise students' interest and awareness of E. coli and to increase the knowledge about synthetic biology and gene ligation techniques.

The class got the result of an advance in knowledge and enhancement of the students' interest toward genetic modification (However, we could have got better results.)

So far, iGEM team Tokyo_Tech has "told the public about synthetic biology" in various ways with a familiar theme. However, we have not been able to influence all of the people. We thought that the reason relied on our way of communication. Therefore, we decided to ask a science communicator, who is an expert on telling science to the public.

National museum, nature and science, Tokyo
Science Communicator Mr. Ogawa

He told us that only representing the research cannot attract the audience's interest, and cannot get shrewd feedback. Also, he suggested that our story should have a clear conclusion that can tell people something.

We learned how to tell science to the public from a science communicator. From his talk, we noticed that we should design the whole project considering what the public will think after explaining our project.

In addition, we decided to make our project more attractive, through clarifying our project's goal and setting a clear conclusion.

Summary

We "went beyond the lab" and developed our project through human practice activities.

We have not just reflected opinions from dialogues with the public and experts about our project. Firstly, we investigated and discussed about the issues on our own. Secondly, in the light of the application of our project, we did experiments and modeling. Finally, we succeeded in the creation of "ACADwarfs" and "the growth and death wave by toxin-antitoxin on agar medium." Furthermore, we are doing experiments to make E. coli mutants secreting protein extracellularly. The products will probably lead to further developments of our project.

Achievements as mentioned above indicate that we have succeeded in the integrated Human Practice.

Suzukake Festival (May 14 & 15, 2016)

May Festival

The Suzukake Festival, the school festival on the Suzukakedai campus, was held on May 14-15, 2016. We introduced iGEM and our projects to the visitors to let them know about synthetic biology and we received feedback.

Homecoming Day (May 21, 2016)

PHOTO

Homecoming Day is an annual event held at Tokyo Tech. We introduced iGEM and synthetic biology to the alumni. We realized that it is hard to explain our research themes and goals to the public clearly. Therefore, we decided to make videos about E. coli and genetic modification.






4. Snow White Versions

The remaking of the fairy tale "Snow White" by the Grimm Brothers has enjoyed a lot of versions since it was published in 1812 in the first edition of their collection Grimms" Fairy Tales. Some elements are common in any Snow White stories. However, because the authors add their original elements or features to the story, it becomes unique. We chose other two versions, Mirror Mirror" and "A Snow White Christmas" and designed their genetic circuits.