Difference between revisions of "Team:UCL/Human Practices/Education"

 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{UCL}}
+
{{UCL/TemplateBefore}}
 
<html>
 
<html>
 +
<body>
 +
<main class="cd-main-content">
 +
    <div id="main-content-container">
  
<div class="column full_size" >
+
 
<div class="highlight">
+
<h2> Resources for the younger generation </h2>
<h1> Resources for the younger generation </h1>
+
  
 
<p> In response to the survey, we wanted to make synthetic biology and iGEM more accessible to the younger generation, and the rest of the public. So we decided that we wanted to make some resources for young children about our project, synthetic biology and ideas around synthetic biology. We have this document translated in English, German, French, Farsi, Spanish and Mandarin. </p>
 
<p> In response to the survey, we wanted to make synthetic biology and iGEM more accessible to the younger generation, and the rest of the public. So we decided that we wanted to make some resources for young children about our project, synthetic biology and ideas around synthetic biology. We have this document translated in English, German, French, Farsi, Spanish and Mandarin. </p>
  
 
<p> <a href="Ucligem_handbook.pdf">pdf file</a> </p>
 
<p> <a href="Ucligem_handbook.pdf">pdf file</a> </p>
</div>
 
  
<div class="column full_size" >
+
 
<div class="highlight">
+
 
<h1> Workshop with the younger generation </h1>
+
<h2> Workshop with the younger generation </h2>
 
<p> We were able to inspire the next generation of scientists, engineers, conputer scientists and phycolgists through a workshop. We told them what synthetic biology is, our project, asked them what their perception of the elderly is and ran some fun activities. We also gave the students a chance to have some lab experience. </p>  
 
<p> We were able to inspire the next generation of scientists, engineers, conputer scientists and phycolgists through a workshop. We told them what synthetic biology is, our project, asked them what their perception of the elderly is and ran some fun activities. We also gave the students a chance to have some lab experience. </p>  
  
Line 38: Line 39:
 
   <div class="w3-left w3-padding-left w3-hover-text-khaki" onclick="plusDivs(-1)">&#10094;</div>
 
   <div class="w3-left w3-padding-left w3-hover-text-khaki" onclick="plusDivs(-1)">&#10094;</div>
 
   <div class="w3-right w3-padding-right w3-hover-text-khaki" onclick="plusDivs(1)">&#10095;</div>
 
   <div class="w3-right w3-padding-right w3-hover-text-khaki" onclick="plusDivs(1)">&#10095;</div>
     <span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(1, 1)"></span>
+
     <span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(1)"></span>
     <span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(2, 1)"></span>
+
     <span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(2)"></span>
<span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(3, 1)"></span>
+
<span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(3)"></span>
<span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(4, 1)"></span>
+
<span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(4)"></span>
<span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(5, 1)"></span>
+
<span class="w3-badge demo w3-border w3-transparent w3-hover-black" onclick="currentDiv(5)"></span>
 
   </div>
 
   </div>
 
</div>
 
</div>
  
 
<script>
 
<script>
var slideIndex = [1, 1, 1];
+
var slideIndex = [1, 1, 1, 1];
 
slidesClass = "mySlides";
 
slidesClass = "mySlides";
showDivs(slideIndex[1], 1, "mySlides");
+
showDivs(slideIndex[1], 1, slidesClass);
  
function plusDivs(n, slideNumber) {
+
function plusDivs(n) {
   showDivs(slideIndex[slideNumber] += n, 1, slidesClass);
+
   showDivs(slideIndex[1] += n, 1, slidesClass);
 
}
 
}
  
function currentDiv(n, slideNumber) {
+
function currentDiv(n) {
   showDivs(slideIndex[slideNumber] = n, 1, slidesClass);
+
   showDivs(slideIndex[1] = n, 1, slidesClass);
 
}
 
}
  
