]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/admin/authorities.adoc
Docs: adding info about testing action triggers
[Evergreen.git] / docs / admin / authorities.adoc
1 Authorities
2 -----------
3
4 Authority Control Sets
5 ~~~~~~~~~~~~~~~~~~~~~~
6
7
8 The tags and subfields that display in authority records in Evergreen are
9 proscribed by control sets.  The Library of Congress control set is the default
10 control set in Evergreen.  You can create customized
11 control sets for authority records.  Also, you can define thesauri and authority
12 fields for these control sets.
13
14 Patrons and staff will be able to browse authorities in the OPAC.  The following
15 fields are browsable by default: author, series, subject, title, and topic.  You
16 will be able to add custom browse axes in addition to these default fields.
17
18 You can specify the MARC tags and subfields that an authority record should
19 contain.  The Library of Congress control set exists in the staff client by
20 default.  The control sets feature enables librarians to add or customize new
21 control sets.
22
23 To access existing control sets, click *Administration* -> *Server Administration* -> 
24 *Authority Control Sets*.
25
26 image::media/Authority_Server_Admin_Menu.png[Server administration authority actions]
27
28 Add a Control Set
29 ^^^^^^^^^^^^^^^^^
30
31 . Click *Administration* -> *Server Administration* ->  *Authority Control Sets*.
32 . Click *New Control Set*.  
33 . Add a *Name* to the control set. Enter any number of characters.
34 . Add a *Description* of the control set.  Enter any number of characters.
35 . Click *Save*.
36
37 image::media/Authority_Control_Sets1.jpg[Authority_Control_Sets1]
38
39 Thesauri 
40 ~~~~~~~~
41
42 A thesaurus describes the semantic rules that govern the meaning of words in a
43 MARC record. The thesaurus code, which indicates the specific thesaurus that
44 should control a MARC record, is encoded in a fixed field using the mnemonic
45 Subj in the authority record.  Eleven thesauri associated with the Library of
46 Congress control set exist by default in the staff client.  
47
48 To access an existing thesaurus, click *Administration* -> *Server Administration* -> 
49 *Authority Control Sets*, and choose the hyperlinked thesaurus that you
50 want to access, or click *Administration* -> *Server Administration* ->  *Authority Thesauri*.
51
52
53 Add a Thesaurus
54 ^^^^^^^^^^^^^^^
55
56 . Click *Administration* -> *Server Administration* ->  *Authority Control Sets*,
57 and choose the hyperlinked thesaurus that you want to access, or click *Admin*
58 -> *Server Administration* -> *Authority Thesauri*.
59 . Click *New Thesaurus*.  
60 . Add a *Thesaurus Code*.  Enter any single, upper case character.
61 This character will be entered in the fixed fields of the MARC record.  
62 . Add a *Name* to the thesaurus. Enter any number of characters.  
63 . Add a *Description* of the thesaurus.  Enter any number of characters. 
64
65 image::media/Authority_Control_Sets2.jpg[Authority_Control_Sets2]
66
67 Authority Fields 
68 ~~~~~~~~~~~~~~~~
69
70
71 Authority fields indicate the tags and subfields that should be entered in the
72 authority record.  Authority fields also enable you to specify the type of data
73 that should be entered in a tag.  For example, in an authority record governed
74 by a Library of Congress control set, the 100 tag would contain a "Heading -
75 Personal Name."  Authority fields also enable you to create the corresponding
76 tag in the bibliographic record that would contain the same data. 
77
78 Create an Authority Field
79 ^^^^^^^^^^^^^^^^^^^^^^^^^
80
81 . Click *Administration* -> *Server Administration* ->  *Authority Control Sets*.
82 . Click *Authority Fields*.  The number in parentheses indicates the number of
83 authority fields that have been created for the control set.
84 . Click *New Authority Field*.
85 . Add a *Name* to the authority field. Enter any number of characters.
86 . Add a *Description* to describe the type of data that should be entered in
87 this tag.  Enter any number of characters.
88 . Select a *Main Entry* if you are linking the tag(s) to another entry.
89 . Add a *Tag* in the authority record.
90 . Add a subfield in the authority record.  Multiple subfields should be entered
91 without commas or spaces.
92 . Add a *Non-filing indicator* (either 1 or 2) to denote which indicator
93 contains non-filing information. Leave empty if not applicable.
94
95 . Click *Save*.
96 +
97 image::media/Authority_Control_Sets_Fields_Edit.png[Authority Fields edit form]
98 +
99 . Create the corresponding tag in the bibliographic record that should contain
100 this information.  Click the *None* link in the *Controlled Bib Fields* column.
101 . Click *New Control Set Bib Field*.
102 . Add the corresponding tag in the bibliographic record.
103 . Click *Save*.
104
105 image::media/Authority_Control_Sets4.jpg[Authority_Control_Sets4]
106
107
108
109 Browse Axes
110 ~~~~~~~~~~~
111
112 Authority records can be browsed, by default, along five axes: author, series,
113 subject, title, and topic. Use the *Browse Axes* feature to create additional
114 axes.
115
116
117 Create a new Browse Axis
118 ^^^^^^^^^^^^^^^^^^^^^^^^
119
120 . Click *Administration* -> *Server Administration* ->  *Authority Browse Axes*
121 . Click *New Browse Axis*.
122 . Add a *code*.  Do not enter any spaces.
123 . Add a *name* to the axis that will appear in the OPAC.  Enter any number of
124 characters.
125 . Add a *description* of the axis.  Enter any number of characters.
126 . Add a *sorter attribute*. The sorter attribute indicates the order in which
127 the results will be displayed.
128 +
129 image::media/Authority_Control_Sets5.jpg[Authority_Control_Sets5]
130 . Assign the axis to an authority so that users can find the authority record
131 when browsing authorities. Click *Administration* -> *Server Administration* -> 
132 *Authority Control Sets*.
133 . Choose the control set to which you will add the axis.  Click *Authority
134 Fields*.
135 +
136 image::media/Authority_Control_Sets_Fields.png[Authority fields link]
137
138 . Click the link in the *Axes* column of the tag of your choice.
139 . Click *New Browse Axis-Authority Field Map*.
140 . Select an *Axis* from the drop down menu.
141 . Click *Save*.
142
143 image::media/Authority_Control_Sets6.jpg[Authority_Control_Sets6]
144
145
146 *Permissions to use this Feature*
147
148
149 To use authority control sets, you will need the following permissions:
150
151 * CREATE_AUTHORITY_CONTROL_SET 
152 * UPDATE_AUTHORITY_CONTROL_SET
153 * DELETE_AUTHORITY_CONTROL_SET
154