Team:USTC-Software/human practice

From 2011.igem.org

(Difference between revisions)
 
(29 intermediate revisions not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
-
{{:Team:USTC-Software/temp}}
+
{{:Team:USTC-Software/header}}
-
 
+
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
-
 
-
<head>
 
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
-
<title>Team:USTC-Software - 2011.igem.org/human practice</title>
 
-
<meta name="description" content="human practice"/>
 
-
<meta name="keywords" content="USTC-Software,iGEM,synthetic biology"/>
 
-
<meta name="author" content="Ao Xu">
 
-
<meta name="copyright" content="Copyright (c) 2011 iGEM USTC Software" />
 
-
 
-
<style type="text/css">
 
-
 
-
body {
 
-
margin: 0;
 
-
padding: 0;
 
-
line-height: 1.5em;
 
-
font-family: Georgia, "Times New Roman", Times, serif;
 
-
font-size: 12px;
 
-
color: #555a4a;
 
-
    background: #a0c73f;
 
-
}
 
-
 
-
a:link, a:visited { color: #0683ab; text-decoration: none; font-weight: normal; }
 
-
a:active, a:hover { color: #0683ab; text-decoration: underline; }
 
-
 
-
img { margin: 0px; padding: 0px; border: none; }
 
-
 
-
#header_wrapper {
 
-
width: 100%;
 
-
height: 265px;
 
-
background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
 
-
}
 
-
 
-
#header {
 
-
position: relative;
 
-
width: 980px;
 
-
height: 265px;
 
-
padding: 0 10px;
 
-
margin: 0 auto;
 
-
background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
 
-
}
 
-
 
-
/* site title */
 
-
 
-
#header  #site_title {
 
-
float: left;
 
-
width: 200px;
 
-
padding: 33px 0;
 
-
}
 
-
 
-
#site_title h1 {
 
-
margin: 0;
 
-
padding: 3px;
 
-
font-family:"Times New Roman", Times, serif;
 
-
color:#000;
 
-
font-size:24px;
 
-
}
 
-
 
-
#site_title h1 a {
 
-
margin: 0px;
 
-
padding: 0px;
 
-
font-size: 30px;
 
-
color: #ffffff;
 
-
font-weight: bold;
 
-
text-decoration: none;
 
-
}
 
-
 
-
#site_title h1 a:hover {
 
-
font-weight: bold;
 
-
text-decoration: none;
 
-
}
 
-
 
-
#site_title h1 a span {
 
-
display: block;
 
-
margin-left: 2px;
 
-
font-size: 14px;
 
-
color: #416902;
 
-
font-weight: bold;
 
-
letter-spacing: 2px;
 
-
}
 
-
 
-
/* end of site title */
 
-
 
-
/* ---------- Navigation ---------- */
 
-
 
-
ul  {
 
-
      list-style-image: none;
 
-
}
 
-
 
-
#nav {
 
-
float: right;
 
-
font-family: Arial, Helvetica, sans-serif;
 
-
font-weight: bold;
 
-
font-size: 12px;
 
-
padding-top: 70px;
 
-
height: 43px;
 
-
}
 
-
 
-
#nav .last {
 
-
padding-right: 2px;
 
-
background-image:url(https://static.igem.org/mediawiki/2011/5/59/USTC_Software_nav_button_sep.jpg);
 
-
background-repeat:no-repeat;
 
-
background-position:right;
 
-
}
 
-
 
-
#nav, #nav ul{
 
-
margin:0;
 
-
padding:0;
 
-
list-style-type:none;
 
-
list-style-position:outside;
 
-
position:relative;
 
-
line-height:1.5em;
 
-
}
 
-
 
-
#nav .on {
 
-
color:#fff !important;
 
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg) !important;
 
-
background-position: bottom left !important;
 
-
}
 
-
 
-
#nav a:link, #nav a:active, #nav a:visited{
 
-
    display:block;
 
-
    padding: 14px 35px;
 
-
    color:#a5a5a5;
 
-
    text-decoration:none;
 
