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

(Prototype team page)
 
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Dundee_Schools}}
 
 
<html>
 
<html>
  
 +
<style>
  
<div class="column full_size judges-will-not-evaluate">
+
/********************************* DEFAULT WIKI SETTINGS ********************************/
<h3>★ ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Medals">Attributions bronze criterion</a>. </p>
+
  
 +
#sideMenu, #top_title {display:none;}
 +
#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 ********************************/
 +
/* Wrapper for the menu */
 +
.menu_wrapper {
 +
width:150px;
 +
height:100vh;
 +
position:fixed;
 +
padding:0px;
 +
float:left;
 +
background-color:#a8bce1;
 +
text-align:left;
 +
}
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
/* styling for the menu items */
</div>
+
.menu_item {
 +
width:100%;
 +
margin:-2px 0px 0px -20px;
 +
padding: 10px 10px; 
 +
border-bottom: 1px solid white;
 +
font-weight:bold;
 +
color:white;
 +
cursor: pointer;
 +
}
  
 +
/* when hovering on a menu item */
 +
.menu_item:hover {
 +
color:#000000;
 +
background-color: #c4d1e9;
 +
}
  
 +
/* decoration icon for the menu buttons*/
 +
.icon {
 +
float:right; 
 +
font-size:16px;
 +
font-weight:bold;
 +
}
 +
 +
/* this is the icon for when the content is collapsed */
 +
.plus::before {
 +
content: "+";
 +
}
 +
/* this is the icon for when the content is expanded */
 +
.less::before {
 +
content: "–";
 +
}
  
 +
/* styling for the ul that creates the buttons */
 +
ul.menu_items {
 +
width:100%;
 +
margin-left:0px;
 +
padding:0px;
 +
list-style: none;
 +
}
  
 +
/* styling for the li that are the menu items */
 +
.menu_items li {
 +
width:90%;
 +
margin-top:-2px;
 +
padding: 15px 0px 15px 15px ;
 +
display:block;
 +
border-bottom: 1px solid #d3d3d3; 
 +
text-align:left;
 +
font-weight:bold;
 +
text-decoration:none;
 +
color:white;
 +
list-style-type:none;
 +
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; 
 +
}
  
 +
.menu_item a {
 +
width: 100%;
 +
margin-left: -20px;
 +
padding: 11px 90px 12px 20px;
 +
text-decoration: none;
 +
color:white;
 +
}
  
 +
/* When hovering on a menu item */
 +
.menu_items li:hover {
 +
background-color:#a8bce1;
 +
color: #000000;
 +
}
  
 +
/* styling for the submenus */
 +
.submenu {
 +
width:100%;
 +
display: none; 
 +
font-weight:bold;
 +
cursor:pointer;
  
<div class="column full_size">
+
}
  
 +
/* moving the margin for the submenu ul list */
 +
ul.submenu {
 +
width: 100%;
 +
margin: 10px 0px -11px 0px;
 +
list-style: none;
 +
}
  
<p> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster. </p>
+
/*styling for the submenu buttons */
 +
.submenu li {
 +
width: 100%;
 +
margin-left: 10px;
 +
margin-bottom: 0px;
 +
}
  
</div>
 
  
 +
/* hover state for the submenu buttons */
 +
.submenu li a {
 +
width: 100%;
 +
padding: 5px 10px;
 +
display: inline-block;
 +
border-bottom: 1px solid white;
 +
background-color:#c1cfe8;
 +
text-decoration:none;
 +
color:white;
 +
}
  
<div class="clear"></div>
 
  
  
<div class="column half_size">
+
.submenu li a:hover  {
<h5> Why is this page needed? </h5>
+
background-color:#a3b6d7;
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
+
color:black;
<p>
+
}
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
+
</div>
+
  
  
<div class="column half_size">
+
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
<h5> What should this page have?</h5>
+
.collapsable_menu_control {
 +
width:100%;
 +
padding: 15px 0px;
 +
display:none;
 +
background-color:#000000;
 +
text-align:center; 
 +
font-weight:bold;
 +
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;
 +
}
  
<ul>
+
/* when hovering on that button */
<li>General Support</li>
+
.collapsable_menu_control:hover {
<li>Project support and advice</li>
+
background-color: #72c9b6;
<li>Fundraising help and advice</li>
+
color:#000000; 
<li>Lab support</li>
+
}
<li>Difficult technique support</li>
+
<li>Project advisor support</li>
+
<li>Wiki support</li>
+
<li>Presentation coaching</li>
+
<li>Human Practices support</li>
+
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
</ul>
+
</div>
+
  
 +
