Difference between revisions of "Team:Nottingham/Collaborations"

Line 1: Line 1:
{{Nottingham}}
+
{{Template:Nottingham/include}}
 +
{{Template:Nottingham/menu}}
 
<html>
 
<html>
  
 +
<section class="blog">
 +
<div class="ui text container appear">
 +
<h1>Attributions</h1>
 +
                <img style="width:200px" src="https://static.igem.org/mediawiki/2018/8/89/T--Nottingham--attributions2.png">
 +
    <p>
 +
    Nottingham iGEM would like to express immense gratitude to the following people. Without their input, support and generosity, this project would not have been as successful as it has been. We will be forever in debt for their kindness and would like to acknowledge:
  
<div class="clear"></div>
+
<br><br>The Synthetic Biology Research Centre - Nottingham for their generous sponsorship, facilitation of this project and use of their labs.
  
 +
<br><br>Our Principal Investigators: Prof Nigel Minton and Prof Phillippe Soucaille for all of their invaluable advice, organisation, input and support at every stage of this project.
  
<div class="column full_size">
+
<br><br>Our supervisors: Miss Louise Dynes, Ms. Daphne Groothuis, Dr Christopher Humphreys, Dr Michaella Whittle and Dr Craig Woods for all of their invaluable advice, organisation, input and support at every stage of this project.
<h1>Collaborations</h1>
+
  
<p>
+
<br><br>Our ethics advisor: Dr Carmen McLeod and Prof Brigitte Nerlich for their expert ethics advice, input and support throughout this project.  
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
</p>
+
  
<h3>Silver Medal Criterion #2</h3>
 
<p>
 
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2018.igem.org/Judging/Medals">2018 Medals Page</a> for more information.
 
</p>
 
</div>
 
  
<div class="column two_thirds_size">
+
<br><br>Our modelling advisor: Dr Mohit Dalwadi for his expert modelling advice, input and support throughout this project.
  
<h4> Which other teams can we work with? </h4>
+
<br><br>Our lab technician: Ms. Michelle Kelly for giving us lab safety inductions and helping us with the safety forms.  
<p>
+
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
+
</p>
+
  
<p>
+
<br><br>Our field expert interviewees: Dr Sarah Kuehne, Dr Tanya Monaghan,Dr Cath Rees, Prof Elizabeth Sockett and Prof Mark Wilcox for their expert opinions, feedback and advice during our project.
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
</p>
+
  
</div>
 
  
 +
<br><br>Our sponsors: University of Nottingham, Synthetic Biology Research Centre - Nottingham, Wellcome Trust,  Biotechnology and Biological Sciences Research Council (BBSRC), Don Whitley Scientific, LanzaTech, Seres Therapeutics, Nottingham Digestive Diseases Centre, Qiagen, Millipore Sigma, Promega, Eppendorf, New England Biolabs, LabFolder and Snapgene for all of their generous support, sponsorship and contribution to this project.
  
  
<div class="column third_size">
+
<br><br>Our discussion group participants for their invaluable opinions and feedback that guided and shaped our project.
<p>
+
Here are some suggestions for projects you could work on with other teams:
+
</p>
+
  
<ul>
+
<br><br>Our schools and outreach participants: The Becket School, Nottingham University Academy of Science and Technology (NUAST), The Bluecoat Academy and participants of t The University of Nottingham Discovery Day Event for their enthusiasm and engagement in our project and spreading of synthetic biology.
<li> Improve the function of another team's BioBrick Part or Device</li>
+
<li> Characterize another team's part </li>
+
<li> Debug a construct </li>
+
<li> Model or simulate another team's system </li>
+
<li> Test another team's software</li>
+
<li> Help build and test another team's hardware project</li>
+
<li> Mentor a high-school team</li>
+
</ul>
+
</div>
+
  
  
 +
 +
 +
    </p>
 +
</div>
 +
</section>
 +
</html>
 +
{{Template:Nottingham/sponsers}}
 +
<html>
 +
<script>
 +
$("#top_title").remove()
 +
$("#content").attr("id", null)
 +
$(document).ready(() => {
 +
$(".appear").css("opacity", "1")
 +
$(".appear").css("transform", "none")
 +
})
 +
</script>
 +
<style>
 +
section.sidebar-content {
 +
display:flex;
 +
justify-content: space-between;
 +
padding-bottom:50px;
 +
}
 +
section.sidebar-content .main {
 +
width: 70%;
 +
}
 +
section.sidebar-content .sidebar-list {
 +
width: 27.5%;
 +
}
 +
.ui.vertical.menu {
 +
text-align: center;
 +
}
 +
