|
|
Line 1: |
Line 1: |
| <html> | | <html> |
- | | + | <body> |
- | <div id="instructions" style="font-weight: normal; font-size: small; padding: 5px;"> | + | <table> |
- | </div> | + | <tr> |
- | <br> | + | Team https://2013.igem.org/Team:UFMG_Brazil/Team |
- | <img href="https://static.igem.org/mediawiki/2013/archive/7/7a/20130624002553%21UFMG_Brazil_logo.png"></img>
| + | </tr> |
- | <div id="intro_content">
| + | Official Team Profile https://igem.org/Team.cgi?year=2013&team_name=UFMG_Brazil |
- | <iframe style="border:none; width:100%; height:600px" src="https://docs.google.com/document/d/1iNhZ1MRXs6G2_LIIpJZnqy0ICRJUgxKBeBgoam_lvVU/pub?embedded=true"></iframe>
| + | Project https://2013.igem.org/Team:UFMG_Brazil/Project |
- | </div>
| + | Parts Submitted to the Registry https://2013.igem.org/Team:UFMG_Brazil/Parts |
- | <canvas id="main_canvas" width="0" height="0">
| + | Modeling https://2013.igem.org/Team:UFMG_Brazil/Modeling |
- | </div>
| + | Notebook https://2013.igem.org/Team:UFMG_Brazil/Notebook |
- | <script type="text/javascript">
| + | Safety https://2013.igem.org/Team:UFMG_Brazil/Safety |
- | | + | Attributions https://2013.igem.org/Team:UFMG_Brazil/Attributions |
- | window.requestAnimFrame = (function(callback) {
| + | </body> |
- | return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
| + | |
- | function(callback) {
| + | |
- | window.setTimeout(callback, 1000 / 60);
| + | |
- | };
| + | |
- | })();
| + | |
- | | + | |
- | w = 10;
| + | |
- | | + | |
- | var canvas = document.getElementById("main_canvas");
| + | |
- | var context = canvas.getContext('2d');
| + | |
- | | + | |
- | function animate() {
| + | |
- | // update
| + | |
- | | + | |
- | // clear
| + | |
- | context.clearRect(0, 0, canvas.width, canvas.height);
| + | |
- | | + | |
- | // draw stuff
| + | |
- | context.fillRect(25,25, w,100);
| + | |
- | w = (w+1)%100;
| + | |
- | | + | |
- | // request new frame
| + | |
- | requestAnimFrame(function()
| + | |
- | {
| + | |
- | animate();
| + | |
- | });
| + | |
- | }
| + | |
- | animate();
| + | |
- | | + | |
- | </script> | + | |
| </html> | | </html> |
- |
| |
- | <!--- The Mission, Experiments --->
| |
- |
| |
- | {| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="100%" align="center"
| |
- | !align="center"|[[Team:UFMG_Brazil|Home]]
| |
- | !align="center"|[[Team:UFMG_Brazil/Team|Team]]
| |
- | !align="center"|[https://igem.org/Team.cgi?year=2013&team_name=UFMG_Brazil Official Team Profile]
| |
- | !align="center"|[[Team:UFMG_Brazil/Project|Project]]
| |
- | !align="center"|[[Team:UFMG_Brazil/Parts|Parts Submitted to the Registry]]
| |
- | !align="center"|[[Team:UFMG_Brazil/Modeling|Modeling]]
| |
- | !align="center"|[[Team:UFMG_Brazil/Notebook|Notebook]]
| |
- | !align="center"|[[Team:UFMG_Brazil/Safety|Safety]]
| |
- | !align="center"|[[Team:UFMG_Brazil/Attributions|Attributions]]
| |
- | |}
| |