NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/NCCOOSSite/trunk/NCCOOSite/skins/nccoos/portlet_static.pt

Revision 13 (checked in by cbc, 17 years ago)

Initial import

Line 
1 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
2         xmlns:metal="http://xml.zope.org/namespaces/metal"
3         i18n:domain="plone">   
4         <body>
5                 <!-- The static box -->
6                 <div metal:define-macro="portlet">                     
7                         <div class="portlet" id="portlet-static">
8                                
9                                 <h1 i18n:translate="box_static">NC-COOS Observing Platforms</h1>
10                                 <div class="portletBody">                                       
11                                         <div class="portletContent">
12                                          <p>One of the primary goals of NC-COOS as it grows is to
13 develop a robust set of Ocean Observing platforms. Having a system that
14 is flexible and robust will allow us to observe the ocean and the
15 atmosphere in real-time using a variety of host platforms. These
16 include offshore buoys and Navy towers, estuarine profiling platforms,
17 a rooftop development package, and a remotely sensed surface current
18 radar. To learn about each of these platforms and see the observations
19 that they collect, follow the Platforms link.</p>
20                                         </div>                 
21                                 </div>
22                         </div>
23                        
24                 </div>
25         </body>
26 </html>
Note: See TracBrowser for help on using the browser.