Difference between revisions of "Team:Dundee Schools/Attributions"

 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
 
<style>
 
<style>
  
Line 6: Line 7:
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 +
body {background-color:#bcc8dd; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
 
+
/********************************* MENU ********************************/
/********************************* RESPONSIVE STYLING ********************************/
+
 
+
/* IF THE SCREEN IS LESS THAN 1000PX */
+
 
+
@media only screen and (max-width: 1000px) {
+
 
+
#content {width:100%; }
+
.menu_wrapper {width:15%;}
+
.content_wrapper {margin-left: 15%;}
+
.menu_item {display:block;}
+
.icon {display:none;}
+
.highlight {padding:10px 0px;}
+
}
+
 
+
 
+
/* IF THE SCREEN IS LESS THAN 680PX */
+
 
+
@media only screen and (max-width: 680px) {
+
.collapsable_menu_control { display:block;}
+
.menu_item {display:none;}
+
.menu_wrapper { width:100%; height: 15%; position:relative;}
+
.content_wrapper {width:100%; margin-left:0px;}
+
.column.half_size {width:100%; }
+
.column img { width: 100%; padding: 5px 0px;}
+
.icon {display:block;}
+
.highlight {padding:15px 5px;}
+
}
+
 
+
</style>
+
 
+
<!-------------------------------------------------OWN CODE--------------------------------------------------------->
+
 
+
<!--iGEM HS Wiki HTML:Attributions-->
+
<!--Darryl Sime, Albert Brown, started 9/8/16-->
+
 
+
<head>
+
  <meta name="viewport" content="width=device-width, initial-scale=1">
+
  <title>Dundee Schools: Attributions</title>
+
</head>
+
 
+
<body>
+
  <!--CSS-->
+
  <style>
+
 
/* Wrapper for the menu */
 
/* Wrapper for the menu */
 
.menu_wrapper {  
 
.menu_wrapper {  
width:16vw;  
+
width:150px;  
 
height:100vh;  
 
height:100vh;  
 
position:fixed;  
 
position:fixed;  
 
padding:0px;
 
padding:0px;
 
float:left;  
 
float:left;  
background-color:#ffffff;  
+
background-color:#a8bce1;  
 
text-align:left;
 
text-align:left;
 
}
 
}
Line 67: Line 27:
 
margin:-2px 0px 0px -20px;  
 
margin:-2px 0px 0px -20px;  
 
padding: 10px 10px;   
 
padding: 10px 10px;   
border-bottom: 1px solid #d3d3d3;  
+
border-bottom: 1px solid white;  
 
font-weight:bold;
 
font-weight:bold;
color:#2d305a;  
+
color:white;  
 
cursor: pointer;  
 
cursor: pointer;  
 
}
 
}
Line 75: Line 35:
 
/* when hovering on a menu item */
 
/* when hovering on a menu item */
 
.menu_item:hover {  
 
.menu_item:hover {  
color:#2d305a;  
+
color:#000000;  
background-color: #f1f89b;
+
background-color: #c4d1e9;
 
}
 
}
  
Line 109: Line 69:
 
padding: 15px 0px 15px 15px ;  
 
padding: 15px 0px 15px 15px ;  
 
display:block;
 
display:block;
border-bottom: 1px solid #34878f;   
+
border-bottom: 1px solid #d3d3d3;   
 
text-align:left;  
 
text-align:left;  
 
font-weight:bold;
 
font-weight:bold;
 
text-decoration:none;  
 
text-decoration:none;  
color:#2d305a;  
+
color:white;  
 
list-style-type:none;  
 
list-style-type:none;  
 
cursor:pointer;  
 
cursor:pointer;  
Line 127: Line 87:
 
padding: 11px 90px 12px 20px;
 
padding: 11px 90px 12px 20px;
 
text-decoration: none;
 
text-decoration: none;
color:black;
+
color:white;
 
}
 
}
  
 
/* When hovering on a menu item */
 
/* When hovering on a menu item */
 
