Difference between revisions of "Team:Austin UTexas/Design"

 
Line 46: Line 46:
 
This page is different to the "Applied Design Award" page. Please see the <a href="https://2017.igem.org/Team:Austin_UTexas/Applied_Design">Applied Design</a> page for more information on how to compete for that award.
 
This page is different to the "Applied Design Award" page. Please see the <a href="https://2017.igem.org/Team:Austin_UTexas/Applied_Design">Applied Design</a> page for more information on how to compete for that award.
 
</p>
 
</p>
<style>
 
div {
 
    width: 100px;
 
    height: 100px;
 
    background: red;
 
    position: relative;
 
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
 
    animation: mymove 5s infinite;
 
}
 
  
/* Safari 4.0 - 8.0 */
 
@-webkit-keyframes mymove {
 
    from {left: 0px;}
 
    to {left: 200px;}
 
}
 
 
@keyframes mymove {
 
    from {left: 0px;}
 
    to {left: 200px;}
 
}
 
</style>
 
 
</div>
 
</div>
  

Latest revision as of 18:37, 29 June 2017

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