Difference between revisions of "Requirements"

Line 1: Line 1:
 +
{{2016Bottom}}
 +
 
<html>
 
<html>
 
<div class="oneColumn alert_box">
 
<div class="oneColumn alert_box">
Line 64: Line 66:
 
</ul>
 
</ul>
  
 
 
 
<script type="text/javascript">
 
 
 
 
 
 
 
var which_why= "why_default"; //STORES WHAT WHY IS BEING CALLED, has a default assigned
 
 
 
$(document).ready(function(){
 
$(".pop_why").click(function() { //IF A POP WHY IS CLICKED
 
 
which_why = "https://2016.igem.org/HQ:Why"+" " + "#" +which_why;
 
 
$( ".pop_why_content" ).load( which_why , function() {
 
 
$(".pop_close").click(function() {
 
remove_popwhy();
 
});
 
 
$(".pop_why_cover").click(function() {
 
remove_popwhy();
 
});
 
 
} );
 
 
 
 
//MODIFY SIZE AND POSITION OF THE POP DIV AND THE BACKGROUND
 
$(".pop_why_box").css( "top", event.pageY);
 
$(".pop_why_cover").css ("height" , $(document).height() );
 
$(".pop_why_cover").css ("width" , $(document).width() );
 
 
// CALL BOTH ELEMENTS
 
$(".pop_why_box").show();
 
$(".pop_why_cover").show();
 
});
 
 
});
 
 
 
 
 
// IF THE CLOSE BUTTON IS CLICKED OR ANYTHING OUTSIDE THE POP WHY DIV
 
function remove_popwhy () {
 
 
$(".pop_why_box").hide();
 
$(".pop_why_cover").hide();
 
$( ".pop_why_content" ).empty();
 
 
}
 
 
 
 
 
</script>
 
  
  
Line 129: Line 71:
  
 
</html>
 
</html>
 
 
{{2016Bottom}}
 

Revision as of 21:05, 14 December 2015

This page is under active development and is in draft form. Nothing posted here is finalized.





Deliverables

Every iGEM team is responsible for delivering the following items. These items are used to evaluate your team, in addition to the other medal and award criteria. Failure to complete these deliverables may impact your team’s chances at winning prizes during the Giant Jamboree.

    Required Deliverables


Rules of Conduct

As a part of the iGEM competition, all participants (including students, instructors, and advisors) are expected to follow the iGEM Rules of Conduct throughout the competition and during the Giant Jamboree.

    Safety: Teams must agree to follow all of iGEM’s Laboratory Safety Rules (link to: page doesn’t exist yet) throughout the competition.?
    Responsibility: Every iGEM participant must agree to adhere to the Responsible Conduct Committee's Conduct Policy (link to: page doesn’t exist yet) at all times.?
    Honesty: Be intellectually honest. Describe your accomplishments accurately, and do not take credit for the work of others.?
    Courtesy: Treat everyone with respect (including teammates, instructors, advisors, other teams, judges, and Headquarters staff).?