.ui.segment {
 +
border:none;
 +
color: #4a4a4a;
 +
}
 +
.menu-collapse-expand {
 +
display:flex;
 +
justify-content: flex-end;
 +
}
 +
a.anchor {
 +
    display: block;
 +
    position: relative;
 +
    top: -100px;
 +
    visibility: hidden;
 +
}
 +
</style>
 +
<script>
 +
$(".ui.sticky")
 +
  .sticky({
 +
    context: ".main",
 +
    offset: 30,
 +
  })
 +
;
 +
var firstSegmentPassed = false;
 +
var maximized = true;
 +
var anchors = ["#overview", "#gold", "#silver"];
 +
anchors.forEach(anchor => {
 +
$(anchor).visibility({
 +
onOnScreen: calculations => {
 +
$(anchor + "-button").addClass("active");
 +
},
 +
onOffScreen: calculations => {
 +
$(anchor + "-button").removeClass("active");
 +
},
 +
continuous: true
 +
})
 +
})
 +
$(".maximize-button").css("cssText", "display: none !important")
 +
$(".minimize-button").on("click", () => {
 +
$(".ui.menu").hide();
 +
$(".main").css("width", "calc(100% - 60px)");
 +
 +
$(".minimize-button").css("cssText", "display: none !important");
 +
$(".maximize-button").show();
 +
$(".ui.sticky").sticky("refresh");
 +
if(!firstSegmentPassed) setTimeout( () => $(".sidebar-list").css("width", "60px"), 1)
 +
maximized = false;
 +
})
 +
$(".maximize-button").on("click", () => {
 +
$(".ui.menu").show();
 +
$(".main").css("width", "70%");
 +
$(".sidebar-list").css("width", "27.5%");
 +
$(".maximize-button").css("cssText", "display: none !important");
 +
$(".minimize-button").show();
 +
$(".ui.sticky").sticky("refresh");
 +
maximized = true;
 +
})
 +
 +
$($(".ui.segment")[0]).visibility({
 +
onTopPassed: function(calculations) {
 +
      firstSegmentPassed = true;
 +
     
 +
    },
 +
    onTopPassedReverse: function(calculations) {
 +
      firstSegmentPassed = false;
 +
      if(!maximized) $(".sidebar-list").css("width", "60px")
 +
    },
 +
    continuous: true
 +
})
 +
</script>
 +
 +
 +
<script>
 +
</script>
 
</html>
 
</html>

Revision as of 17:52, 16 October 2018

Clostridium dTox Project Human Practices Public Engagement Lab Modelling Collaborations Achievements Team Attributions

Attributions

Nottingham iGEM would like to express immense gratitude to the following people. Without their input, support and generosity, this project would not have been as successful as it has been. We will be forever in debt for their kindness and would like to acknowledge:

The Synthetic Biology Research Centre - Nottingham for their generous sponsorship, facilitation of this project and use of their labs.

Our Principal Investigators: Prof Nigel Minton and Prof Phillippe Soucaille for all of their invaluable advice, organisation, input and support at every stage of this project.

Our supervisors: Miss Louise Dynes, Ms. Daphne Groothuis, Dr Christopher Humphreys, Dr Michaella Whittle and Dr Craig Woods for all of their invaluable advice, organisation, input and support at every stage of this project.

Our ethics advisor: Dr Carmen McLeod and Prof Brigitte Nerlich for their expert ethics advice, input and support throughout this project.

Our modelling advisor: Dr Mohit Dalwadi for his expert modelling advice, input and support throughout this project.

Our lab technician: Ms. Michelle Kelly for giving us lab safety inductions and helping us with the safety forms.

Our field expert interviewees: Dr Sarah Kuehne, Dr Tanya Monaghan,Dr Cath Rees, Prof Elizabeth Sockett and Prof Mark Wilcox for their expert opinions, feedback and advice during our project.

Our sponsors: University of Nottingham, Synthetic Biology Research Centre - Nottingham, Wellcome Trust, Biotechnology and Biological Sciences Research Council (BBSRC), Don Whitley Scientific, LanzaTech, Seres Therapeutics, Nottingham Digestive Diseases Centre, Qiagen, Millipore Sigma, Promega, Eppendorf, New England Biolabs, LabFolder and Snapgene for all of their generous support, sponsorship and contribution to this project.

Our discussion group participants for their invaluable opinions and feedback that guided and shaped our project.

Our schools and outreach participants: The Becket School, Nottingham University Academy of Science and Technology (NUAST), The Bluecoat Academy and participants of t The University of Nottingham Discovery Day Event for their enthusiasm and engagement in our project and spreading of synthetic biology.