<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://gcat.davidson.edu/GcatWiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stmeador</id>
		<title>GcatWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://gcat.davidson.edu/GcatWiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stmeador"/>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Special:Contributions/Stmeador"/>
		<updated>2026-05-17T12:35:22Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14561</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14561"/>
				<updated>2012-05-16T16:42:40Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Detecting Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
*webcam&lt;br /&gt;
*flashlight&lt;br /&gt;
*reflective tape&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;br /&gt;
===Navigation===&lt;br /&gt;
&lt;br /&gt;
Our general navigation algorithm is as follows:&lt;br /&gt;
&lt;br /&gt;
*Find checkpoint&lt;br /&gt;
*Move along the wall a preset distance&lt;br /&gt;
*Now the robot is at a door. Face the door.&lt;br /&gt;
*Drive at maximum speed to clear threshold. Once threshold is clear, resume normal speed&lt;br /&gt;
*If door is open, then enter room, wait until image processing is done, turn around and leave&lt;br /&gt;
*Find the next checkpoint... etc.&lt;br /&gt;
&lt;br /&gt;
Checkpoints can be a virtual wall, or the real wall immediately next to the room the robot has just left. The first checkpoint is just the robot's starting point. The robot follows the wall whenever it is measuring distance because the wall keeps the robot going straight ahead, which helps precision.&lt;br /&gt;
&lt;br /&gt;
*Script:&lt;br /&gt;
**[[Media:Command Module Script.c.zip]]&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Matlab script:&lt;br /&gt;
**[[Media:RoboRealmControl.m.txt]]&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
*Sticker for windows&lt;br /&gt;
**bottom of sticker should be reflective&lt;br /&gt;
**reflective part only visible when window open&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Communicating between navigation and detection===&lt;br /&gt;
*created motion sensing filter&lt;br /&gt;
*MATLAB starts window detection filter when motion sensor determines that robot has stopped moving&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14560</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14560"/>
				<updated>2012-05-16T16:37:58Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
*webcam&lt;br /&gt;
*flashlight&lt;br /&gt;
*reflective tape&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;br /&gt;
===Navigation===&lt;br /&gt;
&lt;br /&gt;
Our general navigation algorithm is as follows:&lt;br /&gt;
&lt;br /&gt;
*Find checkpoint&lt;br /&gt;
*Move along the wall a preset distance&lt;br /&gt;
*Now the robot is at a door. Face the door.&lt;br /&gt;
*Drive at maximum speed to clear threshold. Once threshold is clear, resume normal speed&lt;br /&gt;
*If door is open, then enter room, wait until image processing is done, turn around and leave&lt;br /&gt;
*Find the next checkpoint... etc.&lt;br /&gt;
&lt;br /&gt;
Checkpoints can be a virtual wall, or the real wall immediately next to the room the robot has just left. The first checkpoint is just the robot's starting point. The robot follows the wall whenever it is measuring distance because the wall keeps the robot going straight ahead, which helps precision.&lt;br /&gt;
&lt;br /&gt;
*Script:&lt;br /&gt;
**[[Media:Command Module Script.c.zip]]&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Matlab script:&lt;br /&gt;
**[[Media:RoboRealmControl.m.txt]]&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communicating between navigation and detection===&lt;br /&gt;
*created motion sensing filter&lt;br /&gt;
*MATLAB starts window detection filter when motion sensor determines that robot has stopped moving&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=File:Command_Module_Script.c.zip&amp;diff=14559</id>
		<title>File:Command Module Script.c.zip</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=File:Command_Module_Script.c.zip&amp;diff=14559"/>
				<updated>2012-05-16T16:36:52Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14558</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14558"/>
				<updated>2012-05-16T16:33:01Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Detecting Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
*webcam&lt;br /&gt;
*flashlight&lt;br /&gt;
*reflective tape&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;br /&gt;
===Navigation===&lt;br /&gt;
&lt;br /&gt;
Our general navigation algorithm is as follows:&lt;br /&gt;
&lt;br /&gt;
*Find checkpoint&lt;br /&gt;
*Move along the wall a preset distance&lt;br /&gt;
*Now the robot is at a door. Face the door.&lt;br /&gt;
*Drive at maximum speed to clear threshold. Once threshold is clear, resume normal speed&lt;br /&gt;
*If door is open, then enter room, wait until image processing is done, turn around and leave&lt;br /&gt;
*Find the next checkpoint... etc.&lt;br /&gt;
&lt;br /&gt;
Checkpoints can be a virtual wall, or the real wall immediately next to the room the robot has just left. The first checkpoint is just the robot's starting point. The robot follows the wall whenever it is measuring distance because the wall keeps the robot going straight ahead, which helps precision.&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Matlab script:&lt;br /&gt;
**[[Media:RoboRealmControl.m.txt]]&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communicating between navigation and detection===&lt;br /&gt;
*created motion sensing filter&lt;br /&gt;
*MATLAB starts window detection filter when motion sensor determines that robot has stopped moving&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14557</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14557"/>
				<updated>2012-05-16T16:31:56Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Guide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
*webcam&lt;br /&gt;
*flashlight&lt;br /&gt;
*reflective tape&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;br /&gt;
===Navigation===&lt;br /&gt;
&lt;br /&gt;
Our general navigation algorithm is as follows:&lt;br /&gt;
&lt;br /&gt;
*Find checkpoint&lt;br /&gt;
*Move along the wall a preset distance&lt;br /&gt;
*Now the robot is at a door. Face the door.&lt;br /&gt;
*Drive at maximum speed to clear threshold. Once threshold is clear, resume normal speed&lt;br /&gt;
*If door is open, then enter room, wait until image processing is done, turn around and leave&lt;br /&gt;
*Find the next checkpoint... etc.&lt;br /&gt;
&lt;br /&gt;
Checkpoints can be a virtual wall, or the real wall immediately next to the room the robot has just left. The first checkpoint is just the robot's starting point. The robot follows the wall whenever it is measuring distance because the wall keeps the robot going straight ahead, which helps precision.&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
===Communicating between navigation and detection===&lt;br /&gt;
*created motion sensing filter&lt;br /&gt;
*MATLAB starts window detection filter when motion sensor determines that robot has stopped moving&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14556</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14556"/>
				<updated>2012-05-16T16:28:48Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Guide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
*webcam&lt;br /&gt;
*flashlight&lt;br /&gt;
*reflective tape&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;br /&gt;
===Navigation===&lt;br /&gt;
&lt;br /&gt;
Our general navigation algorithm is as follows:&lt;br /&gt;
&lt;br /&gt;
*Find checkpoint&lt;br /&gt;
*Move along the wall a preset distance&lt;br /&gt;
*Now the robot is at a door. Face the door.&lt;br /&gt;
*Drive at maximum speed to clear threshold. Once threshold is clear, resume normal speed&lt;br /&gt;
*If door is open, then enter room, wait until image processing is done, turn around and leave&lt;br /&gt;
*Find the next checkpoint... etc.&lt;br /&gt;
&lt;br /&gt;
Checkpoints can be a virtual wall, or the real wall immediately next to the room the robot has just left. The first checkpoint is just the robot's starting point. The robot follows the wall whenever it is measuring distance because the wall keeps the robot going straight ahead, which helps precision.&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
&lt;br /&gt;
===Communicating between navigation and detection===&lt;br /&gt;
*created motion sensing filter&lt;br /&gt;
*MATLAB starts window detection filter when motion sensor determines that robot has stopped moving&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14555</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14555"/>
				<updated>2012-05-16T16:26:47Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Guide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
*webcam&lt;br /&gt;
*flashlight&lt;br /&gt;
*reflective tape&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;br /&gt;
===Navigation===&lt;br /&gt;
&lt;br /&gt;
Our general navigation algorithm is as follows:&lt;br /&gt;
&lt;br /&gt;
*Find checkpoint&lt;br /&gt;
*Move along the wall a preset distance&lt;br /&gt;
*Now the robot is at a door. Face the door.&lt;br /&gt;
*Drive at maximum speed to clear threshold. Once threshold is clear, resume normal speed&lt;br /&gt;
*If door is open, then enter room, wait until image processing is done, turn around and leave&lt;br /&gt;
*Find the next checkpoint... etc.&lt;br /&gt;
&lt;br /&gt;
Checkpoints can be a virtual wall, or the real wall immediately next to the room the robot has just left. The first checkpoint is just the robot's starting point. The robot follows the wall whenever it is measuring distance because the wall keeps the robot going straight ahead, which helps precision.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14554</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14554"/>
				<updated>2012-05-16T16:24:53Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
*webcam&lt;br /&gt;
*flashlight&lt;br /&gt;
*reflective tape&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14553</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14553"/>
				<updated>2012-05-16T16:21:53Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
*iRobot Create&lt;br /&gt;
*Command Module&lt;br /&gt;
*Virtual walls&lt;br /&gt;
*PC with Windows OS&lt;br /&gt;
*RoboRealm&lt;br /&gt;
*MATLAB&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14552</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14552"/>
				<updated>2012-05-16T16:21:24Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
