Difference between revisions of "Team:Freiburg/Practices"

(Prototype team page)
 
 
(38 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Freiburg}}
+
{{Freiburg/CSS}}
 +
{{Freiburg/Menubar}}
 +
{{Freiburg/wiki_content_start}}
 
<html>
 
<html>
 +
<style>
  
<h2> Human Practices </h2>
+
/*========= BEGIN: style for navigation bar ==========*/
 +
#policy {
 +
    background: url(https://static.igem.org/mediawiki/2015/e/e9/Freiburg_icon_policy_active_yellow.png) no-repeat;
 +
}
  
<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>
+
#policy a {
<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>
+
    color: #ecdc18;
<p>For more information, please see the <a href="https://2015.igem.org/Practices_Hub">Practices Hub</a>.</p>
+
}
  
<div class="highlightBox">
+
#runningchip {
<h4>Note</h4>
+
    left: 68.9%;
<p>You must fill out this page in order to be considered for all <a href="https://2015.igem.org/Judging/Awards">awards</a> for Human Practices:</p>
+
}
<ul>
+
/*========= END: style for navigation bar ==========*/
<li>Human Practices silver medal criterion</li>
+
<li>Human Practices gold medal criterion</li>
+
<li>Best Integrated Human Practices award</li>
+
<li>Best Education and Public Engagement award</li>
+
</ul>
+
</div>
+
  
  
<h5>Some Human Practices topic areas </h5>
+
/* ======= Circle style =========== */
<ul>
+
<li>Philosophy</li>
+
<li>Public Engagement / Dialogue</li>
+
<li>Education</li>
+
<li>Product Design</li>
+
<li>Scale-Up and Deployment Issues</li>
+
<li>Environmental Impact</li>
+
<li>Ethics</li>
+
<li>Safety</li>
+
<li>Security</li>
+
<li>Public Policy</li>
+
<li>Law and Regulation</li>
+
<li>Risk Assessment</li>
+
</ul>
+
  
<h5>What should we write about on this page?</h5>
+
.circle-container {
<p>On this page, you should write about the Human Practices topics you considered in your project, and document any special activities you did (such as visiting experts, talking to lawmakers, or doing public engagement).</p>
+
    position: relative;
 +
    width: 300px;
 +
    height: 220px;
 +
    /*2.8em = 2em*1.4 (2em = half the width of a link with img, 1.4 = sqrt(2))*/
 +
    margin: 0 auto;
 +
  transform: translateX(-80px);
 +
  -webkit-transform: translateX(-80px);
 +
  -ms-transform: translateX(-80px);
 +
}
 +
.circle-container a {
 +
    display: block;
 +
    position: absolute;
 +
    top: 50%; left: 50%;
 +
    margin: -2em;
 +
    z-index: 10;
 +
}
 +
.circle-container img { display: block; }
 +
.deg0 { transform: rotate(5deg) translate(150px); } /* 300px = half the width of the wrapper */
 +
.deg72 { transform: rotate(52deg) translate(75px) rotate(-72deg); }
 +
.deg144 { transform: rotate(144deg) translate(130px) rotate(-144deg); }
 +
.deg216 { transform: rotate(0deg) translate(-20px) rotate(0deg); }
 +
.deg288 { transform: rotate(300deg) translate(75px) rotate(-300deg); }
  
 +
.deg0 { -webkit-transform: rotate(5deg) translate(150px); } /* 300px = half the width of the wrapper */
 +
.deg72 { -webkit-transform: rotate(52deg) translate(75px) rotate(-72deg); }
 +
.deg144 { -webkit-transform: rotate(144deg) translate(130px) rotate(-144deg); }
 +
.deg216 { -webkit-transform: rotate(0deg) translate(-20px) rotate(0deg); }
 +
.deg288 { -webkit-transform: rotate(300deg) translate(75px) rotate(-300deg); }
  
<h5>Inspiration</h5>
+
.deg0 { -ms-transform: rotate(5deg) translate(150px); } /* 300px = half the width of the wrapper */
<p>Read what other teams have done:</p>
+
.deg72 { -ms-transform: rotate(52deg) translate(75px) rotate(-72deg); }
<ul>
+
.deg144 { -ms-transform: rotate(144deg) translate(130px) rotate(-144deg); }
<li><a href="https://2014.igem.org/Team:Dundee/policypractice/experts">2014 Dundee </a></li>
+
.deg216 { -ms-transform: rotate(0deg) translate(-20px) rotate(0deg); }
<li><a href="https://2014.igem.org/Team:UC_Davis/Policy_Practices_Overview">2014 UC Davis </a></li>
+
.deg288 { -ms-transform: rotate(300deg) translate(75px) rotate(-300deg); }
<li><a href="https://2013.igem.org/Team:Manchester/HumanPractices">2013 Manchester </a></li>
+
<li><a href="https://2013.igem.org/Team:Cornell/outreach">2013 Cornell </a></li>
+
</ul>
+
  
<h3>Integrated Human Practices</h3>
+
#giving_hand{
 +
  padding: 0 50%;
 +
  transform: translate(-180px);
 +
  -ms-transform: translate(-180px);
 +
  -webkit-transform: translate(-180px);
 +
  z-index: 1;
 +
}
  
