Related Objects - Menu Configuration
Related Objects

|
Title Civil engineering systems ISSN 0263-0257 OBJECT_ID 954926969983 Is continued by: Title Civil engineering and environmental systems ISSN 1028-6608 OBJECT_ID954925587322 |
Relation Types Used in SFX
Close Relations
- Proceeding series
- Proceeding
- Other book edition
Remote Relations
- Absorbed by
- Absorbed in part by
- Continued by
- Continued in part by
- Continues
- Continues in part
- Formed by the union of
- Merged into
- Other edition
- Related to
- Split into
- Supplement parent
- Supplement
- Translated as
- For closely related objects, the service for the related object is not displayed in the SFX menu. Only the target for the core object, for which the OpenURL is sent, is displayed. This is called deduplication of services for related objects.
- For remote related objects, where a link to the same service may be valuable, the same service is displayed for both the core object and the related object. Deduplication of services does not occur.
Configuring Related Objects

- Include related object services in SFX menu
- Serials – Select On to include related object services for Serials in the SFX menu. By default, the related object display is on.
Using the arrows, move the relation types for serials that you want allowed to the box on the right.
- Monographs – Select On to include related object services for Monographs in the SFX menu. By default, the related object display is on.
Using the arrows, move the relation types for monographs that you want allowed to the box on the right.
- Serials – Select On to include related object services for Serials in the SFX menu. By default, the related object display is on.
-
Choose the service type that you would like to be displayed for related objects – The following options are available: getAbstract, getFullTxt, getSelectedFullTxt, getTOC, or getHolding. By default, getFullTxt and getSelectedFullTxt are selected.
-
Choose how closely related objects should be displayed
-
with no indication that these services are for the related object – Select to display closely related objects together with services for the object sent in the OpenURL.
-
separately from regular services with an indication that these services are for related objects – Select to display closely related objects in a separate list. Closely related objects are displayed in the location you select to have remotely related objects displayed.
-
-
Choose where remotely related objects should be displayed
-
right below services of the same type – Select to have services displayed right below services of the same type
-
in the SFX menu Advanced section – Select to have services displayed in the advanced section of the SFX menu. By default, services for related objects are displayed in the advanced section of the SFX menu.
-
-
Do not display services for related objects if same service type (e.g. fulltext) is available for the original object – Select to prevent the display of related objects with the same service type as the original object.
-
Use deduplication of target services for remote related objects – If selected, a service for remotely related objects is not displayed if the same target service (for example, full text for Ebsco Academic Search Elite) is displayed in the SFX menu for the core object or closely related object.
Full-Text for Related Object
Translation
Related Book Services in SFX
Configuring Related Book Services
- The point during the SFX workflow at which the related book service is queried. It can occur during one of the following operations:
- Related Book Augmentation – Augmentation with additional ISBNs when loading the SFX menu for all book requests
- Related Book Target Lookup – Lookup of additional ISBNs only when linking to the OPAC (Aleph or Voyager). In the future, all catalogs that allow multiple ISBN searching with Boolean or statement will be adapted.
- How to handle ISBNs for editions of the book in different languages.
Related Book Augmentation
- Checking for active portfolios in the SFX KnowledgeBase
- Querying the OPAC using the Aleph plug-in
- Target linking in the Aleph and Voyager OPAC
- Linking to the Google Book Search target
|
sfx.related_isbn| => { |close| => [ |0-374-11394-7|, |0-15-600329-5|, |0-571-16892-2|, |0-571-22525-X| ], |remote| => [ |965-07-0793-X| ] } |
Related Book Target Lookup
- It is performed before searching the OPAC, avoiding any impact on SFX menu performance.
- It involves lower usage of the related book service.
Handling Editions in Different Languages
- When an active full-text object portfolio exists for a related ISBN, the full-text service is presented in the SFX menu as if it is a service for the original object.
- When performing an Aleph plug-in check, all related ISBNs are used in Boolean OR searches.
- When performing a search in the Aleph or Voyager OPAC, all related ISBNs are used in Boolean OR searches.
- When an active full text portfolio exists for a remotely related ISBN, the full text service is presented in the SFX menu with an indication of the relation and the ISBN of the related object.
- Remote related ISBNs are not included when performing an Aleph plug-in check or when searching the Aleph or Voyager OPAC.
Implementation Instructions
- Add the following section to the config/ctx_object.config configuration file:
|
Section "related_isbn" <include:$ENV{SFXCTRL_HOME}/config/related_isbn.config_> EndSection |
- Configure the config/related_isbn.config file with the following text:
|
Section "general_settings" use_related_isbn_lookup "0" # possible methods are xISBN or thingISBN method "thingISBN" # base url for OCLC xISBN service xISBN_baseurl "http://xisbn.worldcat.org/webservices/xid/isbn/" # base url for thingISBN service thingISBN_baseurl "http://www.librarything.com/api/thingISBN/" # possible types are augmentation or target_parser query_type "augmentation" # related ISBN query timeout in seconds query_timeout "3" maximum_results_to_use "10" # use/do not use ISBNs in languages different from originating ISBN use_additional_languages "1" # include/do not include OCLC affiliate id in request for statistics use_affiliate_id "0" EndSection
Section "subscription" use_subscription "0" # possible values are token or ip subscription_type "ip" # ip address of SFX server or gateway ip "" # for access token subscription token "" # for access token subscription: secret token value secret "" # for ip controlled access and statistics affiliate_id "" EndSection |
General Configuration
- Turn on the related book feature by setting the value of the parameter to 1:
|
use_related_isbn_lookup "1" |
- Define thingISBN as the book service to use:
|
method "thingISBN" |
- Define when to retrieve related book information. Either augmentation for related book augmentation when loading the SFX menu or target_parser for related book target lookup when linking to the Aleph or Voyager OPAC.
|
query_type "augmentation" |
- Define whether to accept ISBNs in languages different than those in the original ISBN. Set this value to 0 to block these ISBN values, or to 1 to accept them:
|
use_additional_languages "1" |
|
Afrikaans "0" |

