Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12779
Modified Files:
index.php publications.html
Log Message:
Updated version of the Firebug website.
Index: index.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.php 21 Jul 2004 23:48:55 -0000 1.1
--- index.php 3 Aug 2004 00:47:54 -0000 1.2
***************
*** 14,33 ****
<body>
<p>
! The FireBug web site is being reorganized.
! Thank you for your patience.
</p>
! <h2>Some links</h2>
! <a href="./overview.html">Overview</a> <br />
! <a href="./people.html">People</a> <br />
! <a href="./publications.html">Publications</a> <br />
! <a href="./gps_tests.htm">Some GPS results</a> <br />
! </body>
</html>
\ No newline at end of file
--- 14,59 ----
<body>
+ <img src = "images/firebug.jpg">
<p>
! <font size = 5>
!
!
!
!
!
! 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>
! <center>
! <font color = "#0033CC">
! |<a href="./overview.html">Overview</a>|<a href="./architecture.php">System Architecture</a>|<a href="./mote.php">The Mote</a>|<a href="./gps.php">GPS</a>|<a href ="./monitoring.php">Deployment</a>|<a href="./people.html">People</a>|<a href="./publications.html">Publications</a>|<br />
! </font>
! </center>
! <br>
+ <center>
+ <table>
+ <tr>
+ <td><img src = "images/nsf_small.gif"></td>
+ <td>
+ <font size = 2>
+ The FireBug system was funded by a grant from the <a href="http://www.nsf.gov">National Science Foundation</a> Information Technology Research initiative, award ITR/IM-0121693.
+ </font>
+ </td>
+ </tr>
+ </table>
+ </center>
! <?php
! include("links.php");
! ?>
+ </body>
</html>
\ No newline at end of file
Index: publications.html
===================================================================
RCS file: /cvsroot/firebug/firebug/web/publications.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** publications.html 15 Jul 2004 16:16:04 -0000 1.9
--- publications.html 3 Aug 2004 00:47:54 -0000 1.10
***************
*** 10,14 ****
<body>
! <h1>FireBug publications</h1>
<ul>
--- 10,14 ----
<body>
! <h1>FireBug Publications</h1>
<ul>
|