Difference between revisions of "Team:Marburg/Practices"

(Prototype team page)
 
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Marburg}}
+
<html style="height:100%;min-width:1280px;">
<html>
+
  
<h2> Human Practices </h2>
+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  
<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>
+
<style type="text/css">
<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://2015.igem.org/Practices_Hub">Practices Hub</a>.</p>
+
  
<div class="highlightBox">
+
/* width */
<h4>Note</h4>
+
 
<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>
+
#contentSub, #search-controls, .firstHeading, #footer-box, #p-logo {
<ul>
+
            display:none;}
<li>Human Practices silver medal criterion</li>
+
 
<li>Human Practices gold medal criterion</li>
+
#top-section {
<li>Best Integrated Human Practices award</li>
+
              border: none;
<li>Best Education and Public Engagement award</li>
+
              height: 0px
</ul>
+
}
 +
 
 +
#globalWrapper, #content {
 +
width: 100%;
 +
height: 100%;
 +
                border:none;
 +
                background-color: #fff;
 +
margin-top: 0px;
 +
                margin-right: 0px;
 +
padding: 0px;
 +
 +
 
 +
html, #bodyContent, body, #container {
 +
                background-color: #fff;
 +
        width:100%;
 +
        height:100%;
 +
                box-sizing: border-box;
 +
}
 +
 
 +
/* General Style */
 +
 
 +
html, body, img, sub, sup, var, center, label, caption, header, menu, nav{
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
vertical-align: baseline;
 +
 
 +
}
 +
 
 +
 
 +
h3, h4, h5, h6, {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
vertical-align: baseline;
 +
}
 +
 
 +
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 +
display: block;
 +
}
 +
 +
body {
 +
background-image:url('https://static.igem.org/mediawiki/2015/5/5c/MR_pic_bg_1.jpg');
 +
}
 +
 +
/* Navigation */
 +
 
 +
#nav {
 +
margin:0;
 +
padding:0;
 +
}
 +
 
 +
ul#navigation {
 +
margin:0 auto;
 +
float:left;
 +
height:100%;
 +
width:100%;
 +
}
 +
 
 +
ul#navigation li {
 +
display:inline;
 +
font-size:11px;
 +
font-family: 'Open Sans', sans-serif;
 +
margin:0;
 +
padding:0;
 +
float:left;
 +
position:relative;
 +
height:100%;
 +
}
 +
 
 +
ul#navigation li a {
 +
padding:10px 5px;
 +
color:#616161;
 +
text-shadow:1px 1px 0px #fff;
 +
text-decoration:none;
 +
display:inline-block;
 +
 +
-webkit-transition:color 0.2s linear, background 0.2s linear;
 +
-moz-transition:color 0.2s linear, background 0.2s linear;
 +
-o-transition:color 0.2s linear, background 0.2s linear;
 +
transition:color 0.2s linear, background 0.2s linear;
 +
}
 +
 
 +
ul#navigation li a:hover {
 +
background:#f8f8f8;
 +
color:#282828;
 +
}
 +
 
 +
ul#navigation li:hover > a {
 +
background:#fff;
 +
}
 +
 
 +
/* Drop-Down Navigation */
 +
 
 +
ul#navigation li:hover > ul
 +
{
 +
visibility:visible;
 +
opacity:1;
 +
}
 +
 
 +
ul#navigation ul, ul#navigation ul li ul {
 +
    list-style: none;
 +
    margin: 0;
 +
    padding: 0;   
 +
    visibility:hidden;
 +
    position: absolute;
 +
    z-index: 99999;
 +
    width:180px;
 +
    background:#f8f8f8;
 +
    box-shadow:1px 1px 3px #ccc;
 +
    opacity:0;
 +
 +
-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
 +
-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
 +
-o-transition:opacity 0.2s linear, visibility 0.2s linear;
 +
transition:opacity 0.2s linear, visibility 0.2s linear;
 +
}
 +
 
 +
ul#navigation ul {
 +
    top: 91px;
 +
    left: 1px;
 +
}
 +
 
 +
ul#navigation ul li ul {
 +
    top: 0;
 +
    left: 181px;
 +
}
 +
 
 +
ul#navigation ul li {
 +
clear:both;
 +