.menu_items li:hover {  
 
.menu_items li:hover {  
background-color:#26d2c6;
+
background-color:#a8bce1;
color: #2d305a;
+
color: #000000;
 
}
 
}
  
Line 165: Line 125:
 
padding: 5px 10px;  
 
padding: 5px 10px;  
 
display: inline-block;
 
display: inline-block;
border-bottom: 1px solid #d3d3d3;
+
border-bottom: 1px solid white;
background-color:white;  
+
background-color:#c1cfe8;  
 
text-decoration:none;
 
text-decoration:none;
color:#2d305a;  
+
color:white;  
 
}
 
}
  
Line 174: Line 134:
  
 
.submenu li a:hover  {
 
.submenu li a:hover  {
background-color:#26d2c6;  
+
background-color:#a3b6d7;  
color: #ffffff;
+
color:black;
 
}
 
}
  
Line 202: Line 162:
 
}
 
}
  
    *{
+
/********************************* CONTENT OF THE PAGE ********************************/
font-family:Helvetica;
+
    }
+
  
    body {
+
/* Wrapper for the content */
padding:0px;
+
.content_wrapper {
margin:0px;
+
width: 85%;
background-color:white;
+
margin-left:150px;
overflow-y:scroll;
+
padding:10px 0px;  
overflow-x:hidden;
+
float:left;  
font-family:Helvetica;
+
background-color:white;  
height:auto;
+
}
width:100vw;
+
    }
+
  
    #main_body {
+
/*LAYOUT */
margin-left:17vw;
+
.column  {
width:81vw;
+
padding: 10px 0px;
height:auto;
+
float:left;
    }
+
background-color:white;
 +
}
 +
 
 +
.full_size {
 +
width:100%;
 +
}
 +
 
 +
.full_size img {
 +
padding: 10px 15px;
 +
width:96.5%;
 +
}
 +
 
 +
.half_size {
 +
width: 50%;
 +
}
 +
.half_size img {
 +
padding: 10px 15px;
 +
width: 93%;
 +
}
 +
 
 +
 
 +
.clear {
 +
clear:both;
 +
}
 +
 
 +
.highlight {
 +
width: 90%;
 +
margin: auto;
 +
padding: 15px 5px;
 +
background-color: #f2f2f2;
 +
}
 +
 
 +
 
 +
/*STYLING */
 +
 
 +
/* styling for the titles */
 +
.content_wrapper h1, .content_wrapper h2 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color:#72c9b6;
 +
 
 +
}
 +
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #000000; 
 +
}
 +
 
 +
 
 +
/* font and text */
 +
