Team:Hong Kong HKUST/hp/article/compare

From 2013.igem.org

(Difference between revisions)
 
(31 intermediate revisions not shown)
Line 9: Line 9:
});
});
});
});
-
</script>
+
</script>
 +
<script>
 +
$(document).ready(function(){
 +
 
 +
// hide #back-top first
 +
$("#back-top").hide();
 +
 +
// fade in #back-top
 +
$(function () {
 +
$(window).scroll(function () {
 +
if ($(this).scrollTop() > 100) {
 +
$('#back-top').fadeIn();
 +
} else {
 +
$('#back-top').fadeOut();
 +
}
 +
});
 +
 
 +
// scroll body to 0px on click
 +
$('#back-top a').click(function () {
 +
$('body,html').animate({
 +
scrollTop: 0
 +
}, 800);
 +
return false;
 +
});
 +
});
 +
 
 +
});
 +
</script>   
<script>
<script>
$(document).ready(function()
$(document).ready(function()
Line 42: Line 69:
{visibility:hidden;}
{visibility:hidden;}
#globalWrapper
#globalWrapper
-
{position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;height:7750px;}
+
{position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;height:5000x;}
#content
#content
-
{width: 995px;border:none;background-color:#ffffff;height:7700px;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
+
{width: 995px;border:none;background-color:#ffffff;height:4800px;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
#top-section
#top-section
{height:2px;border:none;background-color:#494042;}
{height:2px;border:none;background-color:#494042;}
Line 140: Line 167:
top:141px;
top:141px;
width:100%;
width:100%;
 +
z-index:1;
}
}
-
ul.side-nav {
+
#back-top {
 +
position: fixed;
 +
top: 10%;
 +
right: 2%;
 +
z-index:16;
 +
}
 +
#back-top a {
 +
width: 108px;
 +
display: block;
 +
text-align: center;
 +
font: 11px/100% Arial, Helvetica, sans-serif;
 +
text-transform: uppercase;
 +
text-decoration: none;
 +
color: #bbb;
 +
/* background color transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
}
 +
#back-top a:hover {
 +
color: #ffffff;
 +
}
 +
 
 +
#back-top span {
 +
width: 65px;
 +
height: 60px;
 +
display: block;
 +
margin-bottom: 7px;
 +
background: #ddd url(up-arrow.png) no-repeat center center;
 +
/* rounded corners */
 +
-webkit-border-radius: 15px;
 +
-moz-border-radius: 15px;
 +
border-radius: 15px;
 +
/* background color transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
}
 +
#back-top a:hover span {
 +
background-color: #777;margin-top:10px;
 +
}
 +
 
 +
ul.side-nav, ul.side-nav1 {
display: block;
display: block;
list-style: none;
list-style: none;
margin: 0;
margin: 0;
-
padding: 17px 0;
+
padding: 17px 0;font-family:"Trebuchet MS", Helvetica, sans-serif;
}
}
ul.side-nav h6 {
ul.side-nav h6 {
margin: 47px 0px 0px;
margin: 47px 0px 0px;
}
}
-
ul.side-nav li.divider {
+
ul.side-nav1 h6 {
 +
margin: 0px 0px 0px;
 +
}
 +
ul.side-nav li.divider, ul.side-nav1 li.divider {
border-top: 1px solid #ddd;
border-top: 1px solid #ddd;
}
}
 +
.two, .row .two {
.two, .row .two {
width: 16.66667%;
width: 16.66667%;
Line 167: Line 241:
width: 83.33333%;
width: 83.33333%;
top:192px;
top:192px;
-
z-index:-2;
+
 
}
}
.column, .columns {
.column, .columns {
Line 179: Line 253:
}
}
h1, h2, h4, h5, h6 {
h1, h2, h4, h5, h6 {
-
font-family: 'Bitter', serif;
+
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-weight: normal;
font-weight: normal;
color: #000;
color: #000;
border-bottom: none;
border-bottom: none;
-
h3{font-size:18px;}
+
 
 +
h3{font-size:18px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
h5{margin-left:15px;}
h5{margin-left:15px;}
Line 209: Line 284:
}
}
.nine, .row .nine {
.nine, .row .nine {
-
width: 100%;
+
width: 100%;font-family:"Trebuchet MS", Helvetica, sans-serif;
}
}
[class*="column"] + [class*="column"]:last-child {
[class*="column"] + [class*="column"]:last-child {
Line 217: Line 292:
width: 25%;
width: 25%;
}
}
 +
#construct{margin-left:30px;}
ul li ul, ul li ol {
ul li ul, ul li ol {
margin-left: 20px;
margin-left: 20px;
-
margin-bottom: 0;
+
margin-bottom: 0;}
-
</style>
+
 +
#iGEM_Logo{
 +
width:100px;
 +
height:80px;
 +
position:absolute;
 +
right:10px;
 +
top:60px;
 +
z-index:+15;
 +
}
 +
#hkust_Logo{
 +
width:60px;
 +
height:80px;
 +
position:absolute;
 +
right:110px;
 +
top:60px;
 +
z-index:+15;
 +
}
 +
 +
 +
</style>
 +
</head>
<body>
<body>
 +
 +
<a href="https://2013.igem.org/Main_Page"><img id="iGEM_Logo" src="https://static.igem.org/mediawiki/2013/4/46/Igem_qgem_logo.png"></a>
 +
         
 +
 +
<a href="http://www.ust.hk/eng/index.htm"><img id="hkust_Logo" src="https://static.igem.org/mediawiki/2013/5/55/Hkust_logo.gif"></a>
 +
 +
 +
<p id="back-top" style="display:none;">
 +
<a href="#top"><span><img src="http://515alive.com/theme/img/up-arrow.png" style="width:90%;"><br><br>BACK TO TOP</span></a>
 +
</p>
<a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala" style="height:121px;width:100%;"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;align:middle;"></div></center></a>
<a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala" style="height:121px;width:100%;"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;align:middle;"></div></center></a>
<div id="cover"></div>
<div id="cover"></div>
Line 244: Line 349:
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data">Data Page</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modelling">Modeling</a></li>
 
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li>
</ul>
</ul>
</li>
</li>
Line 256: Line 362:
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li>
+
 
</ul>
</ul>
</li>
</li>
Line 269: Line 375:
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a>
<ul>
<ul>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li>
 
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article">Article</a></li>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/genet">Article</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li>
Line 280: Line 386:
</ul>
</ul>
-
</div>
 
</div>
</div>
       <div class="row">
       <div class="row">
<div class="two columns">
<div class="two columns">
 +
<br>
 +
 +
 +
 +
</ul>
<ul class="side-nav">
<ul class="side-nav">
<li>
<li>
Line 293: Line 403:
</li>
</li>
<li>
<li>
-
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/compare">China</a>
+
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/cn">China</a>
</li>
</li>
<li>
<li>
Line 305: Line 415:
</li>
</li>
<li>
<li>
-
Comparison
+
Comparison<ul> <li>
 +
<a href=#1>SynBio Map Entries</a>
 +
</li>
 +
<li>
 +
<a href=#2>iGEM Participation</a>
 +
</li>
 +
<li>
 +
<a href=#3>Regulations</a>
 +
</li>
 +
<li>
 +
<a href=#4>References</a>
 +
</li></ul>
</li>
</li>
Line 319: Line 440:
<div class="row">
<div class="row">
-
<div class="nine columns">
+
<div class="nine columns"><p id="1"></p>
<h3>SynBio Map Entries of East Asian Countries</h3>  
<h3>SynBio Map Entries of East Asian Countries</h3>  
The SynBio Map identifies and locates companies, universities, research institutions, laboratories and other centers across the globe that are active in synthetic biology research. It is a good tool to compare the trend of synthetic biology around the world. This map was created at the Synthetic Biology Project at the Woodrow Wilson International Center for Scholars ("Synthetic biology project," ).   
The SynBio Map identifies and locates companies, universities, research institutions, laboratories and other centers across the globe that are active in synthetic biology research. It is a good tool to compare the trend of synthetic biology around the world. This map was created at the Synthetic Biology Project at the Woodrow Wilson International Center for Scholars ("Synthetic biology project," ).   
<br><br>
<br><br>
<center><img src="https://static.igem.org/mediawiki/2013/4/46/Comparison_synbiomap_entry_1.png"></center><br>
<center><img src="https://static.igem.org/mediawiki/2013/4/46/Comparison_synbiomap_entry_1.png"></center><br>
-
With 369 entries in the map, the United States has the most entries in the SynBio map. This value exceeds the sum of all the map entries of Asian countries combined. This clearly indicates that the United States is the leading country of synthetic biology ("Synthetic biology project," )..  
+
With 369 entries in the map, the United States has the most entries in the SynBio map. This value exceeds the sum of all the map entries of Asian countries combined. This indicates that the United States is an important player on the global synthetic biology stage - "Synthetic biology project".  
<br><br>
<br><br>
-
In Asia, Japan, with 22, entries has the most entries followed by Mainland China with 20 entries. Considering the fact that no entries were listed in 2009, we can infer that synthetic biology in Asia, especially in Japan and China is rapidly growing. Also looking at the map, we have noticed that how synthetic biology is developed in a certain country depends on the political or economic status of that country. For example, China, a socialist country, have no entries of private companies listed in the SynBio map, while Japan, a country with free market, has around one third of the entries from private companies ("Synthetic biology project," ).
+
In Asia, Japan, with 22 entries has the most entries followed by Mainland China with 20 entries. Considering the fact that no entries were listed in 2009, we can infer that the synthetic biology scene in Asia, especially in Japan and China is rapidly taking shape. Also looking at the map, we have noticed that how synthetic biology is developed in a certain country depends on the political or economic status of that country. For example, China, a socialist country, has no entries of private companies listed in the SynBio map, while Japan, a country with a free market economy, has around one third of the entries from private companies ("Synthetic biology project").
<br>
<br>
</div>
</div>
</div>
</div>
<div class="row">
<div class="row">
-
<div class="nine columns">
+
<div class="nine columns"><p id="2"></p>
<h3>Participation in the iGEM Competition</h3>
<h3>Participation in the iGEM Competition</h3>
-
Many different teams all around the world participate in the international Genetically Engineered Machine (iGEM) competition. In this competition, teams use methods of synthetic biology to develop their projects. Because iGEM competition and synthetic biology is closely related, we have searched on the number of teams participated from East Asia to make a comparison and ultimately infer the trend of synthetic biology in these countries. Using such statistics is common way to infer the current status of synthetic biology. In fact, lots of academic reviews of synthetic biology mention iGEM competition to infer the current trend of synthetic biology in a particular country.
+
Many different teams all around the world participate in the international Genetically Engineered Machine (iGEM) competition. In this competition, teams use methods of synthetic biology to develop their projects. Because the iGEM competition and synthetic biology are closely related, we have searched for information on the number of teams that took part from East Asia to make a comparison and ultimately infer the trend of synthetic biology in these countries. Using such statistics is a common way to infer the current status of synthetic biology. In fact, lots of academic reviews of synthetic biology mention the iGEM competition to infer the current trend of synthetic biology in a particular country.
<br><br>
<br><br>
<center><img src="https://static.igem.org/mediawiki/2013/9/93/Comparison_igem_competition_1.png"><img src="https://static.igem.org/mediawiki/2013/e/ec/Comparison_igem_competition_2.png"><img src="https://static.igem.org/mediawiki/2013/6/6f/Comparison_igem_competition_3.png"></center><br>
<center><img src="https://static.igem.org/mediawiki/2013/9/93/Comparison_igem_competition_1.png"><img src="https://static.igem.org/mediawiki/2013/e/ec/Comparison_igem_competition_2.png"><img src="https://static.igem.org/mediawiki/2013/6/6f/Comparison_igem_competition_3.png"></center><br>
-
The number of participants in the iGEM competition has been continuously increasing every year. This trend holds true for some of the 5 Asian countries that we have investigated. For example, among the 5 countries, China has the most significant increase in the iGEM competition participation. In 2007, it only had 4 teams, but in 2012, there were 26 Chinese teams in the competition. The number of participants from Japan generally increased from 2006 to 2012, but this increase is not greater than that of China. For Hong Kong and Korea, the numbers of participants are nearly steady. For instance, from 2010 to 2012, Hong Kong steadily had 3 participants that had join the iGEM competition. In comparison with the number of participants from the United States, number of participant from East Asian countries is still very small.   
+
The number of participants in the iGEM competition has been increasing steadily every year. This trend holds true for some of the 5 Asian countries that we have investigated. For example, among the 5 countries, China has the most significant increase in the iGEM competition participation. In 2007, it only had 4 teams, but in 2012, there were 26 Chinese teams in the competition. The number of participants from Japan generally increased from 2006 to 2012, but this increase is not as great as that of China. For Hong Kong and Korea, the numbers of participants are nearly steady. For instance, from 2010 to 2012, Hong Kong steadily had 3 participants that had join the iGEM competition. In comparison with the number of participants from the United States, the number of participants from East Asian countries is still relatively small.   
<br><br>
<br><br>
-
East Asian countries first participated in the iGEM competition in 2006. Korea and Japan were the first ones to join the competition. Ever since, the majority of the participants from Asia were from East Asia. For example, in 2011, out of 46 participants from Asia, only 5 were non-East Asian teams. The number of participants, however, from other regions is increasing creating more diversity in the competition. Bogor Agricultural University has joined from Indonesia in 2012. In 2013, two teams from Indonesia have registered for the iGEM competition.  
+
East Asian countries first participated in the iGEM competition in 2006. Korea and Japan were the first ones to join the competition. Ever since, the majority of the participants from Asia were from East Asia. For example, in 2011, out of 46 participants from Asia, only 5 were non-East Asian teams. The number of participants, however, from other regions is increasing, creating more diversity in the competition. Bogor Agricultural University has joined from Indonesia in 2012. In 2013, two teams from Indonesia have registered for the iGEM competition.  
-
To do comparison between different countries it is necessary to get relative values of participation because the number of universities in each of these countries is different. The total number of universities of each of the countries were searched on-line and compared as a percentage of the ratio of number of teams in the iGEM competition over total number of universities in that country.<br><br><center><img src="https://static.igem.org/mediawiki/2013/e/e9/Comparison_igem_competition_4.png"></center><br>
+
To do comparison between different countries it is necessary to get relative values of participation because the number of universities in each of these countries is different. The total number of universities in each of the countries were searched online and compared as a percentage of the ratio of number of teams in the iGEM competition over total number of universities in that country.<br><br><center><img src="https://static.igem.org/mediawiki/2013/e/e9/Comparison_igem_competition_4.png"></center><br>
-
Only 4 year degree providing universities approved by the government were considered<br>
+
 
-
Information retrieved from: <sup>1</sup>nces.edu.gov/programs/digest;<sup>2</sup>Korean Council for University Education; <sup>3</sup>Wikipedia.org; <sup>4</sup>The New York Times “The China Boom”; <sup>5</sup>Ministry of Education, Culture, Sports, Science and Technology; <sup>6</sup>The Jakarta Globe
+
The relative values calculated show very different result. If the ratio of number of iGEM teams over the total number of universities is considered, four of the countries/regions (Korea, Hong Kong, China, and Japan) actually have higher percentage of participation than that of the United States.  
-
<br><br>
+
-
The relative values calculated show a very different result. If the ratio of number of iGEM teams over the total number of universities is considered, four of the countries/regions (Korea, Hong Kong, China, and Japan) actually have higher percentage of participation than that of the United States.  
+
<br><br>
<br><br>
-
With this data we can understand why the increase of number of participants for Hong Kong and Korea were steady. It is because these two countries already have relatively higher percentage of participation in the competition. Also, in Korea and Hong Kong, the number of new universities established is lower than that of China. With this higher increase of number of universities, more universities from China are engaged in the iGEM competition.  
+
With this data we can understand why the recent increase in number of participants from Hong Kong and Korea was steady. It is because these two countries already have relatively higher percentage of participation in the competition. Also, in Korea and Hong Kong, the number of new universities being established is lower than that of China. This may explain why the increase in participation from Chinese universities is most rapid.  
-
The ratio for Hong Kong is extremely higher than other countries because Hong Kong is a country. Comparing Hong Kong with other countries might not be conclusive. Out of the four East Asian countries that we have researched, Japan has the highest ration of participation. This also correlates with the fact that the highest number of SynBio Map entry was in Japan. By looking at these two data, it seems like Japan is the leading East Asian country in Synthetic Biology.  
+
The ratio for Hong Kong is significantly higher than other countries because Hong Kong is a city. Comparing Hong Kong with other countries might not be conclusive. Of the four East Asian countries that we have researched, Japan has the highest ratio of participation. This also correlates with the fact that the highest number of SynBio Map entry was in Japan. These two indicators suggest that Japan is the leading East Asian country in synthetic biology.  
   
   
Line 355: Line 474:
<div class="row">
<div class="row">
-
<div class="nine columns">
+
<div class="nine columns"><p id="3"></p>
<h3>Synthetic Biology Regulation in East Asia</h3>  
<h3>Synthetic Biology Regulation in East Asia</h3>  
-
In general, countries/regions in East Asia do not have specific regulations that address bio-safety issues regarding synthetic biology. They instead enforce pre-existing guidelines that were originally formulated for the regulation of genetic engineered and genetically modified organisms. These regulations were developed in early or mid-2000s and experts in Korea, Japan, and China argue that new specific regulations for synthetic biology are necessary for the safe development of synthetic biology in these countries.  
+
In general, countries/regions in East Asia do not have specific regulations that address bio-safety issues regarding synthetic biology. They instead enforce pre-existing guidelines that were originally formulated for the regulation of genetically engineered and genetically modified organisms. These regulations were developed in the early or mid-2000s. Experts in Korea, Japan, and China argue that new specific regulations for synthetic biology is necessary for the safe development of the field in these countries.  
<br><br>
<br><br>
-
Currently, no countries in this region announced to initiate the development of such regulations. This may be due to the fact that in 2010, the United States, a leading country of synthetic biology, announced that new regulation or modification of existing regulations that govern synthetic biology is not necessary. Presidential Commission for the Study of Bioethical Issues of the United States explained that instead of coming with stringent regulation, they will “chose a middle course” to maximize the potential benefit of synthetic biology. It instead recommended self-regulation by synthetic biologists (Wadman, 2010).
+
Currently, no countries in this region have proposed initiating the development of such regulations. This may be due to the fact that in 2010, the United States, a leading country in synthetic biology, announced that new regulation or modification of existing regulations that govern synthetic biology is not necessary. The Presidential Commission for the Study of Bioethical Issues of the United States explained that instead of coming up with stringent regulation, they will “choose a middle course” to maximize the potential benefit of synthetic biology. It instead recommended self-regulation by synthetic biologists (Wadman, 2010).  
<br><br>
<br><br>
-
The following table summarizes the current regulation imposed to regulate synthetic biology in East Asia countries and United States.<br><br>
+
The following table summarizes the current regulation imposed on synthetic biology activities in East Asian countries and the United States.<br><br>
<center><img src="https://static.igem.org/mediawiki/2013/4/45/Comparison_regulation_1.png"></center><br>
<center><img src="https://static.igem.org/mediawiki/2013/4/45/Comparison_regulation_1.png"></center><br>
-
Many people and organizations are worried about this loose regulation of synthetic biology. Over 100 non-governmental organizations (NGOs) have called for greater international oversight of synthetic biology. They worry that synthesized organisms could have unforeseeable risks for human health and the environment. Friends of the Earth, an environmental organization, even came up with The Principles for the Oversight of Synthetic Biology which outlines how synthetic biology should be regulated (Hoffman, 2012).<br>
+
Many people and organizations are worried about this loose regulation of synthetic biology. Over 100 non-governmental organizations (NGOs) have called for greater international supervision of synthetic biology. They worry that synthesized organisms could have unforeseeable risks for human health and the environment. Friends of the Earth, an environmental organization, even came up with The Principles for the Oversight of Synthetic Biology which outlines how synthetic biology should be regulated (Hoffman, 2012).<br>
</div>
</div>
</div>
</div>
-
<div class="row">
+
 +
<div class="row">
-
<div class="nine columns">
+
<div class="nine columns"><p id="4"></p>
-
<h3>Synthetic Biology Regulation in East Asia</h3>
+
<h3>References</h3>
-
In general, countries/regions in East Asia do not have specific regulations that address bio-safety issues regarding synthetic biology. They instead enforce pre-existing guidelines that were originally formulated for the regulation of genetic engineered and genetically modified organisms. These regulations were developed in early or mid-2000s and experts in Korea, Japan, and China argue that new specific regulations for synthetic biology are necessary for the safe development of synthetic biology in these countries.  
+
<br>
-
<br><br>
+
<p>Wadman, M. (2010). US report sets ground rules for artificial life.&nbsp;<em>Nature</em>, Retrieved from http://www.nature.com/news/2010/101216/full/news.2010.680.html<br>
-
Currently, no countries in this region announced to initiate the development of such regulations. This may be due to the fact that in 2010, the United States, a leading country of synthetic biology,  announced that new regulation or modification of existing regulations that govern synthetic biology is not necessary. Presidential Commission for the Study of Bioethical Issues of the United States explained that instead of coming with stringent regulation, they will “chose a middle course” to maximize  the potential benefit of synthetic biology. It instead recommended self-regulation by synthetic biologists (Wadman, 2010).
+
  Hoffman, E. (2012). Global coalition calls for oversight of synthetic biology.&nbsp;<em>Friends of the Earth</em>, Retrieved from http://www.foe.org/projects/food-and-technology/blog/2012-03-global-coalition-calls-oversight-synthetic-biology<br>
-
<br><br>
+
<em>Synthetic biology project: Map inventory</em>. (n.d.). Retrieved from http://www.synbioproject.org/library/inventories/map/</p>
-
The following table summarizes the current regulation imposed to regulate synthetic biology in East Asia countries and United States.<br><br>
+
-
<center><img src=""></center><br>
+
-
Many people and organizations are worried about this loose regulation of synthetic biology. Over 100 non-governmental organizations (NGOs) have called for greater international oversight of synthetic biology. They worry that synthesized organisms could have unforeseeable risks for human health and the environment. Friends of the Earth, an environmental organization, even came up with The Principles for the Oversight of Synthetic Biology which outlines how synthetic biology should be regulated (Hoffman, 2012).<br>
+
</div>
</div>
</div>
</div>
-
</div>
+
 +
 
 +
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Latest revision as of 12:38, 28 October 2013

Comparison

SynBio Map Entries of East Asian Countries

The SynBio Map identifies and locates companies, universities, research institutions, laboratories and other centers across the globe that are active in synthetic biology research. It is a good tool to compare the trend of synthetic biology around the world. This map was created at the Synthetic Biology Project at the Woodrow Wilson International Center for Scholars ("Synthetic biology project," ).


With 369 entries in the map, the United States has the most entries in the SynBio map. This value exceeds the sum of all the map entries of Asian countries combined. This indicates that the United States is an important player on the global synthetic biology stage - "Synthetic biology project".

In Asia, Japan, with 22 entries has the most entries followed by Mainland China with 20 entries. Considering the fact that no entries were listed in 2009, we can infer that the synthetic biology scene in Asia, especially in Japan and China is rapidly taking shape. Also looking at the map, we have noticed that how synthetic biology is developed in a certain country depends on the political or economic status of that country. For example, China, a socialist country, has no entries of private companies listed in the SynBio map, while Japan, a country with a free market economy, has around one third of the entries from private companies ("Synthetic biology project").

Participation in the iGEM Competition

Many different teams all around the world participate in the international Genetically Engineered Machine (iGEM) competition. In this competition, teams use methods of synthetic biology to develop their projects. Because the iGEM competition and synthetic biology are closely related, we have searched for information on the number of teams that took part from East Asia to make a comparison and ultimately infer the trend of synthetic biology in these countries. Using such statistics is a common way to infer the current status of synthetic biology. In fact, lots of academic reviews of synthetic biology mention the iGEM competition to infer the current trend of synthetic biology in a particular country.


The number of participants in the iGEM competition has been increasing steadily every year. This trend holds true for some of the 5 Asian countries that we have investigated. For example, among the 5 countries, China has the most significant increase in the iGEM competition participation. In 2007, it only had 4 teams, but in 2012, there were 26 Chinese teams in the competition. The number of participants from Japan generally increased from 2006 to 2012, but this increase is not as great as that of China. For Hong Kong and Korea, the numbers of participants are nearly steady. For instance, from 2010 to 2012, Hong Kong steadily had 3 participants that had join the iGEM competition. In comparison with the number of participants from the United States, the number of participants from East Asian countries is still relatively small.

East Asian countries first participated in the iGEM competition in 2006. Korea and Japan were the first ones to join the competition. Ever since, the majority of the participants from Asia were from East Asia. For example, in 2011, out of 46 participants from Asia, only 5 were non-East Asian teams. The number of participants, however, from other regions is increasing, creating more diversity in the competition. Bogor Agricultural University has joined from Indonesia in 2012. In 2013, two teams from Indonesia have registered for the iGEM competition. To do comparison between different countries it is necessary to get relative values of participation because the number of universities in each of these countries is different. The total number of universities in each of the countries were searched online and compared as a percentage of the ratio of number of teams in the iGEM competition over total number of universities in that country.


The relative values calculated show very different result. If the ratio of number of iGEM teams over the total number of universities is considered, four of the countries/regions (Korea, Hong Kong, China, and Japan) actually have higher percentage of participation than that of the United States.

With this data we can understand why the recent increase in number of participants from Hong Kong and Korea was steady. It is because these two countries already have relatively higher percentage of participation in the competition. Also, in Korea and Hong Kong, the number of new universities being established is lower than that of China. This may explain why the increase in participation from Chinese universities is most rapid. The ratio for Hong Kong is significantly higher than other countries because Hong Kong is a city. Comparing Hong Kong with other countries might not be conclusive. Of the four East Asian countries that we have researched, Japan has the highest ratio of participation. This also correlates with the fact that the highest number of SynBio Map entry was in Japan. These two indicators suggest that Japan is the leading East Asian country in synthetic biology.

Synthetic Biology Regulation in East Asia

In general, countries/regions in East Asia do not have specific regulations that address bio-safety issues regarding synthetic biology. They instead enforce pre-existing guidelines that were originally formulated for the regulation of genetically engineered and genetically modified organisms. These regulations were developed in the early or mid-2000s. Experts in Korea, Japan, and China argue that new specific regulations for synthetic biology is necessary for the safe development of the field in these countries.

Currently, no countries in this region have proposed initiating the development of such regulations. This may be due to the fact that in 2010, the United States, a leading country in synthetic biology, announced that new regulation or modification of existing regulations that govern synthetic biology is not necessary. The Presidential Commission for the Study of Bioethical Issues of the United States explained that instead of coming up with stringent regulation, they will “choose a middle course” to maximize the potential benefit of synthetic biology. It instead recommended self-regulation by synthetic biologists (Wadman, 2010).

The following table summarizes the current regulation imposed on synthetic biology activities in East Asian countries and the United States.


Many people and organizations are worried about this loose regulation of synthetic biology. Over 100 non-governmental organizations (NGOs) have called for greater international supervision of synthetic biology. They worry that synthesized organisms could have unforeseeable risks for human health and the environment. Friends of the Earth, an environmental organization, even came up with The Principles for the Oversight of Synthetic Biology which outlines how synthetic biology should be regulated (Hoffman, 2012).

References


Wadman, M. (2010). US report sets ground rules for artificial life. Nature, Retrieved from http://www.nature.com/news/2010/101216/full/news.2010.680.html
Hoffman, E. (2012). Global coalition calls for oversight of synthetic biology. Friends of the Earth, Retrieved from http://www.foe.org/projects/food-and-technology/blog/2012-03-global-coalition-calls-oversight-synthetic-biology
Synthetic biology project: Map inventory. (n.d.). Retrieved from http://www.synbioproject.org/library/inventories/map/