Line 64: Line 65:
 
   var dots = document.getElementsByClassName("demo");
 
   var dots = document.getElementsByClassName("demo");
 
   if (n > x.length) {slideIndex[slideSet] = 1}
 
   if (n > x.length) {slideIndex[slideSet] = 1}
   if (n < 1) {slideIndex = x.length}
+
   if (n < 1) {slideIndex[slideSet] = x.length}
 
   for (i = 0; i < x.length; i++) {
 
   for (i = 0; i < x.length; i++) {
 
     x[i].style.display = "none";
 
     x[i].style.display = "none";
 
   }
 
   }
 
   for (i = 0; i < dots.length; i++) {
 
   for (i = 0; i < dots.length; i++) {
     dots[i].className = dots[i].className.replace(" w3-white", "");
+
     dots[i].className = dots[i].className.replace(" w3-black", "");
 
   }
 
   }
 
   x[slideIndex[slideSet]-1].style.display = "block";
 
   x[slideIndex[slideSet]-1].style.display = "block";
   dots[slideIndex[slideSet]-1].className += " w3-white";
+
   dots[slideIndex[slideSet]-1].className += " w3-black";
 
}
 
}
 
</script>
 
</script>
Line 83: Line 84:
 
</div>
 
</div>
  
<div class="column full_size" >
+
 
<div class="highlight">
+
<h2> Week long outreach workshops with year 12 students at the sutton trust summer school Monday 8th -12th July </h2>
<h1> Week long outreach workshops with year 12 students at the sutton trust summer school Monday 8th -12th July </h1>
+
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
 +
<style>
 +
.mySlides2 {display:none}
 +
.w3-left, .w3-right, .w3-badge {cursor:pointer}
 +
.w3-badge {height:13px;width:13px;padding:0}
 +
</style>
 +
<body>
 +
 
 
<div class="w3-content w3-display-container" style="max-width:800px;">
 
<div class="w3-content w3-display-container" style="max-width:800px;">
 
<img class ="mySlides2" src = "https://static.igem.org/mediawiki/2016/9/93/Ucligem_outreachucl.jpg" style="width:100%">
 
<img class ="mySlides2" src = "https://static.igem.org/mediawiki/2016/9/93/Ucligem_outreachucl.jpg" style="width:100%">
Line 98: Line 106:
 
   </div>
 
   </div>
 
</div>
 
</div>
 +
 
<script>
 
<script>
var slideIndex2 = 1;
 
 
slidesClass2 ="mySlides2";
 
slidesClass2 ="mySlides2";
showDivs(slideIndex2, "mySlides2");
+
showDivs2(slideIndex[2], 2, slidesClass2);
  
function plusDivs2(m) {
+
function plusDivs2(n) {
   showDivs(slideIndex2 += m, slidesClass2);
+
   showDivs2(slideIndex[2] += n, 2, slidesClass2);
 
}
 
}
  
function currentDiv2(m) {
+
function currentDiv2(n) {
   showDivs(slideIndex2 = m, slidesClass2);
+
   showDivs2(slideIndex[2] = n, 2, slidesClass2);
 +
}
 +
 
 +
function showDivs2(n, slideSet, slidesClass) {
 +
  var i;
 +
  var x = document.getElementsByClassName(slidesClass);
 +
  var dots = document.getElementsByClassName("demo");
 +
  if (n > x.length) {slideIndex[slideSet] = 1}
 +
  if (n < 1) {slideIndex[slideSet] = x.length}
 +
  for (i = 0; i < x.length; i++) {
 +
    x[i].style.display = "none";
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
    dots[i].className = dots[i].className.replace(" w3-black", "");
 +
  }
 +
  x[slideIndex[slideSet]-1].style.display = "block";
 +
  dots[slideIndex[slideSet]-1].className += " w3-black";
 
}
 
}
 
</script>
 
</script>
  
  
<div class="column full_size" >
+
 
<div class="highlight">
+
<h2> Outreach activity workshop with year 12 students at the sutton trust summer school Thursday 28th July </h2>
<h1> Outreach activity workshop with year 12 students at the sutton trust summer school Thursday 28th July </h1>
+
 