-
text-transform: uppercase;
 
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
 
-
background-position: top left;
 
-
}
 
-
 
-
#nav a:hover {
 
-
    color:#fff;
 
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
 
-
background-position: bottom left;
 
-
}
 
-
 
-
#nav li{
 
-
    float:left;
 
-
    position:relative;
 
-
 
-
}
 
-
 
-
#nav ul {
 
-
    position:absolute;
 
-
    width:13em;
 
-
    top:3.8em;
 
-
    display:none;
 
-
z-index: 1;
 
-
}
 
-
 
-
#nav li ul a {
 
-
    width:9em;
 
-
    float:left;
 
-
background-color: #2e2e2e;
 
-
background-image: none !important;
 
-
}
 
-
 
-
#nav li ul a:hover {
 
-
background-color: #292929;
 
-
}
 
-
 
-
#nav ul ul{
 
-
top:auto;
 
-
}
 
-
 
-
#nav li ul ul {
 
-
    left:12em;
 
-
    margin:0px 0 0 10px;
 
-
    }
 
-
 
-
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
 
-
    display:none;
 
-
    }
 
-
 
-
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
 
-
    display:block;
 
-
    }
 
-
 
-
/*end of nav*/
 
-
 
-
/* content_wrapper */
 
-
 
-
#content {
 
-
        background-color:#a0c73f;
 
-
        width:auto;
 
-
}
 
-
 
-
#content_wrapper {
 
-
width: 920px;
 
-
margin: 0 auto;
 
-
padding: 30px 40px;
 
-
background: url(https://static.igem.org/mediawiki/2011/b/bc/USTC_Software_content.jpg) repeat-y;
 
-
}
 
-
 
-
#content_wrapper h1 {
 
-
color: #3a5909;
 
-
font-size: 24px;
 
-
padding: 0 0 60px 20px;
 
-
background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left;
 
-
}
 
-
 
-
#content_wrapper p {
 
-
font-family: Verdana, Arial;
 
-
font-size: 14px;
 
-
}
 
-
 
-
#content_wrapper_bottom {
 
-
width: 1000px;
 
-
height: 15px;
 
-
margin: 0 auto;
 
-
background: url(https://static.igem.org/mediawiki/2011/a/a5/USTC_Software_content_bottom.jpg) no-repeat;
 
-
    background-color: #a0c73f;
 
-
}
 
-
 
-
/* end of content_wrapper */
 
-
 
-
/* footer */
 
-
 
-
#mfooter {
 
-
width: 980px;
 
-
margin: 0 auto;
 
-
padding: 30px 10px;
 
-
text-align: center;
 
-
color: #333333;
 
-
    background-color: #a0c73f;
 
-
}
 
-
 
-
#mfooter a {
 
-
color:#000;
 
-
}
 
-
 
-
#mfooter .mfooter_menu {
 
-
margin: 0 0 10px 0;
 
-
padding: 0px;
 
-
list-style: none;
 
-
}
 
-
 
-
.mfooter_menu li {
 
-
margin: 0px;
 
-
padding: 0 20px;
 
-
display: inline;
 
-
border-right: 1px solid #000000;
 
-
}
 
-
 
-
.mfooter_menu .last_menu {
 
-
border: none;
 
-
}
 
-
 
-
#footer-box { background-color: transparent; border:none;} /*This is important!*/
 
-
 
-
#totop_box {
 
-
position:fixed;
 
-
width: 77px;
 
-
height: 75px;
 
-
bottom: 21px;
 
-
right: 15px;
 
-
}
 
-
 
-
#totop_box form {
 
-
width: 280px;
 
-
height: 27px;
 
-
margin: 0;
 
-
padding: 25px 0 0 0;
 
-
}
 
-
 
-
#to_org_box {
 
-
position:fixed;
 
-
width: 77px;
 
-
height: 75px;
 
-
bottom: 21px;
 
-
right: 105px;
 
-
}
 
-
 
-
#to_org_box form {
 
-
width: 280px;
 
-
height: 27px;
 
-
margin: 0;
 
