Team:UFMG Brazil
From 2013.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
w = 10; | w = 10; | ||
- | + | var canvas = document.getElementById("main_canvas"); | |
- | + | var context = canvas.getContext('2d'); | |
- | + | ||
+ | function animate() { | ||
// update | // update | ||
Line 28: | Line 28: | ||
// draw stuff | // draw stuff | ||
- | + | 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. | |
Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs) | |
Team UFMG_Brazil |
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|