[open-ils-commits] [GIT] Evergreen ILS branch master updated. 43358306975b89cf473293846bafed52dafcda58
Evergreen Git
git at git.evergreen-ils.org
Thu May 3 11:03:43 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 43358306975b89cf473293846bafed52dafcda58 (commit)
from 4e73de847a021046858b19666c5470c2058f2ef2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43358306975b89cf473293846bafed52dafcda58
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Thu May 3 10:03:32 2018 -0500
Docs: adding documentation for the authority_control_fields script
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
diff --git a/docs/development/support_scripts.adoc b/docs/development/support_scripts.adoc
index 239bf42..ad6d06a 100644
--- a/docs/development/support_scripts.adoc
+++ b/docs/development/support_scripts.adoc
@@ -21,7 +21,7 @@ to more thorough documentation, if available.
-- Links reference headings in authority records to main entry headings
in other authority records. Should be run at least once a day (only for
changed records).
- * authority_control_fields.pl
+ * <<_authority_control_fields,authority_control_fields.pl>>
-- Links bibliographic records to the best matching authority record.
Should be run at least once a day (only for changed records).
You can accomplish this by running _authority_control_fields.pl --days-back=1_
@@ -54,6 +54,44 @@ to more thorough documentation, if available.
-- Uses the output of marc2bre.pl (or similar tools) to generate the SQL
for importing records into Evergreen in a parallel fashion
+anchor:_authority_control_fields[]
+
+authority_control_fields: Connecting Bibliographic and Authority records
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+indexterm:[authority control]
+
+This script matches headings in bibliographic records to the appropriate
+authority records. When it finds a match, it will add a subfield 0 to the
+matching bibliographic field.
+
+Here is how the matching works:
+
+[options="header",cols="1,1,3"]
+|=========================================================
+|Bibliographic field|Authority field it matches|Subfields that it examines
+
+|100|100|a,b,c,d,f,g,j,k,l,n,p,q,t,u
+|110|110|a,b,c,d,f,g,k,l,n,p,t,u
+|111|111|a,c,d,e,f,g,j,k,l,n,p,q,t,u
+|130|130|a,d,f,g,h,k,l,m,n,o,p,r,s,t
+|600|100|a,b,c,d,f,g,h,j,k,l,m,n,o,p,q,r,s,t,v,x,y,z
+|610|110|a,b,c,d,f,g,h,k,l,m,n,o,p,r,s,t,v,w,x,y,z
+|611|111|a,c,d,e,f,g,h,j,k,l,n,p,q,s,t,v,x,y,z
+|630|130|a,d,f,g,h,k,l,m,n,o,p,r,s,t,v,x,y,z
+|648|148|a,v,x,y,z
+|650|150|a,b,v,x,y,z
+|651|151|a,v,x,y,z
+|655|155|a,v,x,y,z
+|700|100|a,b,c,d,f,g,j,k,l,n,p,q,t,u
+|710|110|a,b,c,d,f,g,k,l,n,p,t,u
+|711|111|a,c,d,e,f,g,j,k,l,n,p,q,t,u
+|730|130|a,d,f,g,h,j,k,m,n,o,p,r,s,t
+|751|151|a,v,x,y,z
+|800|100|a,b,c,d,e,f,g,j,k,l,n,p,q,t,u,4
+|830|130|a,d,f,g,h,k,l,m,n,o,p,r,s,t
+|=========================================================
+
anchor:_marc_export[]
-----------------------------------------------------------------------
Summary of changes:
docs/development/support_scripts.adoc | 40 ++++++++++++++++++++++++++++++++-
1 files changed, 39 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list