-
padding: 25px 0 0 0;
 
-
}
 
-
/* end of footer*/
 
-
 
-
.ul_p{
 
-
font-family: Verdana, Arial;
 
-
font-size: 14px;
 
-
}
 
-
 
-
</style>
 
-
 
-
</head>
 
-
 
<body>
<body>
 +
<div id="content_wrapper">
-
<div id="header_wrapper">
+
<h1>Human Practice</h1>
-
    <div id="header">
+
<h2><a href="#survey"><strong> I. Survey</strong></a></h2>
-
   
+
<p>During the National Science week, we conducted a visiting activity aimed at letting more people know about synthetic biology. A survey was also done at the same time in order to get visitors’ thoughts about this field and issues about ethics, living creatures and the like.</p>
-
  <div id="site_title">
+
-
            <h1><img src="https://static.igem.org/mediawiki/2011/b/b8/USTC_Software_iGEM_logo.jpg" alt="iGEM" width="173" height="150" /> </br> </br> USTC-Software </h1>
+
-
        </div>
+
-
       
+
-
        <!-- Navigation -->
+
-
<ul id="nav">
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software">Home</a></li>
+
-
    <li><a href="https://2011.igem.org/Team:USTC-Software/project">Project</a>
+
-
<ul>
+
-
<li><a href="#">TBD_1</a></li>
+
-
<li><a href="#">TBD_2</a></li>
+
-
<li><a href="#">TBD_3</a>
+
-
<ul>
+
-
<li><a href="#">TBD_3_1</a></li>
+
-
<li><a href="#">TBD_3_2</a></li>
+
-
<li><a href="#">TBD_3_3</a></li>
+
-
</ul>
+
-
</li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software/model">MoDeL</a>
+
-
<ul>
+
-
<li><a href="#">TBD_1</a></li>
+
-
<li><a href="#">TBD_2</a></li>
+
-
</ul>
+
-
</li>
+
-
                <li><a href="https://2011.igem.org/Team:USTC-Software/notebook">Notebook</a>
+
-
</li>
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software/team">Team</a>
+
<p>The results of the survey were compiled and we've come to the following conclusion:</P>
-
                            <ul>
+
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/members">members</a></li>
+
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/collaboration">collaboration</a></li>
+
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/attribution">attribution</a></li>
+
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/acknowledgements">acknowledgements</a></li>
+
-
                            </ul>
+
-
                </li>
+
-
 
+
-
  <li><a class="on" href="https://2011.igem.org/Team:USTC-Software/human practice">Human practice</a>              <!--current page-->
+
-
<ul>
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software/safety">safety</a></li>
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software/meetup">meetup</a></li>
+
-
</ul>
+
-
</li>             
+
-
</ul>
+
-
<!-- // Navigation -->
+
-
     
+
-
      <div class="cleaner"></div>
+
-
    </div> <!-- end of header -->
+
-
</div>  
+
<p>Considering our survey respondents includes undergraduates and graduates with different education backgrounds, it wasn't astonishing that 86% of them chose synthetic biology to be designing and constructing new biological functions and systems running on principles of biology as opposed to synthetically creating life.  38% of them also believed advances in synthetic biology will benefit human beings.</p>
-
<!-- end of header_wrapper -->
+
-
<div id="content_wrapper">
+
<h3>Results</h3>
-
<h2>Survey</h2>
+
<p>Date: 2011/05/21 & 2011/05/22</p>
-
<p>A survey was conducted during the national science week in school campus of USTC, where people were asked a few basic questions to discover their opinions on synthetic biology. The results of the survey were compiled and we've come to the following conclusion:</P>
+
-
 
+
-
<p>Considering our survey population included students of undergraduates and graduates from different education background, it wasn’t astonishing when 86% of them chose synthetic biology to be designing and constructing new biological functions and systems running on principles of biology as opposed to synthetically creating life.  38% of them also believed advances in synthetic biology will benefit human beings.</p>
+
-
 
