Thread: [Firebug-cvs] firebug/web publications.html,1.8,1.9
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-07-15 16:16:19
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv662 Modified Files: publications.html Log Message: Listed publications most recent first. Index: publications.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/publications.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** publications.html 15 Jul 2004 14:43:15 -0000 1.8 --- publications.html 15 Jul 2004 16:16:04 -0000 1.9 *************** *** 15,18 **** --- 15,76 ---- <li> + S. D. Glaser. + <a href="glaser_spie_2004_paper.pdf">Some real-world applications of wireless sensor nodes</a> + Proceedings of SPIE Symposium on Smart Structures & Materials/ NDE 2004, San Diego, + California, March 14-18, 2004 + <p> + ABSTRACT: This paper presents two case histories of the use of + wireless sensor Mote technologies. These are devices that + incorporate communications, processing, sensors, sensor fusion, + and power source into a package currently about two cubic inches in + size - networked autonomous sensor nodes. The first case discussed + is the November, 2001, instrumentation of a blastinduced + liquefaction test in Tokachi Port, Japan. The second case discussed + is the dense-pak<sup>TM</sup> instrumentation of the seismic shaking test of a + full-scale wood-frame building on the UCB Richmond shake table. The + utility of dense instumentation is shown, and how it allows location + of damage globally unseen. A methodology of interpreting structural + seismic respose by Bayesian updating and extended Kalman filtering is + presented. It is shown that dense, inexpensive instrumentation is + needed to identify structural damage and prognosticate future behavior. + The case studies show that the current families of Motes are very + useful, but the hardware still has difficulties in terms of reliability + and consistancy. It is apparent that the TinyOS is a wonderful tool + for computer science education but is not an industrual quality + instrumentation system. These are, of course, growing pains of the + first incarnations of the Berkeley Smart Dust ideal. We expect the + dream of easy to use, inexpensive, smart, wireless, sensor networks + to become a reality in the next couple of years. + </p> + </li> + + <li> + D. M. Doolin, S. D. Glaser and N. Sitar. + <a href="interface_poster.pdf" alt="TOS Tech Exchange Poster"> + Software Architecture for GPS-enabled Wildfire Sensorboard</a>. + TinyOS Technology Exchange, February 26, 2004, University of California, + Berkeley CA. + <p> + ABSTRACT: Wireless sensors for conducting wildfire + monitoring share many of the capabilities of + other environmental sensors, collecting + data such as humidity, temperature and barometric pressure. + On-board GPS location finding allows rapid, remote + deployment. In this poster, a scheme for + developing driver and interface software for + employing the Crossbow MTS420CA sensorboard + is described. A high-level, generalized + sensor interface is presented. Data collection + algorithms implemented over implementations + of this sensor interface do not require + programming changes to the underlying + sensor driver code. + </p> + </li> + + + + + <li> M. M. Chen, C. Majidi, D. M. Doolin, S. Glaser and N. Sitar. *************** *** 50,107 **** - <li> - D. M. Doolin, S. D. Glaser and N. Sitar. - <a href="interface_poster.pdf" alt="TOS Tech Exchange Poster"> - Software Architecture for GPS-enabled Wildfire Sensorboard</a>. - TinyOS Technology Exchange, February 26, 2004, University of California, - Berkeley CA. - <p> - ABSTRACT: Wireless sensors for conducting wildfire - monitoring share many of the capabilities of - other environmental sensors, collecting - data such as humidity, temperature and barometric pressure. - On-board GPS location finding allows rapid, remote - deployment. In this poster, a scheme for - developing driver and interface software for - employing the Crossbow MTS420CA sensorboard - is described. A high-level, generalized - sensor interface is presented. Data collection - algorithms implemented over implementations - of this sensor interface do not require - programming changes to the underlying - sensor driver code. - </p> - </li> - <li> - S. D. Glaser. - <a href="glaser_spie_2004_paper.pdf">Some real-world applications of wireless sensor nodes</a> - Proceedings of SPIE Symposium on Smart Structures & Materials/ NDE 2004, San Diego, - California, March 14-18, 2004 - <p> - ABSTRACT: This paper presents two case histories of the use of - wireless sensor Mote technologies. These are devices that - incorporate communications, processing, sensors, sensor fusion, - and power source into a package currently about two cubic inches in - size - networked autonomous sensor nodes. The first case discussed - is the November, 2001, instrumentation of a blastinduced - liquefaction test in Tokachi Port, Japan. The second case discussed - is the dense-pak<sup>TM</sup> instrumentation of the seismic shaking test of a - full-scale wood-frame building on the UCB Richmond shake table. The - utility of dense instumentation is shown, and how it allows location - of damage globally unseen. A methodology of interpreting structural - seismic respose by Bayesian updating and extended Kalman filtering is - presented. It is shown that dense, inexpensive instrumentation is - needed to identify structural damage and prognosticate future behavior. - The case studies show that the current families of Motes are very - useful, but the hardware still has difficulties in terms of reliability - and consistancy. It is apparent that the TinyOS is a wonderful tool - for computer science education but is not an industrual quality - instrumentation system. These are, of course, growing pains of the - first incarnations of the Berkeley Smart Dust ideal. We expect the - dream of easy to use, inexpensive, smart, wireless, sensor networks - to become a reality in the next couple of years. - </p> - </li> </ul> --- 108,112 ---- |