/********************************* CONTENT OF THE PAGE ********************************/
  
<div class="clear"></div>
+
/* Wrapper for the content */
 +
.content_wrapper {
 +
width: 85%;
 +
margin-left:150px;
 +
padding:10px 0px;
 +
float:left;
 +
background-color:white;
 +
}
  
<div class="column half_size">
+
/*LAYOUT */
 +
.column  {
 +
padding: 10px 0px;
 +
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>
 +
 
 +
 
 +
 
 +
 
 +
<!--- 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="collapsable_menu_control"> MENU ▤ </div>
 +
 
 +
<ul id="accordion" class="accordion">
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Dundee_Schools">HOME </a> </li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> TEAM
 +
<ul class="submenu">
 +
<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>
 +
                    </ul>
 +
                </li>
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> PROJECT 
 +
<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/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/Proof"> Proof of Concept </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>
 +
                    </ul>
 +
                </li>
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> PARTS 
 +
<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/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/Part_Collection"> Part Collection </a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Dundee_Schools/Safety"> SAFETY </a> </li>
 +
 
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Dundee_Schools/Attributions"> ATTRIBUTIONS </a></li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES
 +
<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/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/Integrated_Practices"> Integrated Practices </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Engagement"> Engagement </a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> AWARDS
 +
<ul class="submenu">
 +
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Model">Modelling </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Medals">Medals</a></li>
 +
                    </ul>
 +
                </li>
 +
</ul>
  
<div class="highlight">
 
<h5> Can we base our project on a previous one? </h5>
 
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
 
</div>
 
 
</div>
 
</div>
  
  
<div class="column half_size">
 
  
<h5>Inspiration</h5>
+
 
<p>Take a look at what other teams have done:</p>
+
<div class="content_wrapper">
 +
 
 +
 
 +
 
 +
<h1 id="team_name"> Dundee Schools </h1>
 +
<h4 id="page_name"> Attributions </h4>
 +
 
 +
<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>
 +
 
 +
<p></p>
 +
<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>
 +
 
 +
<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>
 +
 
 +
<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>
 +
 
 +
<p>We would also like to give a big thank you to:</p>
 
<ul>
 
<ul>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
<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><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
<li>Dr Jackie Heilbronn, Lab Manager - for teaching us all of the lab safety protocols and making sure we stayed safe.</li>
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></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><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></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>
 
</ul>
  
</div>
+
<br></br>
 +
<h3>Individual Attributions: Wet Team</h3>
  
<div class="clear"></div>
+
<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>
  
<div class="column half_size">
+
<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>
  
<h5>Team training and Project start</h5>
+
<h4>Matthew Simmons</h4>
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
+
<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>
<ul>
+
<li>Does your institution teach an iGEM or synthetic biology course?</li>
+
<li>When did you start this course?</li>
+
<li>Are the syllabus and course materials freely available online?</li>
+
<li>When did you start your brainstorming?</li>
+
<li>When did you start in the lab?</li>
+
<li>When did you start working on your project?</li>
+
  
</ul>
+
<h3>Individual Attributions: Dry Team</h3>
  
</div>
+
<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>
 +
 +
// This is the jquery part of your template.  Try not modify any of this code since it makes your menu work.
 +
 +
$(document).ready(function() {
 +
 +
$("#HQ_page").attr('id','');
 +
 +
 +
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
 +
$("#team_name").html( wgPageName );
 +
}
 +
 +
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
 +
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );
 +
}
 +
 +
else {
 +
// this adds the team's name as an h1
 +
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );
 +
 +
// this adds the page's title as an h4
 +
$("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
 +
}
 +
 +
 +
 +
 +
$('#accordion').find('.menu_item').click(function(){
 +
 +
//Expand or collapse this panel
 +
submenu = $(this).find('.submenu');
 +
submenu.toggle();
 +
 +
icon = $(this).find('.icon');
 +
 +
if ( !$( submenu ).is(':visible') ) {
 +
icon.removeClass("less").addClass("plus");
 +
}
 +
else {
 +
icon.removeClass("plus").addClass("less");
 +
}
 +
 +
//Hide the other panels
 +
$(".submenu").not(submenu).hide();
 +
$(".icon").not(icon).removeClass("less").addClass("plus");
 +
});
 +
 +
 +
$(".collapsable_menu_control").click(function() {
 +
$(".menu_item").toggle();
 +
});
 +
 +
$( window ).resize(function() {
 +
$(".menu_item").show();
 +
});
 +
 +
 +
});
 +
 +
 +
 +
 +
</script>
  
  
</div>
 
 
</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.