.content_wrapper p {
 +
padding:0px 15px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* Links */
 +
.content_wrapper a {
 +
font-weight: bold;
 +
text-decoration: underline;
 +
text-decoration-color:#72c9b6;
 +
color: #72c9b6;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;
 +
}
 +
 
 +
/* hover for the links */
 +
.content_wrapper a:hover {
 +
text-decoration:none;
 +
color:#000000;
 +
}
 +
 
 +
/* non numbered lists */
 +
.content_wrapper ul {
 +
padding:0px 20px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* numbered lists */
 +
.content_wrapper ol {
 +
padding:0px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* Table */
 +
.content_wrapper table {
 +
width: 97%;
 +
margin:15px 10px;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;  
 +
}
 +
 
 +
/* table cells */
 +
.content_wrapper  td {
 +
padding: 10px;
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
}
 +
 
 +
/* table headers */
 +
.content_wrapper th {
 +
padding: 10px;
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
background-color:#f2f2f2;
 +
}
 +
 
 +
/* Button class */
 +
.button_click {
 +
margin: 10px auto;
 +
padding: 15px; width:12%; 
 +
text-align:center;
 +
font-weight:bold;
 +
background-color: #72c9b6;
 +
cursor:pointer; 
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;  
 +
}
 +
 
 +
/* button class on hover */
 +
.button_click:hover { 
 +
background-color:#000000;
 +
color:#72c9b6;
 +
}
 +
 
 +
/********************************* RESPONSIVE STYLING ********************************/
 +
 
 +
/* IF THE SCREEN IS LESS THAN 1000PX */
 +
 
 +
@media only screen and (max-width: 1000px) {
 +
 
 +
#content {width:100%; }
 +
.menu_wrapper {width:15%;}
 +
.content_wrapper {margin-left: 15%;}
 +
.menu_item {display:block;}
 +
.icon {display:none;}
 +
.highlight {padding:10px 0px;}
 +
}
 +
 
 +
 
 +
/* IF THE SCREEN IS LESS THAN 680PX */
 +
 
 +
@media only screen and (max-width: 680px) {
 +
.collapsable_menu_control { display:block;}
 +
.menu_item {display:none;}
 +
.menu_wrapper { width:100%; height: 15%; position:relative;}
 +
.content_wrapper {width:100%; margin-left:0px;}
 +
.column.half_size {width:100%; }
 +
.column img { width: 100%; padding: 5px 0px;}
 +
.icon {display:block;}
 +
.highlight {padding:15px 5px;}
 +
}
  
 
</style>
 
</style>
  
  
<!--HTML-->
+
 
 +
 
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
 
 +
 
 +
<!-- This tells the browser that your page is responsive -->
 +
 
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
</head>
 +
 
 +
 
 +
 
  
 
<div class="menu_wrapper" >
 
<div class="menu_wrapper" >
Line 242: Line 371:
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<ul class="submenu">
 
<ul class="submenu">
<li> <a href=" https://2016.igem.org/Team:Dundee_Schools/Team"> Team  </a> </li>
+
<li> <a href=" https://2016.igem.org/Team:Dundee_Schools/Team"> Meet the Agents  </a> </li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Collaborations">★  Collaborations </a> </li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Collaborations"> Collaborations </a> </li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 249: Line 378:
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT   
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT   
 
<ul class="submenu">
 
<ul class="submenu">
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Description"> ★  Description </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Description">   Description </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Design"> Design </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Design"> Design </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Experiments"> Experiments </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Experiments"> Experiments </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Proof"> Proof of Concept </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Proof"> Proof of Concept </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Demonstrate"> ★ Demonstrate </a></li>
+
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Notebook"> Notebook </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Notebook"> Notebook </a></li>
Line 262: Line 390:
 
<ul class="submenu">
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Parts">Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Parts">Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Basic_Part"> Basic Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Basic_Part"> Basic Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Composite_Part"> Composite Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Composite_Part"> Composite Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Part_Collection"> Part Collection </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Part_Collection"> Part Collection </a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 272: Line 400:
  
  
<li class="menu_item"> <a href="https://2016.igem.org/Team:Dundee_Schools/Attributions">★  ATTRIBUTIONS </a></li>
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:Dundee_Schools/Attributions"> ATTRIBUTIONS </a></li>
  
  
Line 278: Line 406:
 
<ul class="submenu">
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Human_Practices"> Human Practices </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Human_Practices"> Human Practices </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Silver">Silver </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Silver"> Silver </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Gold">Gold </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Gold">Gold </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Integrated_Practices"> Integrated Practices </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Integrated_Practices"> Integrated Practices </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Engagement">Engagement </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Engagement"> Engagement </a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 288: Line 416:
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS  
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS  
 
<ul class="submenu">
 
<ul class="submenu">
<li><a href="https://2016.igem.org/Team:Dundee_Schools/Entrepreneurship"> ★ Entrepreneurship </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Model">Modelling </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Hardware"> ★ Hardware </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Medals">Medals</a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Software">★ Software </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Measurement">★  Measurement </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Model">★ Model </a></li>
+
 
+
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 300: Line 424:
 
</div>
 
</div>
  
<div id="main_body">
+
 
  <h2>Attributions</h2>
+
 
  <p>Through our project we have received support and help from a whole variety of people, we would like to extend our gratitude to everyone involved in our project. We would like to thank Professor Frank Sargent, Professor Tracy Palmer, and Professor Fordyce Davidson who made this amazing opportunity became a reality by organizing the team and allowing us to take part, as well us guiding us through the project, in various aspects ranging from the biology behind the project to maths modelling.<br></br>
+
 
A big thank you to our amazing advisors; Fatima Ulhuq, Alex Finney, and John Allan, who all helped us tremendously with teaching us how to work in a lab, as well as guiding us through our project. Thank you to Lucas J. Morales Moya, an amazing advisor who taught us a lot about maths modelling and provided help when needed. <br></br>
+
<div class="content_wrapper">
We would also like to give a big thank you to; <br></br>
+
 
Erin Stanbridge - Division Secretary - for always helping to organize everything and anything, including train journeys and flights. <br></br>
+
 
Dr Jackie Heilbronn - Lab Manager - for teaching us all of the lab safety protocols and made sure we stay safe. <br></br>
+
 
The 2016 Dundee University Undergraduate iGem Team, who were always able to help us out, and when not working to chill with and have fun. <br></br>
+
<h1 id="team_name"> Dundee Schools </h1>
Dr Grant Buchanan for teaching us a lot about microbiology, providing help - as well as giving us his sample of serratia marcescens and E. coli gDna - and making us laugh with his jokes. <br></br>
+
<h4 id="page_name"> Attributions </h4>
IT Department of Dundee University for providing us with access to the system which allowed us to do a lot of work. <br></br>
+
 
Central Technical Services of Dundee University for providing us with clean, and sterilized equipment as well various media used in our project. <br></br>
+
<p>Throughout our project we have received support and help from a whole variety of people, and we would like to extend our gratitude to everyone involved.</p>
MRC PPU DNA Sequencing and Services for giving us free sequence runs. <br></br>
+
 
University of Dundee, Life Sciences, Cafeteria for making dem gewd bacon rolls. <br></br>
+
<p></p>
Olawale Raimi for providing us with Rhamnose in a crucial moment when we ran out. <br></br>
+
<p>We would like to thank Prof. Frank Sargent, Prof. Tracy Palmer and Prof. Fordyce Davidson, who made this amazing opportunity became a reality by putting our team together and securing both that oh-so-crucial funding and a place in which to work that allowed us to take part in iGEM. They have also aided greatly by guiding us through various aspects of our project, ranging from the biology behind it to maths modelling.</p>
Brian Walshe from Mercy Ships Charity for referring us Rob Porter. <br></br>
+
 
Rob Porter - Consultant of Microbiology and Infection - for giving us a lot of detailed feedback about our project as well us raising good questions which helped shape our project. <br></br>
+
<p>A big thank you to our amazing advisors Fatima Ulhuq, Alex Finney and John Allan, who all helped us tremendously with teaching us how to work in a lab, as well as guiding us through our project. Big thanks also to our other advisor Lucas J. Morales Moya, who taught us maths modelling from scratch and could always find time in which to help us with it.</p>
Lastly we, the 2016 Dundee High School iGEM Team, would like to give a big thank you to everyone in the Molecular Microbiology Department who were always very kind and helpful in all situations.</p>
+
 
</div>
+
<p>The same to the Dundee University collegiate team for working alongside us and always being on hand to help out, as well as for being fun to spend breaks with.</p>
</body>
+
 
 +
<p>We would also like to give a big thank you to:</p>
 +
<ul>
 +
<li>Erin Stanbridge, Division Secretary - for always helping to organise everything and anything, including train journeys and flights. Oh, and that beautifully stocked stationary cupboard *wipes tear*.</li>
 +
<li>Dr Jackie Heilbronn, Lab Manager - for teaching us all of the lab safety protocols and making sure we stayed safe.</li>
 +
<li>Dr Grant Buchanan for teaching us a lot about microbiology, providing help, giving us samples of <i>Serratia marcescens</i> and <i>E. coli</i> gDna, and for making us laugh with his jokes.</li>
 +
<li> We would also like to thank the Sarah Coulthurst lab for providing us with <i>Serratia</i> Db10 gDNA.</li>  
 +
<li>IT Department of Dundee University for providing us with access to the Uni network, which allowed us to do a lot of work (and access to free wifi, for super important researching and Pokémon hunting reasons).</li>
 +
<li>Central Technical Services of Dundee University for providing us with clean and sterilised equipment, as well as various media used in our project.</li>
 +
<li>MRC PPU DNA Sequencing and Services, for giving us free sequence runs.</li>
 +
<img class="half_size" src="https://static.igem.org/mediawiki/2016/6/6d/T--Dundee_Schools--mondaymeeting1.jpg"/>
 +
<li>The Garland Café in the Life Sciences building, for making dem gewd bacon rolls and for keeping Darryl alive on Monday mornings with coffee.</li>
 +
<li>Olawale Raimi for providing us with Rhamnose in a crucial moment where we ran out.</li>
 +
<li>Brian Walshe from the charity Mercy Ships, for not ignoring us and for referring us to Rob Porter.</li>
 +
<li>Rob Porter, Consultant of Microbiology and Infection - for giving us a lot of detailed feedback on our initial ideas/plans, as well as raising excellent questions that helped shape our project.</li>
 +
</ul>
 +
 
 +
<br></br>
 +
<h3>Individual Attributions: Wet Team</h3>
 +
 
 +
<h4>Albert Brown</h4>
 +
<p>Throughout my summer, I mostly worked in the lab. With the guidance of the advisors Fatima, John and Alex, I was able to learn a lot about working there, and have been able to carry things out independently when required (such as cloning or further producing our final constructs). The Dundee collegiate wet team members aided greatly in learning the initial ways of how I should go about doing my work; I was also particularly helped by John when performing experiments with the constructs to see if our osmY-hfq fusion was being secreted.</p>
 +
 
 +
<h4>Bartosz Witkowski</h4>
 +
<p>Throughout our 8 weeks of iGEM, I worked mainly in the labs to do cloning and experiments. With the help of our lab advisors, John, Fatima and Alex, I was involved in the cloning of our BioBricks and further characterisation by doing experiments such as western blots. I also helped with successfully cloning the spiRNA and working on the motility assays. During the early stages of our lab work I was also helped a lot by the Dundee collegiate team as they showed me how to carry out basic procedures and the art of using a pipette. When I wasn’t in the lab I was working on the wiki content, the presentation or learning some of the concepts behind maths modelling.</p>
 +
 
 +
<h4>Matthew Simmons</h4>
 +
<p>I worked mostly in the lab; with the help of the lab advisors, I put most of my time into producing our secretion system, which secreted the fusion construct cloned with help from Bartosz, Albert and Mia. Thanks to them, I was able to learn a lot on how to do the various procedures required to produce our construct. In the beginning of the summer the Dundee collegiate team greatly helped me develop the skills needed, and from their experience I have learned not to repeat their mistakes - such as not labelling test tubes.</p>
 +
 
 +
<h3>Individual Attributions: Dry Team</h3>
 +
 
 +
<h4>Mia Wood</h4>
 +
<p>So that we could get everything done, my time was split 50/50 between the dry and wet teams <i>(wiki coder note: we include her as an honorary dry team member anyway for a satisfyingly even split. Also since it's the better team)</i>. In the lab I did a lot of work in making the initial construct and performing the tests on it with the help of John, Fatima and Alex. Working together with the rest of my team in the lab made it very enjoyable, and allowed us to help each other and share our knowledge. When I wasn’t in the lab I would be working with Beth and Darryl on human practices/outreach, contacting various specialists to get their insight into our project. I also worked on the maths modelling with Beth, Bartosz, and Darryl, with the help of Lucas and Prof. Fordyce Davidson. Special shout-out to Fatima for driving me home in time for the Great British Bake Off after being in the lab until late.</p>
 +
 
 +
<h4>Beth Rear</h4>
 +
<p>Throughout our project I was mostly part of the dry team, involving myself in maths modelling with help from Lucas and Prof. Fordyce Davidson. I was also focused on the human practices aspect of our project, working together with Mia and Darryl to develop this. Once that was done, I started working on our presentation and poster together with the rest of the team. <i>(She may be a technophobe, but most of the lovely diagrams you see throughout our wiki and on presentation slides were by her and her unexpected Powerpoint prowess).</i> However, I would occasionally be found in the lab helping out with any work to be done, particularly towards the final stages of the project.</p>
 +
 
 +
<h4>Darryl Sime</h4>
 +
<p>During our project, I took on the job of coding/bringing together the team’s wiki. With limited prior knowledge of HTML and CSS, I decided to teach myself them using Codecademy, W3Schools, and the wonders of Google. When I hit a snag, I'd also seek guidance when needed from John, or Chris Nelis from the Dundee collegiate team. I also worked on human practices with Mia and Beth, plus a bit of maths modelling with them and Bartosz, guided by Lucas and Dyce. Big big thank you also to Ummi Jameel from the Dundee team, who provided some of the graphics you see on our wiki (team and F.B.I. logos, orange bacteria mascots), and was always there to advise with making <style="font-family:cursive;">good graphic design choices</style>. Also for attempting to get good team photos of us (it didn't really work out).</p>
 +
 
 +
<p></p>
 +
<p>Lastly we, the 2016 Dundee Schools Team, would like to give a big thank you to everyone in the Life Sciences' Molecular Microbiology Department, who were always very kind and helpful in all situations.</p>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
<script>
 
<script>
  
Line 379: Line 551:
 
});
 
});
  
