]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/cataloging/authorities.txt
42b4e04da070a26955af8907c99324a9a01ab081
[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 . Evergreen will automatically assign a thesaurus based on the *Subj* fixed field, which is character 11 in the 008 field.
27 . 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
28 when you examine the record in the future.
29
30 [TIP]
31 =================
32 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
33 Editor and in the 901$s field of the imported authority records.
34 =================
35
36
37 Setting up Authority Record Match Sets
38 ++++++++++++++++++++++++++++++++++++++
39 . Click *Cataloging -> MARC Batch Import/Export.*
40 . Click *Record Match Sets.*
41 . 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.
42 . Give your new set a descriptive name, an owning library, and a match set type of *authority.*
43 . Click on the blue hyperlinked name of the match set you just created to add criteria.
44 . You can match against MARC tag/subfield entries or against a record's normalized heading.
45
46 [NOTE]
47 =================
48 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.
49 =================
50
51 [TIP]
52 =================
53 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.
54 =================
55
56 Manage Authorities Interface
57 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
59 In Evergreen to view, edit, merge, and delete authority records you would use the *Manage Authorities* interface 
60 through the *Cataloging* menu.
61
62
63
64 Searching for authorities
65 +++++++++++++++++++++++++
66
67 To search for authorities in your system, first select the *Cataloging* menu and then select *Manage Authorities*. 
68 Then proceed to fill out the search form. 
69
70 . Type in your _Search Term_
71 . Select an _Authority type_, types currently include: Author, Subject, Title, Topic 
72 . Click on the _Submit_ button
73
74
75 The authority search results will include the following elements from left to right:
76
77 * _Actions_ menu, which can be used to select actions that affect the corresponding authority record. Actions include: 
78 _Edit_, _Mark for Merge_, _Delete_
79 * Count of how many bibs are linked to the corresponding authority
80 * Main entry of the authority, i.e the authority tag 1xx value
81 * _Control set_ value, with LoC being the default, but others can be added
82 * Authority Subject heading system/thesaurus, for example a value of "a" means authority originated from the Library of Congress 
83  (http://www.loc.gov/marc/authority/ad008.html)
84
85
86 *Library of Congress list of thesaurus values:*
87
88 * '' = Alternate no attempt to code
89 * a = Library of Congress Subject Headings
90 * b = LC subject headings for children's literature
91 * c = Medical Subject Headings
92 * d = National Agricultural Library subject authority file
93 * k = Canadian Subject Headings
94 * n = Not applicable
95 * r = Art and Architecture Thesaurus
96 * s = Sears List of Subject Headings
97 * v = Repertoire de vedettes-matiere
98 * z = Other
99 * | = No attempt to code
100
101
102 Editing authority records
103 +++++++++++++++++++++++++
104
105 Editing an authority record (or merging two authority records) can cause its linked bibliographic records to also update.  For example,
106 if you correct a spelling error in the 150 field of a subject authority record, the relevant 650 field in linked bibliographic records 
107 will also be updated to reflect the correct spelling.
108
109 [TIP]
110 =================
111 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/
112 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
113 prefer that these fields not be automatically updated, you can set the _ingest.disable_authority_auto_update_bib_meta_ setting to true in the
114 Library Settings Editor.
115 =================
116