width:100%;
 +
border:0 none;
 +
border-bottom:1px solid #c9c9c9;
 +
}
 +
 
 +
ul#navigation ul li a {
 +
background:none;
 +
padding:7px 15px;
 +
color:#616161;
 +
text-shadow:1px 1px 0px #fff;
 +
text-decoration:none;
 +
display:inline-block;
 +
border:0 none;
 +
float:left;
 +
clear:both;
 +
width:150px;
 +
}
 +
 
 +
ul#navigation li a.first {
 +
border-left: 0 none;
 +
}
 +
 
 +
ul#navigation li a.last {
 +
border-right: 0 none;
 +
}
 +
 
 +
.first{
 +
width:110px;
 +
text-align:center;
 +
}
 +
 
 +
/* Social Media Menu */
 +
 
 +
ul#socialmedia li {
 +
padding:5px;
 +
height:100%;
 +
float:left;
 +
}
 +
 
 +
.second{
 +
width:30px;
 +
text-align:center;
 +
}
 +
 
 +
 
 +
#smbuttons img {margin:0 2px;}
 +
 
 +
#maillink {padding-right: 2px;}
 +
 
 +
/* Select-Style */
 +
 
 +
::selection {
 +
  background:  #FF8F45; /* WebKit/Blink Browsers */
 +
}
 +
 
 +
::-moz-selection {
 +
  background:  #FF8F45; /* Gecko Browsers */
 +
}
 +
 
 +
a {
 +
    text-decoration:none;
 +
    color: #FF6600;
 +
}
 +
a:visited {
 +
    color: #FF6600;
 +
}
 +
a:hover {
 +
    text-decoration: none;
 +
}
 +
 
 +
 
 +
/* Hover Shadow */
 +
 
 +
