Strabon
changeset 1309:845e3fbd310e
Changed header text.
author | George Stamoulis <gstam@di.uoa.gr> |
---|---|
date | Tue Feb 25 15:06:49 2014 +0200 (2014-02-25) |
parents | d89f0d5b3c89 |
children | befba1624f76 |
files | endpoint/WebContent/connection.jsp endpoint/WebContent/describe.jsp endpoint/WebContent/header.html endpoint/WebContent/query.jsp endpoint/WebContent/store.jsp endpoint/WebContent/teleios-header.html |
line diff
1.1 --- a/endpoint/WebContent/connection.jsp Tue Feb 25 14:53:48 2014 +0200 1.2 +++ b/endpoint/WebContent/connection.jsp Tue Feb 25 15:06:49 2014 +0200 1.3 @@ -32,12 +32,12 @@ 1.4 ul#icons li {margin: 1px; position: relative; padding: 1px 0; cursor: pointer; float: left; list-style: none;} 1.5 ul#icons span.ui-icon {float: left; margin: 0 1px;} 1.6 </style> 1.7 - <title>TELEIOS: Strabon Endpoint</title> 1.8 + <title>Strabon Endpoint</title> 1.9 </head> 1.10 <body topmargin="0" leftmargin="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"> 1.11 1.12 <!-- include TELEIOS header and description --> 1.13 -<jsp:include page="teleios-header.html"/> 1.14 +<jsp:include page="header.html"/> 1.15 <!-- include TELEIOS header and description --> 1.16 1.17 <FORM method=POST enctype="UTF-8" accept-charset="UTF-8" action="DBConnect">
2.1 --- a/endpoint/WebContent/describe.jsp Tue Feb 25 14:53:48 2014 +0200 2.2 +++ b/endpoint/WebContent/describe.jsp Tue Feb 25 15:06:49 2014 +0200 2.3 @@ -80,13 +80,13 @@ 2.4 ul#icons span.ui-icon {float: left; margin: 0 1px;} 2.5 </style> 2.6 2.7 - <title>TELEIOS: Strabon Endpoint</title> 2.8 + <title>Strabon Endpoint</title> 2.9 2.10 </head> 2.11 <body topmargin="0" leftmargin="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"> 2.12 2.13 <!-- include TELEIOS header and description --> 2.14 -<jsp:include page="teleios-header.html"/> 2.15 +<jsp:include page="header.html"/> 2.16 <!-- include TELEIOS header and description --> 2.17 2.18 <FORM enctype="UTF-8" accept-charset="UTF-8" method="post" action="Describe">
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/endpoint/WebContent/header.html Tue Feb 25 15:06:49 2014 +0200 3.3 @@ -0,0 +1,37 @@ 3.4 +<TABLE width="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0> 3.5 + 3.6 + <TR> 3.7 + <TD height="1"></TD> 3.8 + </TR> 3.9 + <TR> 3.10 + <TD height="60"> 3.11 + <table width="100%" border=0> 3.12 + <tr> 3.13 + <td width="1"> </td> 3.14 + <td valign="top" width="50px"><a href="http://en.uoa.gr"><img border="0" src="images/uoa_logo.png" /></a></td> 3.15 + <td valign="middle" align="left"> 3.16 + <span class="logo"><a href="query.jsp"> stSPARQL Endpoint</a></span><br><span class="style4"></span></td> 3.17 + </tr> 3.18 + </table> 3.19 + </TD> 3.20 + </TR> 3.21 + <TR> 3.22 + <TD height="50" id="intro"> 3.23 +<p> On this page you can execute stSPARQL queries against the Strabon backend. 3.24 +<!-- <a onclick="return toggleMe('par')">(More)</a> --> 3.25 +<!-- 3.26 +In this context NOA has been developing a real-time fire hotspot detection service for effectively monitoring 3.27 +a fire-front. The technique is based on the use of acquisitions originating from the SEVIRI sensor, on top of MSG-1 and MSG-2 satellite platforms. 3.28 +--> 3.29 +<!-- Since 2007, NOA operates an MSG/SEVIRI acquisition station, and has been systematically 3.30 +archiving raw satellite images on a 5 and 15 minutes basis, the respective temporal resolutions of MSG-1 and MSG-2. --> 3.31 +The acquired data are then annotated using the stRDF model and can be queried using the stSPARQL query language. 3.32 + 3.33 +On the left sidebar, some example stSPARQL queries to aquire information on the dataset, are provided. 3.34 +<!--The NOA use case is described in more detail in the VLDB 3.35 +demo paper <a href="http://www.earthobservatory.eu/publications/p2010_manoliskoubarakis_vldb2012-2.pdf">here</a>. 3.36 +--> 3.37 +</p> 3.38 + </TD> 3.39 + </TR> 3.40 +</TABLE>
4.1 --- a/endpoint/WebContent/query.jsp Tue Feb 25 14:53:48 2014 +0200 4.2 +++ b/endpoint/WebContent/query.jsp Tue Feb 25 15:06:49 2014 +0200 4.3 @@ -315,7 +315,7 @@ 4.4 4.5 <!-- jQuery end --> 4.6 4.7 - <title>TELEIOS: Strabon Endpoint</title> 4.8 + <title>Strabon Endpoint</title> 4.9 <!--Load the AJAX API--> 4.10 <script type="text/javascript" src="https://www.google.com/jsapi"></script> 4.11 <script type="text/javascript"> 4.12 @@ -355,7 +355,7 @@ 4.13 <body topmargin="0" leftmargin="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" onload="initialize()"> 4.14 4.15 <!-- include TELEIOS header and description --> 4.16 -<%@ include file="teleios-header.html"%> 4.17 +<%@ include file="header.html"%> 4.18 <!-- include TELEIOS header and description --> 4.19 4.20 <FORM enctype="UTF-8" accept-charset="UTF-8" method="post" action="Query">
5.1 --- a/endpoint/WebContent/store.jsp Tue Feb 25 14:53:48 2014 +0200 5.2 +++ b/endpoint/WebContent/store.jsp Tue Feb 25 15:06:49 2014 +0200 5.3 @@ -58,12 +58,12 @@ 5.4 ul#icons li {margin: 1px; position: relative; padding: 1px 0; cursor: pointer; float: left; list-style: none;} 5.5 ul#icons span.ui-icon {float: left; margin: 0 1px;} 5.6 </style> 5.7 - <title>TELEIOS: Strabon Endpoint</title> 5.8 + <title>Strabon Endpoint</title> 5.9 </head> 5.10 <body topmargin="0" leftmargin="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"> 5.11 5.12 <!-- include TELEIOS header and description --> 5.13 -<jsp:include page="teleios-header.html"/> 5.14 +<jsp:include page="header.html"/> 5.15 <!-- include TELEIOS header and description --> 5.16 5.17 <FORM method=POST enctype="UTF-8" accept-charset="UTF-8" action="Store">
6.1 --- a/endpoint/WebContent/teleios-header.html Tue Feb 25 14:53:48 2014 +0200 6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 6.3 @@ -1,44 +0,0 @@ 6.4 -<TABLE width="80%" BORDER=0 CELLPADDING=0 CELLSPACING=0> 6.5 - 6.6 - <TR> 6.7 - <TD height="1"></TD> 6.8 - </TR> 6.9 - <TR> 6.10 - <TD height="60"> 6.11 - <table width="100%" border=0> 6.12 - <tr> 6.13 - <td width="1"> </td> 6.14 - <td valign="top" width="50px"><a href="query.jsp"><img border="0" src="images/teleios_logo.png" /></a></td> 6.15 - <td valign="top" align="left"> 6.16 - <span class="logo"><a href="query.jsp"> stSPARQL Endpoint</a></span><br><span class="style4"></span></td> 6.17 - </tr> 6.18 - </table> 6.19 - </TD> 6.20 - </TR> 6.21 - <TR> 6.22 - <TD height="50" id="intro"> 6.23 -<p> On this page you can execute stSPARQL queries against the Strabon backend. 6.24 -The dataset is based on the following ontologies: 6.25 -<a href="http://harmonisa.uni-klu.ac.at/content/land-use-land-cover-ontologies">Corine Land Cover</a>, 6.26 -<a>Greek Administrative Geography (Kallikratis)</a>, 6.27 -<a href="http://labs.mondeca.com/dataset/lov/details/vocabulary_lgdo.html">Linked Geodata</a>, and 6.28 -<a href="http://www.geonames.org/search.html?q=ontology&country=">Geonames</a>. 6.29 -We also use the <a href="http://teleios.di.uoa.gr/ontologies/dlrOntology-v2.owl">DLR</a> and <a href="http://teleios.di.uoa.gr/ontologies/noaOntology.owl">NOA</a> ontology we developed for the 6.30 -in the context of the European FP7 project <a href="http://www.earthobservatory.eu/">TELEIOS</a>. 6.31 -<!-- <a onclick="return toggleMe('par')">(More)</a> --> 6.32 -<!-- 6.33 -In this context NOA has been developing a real-time fire hotspot detection service for effectively monitoring 6.34 -a fire-front. The technique is based on the use of acquisitions originating from the SEVIRI sensor, on top of MSG-1 and MSG-2 satellite platforms. 6.35 ---> 6.36 -<!-- Since 2007, NOA operates an MSG/SEVIRI acquisition station, and has been systematically 6.37 -archiving raw satellite images on a 5 and 15 minutes basis, the respective temporal resolutions of MSG-1 and MSG-2. --> 6.38 -The acquired data are then annotated using the stRDF model and can be queried using the stSPARQL query language. 6.39 - 6.40 -On the left sidebar, some example stSPARQL queries are provided. 6.41 -<!--The NOA use case is described in more detail in the VLDB 6.42 -demo paper <a href="http://www.earthobservatory.eu/publications/p2010_manoliskoubarakis_vldb2012-2.pdf">here</a>. 6.43 ---> 6.44 -</p> 6.45 - </TD> 6.46 - </TR> 6.47 -</TABLE>