source: trunk/gli/help/6-2.htm@ 4459

Last change on this file since 4459 was 4293, checked in by jmt12, 21 years ago

Initial revision

  • Property svn:keywords set to Author Date Id Revision
File size: 7.3 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<title>The Gatherer - Help Pages</title>
5</head>
6<body bgcolor="#E0F0E0" link="#000000" vlink="#000000">
7<table border="2" bgcolor="#B0D0B0" cellpadding="5" cellspacing="0" width="100%">
8 <tr>
9 <td align="center" width="15%">
10 <img height="45" src="gatherer_medium.gif" width="45">
11 </td>
12 <td align="center" width="*">
13 <font face="Verdana" size="5">
14 <strong>
156.2 Selecting Metadata Sets
16 </strong>
17 </font>
18 </td>
19 <td align="center" width="15%">
20 <img height="45" src="gatherer_medium.gif" width="45">
21 </td>
22 </tr>
23 <tr bgcolor="#E0F0E0">
24 <td colspan="3" width="100%">
25 <font face="Verdana" size="3">
26<p style="text-align:justify">
27This section explains how to specify metadata elements and how to add metadata sets to your collection.
28</p>
29
30 </font>
31 </td>
32 </tr>
33 <tr bgcolor="#E0F0E0">
34 <td align="center" colspan="3" width="100%">
35 <table border="2" cellpadding="2" width="480" bgcolor="#B0D0B0">
36 <tr>
37 <td align="center">
38 <font face="Verdana" size="4">
39 <strong>
40 Contents
41 </strong>
42 </font>
43 </td>
44 </tr>
45 <tr>
46 <td>
47 <table background="gatherer.gif" bgcolor="#FFFFFF" border="0" cellpadding="2" width="100%">
48 <tr>
49 <td colspan="3">
50 <font face="Verdana" size="4">
51 <strong>
52<a href="#SI">Simple instructions</a>
53 </strong>
54 </a>
55 </font>
56 </td>
57 </tr>
58 <tr>
59 <td>
60 &nbsp;
61 </td>
62 <td colspan="2">
63 <font face="Verdana" size="4">
64Adding a metadata set
65 </font>
66 </a>
67 </td>
68 </tr>
69 <tr>
70 <td colspan="3">
71 <font face="Verdana" size="4">
72 <strong>
73<a href="#AI">Advanced instructions</a>
74 </strong>
75 </a>
76 </font>
77 </td>
78 </tr>
79 <tr>
80 <td>
81 &nbsp;
82 </td>
83 <td colspan="2">
84 <font face="Verdana" size="4">
85Updating a set
86 </font>
87 </a>
88 </td>
89 </tr>
90 <tr>
91 <td>
92 &nbsp;
93 </td>
94 <td colspan="2">
95 <font face="Verdana" size="4">
96Creating new sets
97 </font>
98 </a>
99 </td>
100 </tr>
101 <tr>
102 <td>
103 &nbsp;
104 </td>
105 <td colspan="2">
106 <font face="Verdana" size="4">
107Exporting a set
108 </font>
109 </a>
110 </td>
111 </tr>
112 </font>
113 </table>
114 </td>
115 </tr>
116 </table>
117 </td>
118 </tr>
119 <tr bgcolor="#E0F0E0">
120 <td colspan="3" width="100%">
121 <img height="20" src="gatherer_small.gif" width="20">
122 <font face="Verdana" size="4">
123 <u>
124<a name="SI">Simple Instructions:</a>
125 </u>
126 <font size="3">
127<p style="text-align:justify">
128Sets of predefined elements known as 'metadata sets' can be loaded from the Librarian Interface's directory. An example is the Dublin Core metadata set. When you add a metadata set to your collection, its elements become available for selection. You can have more than one set; to prevent name clashes a short identifier that identifies the metadata set is prepended to the element name. For instance the Dublin Core element Creator becomes dc_Creator.
129</p>
130<p style="text-align:justify">
131To add a metadata set, open the [M]etadata menu from the menu bar and select the [A]dd Metadata Set action. You will be presented with an Open File Prompt (just like the Open Collection Prompt discussed earlier) that shows the contents of the Librarian Interface's metadata directory. Choose an '.mds' or metadata set file and open it. Next you will be prompted as to whether you wish to import all of the values associated with the elements in this set, just those values that make up the structure of hierarchy-based metadata, or no values at all. When you return to the Enrich view the element ComboBox will now show the appropriate entries.
132</p>
133
134 </font>
135 </p>
136 </td>
137 </tr>
138 <tr bgcolor="#E0F0E0">
139 <td colspan="3" width="100%">
140 <img height="20" src="gatherer_small.gif" width="20">
141 <font face="Verdana" size="4">
142 <u>
143<a name="AI">Advanced Instructions:</a>
144 </u>
145 <font size="3">
146<p style="text-align:justify">
147To install a newer version of a metadata set, simply add it as above. The Librarian Interface uses some simple strategies for merging the two sets, and will not lose track of values you have entered. You may however be prompted as to how to merge certain elements. For example if a currently available set and the set you are importing have an element of the same name (which is most likely if you are installing a new version of a set), you will be presented with a prompt showing as much information about the existing and new elements as possible, and providing you with several options on how to proceed with the merging. These options include merging the two elements, renaming the new element so there is no longer a clash, replacing the old element entirely, or not adding this element by skipping it. Merging the elements provides basically the same options, but at an element attributes level. You may of course choose to cancel the metadata set import at any time.
148</p>
149<p style="text-align:justify">
150The ".mds" files themselves are expressed in XML format. To edit an existing metadata set, or to create a brand new one, you can use an ordinary text editor. If you are starting a new file, copy the Document Type Definition (the text within the tag) to the top of your new file and ensure that you follow it, otherwise the Librarian Interface will be unable to load your metadata set. Use of an XML validator or validating editor is recommended.
151</p>
152<p style="text-align:justify">
153If you know XML, the text itself will look familiar. It comprises a series of tags between '<' and '>' symbols. Each opening tag is closed by a correspondingly-named closing tag, which contains the same name preceded by '/'. For example, <Element>...</Element>.
154</p>
155<p style="text-align:justify">
156Any time you want to export a metadata set, or part of a metadata set (e.g. its assigned value hierarchy, or all its values), return to the Librarian Interface and choose [E]xport Metadata Set from the [M]etadata menu. A prompt will ask you to select appropriate export options, and a file to export into.
157</p>
158
159 </font>
160 </p>
161 </td>
162 </tr>
163</table>
164&nbsp;<br>
165&nbsp;<br>
166&nbsp;<br>
167&nbsp;<br>
168&nbsp;<br>
169&nbsp;<br>
170&nbsp;<br>
171&nbsp;<br>
172&nbsp;<br>
173&nbsp;<br>
174&nbsp;<br>
175&nbsp;<br>
176&nbsp;<br>
177&nbsp;<br>
178&nbsp;<br>
179&nbsp;<br>
180&nbsp;<br>
181&nbsp;<br>
182&nbsp;<br>
183&nbsp;<br>
184&nbsp;<br>
185&nbsp;<br>
186&nbsp;<br>
187&nbsp;<br>
188&nbsp;<br>
189&nbsp;<br>
190&nbsp;<br>
191&nbsp;<br>
192&nbsp;<br>
193&nbsp;<br>
194&nbsp;<br>
195&nbsp;<br>
196</body>
197</html>
Note: See TracBrowser for help on using the repository browser.