<p> <!-- Abbie has described 2 outreach experiences here - still needs editing & quotes &  -->
 
<p> <!-- Abbie has described 2 outreach experiences here - still needs editing & quotes &  -->
 
<h1>UCL iGEM does Outreach:</h1>
 
<h1>UCL iGEM does Outreach:</h1>
Line 122: Line 145:
 
<img src = "https://static.igem.org/mediawiki/2016/6/60/Ucligem_ucloutreach3.jpg" : small>
 
<img src = "https://static.igem.org/mediawiki/2016/6/60/Ucligem_ucloutreach3.jpg" : small>
  
</p>We then proceeded to have two debates: one focussing on ageing, another on synthetic biology.</p>
+
<p>We then proceeded to have two debates: one focussing on ageing, another on synthetic biology.</p>
 
<p>The arguments were eloquent, well thought through and focussed on aspects such as the economic, ethical and even emotional impact of this research. The debate was particularly poignant at times and the students all had their own opinions which we encouraged the discussion of. We were not only impressed, but inspired by their enthusiasm and the feedback we received. Especially now some of the students want to get involved with iGEM and even study biochemical engineering- a degree they previously didn't know existed. </p>
 
<p>The arguments were eloquent, well thought through and focussed on aspects such as the economic, ethical and even emotional impact of this research. The debate was particularly poignant at times and the students all had their own opinions which we encouraged the discussion of. We were not only impressed, but inspired by their enthusiasm and the feedback we received. Especially now some of the students want to get involved with iGEM and even study biochemical engineering- a degree they previously didn't know existed. </p>
  
Line 130: Line 153:
 
</div>
 
</div>
  
</div>
 
  
<div class="column full_size" >
+
 
<div class="highlight">
+
 
<h1> Outreach activity workshop with year 8 students at the sutton trust summer school Friday 29th July </h1>
+
<h2> Outreach activity workshop with year 8 students at the sutton trust summer school Friday 29th July </h2>
 
<p>Friday was another day of presenting for us 3- this time to year 8 students - we gave them an insight into ageing in London and again encouraged participation.
 
<p>Friday was another day of presenting for us 3- this time to year 8 students - we gave them an insight into ageing in London and again encouraged participation.
 
After our talk we again set up a debate in which the students represented one of the following stakeholders:</p>
 
After our talk we again set up a debate in which the students represented one of the following stakeholders:</p>
Line 141: Line 163:
  
 
<p> Again, great arguments were constructed which considered the negatives of the other parties as well as the strengths of their own. They considered the different types of job prospects, ethics and short vs long term investments. We were particularly pleased with the vote outcome in which the students favoured a research institution to be built. </p>
 
<p> Again, great arguments were constructed which considered the negatives of the other parties as well as the strengths of their own. They considered the different types of job prospects, ethics and short vs long term investments. We were particularly pleased with the vote outcome in which the students favoured a research institution to be built. </p>
</div>
 
  
<div class="column full_size" >
+
 
<div class="highlight">
+
 
<h1> UCL iGEM x Sutton Trust summer school - biosciences stream </h1>
+
<h2> UCL iGEM x Sutton Trust summer school - biosciences stream </h2>
 
<p> This summer school is based at UCL and formed part of our outreach activities since it is aimed at students from widening participation backgrounds. Abbie worked closely with the students and lead a group of 5, year 12 students. </p>     
 
<p> This summer school is based at UCL and formed part of our outreach activities since it is aimed at students from widening participation backgrounds. Abbie worked closely with the students and lead a group of 5, year 12 students. </p>     
  
Line 158: Line 179:
  
 
<p> <INSERT VIDEO HERE> </p>
 
<p> <INSERT VIDEO HERE> </p>
</div>
 
  
<div class="column full_size" >
+
 
<div class="highlight">
+
 
<h1> "Get your hands dirty with synthbio" workshop for PhD students </h1>
+
<h2> "Get your hands dirty with synthbio" workshop for PhD students </h2>
 