**iRobot Create&lt;br /&gt;
**Command Module&lt;br /&gt;
**Virtual walls&lt;br /&gt;
**PC with Windows OS&lt;br /&gt;
**RoboRealm&lt;br /&gt;
**MATLAB&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14551</id>
		<title>Team Commando Tutorial/Explanation of Methods</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando_Tutorial/Explanation_of_Methods&amp;diff=14551"/>
				<updated>2012-05-16T16:19:49Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: Created page with '==Requirements==  ==Guide=='&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14469</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14469"/>
				<updated>2012-05-09T07:49:44Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Communication Between Detection and Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What &amp;quot;Works&amp;quot;==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
**[[Media:RoboRealmControl.m.txt]]&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communication Between Detection and Navigation===&lt;br /&gt;
*initialize serial port connection:&lt;br /&gt;
**[[Media:InitializeComMod.m.txt]]&lt;br /&gt;
*read input:&lt;br /&gt;
**[[Media:ReadCommand.m.txt]]&lt;br /&gt;
*motion detection script&lt;br /&gt;
&lt;br /&gt;
==Contacting our iRobot create==&lt;br /&gt;
*send your fan mail to davidsonirobot@gmail.com&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14468</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14468"/>
				<updated>2012-05-09T06:48:31Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What &amp;quot;Works&amp;quot;==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
**[[Media:RoboRealmControl.m.txt]]&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communication Between Detection and Navigation===&lt;br /&gt;
*initialize serial port connection:&lt;br /&gt;
**[[Media:InitializeComMod.m.txt]]&lt;br /&gt;
*read input:&lt;br /&gt;
**[[Media:ReadCommand.m.txt]]&lt;br /&gt;
&lt;br /&gt;
==Contacting our iRobot create==&lt;br /&gt;
*send your fan mail to davidsonirobot@gmail.com&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14467</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14467"/>
				<updated>2012-05-09T05:13:07Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* What Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What &amp;quot;Works&amp;quot;==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