.shadow:hover {
 +
-webkit-box-shadow: 0px 0px 8px 6px rgba(255,143,69,1);
 +
-moz-box-shadow: 0px 0px 8px 6px rgba(255,143,69,1);
 +
box-shadow: 0px 0px 8px 6px rgba(255,143,69,1);
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
<!--JS for Mailus-->
 +
<script>
 +
$(document).ready(function() {
 +
$('#maillink').hover(function() {
 +
                    console.log("AAA");
 +
            var link = 'mailto:igemteam!#%synmikro.uni-marburg.de';
 +
      $(this).attr('href',link.replace("!#%","@"));
 +
                });
 +
});
 +
</script>
 +
 
 +
 
 +
<!--HTML-MENU-->
 +
 
 +
<body style="height:100%;min-width:100%;margin:0px; padding:0px;">
 +
<div style="position:fixed;width:100%; min-width:100%; height:100%;min-height:100%; background-image: url('https://static.igem.org/mediawiki/2015/6/6f/MR_pic_bg6.jpg');background-repeat: no-repeat;
 +
    background-attachment: fixed;-webkit-background-size: cover;
 +
  -moz-background-size: cover;
 +
  -o-background-size: cover;
 +
  background-size: cover;
 +
margin:0px; padding:0px;"></div>
 +
<div style="position:absolute;margin-left:-680px;left:50%;width:1360px;min-width:1360px;min-height:100%;background-color:white;padding-bottom:10px;">
 +
<div style="position:fixed;width:1360px;min-width:1360;height:70px;z-index:20;margin-top:0px;">
 +
<div style="display:table;min-width:1360px;height:100%;">
 +
<div style="display:table-row;">
 +
<div style="display:table-cell;width:188px;background:white;">
 +
<a href="https://2015.igem.org/Team:Marburg" style="text-align:center;">
 +
<img src="https://static.igem.org/mediawiki/2015/1/14/MR_pic_Home.png" style="position:relative;height:66px;padding-bottom:11px;padding-left:8px;padding-right:8px;">
 +
</a>
 +
</div>
 +
<div style="display:table-cell;background:#E0E0E0;padding-left:20px;">
 +
<nav id="nav">
 +
<ul id="navigation" style="margin-top:9px;">
 +
<li><a href="https://2015.igem.org/Team:Marburg/Projects" class="first"><img src="https://static.igem.org/mediawiki/2015/5/56/MR_pic_Projects.png" style="height:60px;text-align:center;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Description">Overview</a></li>
 +
                                                                <li><a href="https://2015.igem.org/Team:Marburg/Background">Fact Sheets</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Minicells">NUTRInity - Provide</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Curli">NUTRInity - Pick up</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/CDI">NUTRInity - Cut off</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Design">Future Application</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/InterLab">InterLab Study</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Measurement">Measurement Study</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Practices" class="first"><img src="https://static.igem.org/mediawiki/2015/3/3a/MR_pic_HP.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/iGeneration">iGeneration</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Hessentag">Hessentag</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Killswitch">KillSwitch Statistics</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Achievements" class="first"><img src="https://static.igem.org/mediawiki/2015/b/ba/MR_pic_Achievements.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Parts">Parts</a></li>  
 +
<li><a href="https://2015.igem.org/Team:Marburg/Results">Results</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Medal Fulfillment">Medal Fulfillment</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Collaborations" class="first"><img src="https://static.igem.org/mediawiki/2015/7/71/MR_pic_Collaborations.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Meetup">MeetUp</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Gameofcells">Game of Cells</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Notebook" class="first"><img src="https://static.igem.org/mediawiki/2015/5/53/MR_pic_Notebook.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Labbook">Lab Book</a></li>  
 +
<li><a href="https://2015.igem.org/Team:Marburg/Protocols">Protocols</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Bibliography">Bibliography</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Team" class="first"><img src="https://static.igem.org/mediawiki/2015/1/1d/MR_pic_Team.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Members">Members</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Acknowledgement">Acknowledgement</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Attributions">Attributions</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Gallery">Gallery</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Safety" class="first"><img src="https://static.igem.org/mediawiki/2015/6/6a/MR_pic_Safety.png" style="height:60px;"></a>
 +
<ul>
 +
                        <li><a href="https://2015.igem.org/Team:Marburg/Killswitch">KillSwitch Statistics</a></li>
 +
</ul>
 +
</li>
 +
 
 +
</ul>
 +
</nav>
 +
</div>
 +
<div id="socialmedia" style="display:table-cell;background:#E0E0E0;text-align:right;padding-right:5px;vertical-align:middle;">
 +
<span id="smbuttons">
 +
<a href="https://www.facebook.com/igemmarburg" class="second" style="padding:5px;"><img src="https://static.igem.org/mediawiki/2015/7/71/MR_pic_Facebook.png" style="width:30px;"></a>
 +
<a href="https://twitter.com/igem_marburg" class="second" style="padding:5px;"><img src="https://static.igem.org/mediawiki/2015/7/75/MR_pic_Twitter.png" style="width:30px;"></a>
 +
<a id="maillink" href="#" style="padding:5px;" class="second"><img src="https://static.igem.org/mediawiki/2015/a/a0/MR_pic_Mailus.png" style="width:30px;" alt="submit"></a>
 +
<a href="https://2015.igem.org/Main_Page" class="second" style="padding:5px;"><img src="https://static.igem.org/mediawiki/2015/9/9b/MR_pic_Igem.png" style="width:30px;"></a>
 +
</span>
 +
</div><!-- cell -->
 +
</div>
 +
</div>
 +
</div><!-- row -->
 +
 +
<div style="position:fixed;min-height:100%;height:100%;width:195px;background:#E0E0E0;top:115px;z-index:20;vertical-align:middle;">
 +
<span style="margin:0px; padding:0px;display:inline-block;height:100%;vertical-align:middle;">
 +
</span>
 +
<img src="https://static.igem.org/mediawiki/2015/1/1c/MR_pic_Sidebanner_Home.png" style="width:184px;vertical-align:middle;">
 +
</div>
 +
<div style="position:fixed;margin-left:640px;height:100%;min-height:100%;min-width:40px; width:40px; top:115px;background:#E0E0E0; left:50%;z-index:2;"></div>
 +
 
 +
<div>
 +
<div style="position:relative;text-align:justify;z-index:1;background:white;font-size:13pt;line-height:150%;min-width:100%;max-width:100%;padding-top:132px; padding-left:235px; padding-right:80px;padding-bottom:70px;box-sizing: border-box;">
 +
 
 +
 
 +
<div style="z-index:1;text-align:center;padding-bottom:40px;"><img src="https://static.igem.org/mediawiki/2015/f/fb/MR_pic_HP_Button.png" style="height:60px;"/></div>
 +
 
 +
<div style="z-index:1;text-align:center;padding-bottom:30px;margin-bottom:10px;margin-top:10px;"><a href="https://2015.igem.org/Team:Marburg/iGeneration"><img src="https://static.igem.org/mediawiki/2015/e/ed/MR_pic_Button_iGeneration.png" style="height:50px;border-radius:10px;margin-right:4px;" class="shadow"/></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Marburg/Hessentag"><img src="https://static.igem.org/mediawiki/2015/b/b0/MR_pic_Button_Hessentag.png" style="height:50px;border-radius:10px;margin-right:4px;" class="shadow"/></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Marburg/Killswitch"><img src="https://static.igem.org/mediawiki/2015/1/18/MR_pic_Button_Killswitch.png" style="height:50px;border-radius:10px;margin-right:4px;" class="shadow"/></a>
 
</div>
 
</div>
  
 +
<div style="position:relative;display:inline-block;padding:15px;background:#F8F8F8;border-style:solid;border-color:#FF8F45;border-width:2px;border-radius:10px;text-align:justify;font-size:13pt;line-height:150%;margin:10px;margin-top:20px;margin-bottom:30px;width:991px;">
 +
<h1>Human Practices</h1>
  
<h5>Some Human Practices topic areas </h5>
+
<p>... often resembles public relations. We asked ourselves: Who is this public? How can we reach all members? Is there an ideal way to educate them about synthetic biology? We believe that there is not only one, but many ways.</p>
<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>
+
<p>In Human Practices, our main topic was the <a href="https://2015.igem.org/Team:Marburg/iGeneration">iGeneration</a> campaign which is filled with many sub-projects. With iGeneration, we intend to reach all generations in our society, which gives us the option to get in contact with many different people.
<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>
+
We talked with seniors about synthetic biology, and we were present on the Hessentag. This is a public event in Hesse with over half a million visitors. There, we performed some DNA extraction experiments with kids and used the opportunity to talk to their parents and other visitors.</p>
  
 +
<p>A very big appointment was the <a href="https://2015.igem.org/Team:Marburg/Meetup">iGEM MeetUp</a> to which we invited all German iGEM teams. It was a great event. By listening to all the different projects, we got some new perspectives on our work in the laboratory. The MeetUp helped us to get in contact with other teams and to find our collaboration partner.</p>
  
<h5>Inspiration</h5>
+
<p>As last year, we organized a project with the Blista,
<p>Read what other teams have done:</p>
+
which is a special school for visually impared students. Last year's iGEM Marburg
<ul>
+
team redesigned their project in a way that the Blista students could be part of the lab work.
<li><a href="https://2014.igem.org/Team:Dundee/policypractice/experts">2014 Dundee </a></li>
+
Our iGEM team is interested in a long-term cooperation, therefore we are planning to make this an annually event and invited them this year for the second time in a row.
<li><a href="https://2014.igem.org/Team:UC_Davis/Policy_Practices_Overview">2014 UC Davis </a></li>
+
We prepared everything, therefore making it possible for the students to work in the lab under our charge - and they did, after a small background lesson. In addition to that we talked with them about their preferences and perspectives in synthetic microbiology.
<li><a href="https://2013.igem.org/Team:Manchester/HumanPractices">2013 Manchester </a></li>
+
We are really looking forward to pursue this cooperation.</p>
<li><a href="https://2013.igem.org/Team:Cornell/outreach">2013 Cornell </a></li>
+
</ul>
+
  
<h3>Integrated Human Practices</h3>
+
<p>At another occasion, we visited a class of primary school students to teach them basic biology like the general structure of cells including microscopy experiments.</p>
  
<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>
+
<p>Through our whole projects, we learned that every generation needs their own connection to synthetic biology.
 +
While seniors liked to hear more information on new innovative medications and their production with the help of microorganisms whereas younger people preferred wider information about this new field of science.
 +
Our last project, was a stand at the summer fest of the local Max-Planck-Institute for terrestrial microbiology. At this celebration, we presented our self-made <a href="https://2015.igem.org/Team:Marburg/Gameofcells">“Game of Cells”</a> and played it with the present children. It was designed to teach biology in a playful way. To share the game with the iGEM community and all interested people, we are providing it as a pdf file on our wiki page.</p>
  
<h3>Education and Public Engagement</h3>
+
<p>In the future, we are planning to extend iGeneration and with this our education program. Our final goal is to include the whole population with different backgrounds, ages and fields of interest in further project designs. Additionally we are planning an education seminar with teachers. Teacher are very good multipliers for education of the next generation of synthetic biologists. Our goal is to bring state of the art research into the classroom.</p>
  
<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>
+
</div>
 +
</div>
 +
 
 +
<div style="position:absolute;text-align:center;z-index:2;background:#e0e0e0;line-height:150%;bottom:0px;padding-top:3px;margin-bottom:0px; padding-left:235px; padding-right:80px;min-height:60px;min-width:100%;max-width:100%;box-sizing:border-box;clear:both;"><!---->
 +
<div>
 +
<span style="margin-right:60px;">
 +
<img src="https://static.igem.org/mediawiki/2015/1/1d/MR_pic_syn.png" style="height:40px;padding:10px;"/>
 +
</span>
 +
<span>
 +
<img src="https://static.igem.org/mediawiki/2015/5/58/MR_pic_mpii.png" style="height:40px;padding:10px;"/>
 +
</span>
 +
<span style="margin-left:60px;">
 +
<img src="https://static.igem.org/mediawiki/2015/f/f0/MR_pic_unii.png" style="height:40px;padding:10px;"/>
 +
</span>
 +
</div>
 +
    <span style="font-size:8pt; color:white;"> iGEM Marburg - ZSM Karl-von-Frisch-Straße 16, D - 35043 Marburg</span>
 +
</div>
 +
</div>
  
 
</div>
 
</div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 01:39, 19 September 2015

Human Practices

... often resembles public relations. We asked ourselves: Who is this public? How can we reach all members? Is there an ideal way to educate them about synthetic biology? We believe that there is not only one, but many ways.

In Human Practices, our main topic was the iGeneration campaign which is filled with many sub-projects. With iGeneration, we intend to reach all generations in our society, which gives us the option to get in contact with many different people. We talked with seniors about synthetic biology, and we were present on the Hessentag. This is a public event in Hesse with over half a million visitors. There, we performed some DNA extraction experiments with kids and used the opportunity to talk to their parents and other visitors.

A very big appointment was the iGEM MeetUp to which we invited all German iGEM teams. It was a great event. By listening to all the different projects, we got some new perspectives on our work in the laboratory. The MeetUp helped us to get in contact with other teams and to find our collaboration partner.

As last year, we organized a project with the Blista, which is a special school for visually impared students. Last year's iGEM Marburg team redesigned their project in a way that the Blista students could be part of the lab work. Our iGEM team is interested in a long-term cooperation, therefore we are planning to make this an annually event and invited them this year for the second time in a row. We prepared everything, therefore making it possible for the students to work in the lab under our charge - and they did, after a small background lesson. In addition to that we talked with them about their preferences and perspectives in synthetic microbiology. We are really looking forward to pursue this cooperation.

At another occasion, we visited a class of primary school students to teach them basic biology like the general structure of cells including microscopy experiments.

Through our whole projects, we learned that every generation needs their own connection to synthetic biology. While seniors liked to hear more information on new innovative medications and their production with the help of microorganisms whereas younger people preferred wider information about this new field of science. Our last project, was a stand at the summer fest of the local Max-Planck-Institute for terrestrial microbiology. At this celebration, we presented our self-made “Game of Cells” and played it with the present children. It was designed to teach biology in a playful way. To share the game with the iGEM community and all interested people, we are providing it as a pdf file on our wiki page.

In the future, we are planning to extend iGeneration and with this our education program. Our final goal is to include the whole population with different backgrounds, ages and fields of interest in further project designs. Additionally we are planning an education seminar with teachers. Teacher are very good multipliers for education of the next generation of synthetic biologists. Our goal is to bring state of the art research into the classroom.

iGEM Marburg - ZSM Karl-von-Frisch-Straße 16, D - 35043 Marburg