Difference between revisions of "Team:Kyoto/HP/Gold"

(Prototype team page)
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Kyoto}}
+
{{Kyoto_Common}}
 
<html>
 
<html>
  
<div class="column full_size judges-will-not-evaluate">
+
<style>
<h3>★  ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Medals">human practices gold medal criterion</a>. </p>
+
  
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
  #background{
</div>
+
    position:fixed;
 +
    min-width: 1024px;
 +
    width:100%;
 +
    z-index:-1;
 +
  }
 +
  #background-image{
 +
    width:100%;
 +
  }
 +
  #topbanner-wrapper{
 +
    min-width:1024px;
 +
    position:relative;
 +
  }
 +
  #topbanner{
 +
    position:absolute;
 +
    width: 565px;
 +
    height: 105px;
 +
    top:0;
 +
    bottom:0;
 +
    left:0;
 +
    right:0;
 +
    margin: auto;
 +
    background-image: url(https://static.igem.org/mediawiki/2016/f/f6/T--Kyoto--title-19.png);
 +
    background-position: center center;
 +
  }
 +
  #button_wrapper{
 +
    width: 1023px;
 +
    height: 186px;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    letter-spacing: -1em;
 +
  }
 +
  #button_left{
 +
    /*float: left;*/
 +
    display: inline-block;
 +
    width:341px;
 +
    height: 186px;
 +
    letter-spacing: normal;
 +
    border: 1px solid #000;
 +
  }
 +
  #button_center{
 +
    display: inline-block;
 +
    width:341px;
 +
    height: 186px;
 +
    letter-spacing: normal;
 +
    border: 1px solid #000;
 +
  }
 +
  #button_right{
 +
    display: inline-block;
 +
    width:341px;
 +
    height: 186px;
 +
    letter-spacing: normal;
 +
    border: 1px solid #000;
 +
  }
 +
  #contents{
 +
    background-color:#ffffff;
 +
  }
 +
  p{
 +
  text-indent:2em;
 +
  }
 +
  #hpg{
 +
  text-indent:0px;
 +
  }
 +
</style>
  
 +
<head>
 +
<script type="text/javascript">
 +
  window.onload = function bwWidth(){
 +
    var bw = document.getElementById("topbanner-wrapper");
 +
    var width = Math.max(parseInt(document.documentElement.clientWidth),1024);
 +
    var newwidth = width * 397 / 1368 - 72
 +
    bw.style.height = newwidth + "px";
 +
  }
 +
  window.onresize = function bwWidth(){
 +
    var bw = document.getElementById("topbanner-wrapper");
 +
    var width = Math.max(parseInt(document.documentElement.clientWidth),1024);
 +
    var newwidth = width * 397 / 1368 - 72
 +
    bw.style.height = newwidth + "px";
 +
  }
 +
</script>
 +
</head>
 +
<body>
 +
  <div id="background">
 +
    <img id="background-image" src="https://static.igem.org/mediawiki/2016/b/b0/T--Kyoto--pagephoto-07.png">
 +
  </div>
 +
    <div id="header">
 +
      <div id="nav-wrapper">
 +
        <div class="nav">
 +
          <ul class="nv">
 +
            <li id ="nv0" style="width:56px"><a href="https://2016.igem.org/Team:Kyoto"></a></li>
 +
            <li id ="nv1">
 +
              <a></a>
 +
              <ul>
 +
                <li id="nv11"><a href="https://2016.igem.org/Team:Kyoto/Description"></a></li>
 +
                <li id="nv12"><a href="https://2016.igem.org/Team:Kyoto/Proof"></a></li>
 +
              </ul>
 +
            </li>
 +
            <li id ="nv2">
 +
              <a></a>
 +
              <ul>
 +
                <li id="nv21"><a href="https://2016.igem.org/Team:Kyoto/Software"></a></li>
 +
                <li id="nv22"><a href="https://2016.igem.org/Team:Kyoto/Collaborations"></a></li>
 +
              </ul>
 +
            </li>
 +
            <li id ="nv3"><a href="https://2016.igem.org/Team:Kyoto/Achievements"></a></li>
 +
            <li id ="nv4"><a href="https://2016.igem.org/Team:Kyoto/Experiments"></a></li>
 +
            <li id ="nv5">
 +
              <a></a>
 +
              <ul>
 +
                <li id="nv51"><a href="https://2016.igem.org/Team:Kyoto/Integrated_Practices"></a></li>
 +
                <li id="nv52"><a href="https://2016.igem.org/Team:Kyoto/HP/Silver"></a></li>
 +
                <li id="nv53"><a href="https://2016.igem.org/Team:Kyoto/HP/Gold"></a></li>
 +
              </ul>
 +
            </li>
 +
            <li id ="nv6"><a href="https://2016.igem.org/Team:Kyoto/Notebook"></a></li>
 +
            <li id ="nv7">
 +
              <a></a>
 +
              <ul>
 +
                <li id="nv71"><a href="https://2016.igem.org/Team:Kyoto/Team"></a></li>
 +
                <li id="nv72"><a href="https://2016.igem.org/Team:Kyoto/Attributions"></a></li>
 +
              </ul>
 +
            </li>
 +
            <li id ="nv8"><a href="https://2016.igem.org/Team:Kyoto/Safety"></a></li>
 +
          </ul>
 +
        </div>
 +
      </div>
 +
    </div>
 +
    <div id="topbanner-wrapper">
 +
      <div id="topbanner">
 +
      </div>
 +
    </div>
 +
    <div id="contents-wrapper">
 +
  <div id="contents">
 +
    <div>
 +
