Re: [OPEN-ILS-GENERAL] Linking bibliographic records to non-LoC authorities using a support script

2017-09-29 Thread Linda Jansova

Just in case anybody else is trying to figure out something similar:

We have eventually tried testing LoC authority linking (and also Czech 
authority linking when the authorities have "n" or "z" thesaurus value 
in 008) and in this case the support script works okay :-). Actually, 
having the "n" or "z" value is even a bit more in line with MARC 
official specification (http://www.loc.gov/marc/authority/ad008.html) 
than using upper case characters 
(http://docs.evergreen-ils.org/2.12/_thesauri.html) - or any other 
characters than those mentioned in the MARC specification.


Linda

On 07/16/2017 05:09 PM, Václav Jansa wrote:

Hi Mike,
thanks for you rapid reply, and sorry for my slow reaction.
In past days I try some testing with minimal number of parameters (and 
some debug prints in script):
I tested, for simplicity, only on one bib record (TCN=5000), with 
known possible link in tag 100$7, to imported authority record


http://eg-test.osvobozena-knihovna.cz/eg/opac/record/5000?contains=contains;_special=1;detail_record_view=0;qtype=identifier%7Ctcn;query=5000;locg=1;expand=marchtml#marchtml 



  id  | creator | editor | source | quality | create_date   
|  edit_date   | active | deleted | 
fingerprint  | tcn_source | tcn_value | 
marc |  last_xact_id   | owner | share_depth
--+-+++-++--++-+--++---+

Re: [OPEN-ILS-GENERAL] Linking bibliographic records to non-LoC authorities using a support script

2017-07-16 Thread Václav Jansa

Hi Mike,
thanks for you rapid reply, and sorry for my slow reaction.
In past days I try some testing with minimal number of parameters (and 
some debug prints in script):
I tested, for simplicity, only on one bib record (TCN=5000), with known 
possible link in tag 100$7, to imported authority record


http://eg-test.osvobozena-knihovna.cz/eg/opac/record/5000?contains=contains;_special=1;detail_record_view=0;qtype=identifier%7Ctcn;query=5000;locg=1;expand=marchtml#marchtml

  id  | creator | editor | source | quality |  create_date   |  
edit_date   | active | deleted | 
fingerprint  | tcn_source | tcn_value | 





















   marc 





















|  last_xact_id   | 
owner | share_depth
--+-+++-++--++-+--++---+

Re: [OPEN-ILS-GENERAL] Linking bibliographic records to non-LoC authorities using a support script

2017-07-13 Thread Mike Rylander
Hi Vaclav,

The script has an internalized summary of the LoC control set, and
doesn't load it from the server.  With development, it should be
possible to teach authority_control_fields.pl how to load the control
set definition from the database.  That's still on my wish list,
though.  As with most new features, it's a matter of time and
priority...

Thanks,

--
Mike Rylander
 | President
 | Equinox Open Library Initiative
 | phone:  1-877-OPEN-ILS (673-6457)
 | email:  mi...@equinoxinitiative.org
 | web:  http://equinoxinitiative.org


On Thu, Jul 13, 2017 at 6:17 AM, Vaclav Jansa  wrote:
> Hi,
>
> We are trying to automatically link bibliographic records to authority
> records using the authority_control_fields.pl support script
> (http://docs.evergreen-ils.org/2.12/_support_scripts.html). We are currently
> on 2.12.
>
> It seems that the script is only aware of the default LoC Control Set as
> mentioned in Mike's 2014 presentation
> (http://evergreen-ils.org/wp-content/uploads/2014/04/eg14_Authorities-presentation-EGCON-2014.pdf,slide
> 19).
>
> Is there a way to add custom control sets to the authority_control_fields.pl
> script? So far we haven't been able to identify the right part of the script
> which would indicate that only LoC Control Set is taken into account...
>
> Thank you in advance for any hints!
>
> Vaclav