]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/cataloging/authorities.txt
Docs: consolidating some duplicate language
[Evergreen.git] / docs / cataloging / authorities.txt
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 Authorities
20 ~~~~~~~~~~~~~~~~~~~~~
21 . Click *Cataloging -> MARC Batch Import/Export.*
22 . 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 *-*.
23 . Don't set a value for Holdings Import Profile, because this doesn't apply to authority records.
24 . Select a file of authority data and put it in the *File to Upload* field.
25 . Make sure all the settings are correct, then press *Upload.*
26 +
27 The screen displays "Uploading... Processing..." to show that the records
28 are being transferred to the server, then displays a progress bar to show
29 the actual import progress. When the staff client displays the progress
30 bar, you can disconnect your staff client safely. Very large batches of
31 records might time out at this stage.
32
33 . Evergreen will automatically assign a thesaurus based on the *Subj* fixed field, which is character 11 in the 008 field.
34 . 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
35 when you examine the record in the future.
36
37 . Once the import is finished, the staff client displays the results of
38 the import process. You can manually display the import progress by
39 selecting the _Inspect Queue_ tab of the _MARC Batch Import/Export_
40 interface and selecting the queue name. By default, the staff client does
41 not display records that were imported successfully; it only shows records
42 that conflicted with existing entries in the database. The screen shows
43 the overall status of the import process in the top right-hand corner,
44 with the Total and Imported number of records for the queue.
45
46
47 [TIP]
48 =================
49 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
50 Editor and in the 901$s field of the imported authority records.
51 =================
52
53
54 Setting up Authority Record Match Sets
55 ++++++++++++++++++++++++++++++++++++++
56 . Click *Cataloging -> MARC Batch Import/Export.*
57 . Click *Record Match Sets.*
58 . 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.
59 . Give your new set a descriptive name, an owning library, and a match set type of *authority.*
60 . Click on the blue hyperlinked name of the match set you just created to add criteria.
61 . You can match against MARC tag/subfield entries or against a record's normalized heading.
62
63 [NOTE]
64 =================
65 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.
66 =================
67
68 [TIP]
69 =================
70 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.
71 =================
72
73 Manage Authorities Interface
74 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
76 In Evergreen to view, edit, merge, and delete authority records you would use the *Manage Authorities* interface 
77 through the *Cataloging* menu.
78
79
80
81 Searching for authorities
82 +++++++++++++++++++++++++
83
84 To search for authorities in your system, first select the *Cataloging* menu and then select *Manage Authorities*. 
85 Then proceed to fill out the search form. 
86
87 . Type in your _Search Term_
88 . Select an _Authority type_, types currently include: Author, Subject, Title, Topic 
89 . Click on the _Submit_ button
90
91
92 The authority search results will include the following elements from left to right:
93
94 * _Actions_ menu, which can be used to select actions that affect the corresponding authority record. Actions include: 
95 _Edit_, _Mark for Merge_, _Delete_
96 * Count of how many bibs are linked to the corresponding authority
97 * Main entry of the authority, i.e the authority tag 1xx value
98 * _Control set_ value, with LoC being the default, but others can be added
99 * Authority Subject heading system/thesaurus, for example a value of "a" means authority originated from the Library of Congress 
100  (http://www.loc.gov/marc/authority/ad008.html)
101
102
103 *Library of Congress list of thesaurus values:*
104
105 * '' = Alternate no attempt to code
106 * a = Library of Congress Subject Headings
107 * b = LC subject headings for children's literature
108 * c = Medical Subject Headings
109 * d = National Agricultural Library subject authority file
110 * k = Canadian Subject Headings
111 * n = Not applicable
112 * r = Art and Architecture Thesaurus
113 * s = Sears List of Subject Headings
114 * v = Repertoire de vedettes-matiere
115 * z = Other
116 * | = No attempt to code
117
118
119 Editing authority records
120 +++++++++++++++++++++++++
121
122 Editing an authority record (or merging two authority records) can cause its linked bibliographic records to also update.  For example,
123 if you correct a spelling error in the 150 field of a subject authority record, the relevant 650 field in linked bibliographic records 
124 will also be updated to reflect the correct spelling.
125
126 [TIP]
127 =================
128 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/
129 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
130 prefer that these fields not be automatically updated, you can set the _ingest.disable_authority_auto_update_bib_meta_ setting to true in the
131 Library Settings Editor.
132 =================
133