<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY event "http://ebiquity.umbc.edu/ontology/event.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:event = "&event;"
  xmlns:person = "&person;"
  xmlns:assert = "&assert;">
  <event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/112/Make-a-Sensor-Net-Work">
    <rdfs:label><![CDATA[Make a Sensor Net Work]]></rdfs:label>
    <event:title><![CDATA[Make a Sensor Net Work]]></event:title>
    <event:speaker><person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Lin/Gu/"><person:name><![CDATA[Lin  Gu]]></person:name><rdfs:label><![CDATA[Lin  Gu]]></rdfs:label></person:Collaborator></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2005-09-16T13:00:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2005-09-16T14:00:00-05:00</event:endDate>
    <event:location><![CDATA[ITE 325B]]></event:location>
    <event:abstract><![CDATA[The miniaturization of computing, communication and sensor devices enables researchers to deploy wireless sensor networks, which extend computation capabilities into the physical world.  Recent research on wireless sensor networks has been very productive, with more than a dozen platforms developed and a wide range of application areas explored, including environment monitoring, border control, wildlife tracking, sniper localization, structural defect detection, and large-scale surveillance.

 
On the other hand, there are still two important questions that have not been completely answered for the future of wireless sensor network technology: First, with inexpensive hardware and a stringent energy budget, can wireless sensor networks provide functionality that significantly distinguishes it from other technology?  Second, is the current wireless sensor network technology realistic enough to be used in the real world and expect a market success? Our research tries to answer these two questions.

We have developed VigilNet, a large-scale surveillance network that classifies four types of targets: people, people with ferrous objects, small vehicles, and large vehicles. It is likely the largest wireless sensor network software that has been developed. More importantly, it includes functionality that is beyond traditional sensor technology.  Second, we have designed a new OS kernel, t-kernel,that  significantly enhances wireless sensor network platforms' functionality and facilitates development on such platforms.  In contrast with traditional OS's for embedded systems, t-kernel supports virtual memory without address-translation hardware, protects the OS from application code without a separate address space, and provides  reemptive priority scheduling without privileged instructions.  Although t-kernel slows down the execution speed of applications, it transforms the "cheap" and unreliable hardware platform into a realistic platform that people can control, maintain, and program.
]]></event:abstract>
    <event:tag><![CDATA[wireless]]></event:tag>
    <event:tag><![CDATA[sensor network]]></event:tag>
    <event:tag><![CDATA[vigilnet]]></event:tag>
    <event:host><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Li/Ding/"><person:name><![CDATA[Li  Ding]]></person:name><rdfs:label><![CDATA[Li  Ding]]></rdfs:label></person:PhDAlumnus></event:host>
  </event:Event>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>