**[[Media:RoboRealmControl.m.txt]]&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communication Between Detection and Navigation===&lt;br /&gt;
*initialize serial port connection:&lt;br /&gt;
**[[Media:InitializeComMod.m.txt]]&lt;br /&gt;
*read input:&lt;br /&gt;
**[[Media:ReadCommand.m.txt]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14466</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14466"/>
				<updated>2012-05-09T05:11:52Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Detecting Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
**[[Media:RoboRealmControl.m.txt]]&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communication Between Detection and Navigation===&lt;br /&gt;
*initialize serial port connection:&lt;br /&gt;
**[[Media:InitializeComMod.m.txt]]&lt;br /&gt;
*read input:&lt;br /&gt;
**[[Media:ReadCommand.m.txt]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=File:RoboRealmControl.m.txt&amp;diff=14465</id>
		<title>File:RoboRealmControl.m.txt</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=File:RoboRealmControl.m.txt&amp;diff=14465"/>
				<updated>2012-05-09T05:11:16Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: remove .txt extension to run matlab script&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;remove .txt extension to run matlab script&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14464</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14464"/>
				<updated>2012-05-09T04:59:27Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Communication Between Detection and Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communication Between Detection and Navigation===&lt;br /&gt;
*initialize serial port connection:&lt;br /&gt;
**[[Media:InitializeComMod.m.txt]]&lt;br /&gt;
*read input:&lt;br /&gt;
**[[Media:ReadCommand.m.txt]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=File:ReadCommand.m.txt&amp;diff=14463</id>
		<title>File:ReadCommand.m.txt</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=File:ReadCommand.m.txt&amp;diff=14463"/>
				<updated>2012-05-09T04:57:58Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: remove .txt extension to use matlab file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;remove .txt extension to use matlab file&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14462</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14462"/>
				<updated>2012-05-09T04:56:32Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Detecting Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communication Between Detection and Navigation===&lt;br /&gt;
*initialize serial port connection:&lt;br /&gt;
**[[Media:InitializeComMod.m.txt]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=File:InitializeComMod.m.txt&amp;diff=14461</id>
		<title>File:InitializeComMod.m.txt</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=File:InitializeComMod.m.txt&amp;diff=14461"/>
				<updated>2012-05-09T04:55:31Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: remove .txt extension to use matlab script&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;remove .txt extension to use matlab script&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14460</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14460"/>
				<updated>2012-05-09T04:53:09Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* What Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;br /&gt;
&lt;br /&gt;
===Communication Between Detection and Navigation&lt;br /&gt;
*initialize serial port connection:&lt;br /&gt;
**&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14459</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14459"/>
				<updated>2012-05-09T03:49:33Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**Matlab create toolbox&lt;br /&gt;
***http://www.usna.edu/Users/weapsys/esposito/roomba.matlab/&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14458</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14458"/>
				<updated>2012-05-09T03:47:34Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* To-Do: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**Communication between command module and matlab&lt;br /&gt;
***serial port&lt;br /&gt;
***microphone&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14457</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14457"/>
				<updated>2012-05-09T03:40:59Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Detecting Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
**for at night with lights off and flashlight&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14456</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14456"/>
				<updated>2012-05-09T03:40:47Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Detecting Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;br /&gt;
**for at night with lights on&lt;br /&gt;
&lt;br /&gt;
**for at night with lights off and flashlight&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14455</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14455"/>
				<updated>2012-05-09T03:39:52Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* What Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;br /&gt;
===Navigation===&lt;br /&gt;
*Command module script:&lt;br /&gt;
&lt;br /&gt;
===Detecting Windows===&lt;br /&gt;
*Matlab script:&lt;br /&gt;
&lt;br /&gt;
*RoboRealm filters:&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14454</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14454"/>
				<updated>2012-05-09T03:37:47Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What Works==&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14453</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14453"/>
				<updated>2012-05-09T03:20:57Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14452</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14452"/>
				<updated>2012-05-09T03:20:45Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
[&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
**sticker mockup&lt;br /&gt;
***[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14451</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14451"/>
				<updated>2012-05-09T03:20:11Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
[[Media:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14450</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14450"/>
				<updated>2012-05-09T03:18:55Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
[[File:WindowSticker.jpg]]&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=File:WindowSticker.jpg&amp;diff=14449</id>
		<title>File:WindowSticker.jpg</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=File:WindowSticker.jpg&amp;diff=14449"/>
				<updated>2012-05-09T03:17:53Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: potential sticker to be placed on each window.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;potential sticker to be placed on each window.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14426</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14426"/>
				<updated>2012-05-08T19:07:16Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*Camera&lt;br /&gt;
**Logitech Orbit (on a stick)&lt;br /&gt;
&lt;br /&gt;
*Software&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*Method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room via command module serial ports =&amp;gt; matlab&lt;br /&gt;
**webcam pans and roborealm scans for magenta&lt;br /&gt;
***matlab checks to see if roborealm has found magenta at every degree of the pan&lt;br /&gt;
****if found, places a one in the vector entry corresponding to that room&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
*What We Have So Far:&lt;br /&gt;
**RoboRealm module string to find magenta blobs and control Orbit&lt;br /&gt;
**MatLab script that opens RoboRealm and controls camera/gets magenta detection info&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==To-Do:==&lt;br /&gt;
**Get magenta tape&lt;br /&gt;
**test Orbit in different light conditions&lt;br /&gt;
**look into more filter options&lt;br /&gt;
***sunglasses seemed like an option&lt;br /&gt;
***Rob McSwain has been emailed about video filters&lt;br /&gt;
**Figure out exact frequency of magenta and how that corresponds to hue/intensity in RoboRealm so that extraneous magenta objects are not picked up&lt;br /&gt;
**Add something to MatLab script to interpret the vector once the Roomba has been everywhere&lt;br /&gt;
**Test/figure out the serial port pings to MatLab&lt;br /&gt;
*roborealm over rtacks while panning; needs a second to get oriented&lt;br /&gt;
**change matlab script to only check for blobs once camera has paused for a second.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Most Current To-DO:&lt;br /&gt;
**Evan's going to get an LED&lt;br /&gt;
**Tomorrow we are going to find the best color for detection (Wal-Mart might have good tapes)&lt;br /&gt;
**We'll also fine-tune the script so the center of gravity doesn't appear when it isn't supposed to&lt;br /&gt;
**We'll also talk to the nav guys and figure out serial port communication&lt;br /&gt;
**Jonah is going to add pause-checks to the MatLab script so it doesn't mis-classify&lt;br /&gt;
**A beautiful sticker will be designed with the specs we currently have&lt;br /&gt;
**And the world shall rejoice in itself and its conservation of energy&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14350</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14350"/>
				<updated>2012-05-02T00:57:10Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
*poster&lt;br /&gt;
**[[File:TeamCommando.ppt]]&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*camera&lt;br /&gt;
&amp;lt;!--**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759--&amp;gt;&lt;br /&gt;
**simple webcam!&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;br /&gt;
-current plan-ish:&lt;br /&gt;
::roborealm does processing and recieve signals from command module via serial port, then sends processed images ot matlab for NN classification. BOOM.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=File:TeamCommando.ppt&amp;diff=14349</id>
		<title>File:TeamCommando.ppt</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=File:TeamCommando.ppt&amp;diff=14349"/>
				<updated>2012-05-02T00:56:20Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: Poster used to present work at Davidson College's Spring 2012 Math and Science poster session.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poster used to present work at Davidson College's Spring 2012 Math and Science poster session.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14348</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14348"/>
				<updated>2012-05-02T00:54:18Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
*poster&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*camera&lt;br /&gt;
&amp;lt;!--**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759--&amp;gt;&lt;br /&gt;
**simple webcam!&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;br /&gt;
-current plan-ish:&lt;br /&gt;
::roborealm does processing and recieve signals from command module via serial port, then sends processed images ot matlab for NN classification. BOOM.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14345</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14345"/>
				<updated>2012-05-01T18:13:03Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*camera&lt;br /&gt;
&amp;lt;!--**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759--&amp;gt;&lt;br /&gt;
**simple webcam!&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*RoboRealm&lt;br /&gt;
**Color to detect: magenta?&lt;br /&gt;
**attach color to bottom of window so can only be detected when open&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;br /&gt;
-current plan-ish:&lt;br /&gt;
::roborealm does processing and recieve signals from command module via serial port, then sends processed images ot matlab for NN classification. BOOM.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14344</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14344"/>
				<updated>2012-05-01T17:47:31Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*camera&lt;br /&gt;
&amp;lt;!--**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759--&amp;gt;&lt;br /&gt;
**simple webcam!&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;br /&gt;
-current plan-ish:&lt;br /&gt;
::roborealm does processing and recieve signals from command module via serial port, then sends processed images ot matlab for NN classification. BOOM.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14343</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14343"/>
				<updated>2012-05-01T17:47:01Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
&amp;lt;!--**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;br /&gt;
-current plan-ish:&lt;br /&gt;
::roborealm does processing and recieve signals from command module via serial port, then sends processed images ot matlab for NN classification. BOOM.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14342</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14342"/>
				<updated>2012-05-01T17:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
&amp;lt;--!**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;br /&gt;
-current plan-ish:&lt;br /&gt;
::roborealm does processing and recieve signals from command module via serial port, then sends processed images ot matlab for NN classification. BOOM.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14341</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14341"/>
				<updated>2012-05-01T01:12:44Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
*Current dataset&lt;br /&gt;
**26 closed windows&lt;br /&gt;
**26 open windows&lt;br /&gt;
**https://www.dropbox.com/sh/hx5rwp9ilakwg5c/8Yf4twUjV1&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;br /&gt;
-current plan-ish:&lt;br /&gt;
::roborealm does processing and recieve signals from command module via serial port, then sends processed images ot matlab for NN classification. BOOM.&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14334</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14334"/>
				<updated>2012-04-26T18:43:54Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
**Roborealm&lt;br /&gt;
***useful demo: http://www.roborealm.com/tutorial/Fun_with_Roomba/slide070.php&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*to-do:&lt;br /&gt;
&lt;br /&gt;
-figure out physical orientation of computer/camera&lt;br /&gt;
&lt;br /&gt;
-build training set: every possible window configuration&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the images... opencv documentation: http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html, http://opencv.willowgarage.com/wiki/CameraCapture&lt;br /&gt;
&lt;br /&gt;
-decide on preprocessing method: threshhold, line detection, contrast upping, pulling out the windows, or doing none of that and trusting the neural net.&lt;br /&gt;
&lt;br /&gt;
-figure out how to get the command module to tell comp when to take a picture&lt;br /&gt;
&lt;br /&gt;
-get the neural net trained and tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Active Thoughts:&lt;br /&gt;
&lt;br /&gt;
-RoboRealm seems sweeeeell.&lt;br /&gt;
::interface with MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/22882&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14297</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14297"/>
				<updated>2012-04-23T04:29:32Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
**http://www.zagrosrobotics.com/shop/item.aspx?itemid=759&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14296</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14296"/>
				<updated>2012-04-23T04:20:51Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;br /&gt;
&lt;br /&gt;
*method&lt;br /&gt;
**attach laptop to iRobot&lt;br /&gt;
**receive signal from robot when it has arrived in room&lt;br /&gt;
**use laptop to take image&lt;br /&gt;
**process image to determine whether or not a window is open&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14295</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14295"/>
				<updated>2012-04-23T04:12:57Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
**https://docs.google.com/document/d/1YrS9Ua821oJdYNquYGewYql7AsK0MqUhzOm-0q8JxM8/edit&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14294</id>
		<title>Team Commando</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=Team_Commando&amp;diff=14294"/>
				<updated>2012-04-23T04:11:49Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: Created page with '==To Do== *command module navigation (Daniel and Matt) *image processing (Steph, Evan, Jonah) *decide on a camera *abstract  ==Navigation==  ==Image Processing== *possible camera…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==To Do==&lt;br /&gt;
*command module navigation (Daniel and Matt)&lt;br /&gt;
*image processing (Steph, Evan, Jonah)&lt;br /&gt;
*decide on a camera&lt;br /&gt;
*abstract&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
==Image Processing==&lt;br /&gt;
*possible cameras&lt;br /&gt;
**http://www.logitech.com/en-us/webcam-communications/webcams/devices/6333&lt;br /&gt;
**http://us.playstation.com/ps3/accessories/playstation-eye-camera-ps3.html&lt;br /&gt;
**http://www.westernunion.com/wushop/category/product/304009645/search/Microsoft-LifeCam-VX-5000-Webcam---Red---Bulk/&lt;br /&gt;
&lt;br /&gt;
*software&lt;br /&gt;
**matlab toolbox&lt;br /&gt;
**http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11620</id>
		<title>IGEM 2010 Project</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11620"/>
				<updated>2010-07-01T13:22:56Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Math Sub-Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/Davidson_Protocols Davidson Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/MWSU_protocols MWSU Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GCATalog GCAT-alog Freezer Stocks]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== We need to start capturing what we are doing, and why. ==&lt;br /&gt;
Please use this page as a starting place. &lt;br /&gt;
&lt;br /&gt;
We need an overall description of our project at the overview level as well as the subsections and phases of implementation.&lt;br /&gt;
&lt;br /&gt;
== Math Sub-Projects ==&lt;br /&gt;
&lt;br /&gt;
'''Counting Permutations'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Improving Oligo Assembler'''&lt;br /&gt;
We adapted the lancelator (http://gcat.davidson.edu/IGEM06/oligo.html), a program created by Lance Harden as a part of the 2006 iGem team, so that it would execute faster and can handle longer sequences.  The old program could only handle sequences of 300 bp or shorter.  Also, the more oligos the program broke the sequence into, the longer it took to run, and for 8 or more the run time was simply unreasonable.  However, for the sequences it could handle it always finds the optimal oligos to use. &lt;br /&gt;
Our program allows the user to enter a sequence of any length, and the length does not significantly effect runtime.  In addition, we added extra features such as checking for and removing BioBrick restriction sites and adding BioBrick primers.  While our program does not always find the optimal oligos, it still does very well which is an acceptable compromise because the runtime is improved so dramatically.&lt;br /&gt;
&lt;br /&gt;
http://gcat.davidson.edu/iGem10/index.html&lt;br /&gt;
&lt;br /&gt;
'''Paris IGEM 2007 Results'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|'''T'''&lt;br /&gt;
|'''r'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|19.5 ||40.16&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|20.5 ||39.61&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|25.5 ||36.76&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|30.5 ||33.78&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|35.5 ||30.66&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|40.5 ||27.39&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|45.5 ||23.97&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|50.5 ||20.39&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|55.5 ||16.64&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a chart of the experimental group in the Paris IGEM 2007 project. I used the formula r=1-10^(.004*T)/2 where r is the recombination rate (how many times Cre makes a cut and a Scar site is formed) and T is the generation time in minutes (How long it takes the cell to divide).&lt;br /&gt;
&lt;br /&gt;
'''Paris IGEM 2007 Results'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|'''r'''&lt;br /&gt;
|'''G'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.05 ||103.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.10 ||50.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.15 ||32.6&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.20 ||23.7&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.25 ||18.4&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.30 ||14.9&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.35 ||12.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.40 ||10.4&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.45 ||8.9&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|.50 ||7.6&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.55 ||6.6&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.60 ||5.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.65 ||5.0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.70 ||4.4&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.75 ||3.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.80 ||3.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.85 ||2.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.90 ||2.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.95 ||1.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This is a chart of the experimental group in the Paris IGEM 2007 project. I used the formula G=log(1/200)/log(1-r) where r is the recombination rate (how many times Cre makes a cut and a Scar site is formed) and G is the number of generations (or the number of times the cell will need to divide). I am making an assumption here that the initial prey population (the plasmids in the cell) is 200.&lt;br /&gt;
&lt;br /&gt;
== Biology Sub-Projects==&lt;br /&gt;
&lt;br /&gt;
'''Codon Optimization'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''Number of Base Pairs'''&lt;br /&gt;
|'''Wild Type Sequence'''&lt;br /&gt;
|'''Optimized Sequence'''&lt;br /&gt;
|'''Deoptimized Sequence'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  141  ||  Atgaaatctaacaatgcgctcatcgtcatcctcggcaccgtcaccctggatgctgtaggcataggcttggttatgccggtactgccgggcctcttgcgggatatcgtccattccgacagcatcgccagtcactatggcgtg  || ATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCGTTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGACATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTT  || ATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAGTCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGATATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTC   &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 2  ||  138  ||  ctatatgcgttgatgcaatttctatgcgcacccgttctcggagcactgtccgaccgctttggccgccgcccagtcctgctcgcttcgctacttggagccactatcgactacgcgatcatggcgaccacacccgtcctg  || CTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGACCGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTACGCGATCATGGCGACCACCCCGGTTCTG  ||   CTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTGATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGATTATGCCATAATGGCCACAACACCCGTCCTA&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 3  ||  177  ||  tacgccggacgcatcgtggccggcatcaccggcgccacaggtgcggttgctggcgcctatatcgccgacatcaccgatggggaagatcgggctcgccacttcgggctcatgagcgcttgtttcggcgtgggtatggtggcaggccccgtggccgggggactgttgggcgccatctcc  || TACGCGGGTCGTATCGTTGCGGGTATCACCGGTGCGACCGGTGCGGTTGCGGGTGCGTACATCGCGGACATCACCGACGGTGAAGACCGTGCGCGTCACTTCGGTCTGATGTCTGCGTGCTTCGGTGTTGGTATGGTTGCGGGTCCGGTTGCGGGTGGTCTGCTGGGTGCGATCTCT  ||  TATGCCGGAAGGATAGTCGCCGGAATAACAGGAGCCACAGGAGCCGTCGCCGGAGCCTATATAGCCGATATAACAGATGGAGAGGATAGGGCCAGGCATTTTGGACTAATGAGTGCCTGTTTTGGAGTCGGAATGGTCGCCGGACCCGTCGCCGGAGGACTACTAGGAGCCATAAGT &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 4  ||  81  ||  ccattccttgcggcggcggtgctcaacggcctcaacctactactgggctgcttcctaatgcaggagtcgcataagggagag  || CCGTTCCTGGCGGCGGCGGTTCTGAACGGTCTGAACCTGCTGCTGGGTTGCTTCCTGATGCAGGAATCTCACAAAGGTGAA  ||  CCCTTTCTAGCCGCCGCCGTCCTAAATGGACTAAATCTACTACTAGGATGTTTTCTAATGCAAGAGAGTCATAAGGGAGAG &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note:  All above segments have been optimized and deoptimized using the online [http://genomes.urv.es/OPTIMIZER/ Optimizer] program. &lt;br /&gt;
&lt;br /&gt;
To create the optimized and deoptimized segments of the Tet A gene we used the sequence that the Optimizer program gave us and put it into the [http://gcat.davidson.edu/IGEM06/oligo.html Lancelator] a program created by Lance Harden as part of the 2006 iGEM team.  After getting the recommended Oligo sequences from the Lancelator, we added necessary &amp;quot;sticky ends&amp;quot; that were compatible with the naturally occurring restriction enzyme sites that we discovered (see Restriction Enzymes below).  At this time we have ordered Oligo parts for segments 1 and 2 of the Tet A gene.  The Oligos that were ordered can be seen below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 1 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized''' &lt;br /&gt;
&lt;br /&gt;
top 1 5'  AATTCGCGGCCGCTTCTAGATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5'  TTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5'  ATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTTCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2  5' CATAACCAGACCGATACCAACCGCGTCCAGGGTAACGGTAC&lt;br /&gt;
CCAGGATAACGATCAGCGCGTTGTTAGATTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5'  CTAGCAGAACACCGTAGTGAGACGCGATAGAGTCAGAGTGAACGATGTCACGCAGCAGACCCGGCAGAACCGG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' AATTCGCGGCCGCTTCTAGATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' TCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGA 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' TATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTCCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' GAGTCCTATTCCGACGGCATCTAGTGTGACTGTTCCTAGTATG&lt;br /&gt;
ACTATTAGGGCATTATTACTCTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' CTAGCAGGACTCCATAATGACTGGCTATACTATCACTATGGACTATATCCCTTAGTAGTCCGGGTAGGACGGGCATGAC 3’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 2 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' CTAGCCTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' CGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' GCGATCATGGCGACCACCCCGGTTCTGTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' GCGCACAGGAACTGCATCAGCGCGTACAGG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' CCAGCAGAACCGGACGACGACCGAAACGGTCAGACAGCGCACCCAGAACCGGC 3’&lt;br /&gt;
&lt;br /&gt;
bottom 3 5' GATCCACAGAACCGGGGTGGTCGCCATGATCGCGTAGTCGATGGTCGCACCCAGCAGAGACG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5'     CTAGCGCTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTG 3'&lt;br /&gt;
&lt;br /&gt;
top 2  5'     ATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGAT 3'&lt;br /&gt;
&lt;br /&gt;
top 3  5'     TATGCCATAATGGCCACAACACCCGTCCTATG 3'&lt;br /&gt;
&lt;br /&gt;
bottom 1  5'     GGCACATAGAAATTGCATTAGGGCATATAGCG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 2  5'     TAGGACGGGCCTCCTTCCAAACCTATCACTTAGGGCTCCTAGGACGGG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 3  5'     GATCCATAGGACGGGTGTTGTGGCCATTATGGCATAATCTATTGTGGCTCCTAGTAGACTGGCTAG 3'&lt;br /&gt;
&lt;br /&gt;
[[Image:wiki3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restriction Enzymes'''&lt;br /&gt;
&lt;br /&gt;
To insert the annealed Oligo segments that were created we had to digest the Tet A gene using naturally occurring enzyme restriction sites that did not exist in the rest of the gene or in the plasmid (pSBIA2).  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''First Restriction Enzyme'''&lt;br /&gt;
|'''Second Restriction Enzyme'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  EcoRI   || NheI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| 2 || NheI || BamHI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 3 || BamHI || SphI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 4 || SphI || SalI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Parts Used (to be used)'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Part &lt;br /&gt;
|'''Registry Link'''&lt;br /&gt;
|'''Construct Including Part'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Tet A (tetracycline resistance gene) J31007  ||  [http://partsregistry.org/Part:BBa_J31007 Tet A (forward)]   || promoter-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP I715039 || [http://partsregistry.org/Part:BBa_I715039 pLac-RBS-RFP ]|| Possibly:  pLac-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP-RBS-TetA-TT on pSBIAK3 S04435 || [http://partsregistry.org/Part:BBa_S04435 pLac-RBS-RFP-RBS-TetA-TT]|| Possibly: pLac-RBS-RFP-RBS-TetA-TT on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Promoters'''&lt;br /&gt;
&lt;br /&gt;
This chart shows flourescene levels of different promoter constructs with varying levels of IPTG added (error bars with standard error can be seen on the graph).  Note:  This experiment is still in progress.  More data will be posted when available.  &lt;br /&gt;
&lt;br /&gt;
[[Image:wiki4.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Tet-trations'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:cellturbidity.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Making and Testing lox_ Sites'''&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I got colonies on my second attempt.  Once I isolate the plasmid, it will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; This plasmid will also be sent off for sequencing soon.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315004] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315005] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;  ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; 4 colonies grew with the correct sized insert from colony PCR verification and will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. We ordered this oligos with 3 mutations and transformed in lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR that will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. This oligos was also transformed in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxP reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They will be sent off for sequencing.  ||  [http://partsregistry.org/Part:BBa_K206013 loxP reverse] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxP reverse exists in the registry. We ordered this oligos and ligated it into pSB1A2 in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and four of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315007] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN forward does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and two of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315011] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN reverse does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Testing Cre Activity'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB4K5''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have isolated both the insert and the plasmid, but my two attempts at ligation have not produced any colonies.  ||  [http://partsregistry.org/Part:BBa_I718008 I718008] [http://partsregistry.org/wiki/index.php?title=Part:pSB4K5 pSB4K5]&amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB3K3''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have ligated and transformed the cells but I am having trouble growing it in the LB + kan media. ||  [http://partsregistry.org/Part:BBa_I718008 I718008][http://partsregistry.org/wiki/index.php?title=Part:pSB3K5] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''pSBIA7 &amp;amp; pSBIA2'''&lt;br /&gt;
&lt;br /&gt;
Data showing the varying levels of expression between pSBIA7 and pSBIA2&lt;br /&gt;
&lt;br /&gt;
[[Image:curtiss3.jpg]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11619</id>
		<title>IGEM 2010 Project</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11619"/>
				<updated>2010-07-01T13:20:09Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Math Sub-Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/Davidson_Protocols Davidson Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/MWSU_protocols MWSU Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GCATalog GCAT-alog Freezer Stocks]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== We need to start capturing what we are doing, and why. ==&lt;br /&gt;
Please use this page as a starting place. &lt;br /&gt;
&lt;br /&gt;
We need an overall description of our project at the overview level as well as the subsections and phases of implementation.&lt;br /&gt;
&lt;br /&gt;
== Math Sub-Projects ==&lt;br /&gt;
&lt;br /&gt;
'''Counting Permutations'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Improving Oligo Assembler'''&lt;br /&gt;
We adapted the lancelator (http://gcat.davidson.edu/IGEM06/oligo.html), a program created by Lance Harden as a part of the 2006 iGem team, so that it would execute faster and can handle longer sequences.  The old program could only handle sequences of 300 bp or shorter.  Also, the more oligos the program broke the sequence into, the longer it took to run, and for 8 or more the run time was simply unreasonable.  However, for the sequences it could handle it always finds the optimal oligos to use. &lt;br /&gt;
Our program allows the user to enter a sequence of any length, and the length does not significantly effect runtime.  In addition, we added extra features such as checking for and removing BioBrick restriction sites and adding BioBrick primers.  While our program does not always find the optimal oligos, it still does very well which is an acceptable compromise because the runtime is improved so dramatically.&lt;br /&gt;
&lt;br /&gt;
http://gcat.davidson.edu/iGem10/index.html&lt;br /&gt;
&lt;br /&gt;
'''Paris IGEM 2007 Results'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|'''T'''&lt;br /&gt;
|'''r'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|19.5 ||40.16&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|20.5 ||39.61&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|25.5 ||36.76&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|30.5 ||33.78&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|35.5 ||30.66&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|40.5 ||27.39&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|45.5 ||23.97&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|50.5 ||20.39&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|55.5 ||16.64&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a chart of the experimental group in the Paris IGEM 2007 project. I used the formula r=1-10^(.004*T)/2 where r is the recombination rate (how many times Cre makes a cut and a Scar site is formed) and T is the generation time in minutes (How long it takes the cell to divide).&lt;br /&gt;
&lt;br /&gt;
'''Paris IGEM 2007 Results'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|'''r'''&lt;br /&gt;
|'''G'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.05 ||103.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.10 ||50.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.15 ||32.6&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.20 ||23.7&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.25 ||18.4&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.30 ||14.9&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.35 ||12.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.40 ||10.4&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.45 ||8.9&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|.50 ||7.6&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.55 ||6.6&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.60 ||5.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.65 ||5.0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.70 ||4.4&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.75 ||3.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.80 ||3.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.85 ||2.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.90 ||2.3&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|.95 ||1.8&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Biology Sub-Projects==&lt;br /&gt;
&lt;br /&gt;
'''Codon Optimization'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''Number of Base Pairs'''&lt;br /&gt;
|'''Wild Type Sequence'''&lt;br /&gt;
|'''Optimized Sequence'''&lt;br /&gt;
|'''Deoptimized Sequence'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  141  ||  Atgaaatctaacaatgcgctcatcgtcatcctcggcaccgtcaccctggatgctgtaggcataggcttggttatgccggtactgccgggcctcttgcgggatatcgtccattccgacagcatcgccagtcactatggcgtg  || ATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCGTTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGACATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTT  || ATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAGTCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGATATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTC   &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 2  ||  138  ||  ctatatgcgttgatgcaatttctatgcgcacccgttctcggagcactgtccgaccgctttggccgccgcccagtcctgctcgcttcgctacttggagccactatcgactacgcgatcatggcgaccacacccgtcctg  || CTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGACCGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTACGCGATCATGGCGACCACCCCGGTTCTG  ||   CTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTGATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGATTATGCCATAATGGCCACAACACCCGTCCTA&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 3  ||  177  ||  tacgccggacgcatcgtggccggcatcaccggcgccacaggtgcggttgctggcgcctatatcgccgacatcaccgatggggaagatcgggctcgccacttcgggctcatgagcgcttgtttcggcgtgggtatggtggcaggccccgtggccgggggactgttgggcgccatctcc  || TACGCGGGTCGTATCGTTGCGGGTATCACCGGTGCGACCGGTGCGGTTGCGGGTGCGTACATCGCGGACATCACCGACGGTGAAGACCGTGCGCGTCACTTCGGTCTGATGTCTGCGTGCTTCGGTGTTGGTATGGTTGCGGGTCCGGTTGCGGGTGGTCTGCTGGGTGCGATCTCT  ||  TATGCCGGAAGGATAGTCGCCGGAATAACAGGAGCCACAGGAGCCGTCGCCGGAGCCTATATAGCCGATATAACAGATGGAGAGGATAGGGCCAGGCATTTTGGACTAATGAGTGCCTGTTTTGGAGTCGGAATGGTCGCCGGACCCGTCGCCGGAGGACTACTAGGAGCCATAAGT &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 4  ||  81  ||  ccattccttgcggcggcggtgctcaacggcctcaacctactactgggctgcttcctaatgcaggagtcgcataagggagag  || CCGTTCCTGGCGGCGGCGGTTCTGAACGGTCTGAACCTGCTGCTGGGTTGCTTCCTGATGCAGGAATCTCACAAAGGTGAA  ||  CCCTTTCTAGCCGCCGCCGTCCTAAATGGACTAAATCTACTACTAGGATGTTTTCTAATGCAAGAGAGTCATAAGGGAGAG &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note:  All above segments have been optimized and deoptimized using the online [http://genomes.urv.es/OPTIMIZER/ Optimizer] program. &lt;br /&gt;
&lt;br /&gt;
To create the optimized and deoptimized segments of the Tet A gene we used the sequence that the Optimizer program gave us and put it into the [http://gcat.davidson.edu/IGEM06/oligo.html Lancelator] a program created by Lance Harden as part of the 2006 iGEM team.  After getting the recommended Oligo sequences from the Lancelator, we added necessary &amp;quot;sticky ends&amp;quot; that were compatible with the naturally occurring restriction enzyme sites that we discovered (see Restriction Enzymes below).  At this time we have ordered Oligo parts for segments 1 and 2 of the Tet A gene.  The Oligos that were ordered can be seen below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 1 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized''' &lt;br /&gt;
&lt;br /&gt;
top 1 5'  AATTCGCGGCCGCTTCTAGATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5'  TTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5'  ATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTTCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2  5' CATAACCAGACCGATACCAACCGCGTCCAGGGTAACGGTAC&lt;br /&gt;
CCAGGATAACGATCAGCGCGTTGTTAGATTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5'  CTAGCAGAACACCGTAGTGAGACGCGATAGAGTCAGAGTGAACGATGTCACGCAGCAGACCCGGCAGAACCGG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' AATTCGCGGCCGCTTCTAGATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' TCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGA 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' TATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTCCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' GAGTCCTATTCCGACGGCATCTAGTGTGACTGTTCCTAGTATG&lt;br /&gt;
ACTATTAGGGCATTATTACTCTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' CTAGCAGGACTCCATAATGACTGGCTATACTATCACTATGGACTATATCCCTTAGTAGTCCGGGTAGGACGGGCATGAC 3’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 2 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' CTAGCCTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' CGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' GCGATCATGGCGACCACCCCGGTTCTGTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' GCGCACAGGAACTGCATCAGCGCGTACAGG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' CCAGCAGAACCGGACGACGACCGAAACGGTCAGACAGCGCACCCAGAACCGGC 3’&lt;br /&gt;
&lt;br /&gt;
bottom 3 5' GATCCACAGAACCGGGGTGGTCGCCATGATCGCGTAGTCGATGGTCGCACCCAGCAGAGACG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5'     CTAGCGCTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTG 3'&lt;br /&gt;
&lt;br /&gt;
top 2  5'     ATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGAT 3'&lt;br /&gt;
&lt;br /&gt;
top 3  5'     TATGCCATAATGGCCACAACACCCGTCCTATG 3'&lt;br /&gt;
&lt;br /&gt;
bottom 1  5'     GGCACATAGAAATTGCATTAGGGCATATAGCG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 2  5'     TAGGACGGGCCTCCTTCCAAACCTATCACTTAGGGCTCCTAGGACGGG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 3  5'     GATCCATAGGACGGGTGTTGTGGCCATTATGGCATAATCTATTGTGGCTCCTAGTAGACTGGCTAG 3'&lt;br /&gt;
&lt;br /&gt;
[[Image:wiki3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restriction Enzymes'''&lt;br /&gt;
&lt;br /&gt;
To insert the annealed Oligo segments that were created we had to digest the Tet A gene using naturally occurring enzyme restriction sites that did not exist in the rest of the gene or in the plasmid (pSBIA2).  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''First Restriction Enzyme'''&lt;br /&gt;
|'''Second Restriction Enzyme'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  EcoRI   || NheI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| 2 || NheI || BamHI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 3 || BamHI || SphI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 4 || SphI || SalI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Parts Used (to be used)'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Part &lt;br /&gt;
|'''Registry Link'''&lt;br /&gt;
|'''Construct Including Part'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Tet A (tetracycline resistance gene) J31007  ||  [http://partsregistry.org/Part:BBa_J31007 Tet A (forward)]   || promoter-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP I715039 || [http://partsregistry.org/Part:BBa_I715039 pLac-RBS-RFP ]|| Possibly:  pLac-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP-RBS-TetA-TT on pSBIAK3 S04435 || [http://partsregistry.org/Part:BBa_S04435 pLac-RBS-RFP-RBS-TetA-TT]|| Possibly: pLac-RBS-RFP-RBS-TetA-TT on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Promoters'''&lt;br /&gt;
&lt;br /&gt;
This chart shows flourescene levels of different promoter constructs with varying levels of IPTG added (error bars with standard error can be seen on the graph).  Note:  This experiment is still in progress.  More data will be posted when available.  &lt;br /&gt;
&lt;br /&gt;
[[Image:wiki4.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Tet-trations'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:cellturbidity.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Making and Testing lox_ Sites'''&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I got colonies on my second attempt.  Once I isolate the plasmid, it will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; This plasmid will also be sent off for sequencing soon.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315004] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315005] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;  ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; 4 colonies grew with the correct sized insert from colony PCR verification and will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. We ordered this oligos with 3 mutations and transformed in lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR that will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. This oligos was also transformed in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxP reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They will be sent off for sequencing.  ||  [http://partsregistry.org/Part:BBa_K206013 loxP reverse] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxP reverse exists in the registry. We ordered this oligos and ligated it into pSB1A2 in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and four of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315007] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN forward does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and two of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315011] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN reverse does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Testing Cre Activity'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB4K5''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have isolated both the insert and the plasmid, but my two attempts at ligation have not produced any colonies.  ||  [http://partsregistry.org/Part:BBa_I718008 I718008] [http://partsregistry.org/wiki/index.php?title=Part:pSB4K5 pSB4K5]&amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB3K3''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have ligated and transformed the cells but I am having trouble growing it in the LB + kan media. ||  [http://partsregistry.org/Part:BBa_I718008 I718008][http://partsregistry.org/wiki/index.php?title=Part:pSB3K5] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''pSBIA7 &amp;amp; pSBIA2'''&lt;br /&gt;
&lt;br /&gt;
Data showing the varying levels of expression between pSBIA7 and pSBIA2&lt;br /&gt;
&lt;br /&gt;
[[Image:curtiss3.jpg]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11616</id>
		<title>IGEM 2010 Project</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11616"/>
				<updated>2010-06-28T20:47:26Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Math Sub-Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/Davidson_Protocols Davidson Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/MWSU_protocols MWSU Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GCATalog GCAT-alog Freezer Stocks]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== We need to start capturing what we are doing, and why. ==&lt;br /&gt;
Please use this page as a starting place. &lt;br /&gt;
&lt;br /&gt;
We need an overall description of our project at the overview level as well as the subsections and phases of implementation.&lt;br /&gt;
&lt;br /&gt;
== Math Sub-Projects ==&lt;br /&gt;
&lt;br /&gt;
'''Counting Permutations'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Improving Oligo Assembler'''&lt;br /&gt;
We adapted the lancelator (http://gcat.davidson.edu/IGEM06/oligo.html), a program created by Lance Harden as a part of the 2006 iGem team, so that it would execute faster and can handle longer sequences.  The old program could only handle sequences of 300 bp or shorter.  Also, the more oligos the program broke the sequence into, the longer it took to run, and for 8 or more the run time was simply unreasonable.  However, for the sequences it could handle it always finds the optimal oligos to use. &lt;br /&gt;
Our program allows the user to enter a sequence of any length, and the length does not significantly effect runtime.  In addition, we added extra features such as checking for and removing BioBrick restriction sites and adding BioBrick primers.  While our program does not always find the optimal oligos, it still does very well which is an acceptable compromise because the runtime is improved so dramatically.&lt;br /&gt;
&lt;br /&gt;
http://gcat.davidson.edu/iGem10/index.html&lt;br /&gt;
&lt;br /&gt;
'''Paris IGEM 2007 Results'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|'''T'''&lt;br /&gt;
|'''r'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|19.5 ||40.16&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|20.5 ||39.61&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|25.5 ||36.76&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|30.5 ||33.78&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|35.5 ||30.66&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|40.5 ||27.39&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|45.5 ||23.97&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|50.5 ||20.39&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|55.5 ||16.64&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a chart of the experimental group in the Paris IGEM 2007 project. I used the formula r=1-10^(.004*T)/2 where r is the recombination rate (how many times Cre makes a cut and a Scar site is formed) and T is the generation time in minutes (How long it takes the cell to divide).&lt;br /&gt;
&lt;br /&gt;
== Biology Sub-Projects==&lt;br /&gt;
&lt;br /&gt;
'''Codon Optimization'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''Number of Base Pairs'''&lt;br /&gt;
|'''Wild Type Sequence'''&lt;br /&gt;
|'''Optimized Sequence'''&lt;br /&gt;
|'''Deoptimized Sequence'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  141  ||  Atgaaatctaacaatgcgctcatcgtcatcctcggcaccgtcaccctggatgctgtaggcataggcttggttatgccggtactgccgggcctcttgcgggatatcgtccattccgacagcatcgccagtcactatggcgtg  || ATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCGTTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGACATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTT  || ATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAGTCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGATATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTC   &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 2  ||  138  ||  ctatatgcgttgatgcaatttctatgcgcacccgttctcggagcactgtccgaccgctttggccgccgcccagtcctgctcgcttcgctacttggagccactatcgactacgcgatcatggcgaccacacccgtcctg  || CTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGACCGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTACGCGATCATGGCGACCACCCCGGTTCTG  ||   CTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTGATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGATTATGCCATAATGGCCACAACACCCGTCCTA&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 3  ||  177  ||  tacgccggacgcatcgtggccggcatcaccggcgccacaggtgcggttgctggcgcctatatcgccgacatcaccgatggggaagatcgggctcgccacttcgggctcatgagcgcttgtttcggcgtgggtatggtggcaggccccgtggccgggggactgttgggcgccatctcc  || TACGCGGGTCGTATCGTTGCGGGTATCACCGGTGCGACCGGTGCGGTTGCGGGTGCGTACATCGCGGACATCACCGACGGTGAAGACCGTGCGCGTCACTTCGGTCTGATGTCTGCGTGCTTCGGTGTTGGTATGGTTGCGGGTCCGGTTGCGGGTGGTCTGCTGGGTGCGATCTCT  ||  TATGCCGGAAGGATAGTCGCCGGAATAACAGGAGCCACAGGAGCCGTCGCCGGAGCCTATATAGCCGATATAACAGATGGAGAGGATAGGGCCAGGCATTTTGGACTAATGAGTGCCTGTTTTGGAGTCGGAATGGTCGCCGGACCCGTCGCCGGAGGACTACTAGGAGCCATAAGT &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 4  ||  81  ||  ccattccttgcggcggcggtgctcaacggcctcaacctactactgggctgcttcctaatgcaggagtcgcataagggagag  || CCGTTCCTGGCGGCGGCGGTTCTGAACGGTCTGAACCTGCTGCTGGGTTGCTTCCTGATGCAGGAATCTCACAAAGGTGAA  ||  CCCTTTCTAGCCGCCGCCGTCCTAAATGGACTAAATCTACTACTAGGATGTTTTCTAATGCAAGAGAGTCATAAGGGAGAG &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note:  All above segments have been optimized and deoptimized using the online [http://genomes.urv.es/OPTIMIZER/ Optimizer] program. &lt;br /&gt;
&lt;br /&gt;
To create the optimized and deoptimized segments of the Tet A gene we used the sequence that the Optimizer program gave us and put it into the [http://gcat.davidson.edu/IGEM06/oligo.html Lancelator] a program created by Lance Harden as part of the 2006 iGEM team.  After getting the recommended Oligo sequences from the Lancelator, we added necessary &amp;quot;sticky ends&amp;quot; that were compatible with the naturally occurring restriction enzyme sites that we discovered (see Restriction Enzymes below).  At this time we have ordered Oligo parts for segments 1 and 2 of the Tet A gene.  The Oligos that were ordered can be seen below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 1 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized''' &lt;br /&gt;
&lt;br /&gt;
top 1 5'  AATTCGCGGCCGCTTCTAGATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5'  TTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5'  ATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTTCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2  5' CATAACCAGACCGATACCAACCGCGTCCAGGGTAACGGTAC&lt;br /&gt;
CCAGGATAACGATCAGCGCGTTGTTAGATTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5'  CTAGCAGAACACCGTAGTGAGACGCGATAGAGTCAGAGTGAACGATGTCACGCAGCAGACCCGGCAGAACCGG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' AATTCGCGGCCGCTTCTAGATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' TCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGA 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' TATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTCCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' GAGTCCTATTCCGACGGCATCTAGTGTGACTGTTCCTAGTATG&lt;br /&gt;
ACTATTAGGGCATTATTACTCTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' CTAGCAGGACTCCATAATGACTGGCTATACTATCACTATGGACTATATCCCTTAGTAGTCCGGGTAGGACGGGCATGAC 3’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 2 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' CTAGCCTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' CGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' GCGATCATGGCGACCACCCCGGTTCTGTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' GCGCACAGGAACTGCATCAGCGCGTACAGG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' CCAGCAGAACCGGACGACGACCGAAACGGTCAGACAGCGCACCCAGAACCGGC 3’&lt;br /&gt;
&lt;br /&gt;
bottom 3 5' GATCCACAGAACCGGGGTGGTCGCCATGATCGCGTAGTCGATGGTCGCACCCAGCAGAGACG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5'     CTAGCGCTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTG 3'&lt;br /&gt;
&lt;br /&gt;
top 2  5'     ATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGAT 3'&lt;br /&gt;
&lt;br /&gt;
top 3  5'     TATGCCATAATGGCCACAACACCCGTCCTATG 3'&lt;br /&gt;
&lt;br /&gt;
bottom 1  5'     GGCACATAGAAATTGCATTAGGGCATATAGCG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 2  5'     TAGGACGGGCCTCCTTCCAAACCTATCACTTAGGGCTCCTAGGACGGG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 3  5'     GATCCATAGGACGGGTGTTGTGGCCATTATGGCATAATCTATTGTGGCTCCTAGTAGACTGGCTAG 3'&lt;br /&gt;
&lt;br /&gt;
[[Image:wiki3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restriction Enzymes'''&lt;br /&gt;
&lt;br /&gt;
To insert the annealed Oligo segments that were created we had to digest the Tet A gene using naturally occurring enzyme restriction sites that did not exist in the rest of the gene or in the plasmid (pSBIA2).  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''First Restriction Enzyme'''&lt;br /&gt;
|'''Second Restriction Enzyme'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  EcoRI   || NheI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| 2 || NheI || BamHI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 3 || BamHI || SphI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 4 || SphI || SalI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Parts Used (to be used)'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Part &lt;br /&gt;
|'''Registry Link'''&lt;br /&gt;
|'''Construct Including Part'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Tet A (tetracycline resistance gene) J31007  ||  [http://partsregistry.org/Part:BBa_J31007 Tet A (forward)]   || promoter-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP I715039 || [http://partsregistry.org/Part:BBa_I715039 pLac-RBS-RFP ]|| Possibly:  pLac-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP-RBS-TetA-TT on pSBIAK3 S04435 || [http://partsregistry.org/Part:BBa_S04435 pLac-RBS-RFP-RBS-TetA-TT]|| Possibly: pLac-RBS-RFP-RBS-TetA-TT on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Promoters'''&lt;br /&gt;
&lt;br /&gt;
This chart shows flourescene levels of different promoter constructs with varying levels of IPTG added (error bars with standard error can be seen on the graph).  Note:  This experiment is still in progress.  More data will be posted when available.  &lt;br /&gt;
&lt;br /&gt;
[[Image:wiki4.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Tet-trations'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Making and Testing lox_ Sites'''&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I got colonies on my second attempt.  Once I isolate the plasmid, it will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; This plasmid will also be sent off for sequencing soon.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315004] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315005] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;  ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; 4 colonies grew with the correct sized insert from colony PCR verification and will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. We ordered this oligos with 3 mutations and transformed in lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR that will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. This oligos was also transformed in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxP reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They will be sent off for sequencing.  ||  [http://partsregistry.org/Part:BBa_K206013 loxP reverse] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxP reverse exists in the registry. We ordered this oligos and ligated it into pSB1A2 in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and four of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315007] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN forward does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and two of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315011] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN reverse does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Testing Cre Activity'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB4K5''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have isolated both the insert and the plasmid, but my two attempts at ligation have not produced any colonies.  ||  [http://partsregistry.org/Part:BBa_I718008 I718008] [http://partsregistry.org/wiki/index.php?title=Part:pSB4K5 pSB4K5]&amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB3K3''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have ligated and transformed the cells but I am having trouble growing it in the LB + kan media. ||  [http://partsregistry.org/Part:BBa_I718008 I718008][http://partsregistry.org/wiki/index.php?title=Part:pSB3K5] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''pSBIA7 &amp;amp; pSBIA2'''&lt;br /&gt;
&lt;br /&gt;
Data showing the varying levels of expression between pSBIA7 and pSBIA2&lt;br /&gt;
&lt;br /&gt;
[[Image:curtiss3.jpg]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	<entry>
		<id>http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11615</id>
		<title>IGEM 2010 Project</title>
		<link rel="alternate" type="text/html" href="http://gcat.davidson.edu/GcatWiki/index.php?title=IGEM_2010_Project&amp;diff=11615"/>
				<updated>2010-06-28T19:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;Stmeador: /* Math Sub-Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/Davidson_Protocols Davidson Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GcatWiki/index.php/Davidson_Missouri_W/MWSU_protocols MWSU Lab Protocols] &amp;lt;br&amp;gt;&lt;br /&gt;
* [http://gcat.davidson.edu/GCATalog GCAT-alog Freezer Stocks]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== We need to start capturing what we are doing, and why. ==&lt;br /&gt;
Please use this page as a starting place. &lt;br /&gt;
&lt;br /&gt;
We need an overall description of our project at the overview level as well as the subsections and phases of implementation.&lt;br /&gt;
&lt;br /&gt;
== Math Sub-Projects ==&lt;br /&gt;
&lt;br /&gt;
'''Counting Permutations'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Improving Oligo Assembler'''&lt;br /&gt;
We adapted the lancelator (http://gcat.davidson.edu/IGEM06/oligo.html), a program created by Lance Harden as a part of the 2006 iGem team, so that it would execute faster and can handle longer sequences.  The old program could only handle sequences of 300 bp or shorter.  Also, the more oligos the program broke the sequence into, the longer it took to run, and for 8 or more the run time was simply unreasonable.  However, for the sequences it could handle it always finds the optimal oligos to use. &lt;br /&gt;
Our program allows the user to enter a sequence of any length, and the length does not significantly effect runtime.  In addition, we added extra features such as checking for and removing BioBrick restriction sites and adding BioBrick primers.  While our program does not always find the optimal oligos, it still does very well which is an acceptable compromise because the runtime is improved so dramatically.&lt;br /&gt;
&lt;br /&gt;
http://gcat.davidson.edu/iGem10/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Paris IGEM 2007 Results'''&lt;br /&gt;
&lt;br /&gt;
 T	  r&lt;br /&gt;
&lt;br /&gt;
19.5         40.16&lt;br /&gt;
&lt;br /&gt;
20.5	     39.61&lt;br /&gt;
&lt;br /&gt;
25.5	     36.76&lt;br /&gt;
&lt;br /&gt;
30.5	     33.78&lt;br /&gt;
&lt;br /&gt;
35.5	     30.66&lt;br /&gt;
&lt;br /&gt;
40.5	     27.39&lt;br /&gt;
&lt;br /&gt;
45.5	     23.97&lt;br /&gt;
&lt;br /&gt;
50.5	     20.39&lt;br /&gt;
&lt;br /&gt;
55.5   	     16.64&lt;br /&gt;
&lt;br /&gt;
This is a chart of the experimental group in the Paris IGEM 2007 project. I used the formula r=1-10^(.004*T)/2 where r is the recombination rate (how many times Cre makes a cut and a Scar site is formed) and T is the generation time in minutes (How long it takes the cell to divide).&lt;br /&gt;
&lt;br /&gt;
== Biology Sub-Projects==&lt;br /&gt;
&lt;br /&gt;
'''Codon Optimization'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''Number of Base Pairs'''&lt;br /&gt;
|'''Wild Type Sequence'''&lt;br /&gt;
|'''Optimized Sequence'''&lt;br /&gt;
|'''Deoptimized Sequence'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  141  ||  Atgaaatctaacaatgcgctcatcgtcatcctcggcaccgtcaccctggatgctgtaggcataggcttggttatgccggtactgccgggcctcttgcgggatatcgtccattccgacagcatcgccagtcactatggcgtg  || ATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCGTTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGACATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTT  || ATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAGTCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGATATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTC   &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 2  ||  138  ||  ctatatgcgttgatgcaatttctatgcgcacccgttctcggagcactgtccgaccgctttggccgccgcccagtcctgctcgcttcgctacttggagccactatcgactacgcgatcatggcgaccacacccgtcctg  || CTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGACCGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTACGCGATCATGGCGACCACCCCGGTTCTG  ||   CTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTGATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGATTATGCCATAATGGCCACAACACCCGTCCTA&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 3  ||  177  ||  tacgccggacgcatcgtggccggcatcaccggcgccacaggtgcggttgctggcgcctatatcgccgacatcaccgatggggaagatcgggctcgccacttcgggctcatgagcgcttgtttcggcgtgggtatggtggcaggccccgtggccgggggactgttgggcgccatctcc  || TACGCGGGTCGTATCGTTGCGGGTATCACCGGTGCGACCGGTGCGGTTGCGGGTGCGTACATCGCGGACATCACCGACGGTGAAGACCGTGCGCGTCACTTCGGTCTGATGTCTGCGTGCTTCGGTGTTGGTATGGTTGCGGGTCCGGTTGCGGGTGGTCTGCTGGGTGCGATCTCT  ||  TATGCCGGAAGGATAGTCGCCGGAATAACAGGAGCCACAGGAGCCGTCGCCGGAGCCTATATAGCCGATATAACAGATGGAGAGGATAGGGCCAGGCATTTTGGACTAATGAGTGCCTGTTTTGGAGTCGGAATGGTCGCCGGACCCGTCGCCGGAGGACTACTAGGAGCCATAAGT &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
| 4  ||  81  ||  ccattccttgcggcggcggtgctcaacggcctcaacctactactgggctgcttcctaatgcaggagtcgcataagggagag  || CCGTTCCTGGCGGCGGCGGTTCTGAACGGTCTGAACCTGCTGCTGGGTTGCTTCCTGATGCAGGAATCTCACAAAGGTGAA  ||  CCCTTTCTAGCCGCCGCCGTCCTAAATGGACTAAATCTACTACTAGGATGTTTTCTAATGCAAGAGAGTCATAAGGGAGAG &lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note:  All above segments have been optimized and deoptimized using the online [http://genomes.urv.es/OPTIMIZER/ Optimizer] program. &lt;br /&gt;
&lt;br /&gt;
To create the optimized and deoptimized segments of the Tet A gene we used the sequence that the Optimizer program gave us and put it into the [http://gcat.davidson.edu/IGEM06/oligo.html Lancelator] a program created by Lance Harden as part of the 2006 iGEM team.  After getting the recommended Oligo sequences from the Lancelator, we added necessary &amp;quot;sticky ends&amp;quot; that were compatible with the naturally occurring restriction enzyme sites that we discovered (see Restriction Enzymes below).  At this time we have ordered Oligo parts for segments 1 and 2 of the Tet A gene.  The Oligos that were ordered can be seen below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 1 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized''' &lt;br /&gt;
&lt;br /&gt;
top 1 5'  AATTCGCGGCCGCTTCTAGATGAAATCTAACAACGCGCTGATCGTTATCCTGGGTACCG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5'  TTACCCTGGACGCGGTTGGTATCGGTCTGGTTATGCCGGTTCTGCCGGGTCTGCTGCGTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5'  ATCGTTCACTCTGACTCTATCGCGTCTCACTACGGTGTTCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2  5' CATAACCAGACCGATACCAACCGCGTCCAGGGTAACGGTAC&lt;br /&gt;
CCAGGATAACGATCAGCGCGTTGTTAGATTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5'  CTAGCAGAACACCGTAGTGAGACGCGATAGAGTCAGAGTGAACGATGTCACGCAGCAGACCCGGCAGAACCGG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' AATTCGCGGCCGCTTCTAGATGAAGAGTAATAATGCCCTAATAGTCATACTAGGAACAG 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' TCACACTAGATGCCGTCGGAATAGGACTCGTCATGCCCGTCCTACCCGGACTACTAAGGGA 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' TATAGTCCATAGTGATAGTATAGCCAGTCATTATGGAGTCCTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' GAGTCCTATTCCGACGGCATCTAGTGTGACTGTTCCTAGTATG&lt;br /&gt;
ACTATTAGGGCATTATTACTCTTCATCTAGAAGCGGCCGCG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' CTAGCAGGACTCCATAATGACTGGCTATACTATCACTATGGACTATATCCCTTAGTAGTCCGGGTAGGACGGGCATGAC 3’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Segment 2 Oligos'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Optimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5' CTAGCCTGTACGCGCTGATGCAGTTCCTGTGCGCGCCGGTTCTGGGTGCGCTGTCTGAC 3’&lt;br /&gt;
&lt;br /&gt;
top 2 5' CGTTTCGGTCGTCGTCCGGTTCTGCTGGCGTCTCTGCTGGGTGCGACCATCGACTAC 3’&lt;br /&gt;
&lt;br /&gt;
top 3 5' GCGATCATGGCGACCACCCCGGTTCTGTG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 1 5' GCGCACAGGAACTGCATCAGCGCGTACAGG 3’&lt;br /&gt;
&lt;br /&gt;
bottom 2 5' CCAGCAGAACCGGACGACGACCGAAACGGTCAGACAGCGCACCCAGAACCGGC 3’&lt;br /&gt;
&lt;br /&gt;
bottom 3 5' GATCCACAGAACCGGGGTGGTCGCCATGATCGCGTAGTCGATGGTCGCACCCAGCAGAGACG 3’&lt;br /&gt;
&lt;br /&gt;
'''Deoptimized'''&lt;br /&gt;
&lt;br /&gt;
top 1 5'     CTAGCGCTATATGCCCTAATGCAATTTCTATGTGCCCCCGTCCTAGGAGCCCTAAGTG 3'&lt;br /&gt;
&lt;br /&gt;
top 2  5'     ATAGGTTTGGAAGGAGGCCCGTCCTACTAGCCAGTCTACTAGGAGCCACAATAGAT 3'&lt;br /&gt;
&lt;br /&gt;
top 3  5'     TATGCCATAATGGCCACAACACCCGTCCTATG 3'&lt;br /&gt;
&lt;br /&gt;
bottom 1  5'     GGCACATAGAAATTGCATTAGGGCATATAGCG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 2  5'     TAGGACGGGCCTCCTTCCAAACCTATCACTTAGGGCTCCTAGGACGGG 3' &lt;br /&gt;
&lt;br /&gt;
bottom 3  5'     GATCCATAGGACGGGTGTTGTGGCCATTATGGCATAATCTATTGTGGCTCCTAGTAGACTGGCTAG 3'&lt;br /&gt;
&lt;br /&gt;
[[Image:wiki3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restriction Enzymes'''&lt;br /&gt;
&lt;br /&gt;
To insert the annealed Oligo segments that were created we had to digest the Tet A gene using naturally occurring enzyme restriction sites that did not exist in the rest of the gene or in the plasmid (pSBIA2).  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Segment &lt;br /&gt;
|'''First Restriction Enzyme'''&lt;br /&gt;
|'''Second Restriction Enzyme'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 1  ||  EcoRI   || NheI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| 2 || NheI || BamHI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 3 || BamHI || SphI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 4 || SphI || SalI&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Parts Used (to be used)'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Part &lt;br /&gt;
|'''Registry Link'''&lt;br /&gt;
|'''Construct Including Part'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Tet A (tetracycline resistance gene) J31007  ||  [http://partsregistry.org/Part:BBa_J31007 Tet A (forward)]   || promoter-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP I715039 || [http://partsregistry.org/Part:BBa_I715039 pLac-RBS-RFP ]|| Possibly:  pLac-RBS-RFP-RBS-TetA on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| pLac-RBS-RFP-RBS-TetA-TT on pSBIAK3 S04435 || [http://partsregistry.org/Part:BBa_S04435 pLac-RBS-RFP-RBS-TetA-TT]|| Possibly: pLac-RBS-RFP-RBS-TetA-TT on pSBIA2&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Part Name and Registry Number || [http://partsregistry.org/Main_Page Registry Link]|| Construct&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Promoters'''&lt;br /&gt;
&lt;br /&gt;
This chart shows flourescene levels of different promoter constructs with varying levels of IPTG added (error bars with standard error can be seen on the graph).  Note:  This experiment is still in progress.  More data will be posted when available.  &lt;br /&gt;
&lt;br /&gt;
[[Image:wiki4.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Tet-trations'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Making and Testing lox_ Sites'''&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I got colonies on my second attempt.  Once I isolate the plasmid, it will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''''lox5171'' Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; This plasmid will also be sent off for sequencing soon.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''lox5171'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315004] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''loxm2 Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I ligated loxm2 F with the plasmid and have prepared the DNA for sequencing to confirm what is there.  ||  [http://partsregistry.org/Part:BBa_K315005] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;  ''loxm2'' does not exist in the registry.  We ordered oligos and constructed the site in the lab. &amp;lt;/span&amp;gt; || Tom&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; 4 colonies grew with the correct sized insert from colony PCR verification and will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. We ordered this oligos with 3 mutations and transformed in lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxBri reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR that will be sent off for sequencing.  ||  [http://partsregistry.org/Part:pSB1A2 pSB1A2] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxBri does not exist in the registry. This oligos was also transformed in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxP reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They will be sent off for sequencing.  ||  [http://partsregistry.org/Part:BBa_K206013 loxP reverse] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxP reverse exists in the registry. We ordered this oligos and ligated it into pSB1A2 in the lab. &amp;lt;/span&amp;gt; || Bri&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Forward in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 5 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and four of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315007] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN forward does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''loxN Reverse in pSB1A2''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; I had 3 successful colonies from this oligos ligation that were also confirmed by colony PCR. They are sent off for sequencing and two of them were confirmed to be correct.  ||  [http://partsregistry.org/Part:BBa_K315011] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; loxN reverse does not exist in the registry. We ordered the oligos and built it in the lab.  &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Testing Cre Activity'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt; '''Green''' &amp;lt;/span&amp;gt; Part has been cloned and sequence verified;             &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Red''' &amp;lt;/span&amp;gt; Part is under construction&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Final Construct &lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Current Status&lt;br /&gt;
!Registry Number and Link&lt;br /&gt;
!width=&amp;quot;30&amp;quot;|Primary Team Member&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB4K5''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have isolated both the insert and the plasmid, but my two attempts at ligation have not produced any colonies.  ||  [http://partsregistry.org/Part:BBa_I718008 I718008] [http://partsregistry.org/wiki/index.php?title=Part:pSB4K5 pSB4K5]&amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; &amp;lt;/span&amp;gt; || Nitya&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''I718008 (pBAD+RBS+cre) in pSB3K3''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; At this point, I have ligated and transformed the cells but I am having trouble growing it in the LB + kan media. ||  [http://partsregistry.org/Part:BBa_I718008 I718008][http://partsregistry.org/wiki/index.php?title=Part:pSB3K5] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || Anvi&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; '''Insert Info Here''' &amp;lt;/span&amp;gt;  || &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; what is built so far?  ||  [http://partsregistry.org/Part:BBa_K199000 change to correct link] &amp;lt;/span&amp;gt; &amp;lt;br&amp;gt; &amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt; describe intermediate &amp;lt;/span&amp;gt; || your name here&lt;br /&gt;
|- &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''pSBIA7 &amp;amp; pSBIA2'''&lt;br /&gt;
&lt;br /&gt;
Data showing the varying levels of expression between pSBIA7 and pSBIA2&lt;br /&gt;
&lt;br /&gt;
[[Image:curtiss3.jpg]]&lt;/div&gt;</summary>
		<author><name>Stmeador</name></author>	</entry>

	</feed>