Team:iHKU/software
From 2008.igem.org
(Difference between revisions)
(16 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | body{ | ||
+ | background-color: black; | ||
+ | } | ||
#content{ | #content{ | ||
padding:0px; | padding:0px; | ||
+ | width:975px; | ||
} | } | ||
table{ | table{ | ||
Line 12: | Line 16: | ||
font-size: 13px; | font-size: 13px; | ||
} | } | ||
- | p:first-letter | + | p.special:first-letter |
{ | { | ||
color:#990000; | color:#990000; | ||
Line 33: | Line 37: | ||
font-family: Verdana; | font-family: Verdana; | ||
font-size: 130%; | font-size: 130%; | ||
- | color: # | + | color: #993300; |
- | + | ||
} | } | ||
#main | #main | ||
{ | { | ||
- | width: | + | width:975px; |
- | background-image:url(https://static.igem.org/mediawiki/2008/ | + | background-image:url(https://static.igem.org/mediawiki/2008/1/19/Bg_new.jpg); |
float:left; | float:left; | ||
} | } | ||
#up1 | #up1 | ||
{ | { | ||
- | width: | + | width:975px; |
height:25px; | height:25px; | ||
background-image:url(https://static.igem.org/mediawiki/2008/d/d7/Up1.gif); | background-image:url(https://static.igem.org/mediawiki/2008/d/d7/Up1.gif); | ||
Line 51: | Line 54: | ||
#down1 | #down1 | ||
{ | { | ||
- | width: | + | width:975px; |
float:left; | float:left; | ||
} | } | ||
Line 69: | Line 72: | ||
width:230px; | width:230px; | ||
height:600px; | height:600px; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2008/8/8b/Leftside.jpg); | ||
} | } | ||
#left_extend | #left_extend | ||
Line 79: | Line 83: | ||
#down1right | #down1right | ||
{ | { | ||
- | width: | + | width:745px; |
float:left; | float:left; | ||
} | } | ||
Line 89: | Line 93: | ||
#rightside | #rightside | ||
{ | { | ||
- | width: | + | width:40px; |
- | float: | + | height:700px; |
+ | float:right; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2008/7/7e/Rightside.jpg); | ||
} | } | ||
#rightsidepic | #rightsidepic | ||
{ | { | ||
- | width: | + | width: 40px; |
height: 746px; | height: 746px; | ||
background-image:url(https://static.igem.org/mediawiki/2008/7/7e/Rightside.jpg); | background-image:url(https://static.igem.org/mediawiki/2008/7/7e/Rightside.jpg); | ||
Line 100: | Line 106: | ||
#right_extend | #right_extend | ||
{ | { | ||
- | width: | + | width:40px; |
background-image:url(https://static.igem.org/mediawiki/2008/6/6b/Rightext.jpg); | background-image:url(https://static.igem.org/mediawiki/2008/6/6b/Rightext.jpg); | ||
} | } | ||
Line 131: | Line 137: | ||
} | } | ||
</style> | </style> | ||
+ | <style> | ||
+ | <!-- | ||
+ | a:link | ||
+ | { | ||
+ | color:#3366CC; | ||
+ | text-decoration:none | ||
+ | } | ||
+ | a:visited | ||
+ | { | ||
+ | color:#FF6600; | ||
+ | text-decoration:none | ||
+ | } | ||
+ | a:hover | ||
+ | { | ||
+ | color:#66CCFF;text-decoration:underline | ||
+ | } | ||
+ | --> | ||
+ | </style> | ||
<div id="main"> | <div id="main"> | ||
<div id="up1"> | <div id="up1"> | ||
- | + | <table width="100%" border="0"> | |
<tr> | <tr> | ||
- | <th width=" | + | <th width="61%" scope="row"> </th> |
- | <td width=" | + | <td width="39%"><span class="headline"><a href="http://www.hku.hk">The University of Hong Kong</a> | <a href="http://www.hku.hk/facmed/">Li Ka Shing Faculty of Medicine</a></span></td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 213: | Line 237: | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | </div> | + | </div> |
+ | |||
</div> | </div> | ||
<div id="down1right"> | <div id="down1right"> | ||
Line 219: | Line 244: | ||
<div id="preheader"></div> | <div id="preheader"></div> | ||
<div id="header"></div> | <div id="header"></div> | ||
- | + | <div id="content1"> | |
+ | |||
<table width="100%" border="0"> | <table width="100%" border="0"> | ||
<tr> | <tr> | ||
Line 226: | Line 252: | ||
<td width="80%" align="left"><h1 class="style7"><a name="top" id="top"></a>Software</h1> | <td width="80%" align="left"><h1 class="style7"><a name="top" id="top"></a>Software</h1> | ||
<ol> | <ol> | ||
- | <li | + | <li class="style18"><a href="#java">Java</a></li> |
- | + | <li class="style18"><a href="#imagej">ImageJ</a><span class="style16"></li> | |
- | + | ||
- | <li | + | |
- | + | ||
- | + | ||
</ol> | </ol> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
<h2><span class="style16">A. Java</span></h2> | <h2><span class="style16">A. Java</span></h2> | ||
- | <p>A simple Java program is used to automate the picture capturing process.<br /> | + | <p class="special">A simple Java program is used to automate the picture capturing process.<br /> |
This Java program will simulate a mouse left-click for every INTERVAL ms, and will stop after DURATION ms.</p> | This Java program will simulate a mouse left-click for every INTERVAL ms, and will stop after DURATION ms.</p> | ||
<cite>import java.awt.AWTException;<br /> | <cite>import java.awt.AWTException;<br /> | ||
Line 280: | Line 306: | ||
}<br /> | }<br /> | ||
}</cite> | }</cite> | ||
- | <p><a href="#top">[Back to Top]</a><br /> | + | <p align="right"><a href="#top">[Back to Top]</a><br /> |
</p> | </p> | ||
<h2 class="style16"><a name="imagej" id="imagej"></a>B. ImageJ</h2> | <h2 class="style16"><a name="imagej" id="imagej"></a>B. ImageJ</h2> | ||
- | <p>ImageJ, a powerful medical image analyze tool, is used to measure the plate brightness. The Region of Interest (ROI) is set to the entire plate excluding the edge area where the high level of signal intensity caused by reflection of light source from the plate’s side wall will distort the signal.<br /> | + | <p clss="special">ImageJ, a powerful medical image analyze tool, is used to measure the plate brightness. The Region of Interest (ROI) is set to the entire plate excluding the edge area where the high level of signal intensity caused by reflection of light source from the plate’s side wall will distort the signal.<br /> |
The light intensity 3D plot is achieved by using ImageJ’s interactive 3D surface plot plug-in accompanied with the automatic mouse control program. Pattern at each time point will be plotted and finally integrated into a real-time growth pattern.<br /> | The light intensity 3D plot is achieved by using ImageJ’s interactive 3D surface plot plug-in accompanied with the automatic mouse control program. Pattern at each time point will be plotted and finally integrated into a real-time growth pattern.<br /> | ||
For example, at a time-point, the following pattern:</p> | For example, at a time-point, the following pattern:</p> | ||
Line 310: | Line 336: | ||
<p>Finally, record the result and plot graph</p> | <p>Finally, record the result and plot graph</p> | ||
<div align="center"><img src="/wiki/images/d/d2/Software_pic13.JPG" width="372" height="163" /></div> | <div align="center"><img src="/wiki/images/d/d2/Software_pic13.JPG" width="372" height="163" /></div> | ||
- | <p align=" | + | <p align="right"><a href="#top">[Back to Top]</a></p></td> |
<td width="10%"> </td> | <td width="10%"> </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | + | ||
</div> | </div> | ||
<div id="footer1"></div> | <div id="footer1"></div> | ||
</div> | </div> | ||
- | + | <div id="rightside"> | |
+ | |||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> | ||
+ | <html> |
Latest revision as of 18:05, 29 October 2008