]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/cataloging/authorities.adoc
Docs: Fix docs build warnings
[working/Evergreen.git] / docs / cataloging / authorities.adoc
1 Managing Authorities
2 --------------------
3 This section describes how you can create, import, view, modify, merge, and delete authority records in Evergreen.
4
5 Creating Authorities
6 ~~~~~~~~~~~~~~~~~~~~
7 Currently in Evergreen to create a new authority record, as opposed to importing an authority record, you 
8 need to have a bib record open in the bib MARC editor. 
9
10 * For example, if you want to create a new author 
11 authority you need to have a bib record that has a bib 1xx or 7xx tag with the main entry filled out. 
12 * Then you need to right click on that 1xx or 7xx tag. In the context menu that shows up, select _Create 
13 New Authority from this field_, then select either _Create Immediately_ or _Create and Edit..._. 
14 * If you 
15 choose _Create and Edit..._, after the authority MARC editor opens you need to click on the _Save_ button
16 to finally add the new authority record to your system.
17
18
19 [[_importing_authority_records_from_the_staff_client]]
20 Importing Authorities
21 ~~~~~~~~~~~~~~~~~~~~~
22 . Click *Cataloging -> MARC Batch Import/Export.*
23 . You may create a queue to better track this import project.  If you do not create a new queue, it will automatically put your records into a default queue named *-*.
24 . Don't set a value for Holdings Import Profile, because this doesn't apply to authority records.
25 . Select a file of authority data and put it in the *File to Upload* field.
26 . Make sure all the settings are correct, then press *Upload.*
27 +
28 The screen displays "Uploading... Processing..." to show that the records
29 are being transferred to the server, then displays a progress bar to show
30 the actual import progress. When the staff client displays the progress
31 bar, you can disconnect your staff client safely. Very large batches of
32 records might time out at this stage.
33
34 . Evergreen will automatically assign a thesaurus based on the *Subj* fixed field, which is character 11 in the 008 field.
35 . Evergreen will also try to determine who edited the record (based on the MARC 905u field or the user performing the import) and set the edit date, which you can view
36 when you examine the record in the future.
37
38 . Once the import is finished, the staff client displays the results of
39 the import process. You can manually display the import progress by
40 selecting the _Inspect Queue_ tab of the _MARC Batch Import/Export_
41 interface and selecting the queue name. By default, the staff client does
42 not display records that were imported successfully; it only shows records
43 that conflicted with existing entries in the database. The screen shows
44 the overall status of the import process in the top right-hand corner,
45 with the Total and Imported number of records for the queue.
46
47
48 [TIP]
49 =================
50 If you are importing authorities from an external vendor and want to track this, you may wish to set a unique Record Source. This source will be visible in the MARC
51 Editor and in the 901$s field of the imported authority records.
52 =================
53
54
55 Setting up Authority Record Match Sets
56 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
57 . Click *Cataloging -> MARC Batch Import/Export.*
58 . Click *Record Match Sets.*
59 . If you have sufficient privileges, you will be able to click on the *New Match Set*.  If you are unable to do so, check that you have the ADMIN_IMPORT_MATCH_SET permission.
60 . Give your new set a descriptive name, an owning library, and a match set type of *authority.*
61 . Click on the blue hyperlinked name of the match set you just created to add criteria.
62 . You can match against MARC tag/subfield entries or against a record's normalized heading.
63
64 [NOTE]
65 =================
66 Evergreen's database stores normalized authority headings in a format that includes the thesaurus. This way, record match sets will not match terms from other thesauri, even if the term is very similar.
67 =================
68
69 [TIP]
70 =================
71 Evergreen's internal identifier is in the 901c field. If you have previously exported authority record -- perhaps for an external vendor to do authority cleanup work -- and you want to import them back into your catalog, you may wish to include the 901c field in your match set.
72 =================
73
74 Manage Authorities Interface
75 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
77 In Evergreen to view, edit, merge, and delete authority records you would use the *Manage Authorities* interface 
78 through the *Cataloging* menu.
79
80
81
82 Searching for authorities
83 ^^^^^^^^^^^^^^^^^^^^^^^^^
84
85 To search for authorities in your system, first select the *Cataloging* menu and then select *Manage Authorities*. 
86 Then proceed to fill out the search form. 
87
88 . Type in your _Search Term_
89 . Select an _Authority type_, types currently include: Author, Subject, Title, Topic 
90 . Click on the _Submit_ button
91
92
93 The authority search results will include the following elements from left to right:
94
95 * _Actions_ menu, which can be used to select actions that affect the corresponding authority record. Actions include: 
96 _Edit_, _Mark for Merge_, _Delete_
97 * Count of how many bibs are linked to the corresponding authority
98 * Main entry of the authority, i.e the authority tag 1xx value
99 * _Control set_ value, with LoC being the default, but others can be added
100 * Authority Subject heading system/thesaurus, for example a value of "a" means authority originated from the Library of Congress 
101  (http://www.loc.gov/marc/authority/ad008.html)
102
103
104 *Library of Congress list of thesaurus values:*
105
106 * '' = Alternate no attempt to code
107 * a = Library of Congress Subject Headings
108 * b = LC subject headings for children's literature
109 * c = Medical Subject Headings
110 * d = National Agricultural Library subject authority file
111 * k = Canadian Subject Headings
112 * n = Not applicable
113 * r = Art and Architecture Thesaurus
114 * s = Sears List of Subject Headings
115 * v = Repertoire de vedettes-matiere
116 * z = Other
117 * | = No attempt to code
118
119
120 Editing authority records
121 +++++++++++++++++++++++++
122
123 Editing an authority record (or merging two authority records) can cause its linked bibliographic records to also update.  For example,
124 if you correct a spelling error in the 150 field of a subject authority record, the relevant 650 field in linked bibliographic records 
125 will also be updated to reflect the correct spelling.
126
127 [TIP]
128 =================
129 When a bib record is automatically updated as a result of the modification of a linked authority record, the bib record's "Last Edit Date/
130 Time" and "Last Editing User" fields will be updated to match the time of the update and the editory of the authority record.  If you'd
131 prefer that these fields not be automatically updated, you can set the _ingest.disable_authority_auto_update_bib_meta_ setting to true in the
132 Library Settings Editor.
133 =================
134