<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<title>News | COM.Geo 2011: The 2nd International Conference and Exhibition on Computing for Geospatial Research & Application (Washington, DC, June 2010)
</title>
<style type='text/css'>
.title_3 {
        FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
        COLOR: #3D79B6;
        FONT-SIZE: 14px;
        FONT-WEIGHT: bold;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0px;
        margin-top: 0px;
}
.newStyle1 a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: large;
        color: #0000ff;
        text-decoration: none;
}
.newStyle2 a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #0000ff;
        text-decoration: none;
}
.newStyle4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        margin-top: 5px;
        margin-left: 5px;
        list-style: none;
        padding-left: 1px;
}
.newStyle4 A {
        color: #0000ff;
        text-decoration: none;
}
.newStyle4 A:visited {
        COLOR: #3366FF;
}
.newStyle4 A:hover {
        COLOR: orange;
}
p A:hover {
        COLOR: orange;
}
p A {
        COLOR: blue;
        text-decoration: none;
}
P {
        margin: 1px;
        padding: 2px 10px 3px 10px;
        font: 12px/16px Arial, Helvetica, sans-serif;
        COLOR: #000;
        text-align: justify;
}
.style16 a {
        text-decoration:none
}
.style16 A:visited {
        color: maroon;
}
.style16 A:hover {
        color: orange;
}
li A:hover {
        color: orange;
}
.style19 {
        text-align: left;
        font-family: Arial;
        font-size: 12px;
}
.style19 A {
        text-align: left;
        font-family: Arial;
        font-size: 12px;
}
.style25 {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 5px;
        padding-top: 10px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        background-color: #9966FF;
}
.style29 a {
        color: #646464;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
}
.title_1 {
        padding: 2px 2px 2px 6px;
        margin: 2px 0px 2px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #535353/*#009900*/;
        text-align: left;
}
.title_1 a {
        color: blue;
        text-decoration: none;
}
.title_1 A:hover {
        color: orange;
}
.title_2 {
        padding: 2px 0px 2px 0px;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
        font-weight: bold;
        color: #9900CC/*#009900*/;
        text-align: left;
}
.style1 {
        background-color: #F4F4F4;
}
.style21 {
        font-size: 11px;
        line-height: 11px;
}
.style22 {
        font-size: 11px;
        color: #808080;
}
.newStyle5 {
        padding-left: 1px;
        margin-left: 1px;
        list-style-type: inherit;
}
.keynote_list {
        padding: 0px 0px 0px 15px;
        margin: 0px;
        list-style-type: disc;
        list-style-position: inside;
}
.keynote_list_li {
        padding: 2px;
        margin: 2px 0px 2px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #535353/*#009900*/;
        text-align: left;
}
.sponsorimg {
        padding-top: 4px;
        padding-bottom: 0px;
        text-align: center;
}
.am_pm {
        font-size: 11px;
        color: #535353;
}
.style26 {
        font-size: x-small;
}
.ImportantDate {
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        text-align: left;
        margin-left: 12px;
}
.style16 A:visited {
        color: maroon;
}
.style16 A:hover {
        color: orange;
}
                
        
        .style34 {
        color: #FFFF00;
}
        
        
        
        .style36 {
        text-align: center;
}
.style37 {
        font-size: x-small;
        font-family: Arial, Helvetica, sans-serif;
}
        
        .style115 {
        padding: 1px 0px 1px 0px;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: maroon/*#535353 #009900*/;
        text-align: center;
        font-size: xx-large;
}
        
        .style116 {
        FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
        COLOR: #800000;
        FONT-SIZE: 16px;
        FONT-WEIGHT: bold;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0px;
        margin-top: 0px;
}
        
        .style117 {
        margin-bottom: 0px;
}
        
        </style>