<p>London Interdisciplinary Doctoral Programme (LIDo) funded by Biotechnology and Biological Sciences Research Council (BBSRC) is a PhD programme with a particular focus on interdisciplinary research. It is currently attended by about a hundred students studying at UCL, King's College London, Royal Veterinary College, Birkbeck, London School of Hygiene & Tropical Medicine and Queen Mary. </p>
 
<p>London Interdisciplinary Doctoral Programme (LIDo) funded by Biotechnology and Biological Sciences Research Council (BBSRC) is a PhD programme with a particular focus on interdisciplinary research. It is currently attended by about a hundred students studying at UCL, King's College London, Royal Veterinary College, Birkbeck, London School of Hygiene & Tropical Medicine and Queen Mary. </p>
 
<p>During LIDo retreat, we run a synthetic biology workshop for both students and staff involved in the programme. Due to the interdisciplinary nature of the programme, we prepared a wide range of activities for researchers from all backgrounds. For those unfamiliar with synthetic biology, we prepared mini-posters describing ways in which it can be used to solve some of the world's biggest problems. We talked about the Braunschweig 2014 team's E. cowli, which help to reduce the amount of methane produced by cows and thus prevent the global warming, about plastic-degrading bacteria designed by Imperial College 2013 team, biofuel-producing bacteria created by the University of Washington 2011 team and about University of Colorado Boulder 2014 team's idea on how to use phages to fight antibiotic resistance. The attendants were also encouraged to propose their own ideas and discuss related scientific and ethical issues, business viability of the idea and its impact on the society. </p>
 
<p>During LIDo retreat, we run a synthetic biology workshop for both students and staff involved in the programme. Due to the interdisciplinary nature of the programme, we prepared a wide range of activities for researchers from all backgrounds. For those unfamiliar with synthetic biology, we prepared mini-posters describing ways in which it can be used to solve some of the world's biggest problems. We talked about the Braunschweig 2014 team's E. cowli, which help to reduce the amount of methane produced by cows and thus prevent the global warming, about plastic-degrading bacteria designed by Imperial College 2013 team, biofuel-producing bacteria created by the University of Washington 2011 team and about University of Colorado Boulder 2014 team's idea on how to use phages to fight antibiotic resistance. The attendants were also encouraged to propose their own ideas and discuss related scientific and ethical issues, business viability of the idea and its impact on the society. </p>
 
<p>We also prepared a synthbio game composed of plasmid backbones with standard iGEM prefixes and suffixes surrounding elements such as (but not limited to) genes of interest. The players were asked to figure out the way of joining the biobricks into a new, longer biobrick using restriction enzymes and selection by antibiotic resistance. The players on their own initiative commented on the advantages of the biobrick format and a discussion on pros and cons of the standarised technique followed. </p>
 
<p>We also prepared a synthbio game composed of plasmid backbones with standard iGEM prefixes and suffixes surrounding elements such as (but not limited to) genes of interest. The players were asked to figure out the way of joining the biobricks into a new, longer biobrick using restriction enzymes and selection by antibiotic resistance. The players on their own initiative commented on the advantages of the biobrick format and a discussion on pros and cons of the standarised technique followed. </p>
 
<p>Finally, we presented our poster and received some feedback on our project.</p>
 
<p>Finally, we presented our poster and received some feedback on our project.</p>
<img src ="https://static.igem.org/mediawiki/2016/8/89/T--UCL--workshop_mini_posters.jpeg" : small>
+
 
<img src ="https://static.igem.org/mediawiki/2016/7/79/T--UCL--workshop_gamers.jpeg" : small>
+
<div class="w3-content w3-display-container" style="max-width:800px;">
<img src ="https://static.igem.org/mediawiki/2016/7/7d/T--UCL--workshop_game.jpeg" : small>
+
<img class = "mySlides3"src ="https://static.igem.org/mediawiki/2016/8/89/T--UCL--workshop_mini_posters.jpeg" style="width:100%">
<img src ="https://static.igem.org/mediawiki/2016/0/02/T--UCL--workshop_poster.jpeg" : small>
+
<img class = "mySlides3" src ="https://static.igem.org/mediawiki/2016/7/79/T--UCL--workshop_gamers.jpeg" style="width:100%">
 +