if( ($(location).attr('href')).indexOf("submit") >= 0  ) {
+
 
$(".menu_wrapper").css( { "position": "absolute", "height": "auto"});
+
$("#wpTextbox1").css( 'margin-top', '440px');
+
}
+
  
  
 
</script>
 
</script>
 +
  
 
</html>
 
</html>

Latest revision as of 11:24, 30 November 2016

Dundee Schools

Attributions

Throughout our project we have received support and help from a whole variety of people, and we would like to extend our gratitude to everyone involved.

We would like to thank Prof. Frank Sargent, Prof. Tracy Palmer and Prof. Fordyce Davidson, who made this amazing opportunity became a reality by putting our team together and securing both that oh-so-crucial funding and a place in which to work that allowed us to take part in iGEM. They have also aided greatly by guiding us through various aspects of our project, ranging from the biology behind it to maths modelling.

A big thank you to our amazing advisors Fatima Ulhuq, Alex Finney and John Allan, who all helped us tremendously with teaching us how to work in a lab, as well as guiding us through our project. Big thanks also to our other advisor Lucas J. Morales Moya, who taught us maths modelling from scratch and could always find time in which to help us with it.

The same to the Dundee University collegiate team for working alongside us and always being on hand to help out, as well as for being fun to spend breaks with.