<p>Do you want to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Integrated Human Practices award</a>? Make it easy for the judges to find any wiki content that is relevant to this prize. Highlight this content with a header or separate section.</p>
+
.circle-container img{
 +
  -webkit-transition: all 1s;
 +
  transition: all 1s;
 +
    z-index: 10;
  
<h3>Education and Public Engagement</h3>
+
}
  
<p>Do you want to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Education and Public Outreach award</a>? Make it easy for the judges to find any wiki content that is relevant to this prize. Highlight this content with a header or separate section.</p>
+
.circle-container img:hover{
 +
  width: 180px;
 +
  transform: translate(-25px, -25px);
 +
  -webkit-transform: translate(-25px, -25px);
 +
  -ms-transform: translate(-25px, -25px);
 +
  z-index: 10;
 +
}
  
 +
/* ================= END: Circle style ============= */
 +
 +
</style>
 +
 +
<div class="content_box">
 +
 +
  <div class='circle-container'>
 +
      <a href='https://2015.igem.org/Team:Freiburg/Human_Practice/Science_Fair' class='deg0'><img src='https://static.igem.org/mediawiki/2015/e/e5/Freiburg_Sciencefair_100x100.png' width="130px"></a>
 +
      <a href='https://2015.igem.org/Team:Freiburg/Human_Practice/Theater_Project' class='deg72'><img src='https://static.igem.org/mediawiki/2015/3/34/Freiburg_Theater_100x100.png' width="130px"></a>
 +
      <a href='https://2015.igem.org/Team:Freiburg/Human_Practice/Public_Opinion' class='deg144'><img src='https://static.igem.org/mediawiki/2015/a/a9/Freiburg_Publicopinion_100x100.png' width="130px"></a>
 +
      <a href='https://2015.igem.org/Team:Freiburg/Human_Practice/College' class='deg216'><img src='https://static.igem.org/mediawiki/2015/7/79/Freiburg_College_100x100.png' width="130px"></a>
 +
      <a href='https://2015.igem.org/Team:Freiburg/Human_Practice/Ethics' class='deg288'><img src='https://static.igem.org/mediawiki/2015/6/6d/Freiburg_Ethics_100x100.png' width="100px"></a>
 +
  </div>
 +
 +
  <div id="giving_hand">
 +
    <img src="https://static.igem.org/mediawiki/2015/1/1b/Freiburg_Handoffen_scaled.png" width="450px">
 +
  </div>
 +
 +
  <h1 style="text-align:center">Human Practice</h1>
 +
  <div class="level1">
 +
  <p>
 +
  Human practice is a key component of each iGEM Project. Therefore, it also played an important role in our work. The DiaCHIP is supposed to be available for everyone. Exactly for this reason, we wanted to know how the DiaCHIP is perceived in public. Thus, we conducted a <a href="https://2015.igem.org/Team:Freiburg/Human_Practice/Public_Opinion">survey</a> to evaluate the necessity and acceptance of our project within the general public.
 +
        </p>
 +
        <p>
 +
  When working in the field of synthetic biology, it is inevitable for the researcher to deal with some ethical questions. Therefore, we had a meeting with the head of the institue for ethics and history of medicine (PD Dr. J. Boldt) to evaluate our project and <a href="https://2015.igem.org/Team:Freiburg/Human_Practice/Ethics">ethics</a> in synthetic biology in general.
 +
        </p>
 +
        <p>
 +
  Besides discussing ethical issues, we educated the public about synthetic biology and gave interested pedestrians a deeper insight into molecular biology as well as into our project at this year's Freiburg <a href="https://2015.igem.org/Team:Freiburg/Human_Practice/Science_Fair">Science Fair</a>. Additionally, we gave a lecture about synthetic biology and the iGEM Competition in general for a class of <a href="https://2015.igem.org/Team:Freiburg/Human_Practice/College">Liberal Arts and Sciences</a> students at the University College of Freiburg.
 +
        </p>
 +
        <p>
 +
  Finally, we participated in an Europe-wide <a href="https://2015.igem.org/Team:Freiburg/Human_Practice/Theater_Project">theater project</a> in the framework of SYNENERGENE called “Re-engineering life or Do we want to be unlimited” as experts with scientific background.
 +
  </p>
 +
  </div>
 
</div>
 
</div>
 +
 
</html>
 
</html>
 +
{{Freiburg/wiki_content_end}}

Latest revision as of 03:36, 19 September 2015

""

Human Practice

Human practice is a key component of each iGEM Project. Therefore, it also played an important role in our work. The DiaCHIP is supposed to be available for everyone. Exactly for this reason, we wanted to know how the DiaCHIP is perceived in public. Thus, we conducted a survey to evaluate the necessity and acceptance of our project within the general public.

When working in the field of synthetic biology, it is inevitable for the researcher to deal with some ethical questions. Therefore, we had a meeting with the head of the institue for ethics and history of medicine (PD Dr. J. Boldt) to evaluate our project and ethics in synthetic biology in general.

Besides discussing ethical issues, we educated the public about synthetic biology and gave interested pedestrians a deeper insight into molecular biology as well as into our project at this year's Freiburg Science Fair. Additionally, we gave a lecture about synthetic biology and the iGEM Competition in general for a class of Liberal Arts and Sciences students at the University College of Freiburg.

Finally, we participated in an Europe-wide theater project in the framework of SYNENERGENE called “Re-engineering life or Do we want to be unlimited” as experts with scientific background.