source: MDService2/trunk/MDService2/WebContent/static/info.xml @ 1064

Last change on this file since 1064 was 1064, checked in by vronk, 13 years ago

rework recordset-view, display columns-selection (based on result-summary)

File size: 3.3 KB
Line 
1<info xml:lang="en" >
2        <div id="welcome">
3       
4        <h3>Welcome to CLARIN Metadata Service the gate to CLARIN Metadata Repository</h3>
5        <p>Metadata Service is the user-interface for exploring the CMDRepository. Yes, you can:
6         <ul>
7                <li>simply search</li>
8                <li>browse the collections</li>
9                <li>try one of the sample queries</li>
10                <li>provide complex boolean-searches  by profiles</li>
11                <li>search by profiles</li>
12                <li>search by data categories</li>
13                <li>perform semantic search (elements of individual CMD-profiles are related via ConceptLinks to Datacategories,
14                        which are in turn related in the <strong>Relation registry</strong></li>
15                <li>view individual metadata records </li>
16                <li>page through the results</li>
17                <li>dynamically change the columns displaying the fields of the records</li>
18                <li>use auto-columns (if you select no columns, MDService will try to select the 6 most useful)</li>
19         </ul> 
20         </p>
21       
22        <p>Overview of current data set:
23        <ul>
24                <li>by Collections</li>
25                <li>by Profiles</li>
26        </ul>
27        </p>
28       
29        </div>
30        <div id="serverqs-info">
31                <span class="title">Public space / Options / Profile</span>
32                <p>select target repository. (sample queries?) </p>
33        </div>
34       
35        <div id="userqs-info">
36                <span class="title">Personalized workspace - commons</span>
37                <p>when logged in, you can store your queries and bookmarks here.</p>
38                <p>All anonymous user share the default workspace.</p>
39        </div>
40        <div id="collections-info">
41                <p>Overview of collections=datasets available in the repository</p>
42        </div>
43        <div id="terms-info">
44                <p>Terms combines information from MDRepository, ComponentRegistry, Datacategory Registries (isocat, dublincore) and Relationregistry to allow to search by profiles or data categories, or even perform semantic search</p>
45                <p>You can search in he fields of individual profiles used by the MDrecords in the repository, or search over multiple profiles via datacategories</p>
46        </div> 
47        <div id="compreg-info">
48                <p>Overview of  </p>
49        </div>
50        <div id="query-input-info">
51
52                <div id="input-simplequery-info">
53                                        <p>simple full-text search: individual terms, multiple terms, phrases(not yet)</p>
54                </div>
55        </div> 
56        <div id="querylist-info">
57        </div>
58       
59        <div id="commands" >
60        <dt id="cmd_add">Add new item</dt> 
61        <dt id="cmd_add_and">Add an additional condition (AND)</dt> 
62        <dt id="cmd_add_or">Add a alternative condition (OR)</dt>
63        <dt id="cmd_columns">Manage columns/fields</dt> 
64        <dt id="userqueries.cmd_del" idref="#userqueries .cmd_del" >Delete!</dt>
65        <dd>Delete the stored query!</dd>
66        <dt id="cmd_detail">Show detail information</dt> 
67        <dt id="cmd_down">Expand view</dt> 
68        <dt id="cmd_filter">Apply as filter/Use in query</dt> 
69        <dt id="cmd_get">Loading ...</dt>
70        <dt id="cmd_info" >Info/Help</dt>
71        <dd>Contextual documentation - explanation of the ui/data element in question</dd> 
72        <dt id="cmd_load" >Load query</dt>
73        <dd>Load the query and show the result</dd> 
74        <dt id="cmd_reload">Reload</dt> 
75        <dt id="cmd_resubmit">Reload</dt> 
76        <dt id="cmd_save">Store query/bookmark</dt> 
77        <dt id="cmd_sc_delete">Remove search clause</dt> 
78        <dt id="cmd_up">Collapse view</dt>       
79        <dt id="cmd_prev" >Page back</dt>
80        <dd>Load the previous page of the current result</dd>
81        <dt id="cmd_next" >Page forward</dt>
82        <dd>Load the next page of the current result</dd>                       
83        </div>
84</info>
Note: See TracBrowser for help on using the repository browser.