We would also like to give a big thank you to:

  • Erin Stanbridge, Division Secretary - for always helping to organise everything and anything, including train journeys and flights. Oh, and that beautifully stocked stationary cupboard *wipes tear*.
  • Dr Jackie Heilbronn, Lab Manager - for teaching us all of the lab safety protocols and making sure we stayed safe.
  • Dr Grant Buchanan for teaching us a lot about microbiology, providing help, giving us samples of Serratia marcescens and E. coli gDna, and for making us laugh with his jokes.
  • We would also like to thank the Sarah Coulthurst lab for providing us with Serratia Db10 gDNA.
  • IT Department of Dundee University for providing us with access to the Uni network, which allowed us to do a lot of work (and access to free wifi, for super important researching and Pokémon hunting reasons).
  • Central Technical Services of Dundee University for providing us with clean and sterilised equipment, as well as various media used in our project.
  • MRC PPU DNA Sequencing and Services, for giving us free sequence runs.
  • The Garland Café in the Life Sciences building, for making dem gewd bacon rolls and for keeping Darryl alive on Monday mornings with coffee.
  • Olawale Raimi for providing us with Rhamnose in a crucial moment where we ran out.
  • Brian Walshe from the charity Mercy Ships, for not ignoring us and for referring us to Rob Porter.
  • Rob Porter, Consultant of Microbiology and Infection - for giving us a lot of detailed feedback on our initial ideas/plans, as well as raising excellent questions that helped shape our project.


