Difference between revisions of "Team:Wageningen UR/Integrated Practices"

 
(19 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
<html>
 
<html>
 
<div class="menu-head">
 
<div class="menu-head">
<h4><a href="#header">Outreach</a></h4>
+
<h4><a href="#header">Integrated Human Practices</a></h4>
 
</div>
 
</div>
 
<li class="menu-item">
 
<li class="menu-item">
<a href="#Vision">Our vision</a> 
+
<a href="#Synenergene">Synenergene</a> 
 
<li class="menu-item">
 
<li class="menu-item">
<a href="#Design">Design</a>   
+
<a href="#RIVM">RIVM</a>   
 
<li class="menu-item">
 
<li class="menu-item">
<a href="#Conferences">Conferences</a>   
+
<a href="#DAE">Design Academy Eindhoven</a>   
 
<li class="menu-item">
 
<li class="menu-item">
<a href="#collaboration">Collaboration</a>
+
<a href="#Bob">Bob Mulder</a>
 
<li class="menu-item">
 
<li class="menu-item">
<a href="#meetup">National Meetup</a>
+
<a href="#NBV">Dutch beekeepers</a>
 
<li class="menu-item">
 
<li class="menu-item">
<a href="#ProjectPresentation">Project Presentation</a>
+
<a href="#Summary">Summary</a>
<li class="menu-item">
+
 
<a href="#media">Media</a>
+
</li> 
+
 
</html>
 
</html>
 
{{Wageningen_UR/menu}}
 
{{Wageningen_UR/menu}}
<html>
 
<section id="Vision">
 
<!DOCTYPE html>
 
<html>
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<style>
 
* {box-sizing:border-box}
 
body {font-family: Verdana,sans-serif;}
 
.mySlides {display:none}
 
 
/* Slideshow container */
 
.slideshow-container {
 
  max-width: 300px;
 
  position: centre;
 
  margin: auto;
 
}
 
 
/* Caption text */
 
.text {
 
  color: #f2f2f2;
 
  font-size: 15px;
 
  padding: 8px 12px;
 
  position: absolute;
 
  bottom: 8px;
 
  width: 100%;
 
  text-align: center;
 
}
 
 
/* Number text (1/3 etc) */
 
.numbertext {
 
  color: #f2f2f2;
 
  font-size: 12px;
 
  padding: 8px 12px;
 
  position: absolute;
 
  top: 0;
 
}
 
 
/* The dots/bullets/indicators */
 
.dot {
 
  height: 13px;
 
  width: 13px;
 
  margin: 0 2px;
 
  background-color: #bbb;
 
  border-radius: 50%;
 
  display: inline-block;
 
  transition: background-color 0.6s ease;
 
}
 
 
.active {
 
  background-color: #717171;
 
}
 
 
/* Fading animation */
 
.fade {
 
  -webkit-animation-name: fade;
 
  -webkit-animation-duration: 1.5s;
 
  animation-name: fade;
 
  animation-duration: 1.5s;
 
}
 
 
@-webkit-keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
 
@keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
 
/* On smaller screens, decrease text size */
 
@media only screen and (max-width: 300px) {
 
  .text {font-size: 11px}
 
}
 
</style>
 
<body>
 
 
 
<div class="slideshow-container">
 
 
<div class="mySlides fade">
 
  <div class="numbertext">2 / 3</div>
 
  <img src="https://static.igem.org/mediawiki/2016/2/2e/T--Wageningen_UR--Synenergene_Forum_1.JPG
 
" style="width:auto; height:500px">
 
  <div class="text">Nogeenkeerjemoeder</div>
 
</div>
 
 
<div class="mySlides fade">
 
  <div class="numbertext">3 / 3</div>
 
  <img src="https://static.igem.org/mediawiki/2016/d/d4/T--Wageningen_UR--Stakeholder_Dialogue_1.JPG
 
" style="width:auto; height:500px">
 
  <div class="text">Ballerina</div>
 
</div>
 
 
</div>
 
<br>
 
 
<div style="text-align:center">
 
  <span class="dot"></span>
 
  <span class="dot"></span>
 
  <span class="dot"></span>
 
</div>
 
 
<script>
 
var slideIndex = 0;
 
showSlides();
 
 
function showSlides() {
 
    var i;
 
    var slides = document.getElementsByClassName("mySlides");
 
    var dots = document.getElementsByClassName("dot");
 
    for (i = 0; i < slides.length; i++) {
 
      slides[i].style.display = "none"; 
 
    }
 
    slideIndex++;
 
    if (slideIndex> slides.length) {slideIndex = 1}   
 
    for (i = 0; i < dots.length; i++) {
 
        dots[i].className = dots[i].className.replace(" active", "");
 
    }
 
    slides[slideIndex-1].style.display = "block"; 
 
    dots[slideIndex-1].className += " active";
 
    setTimeout(showSlides, 2000); // Change image every 2 seconds
 
}
 
</script>
 
 
</body>
 
</html>
 
 
 
 
  
 
<html>
 
<html>
 +
<h1 style="text-align:center;">Integrated Human Practices</h1>
  
<h1><b>Our vision</b></h1>
+
<figure>
<p>From the beginning our strategy has been that collaboration leads to a better and more accepted technology. Therefore we have turned ourselves to stakeholders and specialist such as beekeepers from the Dutch beekeeper association, specialists from the university and the Design Academy Eindhoven. They pointed out the main cause of Colony Collapse Disorder namely the mite Varroa Destructor and therefore played a role in deciding which problem we want to tackle. In addition they also provided a lot of input on the demands of our new technology, continuously shaping our project during iGEM. For a complete and concrete overview of how the Dutch beekeeper association, specialist from Wageningen University and Design Academy Eindhoven shaped our project please go to the design page.
+
<a href="https://static.igem.org/mediawiki/2016/9/94/T--Wageningen_UR--Resource2030.pdf"><img src="https://static.igem.org/mediawiki/2016/f/f7/T--Wageningen_UR--ResourceFront.jpg"></a>
 +
<figcaption>Click the front page to read our Resource from the future! The Resource is the student magazine of Wageningen University.</figcaption>
 +
</figure>
  
During our project we got multiple opportunities to explore the boundaries of our project in interdisciplinary fields but also to work on team building with the help of the expertise of other students from different fields of study. Our collaboration with Design Academy Eindhoven has led to other design projects and in collaboration with Synenergene and Resource Wageningen we created a magazine of the future where we illustrated the techno moral consequences of our technology.  
+
<p>Science does not and should not exist in isolation. In the process of realizing our project, we had numerous conversations with both beta- and social scientists. These influences helped us reflect on the impact our project may have on society and made us more aware of the thoughts people might have on our project. We implemented every piece of advice both in our project <a href=https://2016.igem.org/Team:Wageningen_UR/HP/Gold#Design>design</a> and our human practices work. Here, you can see what influenced us and to what these different influences led.</p>
</section>
+
  
<section id="Design">
+
<section id="Synenergene">
<h1><b>Design</b></h1>
+
<h1><b>Synenergene<b></h1>
 +
<p>In collaboration with Synenergene, we created a futuristic magazine depicting what the world could look like in 2030 if our project is followed up on. Synenergene is a four year program to promote the dialogue about the future of synthetic biology between relevant stakeholders, contributing to responsible research and innovation. Synenergene partners, including the Rathenau institute, are in close collaboration with several iGEM teams from all over the world. </p>
 
<p>
 
<p>
After we decided that we wanted to work on a better solution fighting Varroa destructor we turned to several stakeholders and specialist such as beekeepers from the Dutch beekeeper association, specialists from the university but also the Design Academy Eindhoven since our strategy from the beginning has been that collaboration will lead to a better and more accepted technology. After several conversations with beekeepers from the NBV or Dutch Association for Beekeepers, it became clear that an improved product would meet the following criteria: it should be effective and specific, adapted to the hobbyist character of beekeeping and it should not interfere with the beeswax or honey. In addition Bob Mulder, the communication specialist of Wageningen university pointed out that you  ‘don’t change the consumer, change the technology’ technology.
+
Our collaboration with Synenergene consisted of two assessments: an <a href="https://static.igem.org/mediawiki/2016/f/f2/T--Wageningen_UR--applicationscenario.pdf">application scenario</a> and a techno-moral vignette. The assessments were intended to help us evaluate the viability as well as the societal impact of our envisioned product. We chose to combine both in a “Resource from the future”. The <a href="https://resource.wur.nl/nl">Resource</a>
 +
is the magazine and news website of students and employees of Wageningen UR, and by writing a <a href="https://static.igem.org/mediawiki/2016/9/94/T--Wageningen_UR--Resource2030.pdf">Resource from the year 2030</a>, when BeeT will be available on the market, we aimed to bring up ethical issues around synthetic biology in a way that is fun and accessible for the public. At the same time, the magazine served to spread the word in Wageningen about our iGEM project. </p></section>
  
We have taken this into account and together with input from the Design Academy Eindhoven, we have designed a system that uses a bacteria that regulates toxin production. It is called BeeT. A Tea bag like product that beekeepers apply in the sugar water just before the start of the winter. BeeT will, via the sugar water, end up in the brood food and transported to cells where bee larvae grow and where the mite is present. Inside the cell it will ‘sense’ and kill the mite. This will result in healthy winter worker bees who live longer than their summer counterparts, strongly increasing the chance of survival of the colony.
 
  
BeeT will  only produce the toxin if there are enough bacteria and only if the mite is present in the hive. Reducing the chance of developing resistance and thus taking into account the hobbyist character of beekeeping. Next, a mite specific toxin is used rather than a toxin that affects humans and bees as well. The timing of Bee-T makes sure it will not interfere with the honey. The system has two safety mechanisms: a light killswitch that destroys the bacteria as soon as it is exposed to light for a longer time. And a synthetic amino acid dependence that we have build in the system.
 
  
In comparison, existing technologies use for example Thymol which is a pure toxin. Pure toxins are prone to inducing resistance if beekeepers do not use the right amount or if the timing is wrong. Thymol is not only toxic for mites but for beekeepers and bees as well. It has to be applied three times a year and does interfere with honey and beewax: making it taste like mouthwash .
+
<section id="RIVM">
 
+
<h1><b>RIVM <b></h1>
Interestingly the ‘do not change the consumer principle’ turned out to be an important input point. Rather than requiring that beekeepers would have to change the sugar baskets that they use (since some of them are not completely dark) we decided to do light measurements and adapt the system in such a way that the system would not be killed by the light of the sugar basket. A tea-bag like product is the most ideal form since it can be applied to all sugar-water-basket systems. The synthetic amino acid should be applied to the sugar water. The initial idea was to use an synthetic amino acid spray. Beekeepers however are not always able to confine themselves to a strict time schedule.
+
<p>Together with the RIVM, we made a movie depicting the safety issues linked to our project. In the Netherlands, the <a href="http://www.rivm.nl/">RIVM</a> (Rijksinstituut voor Volksgezondheid en Milieu) is a governmental institute that is concerned with public health and a safe living environment. Part of their work is encouraging discussions about the development of synthetic biology from a policymaker’s perspective, which includes a collaboration with all Dutch iGEM teams since 2014. </p>
</p>
+
</section>
+
 
+
 
+
 
+
 
+
<section id="Conferences">
+
<h1><b>Conferences</b></h1>
+
<p> Throughout the year we have visited a lot of conferences with several goals: to inform different stakeholders about our project and to collect input on the BeeT system through different stages of the project, to network with companies and explore sponsor possibilities and to have fun and learn some things ourselves. </p>
+
 
+
<h2><b>Synenergene forum</b></h2>  
+
 
<p>
 
<p>
In search for the right conditions for responsible research and innovation, this conference was organized by the Rathenau institute (hyperlink) for all relevant stakeholders when it comes to the future of synthetic biology. Scientists, business people, policymakers and civil society organizations attended, but it was also open for the general public. The promises and pitfalls of synthetic biology were considered from a societal perspective during pitches, presentations, workshops and debates. We attended a workshop about connecting synthetic biology with culture and religion, a link we had not thought about before. During small information rounds, we had the opportunity to talk to experts in the field. We also joined a plenary discussion about freedom and security in an age of synthetic biology. We enjoyed hearing so many different opinions and having the opportunity to talk to experts from all over the world..</p>
+
For this collaboration, the teams were asked to depict their thoughts and concepts about safe by design in a video, podcast or other representation. We decided to make a movie that shows how safe by design is implemented in our project. </p>
  
<br>
 
 
<figure>
 
<figure>
<img src="https://static.igem.org/mediawiki/2016/5/5c/T--Wageningen_UR--SynenergeneForum_1R.JPG">
+
<img src="https://static.igem.org/mediawiki/2016/3/31/T--Wageningen_UR--RIVM.jpg">
 +
<figcaption>Screenshots of our RIVM "safe by design" movie.</figcaption>
 
</figure><br/>
 
</figure><br/>
  
<figure>
+
<p>  
<img src="https://static.igem.org/mediawiki/2016/6/64/T--Wageningen_UR--SynenergeneForum_2R.JPG">
+
Since the video is in Dutch, we will give you an impression of what we deal with and what we resolve in the video: In contrast to many other synthetic biology applications, BeeT is intended to be used outside the lab: In beehives. Even commercial Beehives are in close contact with nature. To get a better idea of the viability of our idea, and what it is like to request permission to use an engineered microorganism outside of the lab. We looked at the questions that are asked in such a request. After that, we discuss some of these questions that peaked our interest in the movie. Some interesting questions we had not thought about, such as “How can a genetically modified microorganism be recognized among natural relatives?”. Some questions we did not expect, for example, here are a number of questions about how the genetic modification was established. We would expect these questions when talking about the ethics of genetically modified microorganisms, and not necessarily when determining the risks of using it.</p>
</figure><br/>
+
<p>Another interesting aspect of the application of synthetic biology is responsibility: If our engineered bacterium would be commercialized, who would be responsible for any adverse effects? In our opinion, scientists are responsible for thoroughly and objectively investigating and reporting possible risks. Companies in turn should monitor whether the technology is sufficiently researched. Companies should also make sure that user manuals are correct and clear to understand, even to people with little experience with comparable technology. Users of the product, the beekeepers in our case, are responsible for using the product in the intended way only and following the user manual provided with the product.
 
+
Our movie ends with some open questions regarding safe by design, both in general and within our project. Examples are “what should be done to actually realize the insights that are gained by safe by design?” and “should there be more focus on the positive aspects of using a genetically modified microorganism when judging a permission request?”. We don’t know the answer to these questions, but think they are important nevertheless. </p>
<h2><b>Multi-stakeholder dialogue: the role of synthetic biology in energy transition
+
</b></h2>  
+
 
<p>
 
<p>
To broaden our horizon and understanding of the possibilities of synthetic biology, we joined a multi-stakeholder dialogue that was organized to discuss the role of synthetic biology in energy transition, by the Athena institute and the Rathenau institute. There is a general belief that something needs to change about the current dutch energy supply, and during this dialogue we brainstormed about how synthetic biology could be of help achieving this. In a guided way, we generated ideas about applications of synthetic biology for energy supply, starting from future society-scenario’s created the day before. The nice thing about this approach was that we learned about the perspectives of people with different backgrounds, ranging from scientists to business people. It felt like we all started on the same page. The ideas that were most appealing were later worked out in different groups. Lisa and I worked on a scenario, “the green human”, where humans would evolve together with plants to be able to rely on photosynthesis for energy. Of course this scenario is very futuristic, but in our opinion it exposes a very important aspect of both energy transition and synthetic biology: that the public should be involved, to be more conscious about energy use and more engaged with technological advances in the field of synthetic biology.
+
Concluding our collaboration with the RIVM, some members of our team, as well as the other dutch iGEM teams attended a meeting organized by the RIVM and the Rathenau institute, with the theme: “Veilig verder met synthetische biologie”, or “Making safe progress in synthetic biology”. During this meeting, researchers, policymakers and policy advisers brainstormed, discussed, and presented their ideas about how synthetic biology should be handled in the future. We gave a short presentation about the topic of our project and how we integrated “safe by design” through toxin specificity, controlled expression of the toxin and confinement of our product to the beehive. During a short information market, we: </p>
</p>
+
<ul>
 +
<li>Got to talk more in depth with people who were interested.</li>
 +
<li>Presented the movie we made for the RIVM.</li>
 +
<li>Made the "Resource from the future" in collaboration with Synenergene.</li>
 +
</ul>
  
<br>
+
<p>We learned a lot from the talks about further handling safety in synthetic biology both from a political and a societal point of view. An interesting point that comes to mind was made by a speaker about how feelings of the public concerning synthetic biology can be a useful source of questions on the ethical aspects of our work. She also mentioned how art can be used to connect people to synthetic biology and how in return art can give the emotional concerns a voice, as scientists might oppress these. In our project, we tried to achieve this through collaborating with the <a hrefhttps://2016.igem.org/Team:Wageningen_UR/HP/Gold#Design>Design Academy Eindhoven</a>. Besides, it was nice to get to know more about how the other dutch iGEM teams handled the RIVM assignment. We thank the RIVM and the Rathenau institute for inviting us, it was an inspiring day! </p>
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/2/22/T--Wageningen_UR--Stakeholders_1R.JPG">
+
<figcaption>Our idea: the green human</figcaption>
+
</figure><br/>
+
 
+
</section>
+
<section id="collaboration">
+
<h1><b>Collaboration</b></h1>
+
<h2><b>DAE</b></h1>
+
 
<p>
 
<p>
We initiated contact with students from the Design Academy Eindhoven to enhance the interdisciplinarity of our project. We met up several times and discussed about both art and science, but also where those two topics overlap. Their views on our project helped a lot in designing our project and adapting it to real life demands <a href="#Design">(Design)</a>.
+
In short, we learned a lot from collaborating both with the RIVM and the Rathenau institute/Synenergene. When starting iGEM, safety and containment of our engineered bacterium were just “Things that need to be considered in order to perform well in the iGEM competition”. The RIVM and Synenergene assignments helped us to think more in depth about different safety aspects and our own opinions about it. Biosafety of BeeT was always a major part of our project, with over half of the team members working on some safety aspect, but these meetings really showed us a different side of it.</p></section>
For a concrete collaboration, we asked one of the students – Thieu – to design our end product, BeeT, in a way it could be presented to future users. Our collaboration with the DAE did not only lead to us having a positively received final product design, but also led to our project influencing the design students’ projects.
+
  
 +
<section id="DAE">
  
 +
<h1><b>Design Academy Eindhoven</b></h1>
 +
<p>As noted above, on one conference, a speaker stated that in order to make science accessible for everyone, art is essential. We integrated this piece of advice very thoroughly during our iGEM project.</p>
 +
<p>After getting to know students from the Design Academy Eindhoven (DAE) on a sunbio conference, we met several times with some design students and talked both about science and art in general, but also about our iGEM project and their design projects. Doing this, one of the students gave us the opportunity to have a “real life bee experience”. The aim of this project was to study group dynamics, stress, and teamwork. The task was to prepare a dish (Baklava) like bees would do it.</p>
 +
<p>The outcome can be seen <a href="https://2016.igem.org/Team:Wageningen_UR/team/members#video">here</a>. During this project, we learned a lot about how our team works together. It primed us to think about our own group dynamics and also how a competition like iGEM affects us as a team.
 +
Moreover, by exchanging with the design students, a lot of issues concerning our project – such as perception in the society and communication issues – came up. We noticed that the depth of our project is not easily accessible to everyone. Therefore, to improve that, we tried to incorporate a lot of art and graphics in our project. This can be seen in our general approach towards presenting our project on our wiki. Not only do we have a graphical overview. We also present each topic’s main points in a short comic. In this way, everyone who is interested can grasp the essence of our project without having to understand the in depth explanations given on the project pages. To have a look at an example, see our <a href="https://2016.igem.org/Team:Wageningen_UR">overview</a>.</p></section>
  
<h2><b>Synenergene</b></h2>
+
<section id="Bob">
<p>
+
<h1><b>Bob Mulder</b></h1>
Synenergene is a four year program to promote the dialogue about the future of synthetic biology between relevant stakeholders, contributing to responsible research and innovation. Synenergene partners, including the Rathenau institute, are in close collaboration with several iGEM teams from all over the world.  
+
<p>One of the first steps we took apart from scientific work, was approaching the university’s communication strategy expert Bob Mulder. As our project aims at developing a product that is applied outside of the lab and that is crucial for saving honey bees and therefore affecting the whole world, we wanted to make sure there is no miscommunication and no room for misinterpretations in our project. Bob Mulder advised us on how to best approach sensitive topics such as GMOs. We used his advice and constantly kept in touch with him about our public appearance. His advice was also needed when talking to the Dutch beekeepers’ association.</p></section>
<br>
+
<br>
+
Our collaboration with Synenergene consisted of two assessments: an application scenario and a techno-moral vignette. The assessments were intended to help us evaluate the viability as well as the societal impact of our envisioned product. We chose to combine both in a “Resource from the future”. “Resource” is the magazine and news website of students and employees of Wageningen UR, and by writing a Resource from the year 2030 (link to magazine), when BeeT will be available on the market, we aimed to bring up ethical issues around synthetic biology in a way that is fun and accessible for the public. At the same time, the magazine served to spread the word in Wageningen about our iGEM project.
+
<br>
+
<br>
+
Besides, we attended the SYNENERGENE Forum 2016 (hyperlink) in Amsterdam.  
+
</p>
+
  
<h2><b>RIVM</b></h2>
+
<section id="NBV">
<p>
+
<h1><b>Dutch Beekeeper’s Association</b></h1>
 +
<p>For a successful design of our project, the input of real beekeepers was crucial. Yet, as a lot of beekeepers are hobbyists and non scientific, approaching them was rather challenging. Like a lot of people, the beekeepers showed to be wary when hearing about our plan to design a product to be applied inside of hives containing GMOs. Nevertheless, using Bob Mulders' strategic advice, we got the beekeepers to listen to us and give us advice on our project. </p>
  
In the Netherlands, the RIVM (Rijksinstituut voor Volksgezondheid en Milieu) is a  governmental institute that is concerned with public health and a safe living environment. They investigate the impact of synthetic biology on these aspects of our society, and aim to bring existing knowledge on the topic together. Part of their work is encouraging discussions about the development of synthetic biology from a policymaker’s perspective, which includes a collaboration with all Dutch iGEM teams since 2014.
 
<br>
 
<br>
 
For this collaboration, the teams were asked to depict their thoughts and concepts about safe by design in a video, podcast or other representation. We decided to make a movie (hyperlink) (it is in dutch) that shows how safe by design is implemented in our project.
 
<br>
 
In contrast to many other synthetic biology applications, BeeT is intended to be used outside the lab, in beehives, which is in close contact with nature. To get a better idea of the viability of our idea, and what it is like to request permission to use an engineered microorganism outside of the lab, we looked at the questions that are asked in such a request (link to website of RIVM) and discuss some that peaked our interest in the movie. Some interesting questions we had not thought about, such as “how can a genetically modified microorganism be recognized among natural relatives?”. Some other things we did not understand completely. For example, there are a number of questions about how the genetic modification was established. We would expect these questions when talking about the ethics of genetically modified microorganisms, and not necessarily when determining the risks of using it.
 
<br>
 
Another interesting aspect of the application of synthetic biology is responsibility: if our engineered bacterium would be commercialized, who would be responsible for any adverse effects? In our opinion, scientists are responsible for thoroughly and objectively investigating and reporting possible risks. Companies in turn should monitor whether the technology is sufficiently researched. Companies should also make sure that user manuals are correct and clear to understand, even to people with little experience with comparable technology. Users of the product, the beekeepers in our case, are responsible for using the product in the intended way only and following the user manual provided with the product.
 
<br>
 
Our movie ends with some open questions regarding safe by design, both in general and within our project. Examples are “what should be done to actually realize the insights that are gained by safe by design?” and “should there be more focus on the positive aspects of using a genetically modified microorganism when judging a permission request?”. We don’t know the answer to these questions, but think they are important nevertheless.
 
<br>
 
<br>
 
Concluding our collaboration with the RIVM, some members of our team, as well as the other dutch iGEM teams attended a meeting organized by the RIVM and the Rathenau institute, with the theme: “veilig verder met synthetische biologie”, or “making safe progress in synthetic biology”. During this meeting, researchers, policymakers and policy advisors brainstormed, discussed and presented their ideas about how synthetic biology should be handled in the future. We gave a short presentation about the topic of our project and how we integrated “safe by design” through toxin specificity, controlled expression of the toxin and confinement of our product to the beehive. During a short information market, we got to talk more in depth with people who were interested, presented the movie we made for the RIVM and the Resource from the future that was made in collaboration with Synenergene. There were short “break-out sessions” where safety of previous iGEM projects was discussed in small groups, and at the same time two artists made a huge and beautiful drawing of everything that was discussed during the day. We learned a lot from the interesting talks about further handling safety in synthetic biology both from a political and a societal point of view. An interesting point that comes to mind was made by Sabine Roeser (professor of Ethics, TU Delft), about how feelings of the public concerning synthetic biology can be a useful source of questions on the ethical aspects of our work. She also mentioned how art can be used to connect people to synthetic biology. In our project, we tried to achieve this through collaborating with the Design Academy Eindhoven (hyperlink). Besides, it was nice to get to know more about how the other dutch iGEM teams handled the RIVM assignment. We thank the RIVM and the Rathenau institute for inviting us, it was an inspiring day!
 
<br>
 
<br>
 
In short, we learned a lot from collaborating both with the RIVM and the Rathenau institute/Synenergene. When starting iGEM, safety and containment of our engineered bacterium were just “things that need to be considered in order to perform well in the iGEM competition”. The RIVM and Synenergene assignments helped us to think more in depth about different safety aspects, how safety by design can be achieved and our own opinions about it. Eventually, biosafety of BeeT became a major part of our project, with over half of the team members working on some safety aspect.
 
 
</p>
 
 
</section>
 
</section>
 
+
<section id="Summary">
<figure>
+
<h1><b>Summary</b></h1>
<img src="https://static.igem.org/mediawiki/2016/e/e2/T--Wageningen_UR--RIVM_1R.JPG">
+
<p> To wrap it up, here is in short who and what influenced us and the process during our project and how we implemented this.</p>
<figcaption>Information market</figcaption>
+
<ul>
</figure><br/>
+
<li><b>Synenergene</b> gave us the opportunity to explore the <b>impact</b> our project might have on society. They also assisted us in thinking about <b>responsibility in science</b>.</li>  
 
+
<li>The <b>RIVM</b> made us think about the <b>importance of safety</b> in synbio. This led to a <b>change in our mindset</b>. From “safety is demanded”  to <b>“safety is important”</b>.</li>
<figure>
+
<li><b>Bob Mulder</b>, strategic communication adviser pointed out how we and our statements can be perceived by the <b>public</b>. This helped us adapt our <b>communication strategies</b> based on our partners. </li>
<img src="https://static.igem.org/mediawiki/2016/8/8b/T--Wageningen_UR--RIVM_2R.JPG">
+
<li>Students from the <b>DAE</b> had a crucial role in sharing their thoughts on synbio with us. They inspired us to think about our project in a <b>broader sense</b> than just scientific.</li>
</figure><br/>
+
<li>The <b>Dutch Beekeeper’s Association</b> did not like our project in the beginning, due to <b>fear of ecological changes</b>. This led us to work on the way we <b>present and explain</b> our project.</li>
 
+
<ol>
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/a/a4/T--Wageningen_UR--RIVM_3R.JPG">
+
<figcaption>Presentation</figcaption>
+
</figure><br/>
+
 
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/e/ea/T--Wageningen_UR--RIVM_4R.JPG">
+
<figcaption>Brainstorm session</figcaption>
+
</figure><br/>
+
 
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/f/f4/T--Wageningen_UR--RIVM_5R.JPG">
+
<figcaption>The giant drawing in progress</figcaption>
+
</figure><br/>
+
 
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/5/50/T--Wageningen_UR--RIVM_6R.JPG">
+
<figcaption>Organizers and speakers</figcaption>
+
</figure><br/>
+
 
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/c/cb/T--Wageningen_UR--RIVM_7R.JPG">
+
<figcaption>The other dutch iGEM teams</figcaption>
+
</figure><br/>
+
 
+
 
+
<b> This is bold text </b>
+
<br> <!-- This br tag causes a lineBREAK (and these arrows cause a comment, which will not show in the actual page, you can also make them as long as you damn well please) -->
+
<i> This is italic text </i>
+
 
+
<section id="meetup">
+
<h1><b>National Meetup</b></h1>
+
<p>  
+
On 21/05/2016 we organised the meet-up of all interested Dutch iGEM teams. Four teams took part: Groningen, Leiden, Eindhoven, and us.
+
 
+
The meeting was divided in two parts. The first part consisted of every team presenting their project ideas with a brief discussion afterwards.
+
 
+
After lunch the brainstorm session started.
+
 
+
We divided the group in 4 random subgroups. The groups got to know eachother a bit, and then brainstormed on whatever iGEM related topic they liked.
+
 
+
Some groups decided to talk about what team could collaborate with what other team, some teams decided to think about ways to connect in a better way, and some teams thought about how to make iGEM more popular in the Netherlands.
+
 
+
After some small presentations of the brainstorm sessions’ results, we discussed several ideas. The outcome of the discussions was: <br>
+
 
+
• a list with contact details and team roles of every Dutch team member has been obtained
+
<br>
+
 
+
• the notion of several collaboration possibilities
+
<br>
+
 
+
• ideas about shared sponsoring and funding
+
 
+
<br>
+
When the discussions were over, the official part came to an end, but some teams ended up ordering pizza and playing board games together. All in all, we feel the day was a success not only for the progress of our projects, but also for getting to know and connecting with our fellow Dutch iGEM teams.
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/1/15/T--Wageningen_UR--meetup1.jpg">
+
<figcaption>Figure x. One of the results of the brainstorm session.</figcaption>
+
</figure><br/>
+
 
+
 
+
Design Acadaemy Eindhoven meet-ups
+
 
+
As mentioned in the <a href="#collaboration">collaboration section</a>, we designed our project with the help of students from the Design Academy Eindhoven. Apart from collaborating with them on designing the future end product BeeT, they helped us think about our project and its connection with society.
+
 
+
We met with them twice: The first time, we visited them and took part in a design workshop. We talked about our ideas for our iGEM projects - at that time there were still a lot of ideas on the table. The students helped us realize what other “non-science” people think about synthetic biology.
+
 
+
The second meeting was a lab day for them to see what our everyday life in the lab looks like. It was fun sharing our knowledge with them. On this day, we especially realized what kind of prejudices a lot of people have towards GMOs. At the end of the day, we learned what aspects we should pay special attention to when presenting our project to the broad public. Moreover, we were able to convince the students that synthetic biology is in fact something good rather than something threatening.
+
 
+
</p>
+
</section>
+
 
+
<section id="ProjectPresentation">
+
<h1><b>Project Presentation</b></h1>
+
<p>
+
On October the 3rd, we organized a lunch lecture at the university to present our project to researchers, beekeepers, students and other interested people. Quite some people were attending and a lot of questions were asked. We are happy about getting to practice our presentation in front of an audience, as well al learning what parts of our story where still unclear. Furthermore, we hope we enthused other students who might participate in next year’s iGEM team!
+
</p>
+
</section>
+
<br>
+
 
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/e/ec/T--Wageningen_UR--PPres_1R.JPG">
+
</figure><br/>
+
 
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/9/98/T--Wageningen_UR--PPres_2R.JPG">
+
</figure><br/>
+
 
+
<figure>
+
<img src="https://static.igem.org/mediawiki/2016/7/7e/T--Wageningen_UR--PPres_3R.JPG">
+
</figure><br/>
+
 
+
<section id="media">
+
<h1><b>Media</b></h1>
+
<p>
+
We have contacted various newspaper and magazines to inform the public about our project. Not only did we tried to reach out to the Wageningen community but also to alumni, beekeepers, scientist from outside Wageningen and people who are interested in synthetic biology. Partly to receive input about or project and partly because we are just very proud about how our project turned out. We also proactively kept people updated with the help of a Social Media campaign.
+
 
+
<h2><b>Resource and Wageningen World</b></h2>
+
<p>
+
The resource is the magazine for students and employees of Wageningen University. They have dedicated several articles to our work. They focussed on the content of our project but also about our reach out to the public to raise money with a crowdfunding platform.
+
 
+
<ul type="square">
+
<li>June: General <a href="http://resource.wur.nl/en/show/Students-create-varroa-killer.htm">article</a> about our project.</li>
+
<li>July: <a href="http://resource.wur.nl/nl/show/iGEM-team-start-crowdfundcampagne-voor-bijenonderzoek.htm">article</a> about our crowdfunding.</li>
+
<li>July: <a href="http://resource.wur.nl/nl/show/Blog-Geniale-marketeers-of-naieve-natuurliefhebbers-.htm">Blog</a> inspired by our project.</li>
+
<li>August: <a href="http://resource.wur.nl/nl/show/Studenten-naar-Boston-met-project.htm">article</a> announcing that we will go to Boston with our project.</li>
+
<li>August: <a href="
+
http://www.wur.nl/upload_mm/4/4/b/dccfb13f-21eb-4a12-9a81-de3637f2a015_Wageningen%20World%202016-03_NL.pdf
+
">article</a> directed at alumni of Wageningen UR with a request to help with crowdfunding.</li>
+
</p><ul>
+
 
+
<h2><b>Bionieuws</b></h2>
+
<p>
+
Two times has bionieuws, a Dutch magazine for Biologists, written about BeeT. First a general article about the project and what we, as students like about iGEM. Second, an article exploring all the Dutch iGEM teams.
+
</p>
+
 
+
<h2><b>C2W</b></h2>  
+
<p>
+
 
+
+
</p>
+
 
</section>
 
</section>
  
</ol>
 
 
</html>
 
</html>
 
{{Wageningen_UR/footer}}
 
{{Wageningen_UR/footer}}

Latest revision as of 00:48, 20 October 2016

Wageningen UR iGEM 2016

 

Integrated Human Practices

Click the front page to read our Resource from the future! The Resource is the student magazine of Wageningen University.

Science does not and should not exist in isolation. In the process of realizing our project, we had numerous conversations with both beta- and social scientists. These influences helped us reflect on the impact our project may have on society and made us more aware of the thoughts people might have on our project. We implemented every piece of advice both in our project design and our human practices work. Here, you can see what influenced us and to what these different influences led.

Synenergene

In collaboration with Synenergene, we created a futuristic magazine depicting what the world could look like in 2030 if our project is followed up on. Synenergene is a four year program to promote the dialogue about the future of synthetic biology between relevant stakeholders, contributing to responsible research and innovation. Synenergene partners, including the Rathenau institute, are in close collaboration with several iGEM teams from all over the world.

Our collaboration with Synenergene consisted of two assessments: an application scenario and a techno-moral vignette. The assessments were intended to help us evaluate the viability as well as the societal impact of our envisioned product. We chose to combine both in a “Resource from the future”. The Resource is the magazine and news website of students and employees of Wageningen UR, and by writing a Resource from the year 2030, when BeeT will be available on the market, we aimed to bring up ethical issues around synthetic biology in a way that is fun and accessible for the public. At the same time, the magazine served to spread the word in Wageningen about our iGEM project.

RIVM

Together with the RIVM, we made a movie depicting the safety issues linked to our project. In the Netherlands, the RIVM (Rijksinstituut voor Volksgezondheid en Milieu) is a governmental institute that is concerned with public health and a safe living environment. Part of their work is encouraging discussions about the development of synthetic biology from a policymaker’s perspective, which includes a collaboration with all Dutch iGEM teams since 2014.

For this collaboration, the teams were asked to depict their thoughts and concepts about safe by design in a video, podcast or other representation. We decided to make a movie that shows how safe by design is implemented in our project.

Screenshots of our RIVM "safe by design" movie.

Since the video is in Dutch, we will give you an impression of what we deal with and what we resolve in the video: In contrast to many other synthetic biology applications, BeeT is intended to be used outside the lab: In beehives. Even commercial Beehives are in close contact with nature. To get a better idea of the viability of our idea, and what it is like to request permission to use an engineered microorganism outside of the lab. We looked at the questions that are asked in such a request. After that, we discuss some of these questions that peaked our interest in the movie. Some interesting questions we had not thought about, such as “How can a genetically modified microorganism be recognized among natural relatives?”. Some questions we did not expect, for example, here are a number of questions about how the genetic modification was established. We would expect these questions when talking about the ethics of genetically modified microorganisms, and not necessarily when determining the risks of using it.

Another interesting aspect of the application of synthetic biology is responsibility: If our engineered bacterium would be commercialized, who would be responsible for any adverse effects? In our opinion, scientists are responsible for thoroughly and objectively investigating and reporting possible risks. Companies in turn should monitor whether the technology is sufficiently researched. Companies should also make sure that user manuals are correct and clear to understand, even to people with little experience with comparable technology. Users of the product, the beekeepers in our case, are responsible for using the product in the intended way only and following the user manual provided with the product. Our movie ends with some open questions regarding safe by design, both in general and within our project. Examples are “what should be done to actually realize the insights that are gained by safe by design?” and “should there be more focus on the positive aspects of using a genetically modified microorganism when judging a permission request?”. We don’t know the answer to these questions, but think they are important nevertheless.

Concluding our collaboration with the RIVM, some members of our team, as well as the other dutch iGEM teams attended a meeting organized by the RIVM and the Rathenau institute, with the theme: “Veilig verder met synthetische biologie”, or “Making safe progress in synthetic biology”. During this meeting, researchers, policymakers and policy advisers brainstormed, discussed, and presented their ideas about how synthetic biology should be handled in the future. We gave a short presentation about the topic of our project and how we integrated “safe by design” through toxin specificity, controlled expression of the toxin and confinement of our product to the beehive. During a short information market, we:

  • Got to talk more in depth with people who were interested.
  • Presented the movie we made for the RIVM.
  • Made the "Resource from the future" in collaboration with Synenergene.

We learned a lot from the talks about further handling safety in synthetic biology both from a political and a societal point of view. An interesting point that comes to mind was made by a speaker about how feelings of the public concerning synthetic biology can be a useful source of questions on the ethical aspects of our work. She also mentioned how art can be used to connect people to synthetic biology and how in return art can give the emotional concerns a voice, as scientists might oppress these. In our project, we tried to achieve this through collaborating with the Design Academy Eindhoven. Besides, it was nice to get to know more about how the other dutch iGEM teams handled the RIVM assignment. We thank the RIVM and the Rathenau institute for inviting us, it was an inspiring day!

In short, we learned a lot from collaborating both with the RIVM and the Rathenau institute/Synenergene. When starting iGEM, safety and containment of our engineered bacterium were just “Things that need to be considered in order to perform well in the iGEM competition”. The RIVM and Synenergene assignments helped us to think more in depth about different safety aspects and our own opinions about it. Biosafety of BeeT was always a major part of our project, with over half of the team members working on some safety aspect, but these meetings really showed us a different side of it.

Design Academy Eindhoven

As noted above, on one conference, a speaker stated that in order to make science accessible for everyone, art is essential. We integrated this piece of advice very thoroughly during our iGEM project.

After getting to know students from the Design Academy Eindhoven (DAE) on a sunbio conference, we met several times with some design students and talked both about science and art in general, but also about our iGEM project and their design projects. Doing this, one of the students gave us the opportunity to have a “real life bee experience”. The aim of this project was to study group dynamics, stress, and teamwork. The task was to prepare a dish (Baklava) like bees would do it.

The outcome can be seen here. During this project, we learned a lot about how our team works together. It primed us to think about our own group dynamics and also how a competition like iGEM affects us as a team. Moreover, by exchanging with the design students, a lot of issues concerning our project – such as perception in the society and communication issues – came up. We noticed that the depth of our project is not easily accessible to everyone. Therefore, to improve that, we tried to incorporate a lot of art and graphics in our project. This can be seen in our general approach towards presenting our project on our wiki. Not only do we have a graphical overview. We also present each topic’s main points in a short comic. In this way, everyone who is interested can grasp the essence of our project without having to understand the in depth explanations given on the project pages. To have a look at an example, see our overview.

Bob Mulder

One of the first steps we took apart from scientific work, was approaching the university’s communication strategy expert Bob Mulder. As our project aims at developing a product that is applied outside of the lab and that is crucial for saving honey bees and therefore affecting the whole world, we wanted to make sure there is no miscommunication and no room for misinterpretations in our project. Bob Mulder advised us on how to best approach sensitive topics such as GMOs. We used his advice and constantly kept in touch with him about our public appearance. His advice was also needed when talking to the Dutch beekeepers’ association.

Dutch Beekeeper’s Association

For a successful design of our project, the input of real beekeepers was crucial. Yet, as a lot of beekeepers are hobbyists and non scientific, approaching them was rather challenging. Like a lot of people, the beekeepers showed to be wary when hearing about our plan to design a product to be applied inside of hives containing GMOs. Nevertheless, using Bob Mulders' strategic advice, we got the beekeepers to listen to us and give us advice on our project.

Summary

To wrap it up, here is in short who and what influenced us and the process during our project and how we implemented this.

  • Synenergene gave us the opportunity to explore the impact our project might have on society. They also assisted us in thinking about responsibility in science.
  • The RIVM made us think about the importance of safety in synbio. This led to a change in our mindset. From “safety is demanded” to “safety is important”.
  • Bob Mulder, strategic communication adviser pointed out how we and our statements can be perceived by the public. This helped us adapt our communication strategies based on our partners.
  • Students from the DAE had a crucial role in sharing their thoughts on synbio with us. They inspired us to think about our project in a broader sense than just scientific.
  • The Dutch Beekeeper’s Association did not like our project in the beginning, due to fear of ecological changes. This led us to work on the way we present and explain our project.