Team:UFMG Brazil

From 2013.igem.org

(Difference between revisions)
Line 18: Line 18:
w = 10;
w = 10;
-
function animate() {
+
var canvas = document.getElementById("main_canvas");
-
var canvas = document.getElementById("main_canvas");
+
var context = canvas.getContext('2d');
-
var context = canvas.getContext('2d');
+
 +
function animate() {
  // update
  // update
Line 28: Line 28:
  // draw stuff
  // draw stuff
-
  ctx.fillRect(25,25, w,100);
+
  context.fillRect(25,25, w,100);
  w = (w+1)%100;
  w = (w+1)%100;

Revision as of 22:32, 22 June 2013

These are our initial steps towards of a great project, in which we will build an device for detecting Heart diseases.

Wiki edition responsibility: Fernando Carvalho da Silva Coelho



You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
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