<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://biov.wiki.iat.sfu.ca/biov/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vinusubashini</id>
	<title>BioV - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://biov.wiki.iat.sfu.ca/biov/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vinusubashini"/>
	<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/Special:Contributions/Vinusubashini"/>
	<updated>2026-09-09T05:44:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=3929</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=3929"/>
		<updated>2009-12-10T17:14:50Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''An Interactive Interface to Draw Kollam Interface.'''&lt;br /&gt;
&lt;br /&gt;
[[Part 1]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/AnInterface1.pdf]&lt;br /&gt;
&lt;br /&gt;
[[Part 2]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/final]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2799</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2799"/>
		<updated>2009-12-10T17:12:57Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''An Interactive Interface to Draw Kollam Interface.'''&lt;br /&gt;
&lt;br /&gt;
[[Part 1]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/AnInterface1.pdf]&lt;br /&gt;
&lt;br /&gt;
[[Part 2]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kollam_interface/applet/kollam_interface.pde]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2798</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2798"/>
		<updated>2009-12-10T17:11:27Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''An Interactive Interface to Draw Kollam Interface.'''&lt;br /&gt;
&lt;br /&gt;
[[Part 1]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/AnInterface1.pdf]&lt;br /&gt;
&lt;br /&gt;
[[Part 2]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kollam_interface/applet/index.html]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Project_3_(Final_Project)&amp;diff=2801</id>
		<title>Project 3 (Final Project)</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Project_3_(Final_Project)&amp;diff=2801"/>
		<updated>2009-12-10T17:08:40Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Kristin Carlson]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.iat.sfu.ca/BioV/index.php/Adam_Ashraf-abadi Adam Ashraf-abadi]&lt;br /&gt;
&lt;br /&gt;
[[Leila Aflatoony]]&lt;br /&gt;
&lt;br /&gt;
[[Dinara Moura]]&lt;br /&gt;
&lt;br /&gt;
[[Diliara | Diliara Nasirova]]&lt;br /&gt;
&lt;br /&gt;
[[John Wang]]&lt;br /&gt;
&lt;br /&gt;
[[Serena Hillman]]&lt;br /&gt;
&lt;br /&gt;
[[Vicky]]&lt;br /&gt;
&lt;br /&gt;
[[Matt Rosen]]&lt;br /&gt;
&lt;br /&gt;
[[Mariska]]&lt;br /&gt;
&lt;br /&gt;
[[Vinu Subashini]]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2797</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2797"/>
		<updated>2009-11-17T15:57:33Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''An Interactive Interface to Draw Kollam Interface.'''&lt;br /&gt;
&lt;br /&gt;
[[Part 1]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/AnInterface1.pdf]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2675</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2675"/>
		<updated>2009-11-17T15:55:32Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''An Interactive Interface to Draw Kollam Interface.'''&lt;br /&gt;
&lt;br /&gt;
[[Part 1]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/An Interface1.pdf]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2674</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2674"/>
		<updated>2009-11-17T15:50:19Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''An Interactive Interface to Draw Kollam Interface.'''&lt;br /&gt;
&lt;br /&gt;
[[Part 1]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/An Interface.docx]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2673</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2673"/>
		<updated>2009-11-17T06:50:29Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''An Interactive Interface to Draw Kollam Interface.'''&lt;br /&gt;
&lt;br /&gt;
An Interactive Interface is created to form their own kolam by playing with points, lines and curves. The sequence of selection of points would create the pattern.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/fi.jpg]&lt;br /&gt;
&lt;br /&gt;
Example of the kolam with curves&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2670</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2670"/>
		<updated>2009-11-16T07:09:00Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''Interactive Kolam Interface'''&lt;br /&gt;
An Interactive Interface is created to form their own kolam by playing with points, lines and curves. The sequence of selection of points would create the pattern.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/fi.jpg]&lt;br /&gt;
&lt;br /&gt;
Example of the kolam with curves&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2652</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2652"/>
		<updated>2009-11-16T07:08:23Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''Interactive Kolam Interface'''&lt;br /&gt;
An Interactive Interface is created to form their own kolam by playing with points, lines and curves. The sequence of selection of points would create the pattern.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/fi.jpg]&lt;br /&gt;
&lt;br /&gt;
Example of the kolam with curves&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/tree.swf]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2651</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2651"/>
		<updated>2009-11-16T07:04:50Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''Interactive Kolam Interface'''&lt;br /&gt;
