[Firebug-cvs] firebug/web index.php,1.3,1.4
Brought to you by:
doolin
From: Kevin <kar...@us...> - 2004-08-03 22:31:44
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28437 Modified Files: index.php Log Message: Updated version of the website. Index: index.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 3 Aug 2004 01:35:41 -0000 1.3 --- index.php 3 Aug 2004 22:31:35 -0000 1.4 *************** *** 18,23 **** ?> <p> ! <font size = 5> --- 18,27 ---- ?> + <br> + <br> + <br> + <p> ! <font size = 4> *************** *** 26,34 **** Collecting real time data from wildfires is important for life safety considerations, and allows predictive analysis of evolving fire behavior. One way to collect such data is to deploy sensors in the wild fire environment. FireBugs are small, wireless sensors (motes) based on TinyOS that self-organize into networks for collecting real time data in wild fire environments. The FireBug system combines state-of-the-art sensor hardware running TinyOS with standard, off-the-shelf World Wide Web and database technology for allowing users to rapidly deploy FireBugs and monitor network behavior. ! </f> </p> <br> <br> <br> --- 30,45 ---- Collecting real time data from wildfires is important for life safety considerations, and allows predictive analysis of evolving fire behavior. One way to collect such data is to deploy sensors in the wild fire environment. FireBugs are small, wireless sensors (motes) based on TinyOS that self-organize into networks for collecting real time data in wild fire environments. The FireBug system combines state-of-the-art sensor hardware running TinyOS with standard, off-the-shelf World Wide Web and database technology for allowing users to rapidly deploy FireBugs and monitor network behavior. ! </font> </p> <br> <br> + + <center> + <img src="images/forestfire_small.jpg"> + </center> + + <br> + <br> <br> *************** *** 42,46 **** <table> <tr> ! <td><img src = "images/nsf_small.gif"></td> <td> <font size = 2> --- 53,61 ---- <table> <tr> ! <td> ! <a href="http://www.nsf.gov"> ! <img src = "images/nsf_small.gif"> ! </a> ! </td> <td> <font size = 2> *************** *** 50,53 **** --- 65,81 ---- </tr> </table> + <table> + <tr> + <td> + <a href="http://www.citris.berkeley.edu/index.html"> + <img src="images/citris_logo_top.gif"> + </a> + </td> + <td> + <font size = 2>The Firebug Project is affiliated with the Center for Information Technology Research in the Interest of Society (<a href="http://www.citris.berkeley.edu/index.html">CITRIS</a>). + </font> + </td> + </tr> + </table> </center> |