Difference between revisions of "Team:KU Leuven/Design"

Line 57: Line 57:
 
<script type="text/javascript">
 
<script type="text/javascript">
 
// Set the date we're counting down to
 
// Set the date we're counting down to
var countDownDate = new Date(2017,09,14).getTime();
+
var countDownDate = new Date("Oct 31, 2017 23:59:59").getTime();
  
 
// Update the count down every 1 second
 
// Update the count down every 1 second
Line 63: Line 63:
  
 
  // Get todays date and time
 
  // Get todays date and time
  var now = new Date(today).getTime();
+
  var now = new Date().getTime();
  
 
  // Find the distance between now an the count down date
 
  // Find the distance between now an the count down date

Revision as of 14:02, 13 September 2017

KU_Leuven iGEM

COMING SOON


date

Human Practices

Design

Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.

This page is different to the "Applied Design Award" page. Please see the Applied Design page for more information on how to compete for that award.

What should this page contain?
  • Explanation of the engineering principles your team used in your design
  • Discussion of the design iterations your team went through
  • Experimental plan to test your designs