Team:UFMG Brazil

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<body>
 
-
<nowiki>
+
<div id="instructions" style="font-weight: normal; font-size: small; padding: 5px;">
-
<iframe style:"border:none; width:100%; height:600px;" src="https://docs.google.com/document/d/1iNhZ1MRXs6G2_LIIpJZnqy0ICRJUgxKBeBgoam_lvVU/pub?embedded=true"></iframe>
+
</div>
 +
<br>
 +
<div id="intro_content">
 +
<iframe style="border:none; width:100%; height:600px" src="https://docs.google.com/document/d/1iNhZ1MRXs6G2_LIIpJZnqy0ICRJUgxKBeBgoam_lvVU/pub?embedded=true"></iframe>
 +
</div>
 +
<canvas id="main_canvas" width="0" height="0">
 +
</div>
 +
<script type="text/javascript">
-
<table style="border-style:solid; padding:8px; border-space:10px">
+
window.requestAnimFrame = (function(callback) {
-
<tbody>
+
        return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
-
<tr>
+
        function(callback) {
-
<td><a href="https://2013.igem.org/Team:UFMG_Brazil/Team">Team</a></td>
+
          window.setTimeout(callback, 1000 / 60);
-
<td><a href="https://igem.org/Team.cgi?year=2013&team_name=UFMG_Brazil">Official Team Profile</a></td>
+
        };
-
<td><a href="https://2013.igem.org/Team:UFMG_Brazil/Project">Project</a></td>
+
      })();
-
<td><a href="https://2013.igem.org/Team:UFMG_Brazil/Parts">Parts Submitted to the Registry</a></td>
+
-
<td><a href="https://2013.igem.org/Team:UFMG_Brazil/Modeling">Modeling</a></td>
+
-
<td><a href="https://2013.igem.org/Team:UFMG_Brazil/Notebook">Notebook</a></td>
+
-
<td><a href="https://2013.igem.org/Team:UFMG_Brazil/Safety">Safety</a></td>
+
-
<td><a href="https://2013.igem.org/Team:UFMG_Brazil/Attributions"></a></td>
+
-
</tr>
+
-
</tbody>
+
-
</table>
+
-
</nowiki>
+
w = 10;
-
</body>
+
 
 +
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>
 +
 +
{|align="justify"
 +
|Here goes the BACKGROUND of our TEAM!
 +
|[[Image:UFMG_Brazil_logo.png|200px|right|frame]]
 +
|-
 +
|
 +
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 +
|[[Image:UFMG_Brazil_team.png|right|frame|Your team picture]]
 +
|-
 +
|
 +
|align="center"|[[Team:UFMG_Brazil | Team UFMG_Brazil]]
 +
|}
 +
 +
<!--- The Mission, Experiments --->
 +
 +
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" 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]]
 +
|}

Revision as of 21:09, 16 July 2013


Here goes the BACKGROUND of our TEAM!
UFMG Brazil logo.png

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

File:UFMG Brazil team.png
Your team picture
Team UFMG_Brazil


Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Attributions