<script type='text/javascript'>
dateFuture = new Date(2011,4,24,0,0,0);
function GetCount(){
        dateNow = new Date();                                                                        //grab current date
        amount = dateFuture.getTime() - dateNow.getTime();                //calc milliseconds between dates
        delete dateNow;
        // time is already past
        if(amount < 0){
                document.getElementById('countdown_days').innerHTML='Now!';
        }
        // date is still good
        else{
                days=0;hours=0;mins=0;secs=0;out='';
                amount = Math.floor(amount/1000);//kill the 'milliseconds' so just secs
                days=Math.floor(amount/86400);//days
                amount=amount%86400;
                if(days != 0){out += days +' days';}
                                document.getElementById('countdown_days').innerHTML=out;
                setTimeout('GetCount()', 1000);
        }
}
window.onload=GetCount;//call when everything has loaded
</script>
</head>
<body>
<table align='center' border='0' class='style1' width='700'>
        <tr>
                <td colspan='2'>
                <table border='0' cellpadding='0' cellspacing='0' width='700'>
                        <tr>
                                <td>
                                <p class='style26'>If you are having any trouble with viewing this
                                email, please click
                                <a href='http://www.com-geo.org/news/news_2011_05_2.htm'>here</a>.
                                </p>
                                </td>
                        </tr>
                        <tr>
                                <td>
                                <a href='http://www.com-geo.org/?utm_source=EmailCFP&utm_medium=email&utm_campaign=EmailCFP10' rel='nofollow' target='_blank'>
                                <img alt='COM.Geo 2011 Conference' border='0' height='101' src='http://www.com-geo.org/news/header_img_comgeo_2011small.jpg' width='700' /></a>
                                </td>
                        </tr>
                </table>
                </td>
        </tr>
        <tr>
                <td style='width: 599px'>
                <table>
                        <tr>
                                <td>
                                <p class='style116'>COM.Geo 2011 Spotlight:
                                </p>
                                <p class='style116'><a href='http://www.com-geo.org/prog_mobile.htm'>Mobile Geospatial - Digital Earth on Mobile Phones and iPads</a></p>
                                <p class='title_3'>Surf the World from Your Lap - Intelesense Demonstrates IVJ-Mobile on iPad
</p>
                                <table style='width: 100%'>
                                        <tr>
                                                <td style='width: 127px'>
                                                <img height='106' src='http://www.com-geo.org/images/presentations/s_earth_view_ipad.jpg' width='164' /></td>
                                                <td><p>IVJ-Mobile from Intelesense Technologies is now running on the Apple iPad (as well as iPhone and Android devices), and provides access to over 1M layers of geospatial data at your fingertips from anywhere. Inteleview is built on top of the NASA WorldWind
                                                core engine, but..
                                                <a href='http://www.com-geo.org/'><strong>
                                >></strong></a></p>
</td>
                                        </tr>
                                </table>
                                <p class='title_3'>Service-Oriented Interactive 3D Visualization of Massive 3D City Models on Thin Clients
</p>
                                
                                <table style='width: 100%'>
                                        <tr>
                                                <td style='width: 127px'>
                                                <img height='82' src='http://www.com-geo.org/images/presentations/s_full_paper_193_2.jpg' width='151' /></td>
                                                <td><p>This talk presents a system architecture for
                                                service-oriented, interactive 3D visualization of
                                                massive 3D city models on thin clients such as mobile
                                                phones and tablets...                                                 <a href='http://www.com-geo.org/'><strong>
                                >></strong></a></p>
</td>
                                        </tr>
                                </table>
                                <p class='title_3'>Northrop Grumman's Invited Talks on
                                Mobile GIS</p>
                                <p>1) A Comparison of Mobile GIS Development Options on Smart Phone Platforms;
                                2) Situation and Incident Reporting System (SIReS) </p>
                                <table style='width: 100%'>
                                        <tr>
                                                <td style='width: 221px' class='style36'>
                                                <img height='83' src='http://www.com-geo.org/images/presentations/s_techtalk_223.jpg' width='174' /></td>
                                                <td><p>
                                                <img height='84' src='http://www.com-geo.org/images/presentations/s_techtalk_222.jpg' width='167' /></p>