Individual Attributions: Wet Team

Albert Brown

Throughout my summer, I mostly worked in the lab. With the guidance of the advisors Fatima, John and Alex, I was able to learn a lot about working there, and have been able to carry things out independently when required (such as cloning or further producing our final constructs). The Dundee collegiate wet team members aided greatly in learning the initial ways of how I should go about doing my work; I was also particularly helped by John when performing experiments with the constructs to see if our osmY-hfq fusion was being secreted.

Bartosz Witkowski

Throughout our 8 weeks of iGEM, I worked mainly in the labs to do cloning and experiments. With the help of our lab advisors, John, Fatima and Alex, I was involved in the cloning of our BioBricks and further characterisation by doing experiments such as western blots. I also helped with successfully cloning the spiRNA and working on the motility assays. During the early stages of our lab work I was also helped a lot by the Dundee collegiate team as they showed me how to carry out basic procedures and the art of using a pipette. When I wasn’t in the lab I was working on the wiki content, the presentation or learning some of the concepts behind maths modelling.

Matthew Simmons

I worked mostly in the lab; with the help of the lab advisors, I put most of my time into producing our secretion system, which secreted the fusion construct cloned with help from Bartosz, Albert and Mia. Thanks to them, I was able to learn a lot on how to do the various procedures required to produce our construct. In the beginning of the summer the Dundee collegiate team greatly helped me develop the skills needed, and from their experience I have learned not to repeat their mistakes - such as not labelling test tubes.

