updated help description

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@79520 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-07-22 13:40:17 +00:00
parent 74e69a11d5
commit 64a39a3304
2 changed files with 8 additions and 3 deletions

View File

@ -54,7 +54,7 @@ public class UnfoldFilter implements AdvancedSearchPanelInterface{
unfoldFilterPanel.setStyleAttribute("marginRight", "10px");
unfoldFilterPanel.setStyleAttribute("padding", "5px");
Text text = new Text("Expand with: ");
Text text = new Text("Unfold the taxa group by: ");
text.setStyleAttribute("margin-left", "5px");
text.setStyleAttribute("margin-right", "5px");

View File

@ -22,6 +22,9 @@
<p class="info-query-description">Search all the products about the scientific names retrieved searching the common 'shark' in the datasource OBIS and mapping it into a scientific name using ITIS. Accept only the results with coordinate less or equals to (15.12, 16.12). Results are post filtered using the xpath expression "//product[type='TAXON' and counter&gt;0]".</p>
<p class="info-query-text">SEARCH BY CN 'shark' RESOLVE WITH OBIS EXPAND WITH ITIS WHERE coordinate &lt;= 15.12, 16.12 RETURN Occurrence HAVING xpath("//product[type='TAXON' and counter&gt;0]")</p>
<p class="info-query-description">Search all the Taxa in CatalogueOfLife, OBIS, WoRDSS, WoRMS unfolding 'cervidae' using CatalogueOfLife and expanding the results with synonyms retrieved from datasource WoRMS</p>
<p class="info-query-text">SEARCH BY SN 'cervidae' UNFOLD WITH CatalogueOfLife EXPAND WITH WoRMS IN CatalogueOfLife, OBIS, WoRDSS, WoRMS RETURN Taxon</p>
<h3><span class="info-title">Synopsis </span></h3>
@ -37,7 +40,7 @@
<code>
<pre>CN <i>'common name'</i> [, ...] RESOLVE [ WITH <i><b>datasource</b></i> [, ...] ] [EXPAND [ WITH <i><b>datasource</b></i> [, ...] ] ]
SN <i>'scientific name'</i> [, ...] [EXPAND [ WITH <i><b>datasource</b></i> [, ...] ] ]
SN <i>'scientific name'</i> [, ...] [UNFOLD [ WITH <i><b>datasource</b></i> ]] [EXPAND [ WITH <i><b>datasource</b></i> [, ...] ] ]
</pre>
</code>
<p class="info-padding"></p>
@ -66,7 +69,9 @@ The general processing of <i>Search by</i> is as follows:
</li><li> if the EXPAND clause is specified the <i>scientific name</i>s are expanded using the synonyms provided by the specified datasources or using all the available datasources if no one as been specified
</li></ul>
</li><li> <b>SN</b> case:
<ul><li> if the EXPAND clause is specified all the specified <i>scientific name</i>s are expanded using the synonyms provided by the specified datasources or using all the available datasources if no one as been specified
<ul><li> if the UNFOLD clause is specified all the specified <i>scientific name</i>s are expanded using their descendants provided by the specified datasource (only one)
</li>
<li> if the EXPAND clause is specified all the specified <i>scientific name</i>s are expanded using the synonyms provided by the specified datasources or using all the available datasources if no one as been specified
</li></ul>
</li></ul>
</li><li> The <i>scientific name</i>s retrieved from the <i><b>term</b></i> elaboration are used for the retrieving of the specified elements in the RETURN clause (if no element is specified PRODUCT are returned).