<img class = "mySlides3" src ="https://static.igem.org/mediawiki/2016/7/7d/T--UCL--workshop_game.jpeg" style="width:100%">
 +
<img class = "mySlides3" src ="https://static.igem.org/mediawiki/2016/0/02/T--UCL--workshop_poster.jpeg" style="width:100%">
 +
<div class="w3-center w3-section w3-large w3-text-black w3-display-topmiddle"  style="width:100%">
 +
  <div class="w3-left w3-padding-left w3-text-white w3-hover-text-khaki" onclick="plusDivs3(-1)">&#10094;</div>
 +
  <div class="w3-right w3-padding-right w3-text-white w3-hover-text-khaki" onclick="plusDivs3(1)">&#10095;</div>
 +
    <span class="w3-badge demo w3-border w3-transparent w3-hover-white" onclick="currentDiv3(1)"></span>
 +
    <span class="w3-badge demo w3-border w3-transparent w3-hover-white" onclick="currentDiv3(2)"></span>
 +
<span class="w3-badge demo w3-border w3-transparent w3-hover-white" onclick="currentDiv3(3)"></span>
 +
<span class="w3-badge demo w3-border w3-transparent w3-hover-white" onclick="currentDiv3(4)"></span>
 +
  </div>
 +
</div>
 +
<script>
 +
slidesClass3 ="mySlides3";
 +
showDivs(slideIndex[3], 3, slidesClass3);
 +
 
 +
function plusDivs3(n) {
 +
  showDivs(slideIndex[3] += n, 3, slidesClass3);
 +
}
 +
 
 +
function currentDiv3(n) {
 +
  showDivs(slideIndex[3] = n, 3, slidesClass3);
 +
}
 +
</script>
 +
 
 +
 
 +
<h3> Our App </h3>
 +
 
 +
<p> As mobile phones are becoming increasing part of our lives, we thought that developing an app may be a great way to get more people more aware of synthetic biology. We have decided to create a game that works by getting users to create certain biobricks, where the gene of interest will only complete the biobrick if the plasmid backbone is cut with the correct restriction enzymes. We want to make it as user friendly as possible and we are hoping to integrate our project and iGEM into the app as well. </p>
 +
 
 +
</div>
 +
</main>
 +
</body>
 +
</html>
 +
{{UCL/TemplateAfter}}

Latest revision as of 21:00, 22 September 2016

<!DOCTYPE html>

UCL iGEM 2016 | BioSynthAge

Resources for the younger generation

In response to the survey, we wanted to make synthetic biology and iGEM more accessible to the younger generation, and the rest of the public. So we decided that we wanted to make some resources for young children about our project, synthetic biology and ideas around synthetic biology. We have this document translated in English, German, French, Farsi, Spanish and Mandarin.

pdf file

Workshop with the younger generation

We were able to inspire the next generation of scientists, engineers, conputer scientists and phycolgists through a workshop. We told them what synthetic biology is, our project, asked them what their perception of the elderly is and ran some fun activities. We also gave the students a chance to have some lab experience.

We asked the children to draw what they think of when I said AGEING.

We then asked the children to draw what they envision themselves looking like when they are 65 years old (the age when you are considered as elderly)

Week long outreach workshops with year 12 students at the sutton trust summer school Monday 8th -12th July

Outreach activity workshop with year 12 students at the sutton trust summer school Thursday 28th July

UCL iGEM does Outreach:

Last Thursday Michelle, Amandeep & Abbie presented to a group of year 12 students about synthetic biology, iGEM and ageing (and even got invited back to present later this month)! We encouraged discussion throughout the lecture and it was great to teach them a little bit too.

We then proceeded to have two debates: one focussing on ageing, another on synthetic biology.