Individual Attributions: Dry Team

Mia Wood

So that we could get everything done, my time was split 50/50 between the dry and wet teams (wiki coder note: we include her as an honorary dry team member anyway for a satisfyingly even split. Also since it's the better team). In the lab I did a lot of work in making the initial construct and performing the tests on it with the help of John, Fatima and Alex. Working together with the rest of my team in the lab made it very enjoyable, and allowed us to help each other and share our knowledge. When I wasn’t in the lab I would be working with Beth and Darryl on human practices/outreach, contacting various specialists to get their insight into our project. I also worked on the maths modelling with Beth, Bartosz, and Darryl, with the help of Lucas and Prof. Fordyce Davidson. Special shout-out to Fatima for driving me home in time for the Great British Bake Off after being in the lab until late.

Beth Rear

Throughout our project I was mostly part of the dry team, involving myself in maths modelling with help from Lucas and Prof. Fordyce Davidson. I was also focused on the human practices aspect of our project, working together with Mia and Darryl to develop this. Once that was done, I started working on our presentation and poster together with the rest of the team. (She may be a technophobe, but most of the lovely diagrams you see throughout our wiki and on presentation slides were by her and her unexpected Powerpoint prowess). However, I would occasionally be found in the lab helping out with any work to be done, particularly towards the final stages of the project.

Darryl Sime

During our project, I took on the job of coding/bringing together the team’s wiki. With limited prior knowledge of HTML and CSS, I decided to teach myself them using Codecademy, W3Schools, and the wonders of Google. When I hit a snag, I'd also seek guidance when needed from John, or Chris Nelis from the Dundee collegiate team. I also worked on human practices with Mia and Beth, plus a bit of maths modelling with them and Bartosz, guided by Lucas and Dyce. Big big thank you also to Ummi Jameel from the Dundee team, who provided some of the graphics you see on our wiki (team and F.B.I. logos, orange bacteria mascots), and was always there to advise with making good graphic design choices. Also for attempting to get good team photos of us (it didn't really work out).

Lastly we, the 2016 Dundee Schools Team, would like to give a big thank you to everyone in the Life Sciences' Molecular Microbiology Department, who were always very kind and helpful in all situations.