<h1>HP/Gold</h1>
 +
<p>As we constantly had discussions with the general public in various public events, we came to strongly recognize the people’s overwhelming concerns for application of genetic engineering.</p>
  
 +
<p>Faced with this problem, we attempted to solve it in two ways.</p>
  
<div class="column full_size">
+
<p>First, we strived to improve upon our project design of Noro-catcher and introduced a new module to increase its safety. We expected this module to reassure the general public on oral administration of our device.</p>
  
 +
<p>Second, we further developed our HP activities to discuss how people’s fears for genetic engineering arise, and we came upon the hypothesis that lack of knowledge on the matter causes unnecessary fear. To test this hypothesis, we conducted an informational lecture/discussion about genetic engineering to students of the age range 13 to 18 with various backgrounds and conducted a feedback survey before and after lecture. By comparing these results, we observed the effect of additional knowledge on genetic engineering, with dramatic increase in their trusts for this technology. As mentioned above, our struggle to improve public perception on synthetic biology was reflected on our activities, fulfilling GOLD criteria.</p>
 +
<br>
 +
<p id="hpg">*It has to be noted that our experience from the lectures suggests the need for further consideration when engaging with non-scientists.</p>
 +
    </div>
 +
<p>For more information, visit <a href="https://2016.igem.org/Team:Kyoto/Integrated_Practices">Activities</a></p>
  
<p>iGEM teams are unique and leading the field because they "go beyond the lab" to imagine their projects in a social/environmental context, to better understand issues that might influence the design and use of their technologies.</p>
 
<p>Teams work with students and advisors from the humanities and social sciences to explore topics concerning ethical, legal, social, economic, safety or security issues related to their work. Consideration of these Human Practices is crucial for building safe and sustainable projects that serve the public interest. </p>
 
<p>For more information, please see the <a href="https://2016.igem.org/Human_Practices">Human Practices Hub</a>.</p>
 
 
</div>
 
  
 +
      </div>
 +
  </div>
 +
    <div id="footer">
 +
    <div id="footer_logos">
 +
      <img src="https://static.igem.org/mediawiki/2016/e/e6/T--Kyoto--Footer-24.png" width="874" height="95">
 +
    </div>
 +
    <div id="footer_contact">
 +
      <img src="https://static.igem.org/mediawiki/2016/e/ec/T--Kyoto--Footer-25.png">
 +
    </div>
 +
    <div id="footer_social">
 +
      <a href="mailto:igemkyoto@gmail.com"><img src="https://static.igem.org/mediawiki/2016/2/28/T--Kyoto--Footer-28.png"></a>
 +
      <a href="https://twitter.com/igemkyoto"><img src="https://static.igem.org/mediawiki/2016/8/82/T--Kyoto--Footer-26.png"></a>
 +
      <a href="https://www.facebook.com/IgemKyoto/"><img src="https://static.igem.org/mediawiki/2016/a/a3/T--Kyoto--Footer-27.png"></a>
 +
    </div>
 +
  </div>
  
 
</html>
 
</html>

Latest revision as of 02:31, 20 October 2016

HP/Gold

As we constantly had discussions with the general public in various public events, we came to strongly recognize the people’s overwhelming concerns for application of genetic engineering.

Faced with this problem, we attempted to solve it in two ways.

First, we strived to improve upon our project design of Noro-catcher and introduced a new module to increase its safety. We expected this module to reassure the general public on oral administration of our device.

Second, we further developed our HP activities to discuss how people’s fears for genetic engineering arise, and we came upon the hypothesis that lack of knowledge on the matter causes unnecessary fear. To test this hypothesis, we conducted an informational lecture/discussion about genetic engineering to students of the age range 13 to 18 with various backgrounds and conducted a feedback survey before and after lecture. By comparing these results, we observed the effect of additional knowledge on genetic engineering, with dramatic increase in their trusts for this technology. As mentioned above, our struggle to improve public perception on synthetic biology was reflected on our activities, fulfilling GOLD criteria.


*It has to be noted that our experience from the lectures suggests the need for further consideration when engaging with non-scientists.

For more information, visit Activities