The arguments were eloquent, well thought through and focussed on aspects such as the economic, ethical and even emotional impact of this research. The debate was particularly poignant at times and the students all had their own opinions which we encouraged the discussion of. We were not only impressed, but inspired by their enthusiasm and the feedback we received. Especially now some of the students want to get involved with iGEM and even study biochemical engineering- a degree they previously didn't know existed.

Outreach activity workshop with year 8 students at the sutton trust summer school Friday 29th July

Friday was another day of presenting for us 3- this time to year 8 students - we gave them an insight into ageing in London and again encouraged participation. After our talk we again set up a debate in which the students represented one of the following stakeholders:

'Business person wanting to build a gym', 'scientist wanting to build an ageing research institution', 'doctor wanting to build a walk-in clinic' and 'the council wanting to build a community centre'.

Again, great arguments were constructed which considered the negatives of the other parties as well as the strengths of their own. They considered the different types of job prospects, ethics and short vs long term investments. We were particularly pleased with the vote outcome in which the students favoured a research institution to be built.

UCL iGEM x Sutton Trust summer school - biosciences stream

This summer school is based at UCL and formed part of our outreach activities since it is aimed at students from widening participation backgrounds. Abbie worked closely with the students and lead a group of 5, year 12 students.

This involved demonstrating various lab activities from basic pipetting to performing restriction digests and running gel electrophoresis. We also performed an activity which looked at the bacteria on skin before and after washing hands, the effectiveness of chemicals on killing bacteria and even gram stained these, looking under them at a microscope. A lot of the experiments were new to the students so it was essential to explain the techniques and assist throughout.

It was also an opportunity to give advice about university and share our own personal experiences.

Amandeep and Abbie also gave a lecture on iGEM, synthetic biology and ageing. Afterwards we ran a workshop and debate with regards to synthetic biology and ageing research as before to the 30 students on the stream. We really enjoy this activity due to the consideration of ethics, economics and personal experiences.

Some highlights have been collated in the video.

"Get your hands dirty with synthbio" workshop for PhD students

London Interdisciplinary Doctoral Programme (LIDo) funded by Biotechnology and Biological Sciences Research Council (BBSRC) is a PhD programme with a particular focus on interdisciplinary research. It is currently attended by about a hundred students studying at UCL, King's College London, Royal Veterinary College, Birkbeck, London School of Hygiene & Tropical Medicine and Queen Mary.

During LIDo retreat, we run a synthetic biology workshop for both students and staff involved in the programme. Due to the interdisciplinary nature of the programme, we prepared a wide range of activities for researchers from all backgrounds. For those unfamiliar with synthetic biology, we prepared mini-posters describing ways in which it can be used to solve some of the world's biggest problems. We talked about the Braunschweig 2014 team's E. cowli, which help to reduce the amount of methane produced by cows and thus prevent the global warming, about plastic-degrading bacteria designed by Imperial College 2013 team, biofuel-producing bacteria created by the University of Washington 2011 team and about University of Colorado Boulder 2014 team's idea on how to use phages to fight antibiotic resistance. The attendants were also encouraged to propose their own ideas and discuss related scientific and ethical issues, business viability of the idea and its impact on the society.

We also prepared a synthbio game composed of plasmid backbones with standard iGEM prefixes and suffixes surrounding elements such as (but not limited to) genes of interest. The players were asked to figure out the way of joining the biobricks into a new, longer biobrick using restriction enzymes and selection by antibiotic resistance. The players on their own initiative commented on the advantages of the biobrick format and a discussion on pros and cons of the standarised technique followed.

Finally, we presented our poster and received some feedback on our project.

Our App

As mobile phones are becoming increasing part of our lives, we thought that developing an app may be a great way to get more people more aware of synthetic biology. We have decided to create a game that works by getting users to create certain biobricks, where the gene of interest will only complete the biobrick if the plasmid backbone is cut with the correct restriction enzymes. We want to make it as user friendly as possible and we are hoping to integrate our project and iGEM into the app as well.