+
-
<h2>Results</h2>
+
-
<p>Date: 21st May 2011</p>
+
<p>Place: School campus of USTC</p>
<p>Place: School campus of USTC</p>
<p>Sample Size: 200</p>
<p>Sample Size: 200</p>
<br/>
<br/>
 +
<a name="survey" id ="survey"></a>
<p>1. What is Synthetic Biology?
<p>1. What is Synthetic Biology?
<ul type="square" class="ul_p">  
<ul type="square" class="ul_p">  
-
           <li>A new area of biological research that combines science and engineering which focuses on “Synthetically” creating life.</li>  
+
           <li>A new area of biological research that combines science and engineering which focuses on "Synthetically" creating life.</li>  
-
           <li> Design and construction of new biological functions and systems not found in nature.</li>  
+
           <li> Design and construction of new biological functions and systems not found in nature.
 +
          <img src="https://static.igem.org/mediawiki/2011/5/5c/USTC_Software_survey01.jpg" width="831"/></li>  
            
            
  </ul>  
  </ul>  
Line 372: Line 31:
<p>2.Do you believe that Synthetic Biology can solve problems concerning energy, environment and health?
<p>2.Do you believe that Synthetic Biology can solve problems concerning energy, environment and health?
<ul type="square" class="ul_p">  
<ul type="square" class="ul_p">  
-
<li>Yes.</li>
+
<li>Yes, advances in synthetic biology will surely benefit human beings.</li>
-
<li>I don’t know.</li>
+
<li>I don't know, it's hard to predict the future.</li>  
-
<li>No.</li>
+
<li>No, in no case.</li>
 +
<img src="https://static.igem.org/mediawiki/2011/1/1a/USTC_Software_survey02.jpg" width="831" />
   </ul>
   </ul>
</p>
</p>
Line 381: Line 41:
<ul type="square" class="ul_p">  
<ul type="square" class="ul_p">  
<li>Yes.</li>
<li>Yes.</li>
-
<li>I don’t know.</li>
+
<li>I don't know.</li>
-
<li>No,in no case.</li>
+
<li>No.</li>
 +
<img src="https://static.igem.org/mediawiki/2011/f/f7/USTC_Software_survey03.jpg">
   </ul>
   </ul>
</p>
</p>
Line 389: Line 50:
<ul type="square" class="ul_p">  
<ul type="square" class="ul_p">  
<li>Yes.</li>
<li>Yes.</li>
-
<li>I don’t know.</li>
+
<li>I don't know.</li>
<li>No.</li>
<li>No.</li>
-
  </ul>
+
<img src="https://static.igem.org/mediawiki/2011/d/d1/USTC_Software_survey04.jpg">
 +
  </ul>
</p>
</p>
-
     
+
 +
<p>5.Which organization do you think should undertake the most responsibility in the process of supervising the development of synthetic biology?
 +
<ul type="square" class="ul_p">
 +
<li>Government</li>           
 +
<li>Research institutions</li>
 +
<li>Commercial institutions</li> 
 +
<li>Civil society</li>   
 +
<img src="https://static.igem.org/mediawiki/2011/d/d2/USTC_Software_survey05.jpg" width="831" height="270" align="abmiddle" />
 +
  </ul>
 +
</p>
 +
<h3>Continuing reading:</h3>
 +
<ul>
 +
    <li><h2><a href="https://2011.igem.org/Team:USTC-Software/safety">II.  Safety & Security</a></h2></li>
 +
    <li><h2><a href="https://2011.igem.org/Team:USTC-Software/meetup">III. China Meetup</a></h2></li>
 +
</ul>
      
      
</div>   
</div>   
Line 406: Line 82:
   <ul class="mfooter_menu">
   <ul class="mfooter_menu">
                 <li><a href="https://2011.igem.org/Team:USTC-Software" target="_parent">Home</a></li>
                 <li><a href="https://2011.igem.org/Team:USTC-Software" target="_parent">Home</a></li>
-
                 <li><a href="https://2011.igem.org/Team:USTC-Software/project" target="_parent">Proiect</a></li>
+
                 <li><a href="https://2011.igem.org/Team:USTC-Software/project" target="_parent">Project</a></li>
