-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp.html
More file actions
76 lines (70 loc) · 3.89 KB
/
help.html
File metadata and controls
76 lines (70 loc) · 3.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!--
/**
* Copyright 2011 SRI International
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*
* @author John Brecht
*/
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link type="text/css" href="css/lrbrowser.css" rel="stylesheet" />
<style type="text/css">
body {
text-align: left;
margin:10px;
}
</style>
</head>
<body>
<h1>HELP</h1>
<p><i>Warning: The Learning Registry Browser will not work properly with Internet Explorer prior to version 9.
Other browsers should work fine. Click <a href="http://caniuse.com/canvas">here</a> for more info.</i></p>
<h3>Basics</h3>
<p>To use the Learning Registry Browser, enter a search term (e.g. a keyword or author) and press Go! The
Browser will query the Learning Registry for documents containing that term. As documents are retrieved,
other terms in the result set are indexed. A graph (the Term Explorer) is rendered in the center of the
browser showing the search. Summaries of the resultant documents are displayed on the right (Resuts).</p>
<h3>Search</h3>
<p>
Search terms can be either tags or identities. Tags include keywords, schemas, or resource data types.
Identities include submitters, curators, owners, and signers. Before documents are retrieved for indexing
and display, if the search term will yield a large result set, the user will be given an option to limit the
size of the result set.
</p>
<h3>Term Explorer</h3>
<p>The Term Explorer is a graph that allows the user to view the local semantic landscape of the Learning
Registry. Central in the graph is the searched term. The top "related" tags and identities are displayed
in a ring around that term. "Related" terms are those tags and identities that also appear in documents
containing the searched term. Numerals in parentheses after each term indicate the number of documents in
the result set containing that term.</p>
<p>At any time, you can click the "Load Secondary Terms" button, which appears at the bottom of the left column.
this causes the Browser to query the Learning Registry for each of the related terms. Terms related to those
terms are displayed as grandchildren in the graph, as results filter in.</p>
<p>Double-clicking on a related term in the graph will cause the browser to begin a new search, centered on that term.</p>
<h3>Results</h3>
<p>In the right column of the Browser, individual result documents are displayed. Initially, all results
for the searched term are displayed. If you click on a related term in the graph, the graph will center
on that term and the document list will be filtered to those documents containing the search term AND the
related term.</p>
<p>The Results display shows a summary of each document, not the entire document. Click "View Full Learning Registry entry"
so see the entire raw JSON document from the Learning Registry. CLick "View resource" to link to the Learning
Resource described by the metadata or paradata in the result document. If the document is a metadata description,
you can click a "Load Paradata" button, which causes the browser to search for paradata that are related to
the same Learning Resource as is described by that metadata.
</p>
</body>
</html>