An Interactive Interface is created to form their own kolam by playing with points, lines and curves. The sequence of selection of points would create the pattern.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/fi.jpg]&lt;br /&gt;
&lt;br /&gt;
Example of the kolam with curves&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/tree.html]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2650</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2650"/>
		<updated>2009-11-12T15:50:57Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Assignment 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4](widgets)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''Interactive Kolam Interface'''&lt;br /&gt;
An Interactive Interface is created to form their own kolam by playing with points, lines and curves. The sequence of selection of points would create the pattern.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/fi.jpg]&lt;br /&gt;
&lt;br /&gt;
Example of the kolam with curves&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2613</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2613"/>
		<updated>2009-11-12T15:47:52Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
'''Interactive Kolam Interface'''&lt;br /&gt;
An Interactive Interface is created to form their own kolam by playing with points, lines and curves. The sequence of selection of points would create the pattern.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/fi.jpg]&lt;br /&gt;
&lt;br /&gt;
Example of the kolam with curves&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2612</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2612"/>
		<updated>2009-11-12T15:35:46Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/fi.jpg]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2611</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2611"/>
		<updated>2009-11-12T15:21:04Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/2.jpg]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/3.jpg]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/4.jpg]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/12.jpg]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/1k.jpg]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/k2.bmp]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/k3.jpg]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/pongal-kolam-b25.jpg]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/kolam5.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2610</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2610"/>
		<updated>2009-11-12T15:14:37Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
[[Image:12.jpg]]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/12.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2609</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2609"/>
		<updated>2009-11-12T15:11:52Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/FinalProject/12.jpg]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2608</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2608"/>
		<updated>2009-11-12T15:10:38Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2607</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2607"/>
		<updated>2009-11-12T15:00:15Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Project 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;br /&gt;
&lt;br /&gt;
== Final Project  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2606</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2606"/>
		<updated>2009-11-12T14:46:03Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Assignment 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Assignment 4 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment4]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Assignment_4_Fall_2009&amp;diff=2645</id>
		<title>Assignment 4 Fall 2009</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Assignment_4_Fall_2009&amp;diff=2645"/>
		<updated>2009-11-12T14:44:37Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Matt Rosen]]&lt;br /&gt;
&lt;br /&gt;
[[John Wang]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.iat.sfu.ca/BioV/index.php/Adam_Ashraf-abadi Adam Ashraf-abadi]&lt;br /&gt;
&lt;br /&gt;
[[Serena Hillman]]&lt;br /&gt;
&lt;br /&gt;
[[Dinara Moura]]&lt;br /&gt;
&lt;br /&gt;
[[Erin Ashenhurst]]&lt;br /&gt;
&lt;br /&gt;
[[Mariska]]&lt;br /&gt;
&lt;br /&gt;
[[http://wiki.iat.sfu.ca/BioV/index.php/User:Amir Amir Ghahary]]&lt;br /&gt;
&lt;br /&gt;
[[Pat Subyen]]&lt;br /&gt;
&lt;br /&gt;
[[Leila Aflatoony]]&lt;br /&gt;
&lt;br /&gt;
[[Vicky]]&lt;br /&gt;
&lt;br /&gt;
[[Kristin Carlson]]&lt;br /&gt;
&lt;br /&gt;
[[Diliara | Diliara Nasirova]]&lt;br /&gt;
&lt;br /&gt;
[[Vinu Subashini]]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2605</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2605"/>
		<updated>2009-11-03T16:29:46Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Assignment 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Assignment 3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-1]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment3/a3-2]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Assignment_3_Fall_2009&amp;diff=2439</id>
		<title>Assignment 3 Fall 2009</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Assignment_3_Fall_2009&amp;diff=2439"/>
		<updated>2009-11-03T16:25:55Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[ Laura Lee Coles ]]&lt;br /&gt;
&lt;br /&gt;
[[ Assignment 3 Part 1 ]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~lcoles/iat800/assignment3/assignment3part1/applet/]&lt;br /&gt;
&lt;br /&gt;
[[Assignment 3 Part 2]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~lcoles/iat800/assignment3/assignment3part2/applet/]&lt;br /&gt;
&lt;br /&gt;
[[Serena Hillman]]&lt;br /&gt;
&lt;br /&gt;
[[Erin Ashenhurst]]&lt;br /&gt;
&lt;br /&gt;
[[Mariska]]&lt;br /&gt;
&lt;br /&gt;
[[Kristin Carlson]]&lt;br /&gt;
&lt;br /&gt;
[[Pat Subyen]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.iat.sfu.ca/BioV/index.php/Adam_Ashraf-abadi Adam Ashraf-abadi]&lt;br /&gt;
&lt;br /&gt;
[[Leila Aflatoony]]&lt;br /&gt;
&lt;br /&gt;
[[Dinara Moura]]&lt;br /&gt;
&lt;br /&gt;
[[Matt Rosen]]&lt;br /&gt;
&lt;br /&gt;
[[Vicky]]&lt;br /&gt;
&lt;br /&gt;
[[Vinu Subashini]]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2438</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2438"/>
		<updated>2009-10-27T05:07:51Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Headline text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2347</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2347"/>
		<updated>2009-10-27T05:07:15Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* == Projects == == */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Headline text ==&lt;br /&gt;
projects&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2346</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2346"/>
		<updated>2009-10-27T05:04:57Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[== Projects ==]] == ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2345</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2345"/>
		<updated>2009-10-27T04:56:33Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Assignment 1 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2344</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2344"/>
		<updated>2009-10-24T03:26:15Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Assignment 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2341</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2341"/>
		<updated>2009-10-24T03:25:00Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Assignment 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Create a subclass of one of the asteroids classes that adds a new capability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2340</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2340"/>
		<updated>2009-10-23T07:46:59Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
== Project 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project 2 ==&lt;br /&gt;
&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Part 2&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project2]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Project_2_Fall_2009&amp;diff=2313</id>
		<title>Project 2 Fall 2009</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Project_2_Fall_2009&amp;diff=2313"/>
		<updated>2009-10-22T06:16:08Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Put Links to your User Page Here */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Put Links to your User Page Here ==&lt;br /&gt;
&lt;br /&gt;
[[Diliara | Diliara Nasirova]]&lt;br /&gt;
&lt;br /&gt;
[[Kristin Carlson]]&lt;br /&gt;
&lt;br /&gt;
[[Erin Ashenhurst]]&lt;br /&gt;
&lt;br /&gt;
[[Matt Rosen]]&lt;br /&gt;
&lt;br /&gt;
[[John Wang]]&lt;br /&gt;
&lt;br /&gt;
[[Yess]]&lt;br /&gt;
&lt;br /&gt;
[[Vicky]]&lt;br /&gt;
&lt;br /&gt;
[[Mariska]]&lt;br /&gt;
&lt;br /&gt;
[[Dinara Moura]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.iat.sfu.ca/BioV/index.php/User:Amir Amir Ghahary]&lt;br /&gt;
&lt;br /&gt;
[[Leila Aflatoony]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.iat.sfu.ca/BioV/index.php/Adam_Ashraf-abadi Adam Ashraf-abadi]&lt;br /&gt;
&lt;br /&gt;
[[Pat Subyen]]&lt;br /&gt;
&lt;br /&gt;
[[Serena Hillman]]&lt;br /&gt;
&lt;br /&gt;
[[Laura Lee Coles ]]&lt;br /&gt;
&lt;br /&gt;
[[Vinu Subashini ]]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2339</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2339"/>
		<updated>2009-10-06T15:14:31Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Assignment 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]Using beginShape() and endShape(), create a composition with five or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]Using beginShape() and endShape(), create a composition with ten or more vertices. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]Create an image different from A2-02, but using the same vertex data. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]Write a function with one parameter and demonstrate it visually. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]Write a function for drawing triangles and visually demonstrate its flexibility&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]Write a function with three or more parameters and visually demonstrate its flexibility. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]Create a dynamic animation using the cos() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]Create a dynamic animation using the cos() and sin() function as a generator for motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]Create an event that begins when the mouse is pressed and ends when the mouse is released. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]Create a button that changes the color of the background when it is clicked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]Program your moving elements from A2-09 but use classes to represent the two visual elements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2108</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2108"/>
		<updated>2009-10-06T15:04:26Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Assignment 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_1]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_2]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_3]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_4]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_5]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_6]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_7]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_8]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_9]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_10]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_11]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_12]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_13]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment2/a2_14]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Assignment_2_Fall_2009&amp;diff=2110</id>
		<title>Assignment 2 Fall 2009</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Assignment_2_Fall_2009&amp;diff=2110"/>
		<updated>2009-10-06T14:57:04Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Put Links to your User Page Here */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Put Links to your User Page Here ==&lt;br /&gt;
&lt;br /&gt;
Save your links on your user page.&lt;br /&gt;
&lt;br /&gt;
[[Pooya]]&lt;br /&gt;
&lt;br /&gt;
[[Diliara | Diliara Nasirova]]&lt;br /&gt;
&lt;br /&gt;
[[Erin Ashenhurst]]&lt;br /&gt;
&lt;br /&gt;
[[Mariska]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.iat.sfu.ca/BioV/index.php/User:Amir Amir]&lt;br /&gt;
&lt;br /&gt;
[[Serena Hillman]]&lt;br /&gt;
&lt;br /&gt;
[[Kristin Carlson]]&lt;br /&gt;
&lt;br /&gt;
[[Pat Subyen]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.iat.sfu.ca/BioV/index.php/Adam_Ashraf-abadi Adam Ashraf-abadi]&lt;br /&gt;
&lt;br /&gt;
[[Laura Lee Coles ]]&lt;br /&gt;
&lt;br /&gt;
[[Dinara Moura]]&lt;br /&gt;
&lt;br /&gt;
[[Vinu Subashini]]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2107</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2107"/>
		<updated>2009-09-29T21:09:59Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed.&lt;br /&gt;
 &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2012</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2012"/>
		<updated>2009-09-29T21:09:09Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed. &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2011</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2011"/>
		<updated>2009-09-29T21:07:11Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05] -Control the position and size of two lines with two variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06] -Control the properties of two shapes with two variables. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07] -Create a simple, regular pattern with six lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08] -Program your pattern from Assignment 1-07 using while().&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09] -Draw a layered form with two new loops. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10] -Redo Assignment 1-05 using mouseX and mouseY as the variables.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11] -Draw two visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12] -Draw three visual elements that each move in relation to the mouse in a different way. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13] -Move a visual element across the screen. When it disappears off the edge, move it back into the frame. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14] -Draw a visual element that moves in relation to the mouse, but with a different relation when the mouse is pressed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15] -Using if and else, make the mouse perform different actions when in different parts of the window. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16] -Develop a kinetic image which responds to the mouse.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assignment 2 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/project1]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2010</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2010"/>
		<updated>2009-09-29T20:58:19Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03] -Draw Three Ellipses.&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04] -Control the Position of two lines with one variable &lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2009</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2009"/>
		<updated>2009-09-29T20:55:12Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01] -Draw Three Lines&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02] -Draw Five Lines&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2008</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2008"/>
		<updated>2009-09-29T20:53:28Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01]Draw the Lines&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2007</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2007"/>
		<updated>2009-09-29T20:52:47Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: /* Draw the Lines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2006</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2006"/>
		<updated>2009-09-29T20:51:30Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01]&lt;br /&gt;
== Draw the Lines ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Project_1_Fall_2009&amp;diff=2017</id>
		<title>Project 1 Fall 2009</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Project_1_Fall_2009&amp;diff=2017"/>
		<updated>2009-09-29T20:46:32Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Project 1 ==&lt;br /&gt;
Please put your names here.&lt;br /&gt;
&lt;br /&gt;
[[Erin Ashenhurst]]&lt;br /&gt;
&lt;br /&gt;
[[Mariska]]&lt;br /&gt;
&lt;br /&gt;
[[Serena Hillman]]&lt;br /&gt;
&lt;br /&gt;
[[Ben Unterman]]&lt;br /&gt;
&lt;br /&gt;
[[Vicky]]&lt;br /&gt;
&lt;br /&gt;
[[leila Aflatoony]]&lt;br /&gt;
&lt;br /&gt;
[[John Wang]]&lt;br /&gt;
&lt;br /&gt;
[[Pat Subyen]]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~aghahary/IAT800/project1_clock/index.html Amir Ghahary]&lt;br /&gt;
&lt;br /&gt;
[[Kristin Carlson]]&lt;br /&gt;
&lt;br /&gt;
[[Diliara | Diliara Nasirova]]&lt;br /&gt;
&lt;br /&gt;
[[Dinara Moura]]&lt;br /&gt;
&lt;br /&gt;
[[Vinu Subashini]]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2005</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=2005"/>
		<updated>2009-09-17T23:46:51Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-03]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-04]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-05]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-06]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-07]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-08]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-09]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-10]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-11]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-12]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-13]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-14]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-15]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-16]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1856</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1856"/>
		<updated>2009-09-17T23:35:41Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01]&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1855</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1855"/>
		<updated>2009-09-17T23:35:10Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01]&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-02]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1854</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1854"/>
		<updated>2009-09-17T23:32:34Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/iat800/assignment1/a-01]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1853</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1853"/>
		<updated>2009-09-17T23:25:39Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/IAT800/assignment1/a-01]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1852</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1852"/>
		<updated>2009-09-17T23:24:53Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/IAT 800/assignment1/a-01]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
	<entry>
		<id>http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1851</id>
		<title>Vinu Subashini</title>
		<link rel="alternate" type="text/html" href="http://biov.wiki.iat.sfu.ca/biov/index.php?title=Vinu_Subashini&amp;diff=1851"/>
		<updated>2009-09-17T22:34:15Z</updated>

		<summary type="html">&lt;p&gt;Vinusubashini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''Assignment 1''''''&lt;br /&gt;
&lt;br /&gt;
[http://www.sfu.ca/~vrajus/IAT 800/assignment 1/a-01]&lt;/div&gt;</summary>
		<author><name>Vinusubashini</name></author>
		
	</entry>
</feed>