</td>
                                        </tr>
                                </table>
                                <p class='title_3'>OGC Keynote - GeoWeb on Mobile Internet </p>
                                <p>Mobile devices will be the
                                predominant method to access the Internet. Using mobile GeoWeb devices embedded in the world enables an augmented understanding of our geospatial reality...
                                                <a href='http://www.com-geo.org/'><strong>
                                >></strong></a></p>
                                <p class='title_3'>U.S. FCC Keynote - National Broadband Map </p>
                                <p>Broadband access and availability to every American is a key
                                pillar of this administration. Congress authorized the
                                development and maintenance of the National Broadband Map... <a href='http://www.com-geo.org/'>
                                <strong>>></strong></a></p>
                                
                                <p class='title_3'>
                                <a href='http://www.com-geo.org/prog_mobile.htm'>More Talks on Mobile
                                Geospatial...</a></p>
                                <table style='width: 100%'>
                                        <tr>
                                                <td style='width: 171px'>
                                                <img height='83' src='http://www.com-geo.org/images/presentations/s_pennstate_rv.jpg' width='132' /></td>
                                                <td style='width: 136px'>
                                                <img height='83' src='http://www.com-geo.org/images/presentations/s_full_paper_171.jpg' width='132' /></td>
                                                <td style='width: 123px'>
                                                <img height='83' src='http://www.com-geo.org/images/presentations/s_short_paper_201.jpg' width='149' /></td>
                                                <td>
                                                <img height='83' src='http://www.com-geo.org/images/presentations/s_short_paper_209.jpg' width='121' class='style117' /></td>
                                        </tr>
                                        <tr>
                                                <td style='width: 171px'> </td>
                                                <td style='width: 136px'> </td>
                                                <td style='width: 123px'> </td>
                                                <td> </td>
                                        </tr>
                                </table>
                                </td>
                        </tr>
                </table>
                </td>
                <td style='background-color: #ffffff' valign='top'>
                <table style='width: 200px'>
                        <tr>
                                <td class='style25'>
                                <a href='http://www.com-geo.org/registration.htm'>
                                <span class='style34'>Register Now</span></a></td>
                        </tr>
                        <tr>
                                <td >
                                        <div id='countdown_days' class='style115'>
                                        </div>
                                        <div class='style36'>
                                        <span class='style37'><strong>until COM.Geo 2011 begins</strong></span>
                                        </div>
<p></p>
                                </td>
                        </tr>
                        <tr>
                                <td class='style25'>Quick Links</td>
                                
                        </tr>
                        <tr>
                                <td>
                                <ul class='newStyle4' style='list-style-type: none'>
                                        <li>
                                        <p><a href='http://www.com-geo.org/index.htm'>Conference Homepage</a></p>
                                        </li>
                                        <li><p><a href='http://www.com-geo.org/program.htm'>
                                        <strong>Program Schedule</strong></a></p></li>
                                        <li>
                                        <p><a href='http://www.com-geo.org/prog_keynotes.htm'>
                                        <strong>Keynotes</strong></a></p>
                                        </li>
                                        <li>
                                        <p><a href='http://www.com-geo.org/prog_mobile.htm'>
                                        <strong>Mobile Geospatial Talks</strong></a></p>
                                        </li>
                                        <li>
                                        <p><a href='http://www.com-geo.org/prog__workshops.htm'>Geoweb Expanding Workshop</a></p>
                                        </li>
                                <li>
                                        <p><a href='http://www.com-geo.org/prog_courses.htm'>
                                        Microsoft Phone 7 Workshop</a></p>
                                        </li>
                                                <li>
                                        <p><a href='http://www.com-geo.org.htm'>R&A Papers</a></p>
                                        </li>
                                        <li>
                                        <p><a href='http://www.com-geo.org/prog_techtalks.htm'>Tech/Demo
                                        Talks</a></p>
                                        </li>
                                        <li><p><a href='http://www.com-geo.org/prog_posters.htm'>Posters</a></p></li>
                                        <li>
                                        <p><a href='http://www.com-geo.org/prog_panels.htm'>Panels</a></p>
                                        </li>
                                        <li>
                                        <p><a href='http://www.com-geo.org/prog_courses.htm'>Courses</a></p>
                                        </li>
                                        <li> </li>
                                
                                        <li>
                                        <p><a href='http://www.com-geo.org/venue_dc.htm'><strong>Washington DC
                                        </strong> </a></p>
                                        </li>
                                </ul>
</td>
                        </tr>
                </table>
                </td>
        </tr>
        <tr>
                <td colspan='2' style='background: #ffffff'>
                <p> </p>
                <p class='style22'><strong>About COM.Geo Conference</strong></p>
                <p class='style21'>COM.Geo Conference is the international conference and
                exhibition on computing for geospatial research and application with a focus
                on the latest computing technologies for multidisciplinary research and
                development that enables the exploration in geospatial areas. COM.Geo
                Conference is an exclusive event that connects researchers, developers,
                scientists, and application users from academia, government, and
                industry in both computing and geospatial fields. Innovative research
                and application technologies are the brightest spotlights at COM.Geo
                conference. COM.Geo is one of the pioneers to boost development of
                computing and geospatial technologies. </p><p></p>
                <p class='style19' >If you want to unsubscribe to e-mail newsletters, or want us to stop sending you e-mail messages altogether, please click
                <a href='http://www.com-geo.org/org_mailinglist.htm'>Unsubscribe</a>.</p>
                <p></p>
                </td>
        </tr>
</table>
</body>
</html>