-
                <li><a href="https://2011.igem.org/Team:USTC-Software/model" target="_parent">MoDeL</a></li>
+
                 <li><a href="https://2011.igem.org/Team:USTC-Software/notebook" target="_parent">Notebook</a></li>
                 <li><a href="https://2011.igem.org/Team:USTC-Software/notebook" target="_parent">Notebook</a></li>
-
                 <li><a href="https://2011.igem.org/Team:USTC-Software/team.html" target="_parent">Team</a></li>
+
                 <li><a href="https://2011.igem.org/Team:USTC-Software/team" target="_parent">Team</a></li>
-
                 <li class="last_menu"><a href="#" class="current">Human Practice</a></li>
+
                <li><a href="#" target="_parent">Human Practice</a></li>
 +
                 <li class="last_menu"><a href="https://2011.igem.org/Team:USTC-Software/download" target="_parent">Download</a></li>
 +
 
   </ul>
   </ul>
   <b> Welcome to &#160;&#160;<a href="http://en.ustc.edu.cn/" target="_blank">University of Science and Technology of China</a>&#160;! </b>
   <b> Welcome to &#160;&#160;<a href="http://en.ustc.edu.cn/" target="_blank">University of Science and Technology of China</a>&#160;! </b>
-
   <div id="to_org_box"><a href="https://2011.igem.org/Main_Page"><img class="logo" src="https://static.igem.org/mediawiki/2011/8/88/USTC_Software_back_to_igem.png" width="69" height="70"alt="to igem.org"  style="right:auto"/></a>
+
   <div id="to_org_box"><a href="https://2011.igem.org/Main_Page"><img class="logo" src="https://static.igem.org/mediawiki/2011/8/88/USTC_Software_back_to_igem.png" width="69" height="70"alt="Go back to igem.org"  style="right:auto"/></a>
   </div>
   </div>
   <div id="totop_box">
   <div id="totop_box">
-
       <a href="#top"><img class="logo" src="https://static.igem.org/mediawiki/2011/e/eb/USTC_Software_top_icon.gif" width="76" height="72"alt="go back to top"  style="right:auto"/></a>  
+
       <a href="#top"><img class="logo" src="https://static.igem.org/mediawiki/2011/e/eb/USTC_Software_top_icon.gif" width="76" height="72"alt="Go back to Top"  style="right:auto"/></a>  
   </div>
   </div>

Latest revision as of 14:16, 26 October 2011


Team:USTC-Software - 2011.igem.org

Human Practice

I. Survey

During the National Science week, we conducted a visiting activity aimed at letting more people know about synthetic biology. A survey was also done at the same time in order to get visitors’ thoughts about this field and issues about ethics, living creatures and the like.

The results of the survey were compiled and we've come to the following conclusion:

Considering our survey respondents includes undergraduates and graduates with different education backgrounds, it wasn't astonishing that 86% of them chose synthetic biology to be designing and constructing new biological functions and systems running on principles of biology as opposed to synthetically creating life. 38% of them also believed advances in synthetic biology will benefit human beings.

Results

Date: 2011/05/21 & 2011/05/22

Place: School campus of USTC

Sample Size: 200


1. What is Synthetic Biology?

  • A new area of biological research that combines science and engineering which focuses on "Synthetically" creating life.
  • Design and construction of new biological functions and systems not found in nature.

2.Do you believe that Synthetic Biology can solve problems concerning energy, environment and health?

  • Yes, advances in synthetic biology will surely benefit human beings.
  • I don't know, it's hard to predict the future.
  • No, in no case.

3.In case of a sever disease, would you take drugs produced by means of synthetic biology?

  • Yes.
  • I don't know.
  • No.

4.Do you have ethical-moral concerns regarding synthetic biology?

  • Yes.
  • I don't know.
  • No.

5.Which organization do you think should undertake the most responsibility in the process of supervising the development of synthetic biology?

  • Government
  • Research institutions
  • Commercial institutions
  • Civil society

Continuing reading: