From 8f8495c253cab8cc92af77c0dbd84508d139a37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= Date: Thu, 21 Nov 2019 12:16:56 +0100 Subject: [PATCH] Inform on OBV-specific hierarchical linking --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4dc10..04dc8d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Extract Bibliographic Info From Alma [Jupyter Notebook](Extract_Bibliographic_Info_From_Alma.ipynb) for extracting bibliographic information -for a given list of unique identifiers. +for a given list of unique identifiers. In the default version this Notebook fetches +the records by Alma's internal unique ID, the MMS-ID. This is because this ID is +available for any bibliographic Alma record. + +Some information is fetched from the parent record. This relation is queried by an +ID that is only used within the [Austrian Library Network](https://www.obvsg.at/), +the AC-number. The Notebook supplies some hints as on how to adapt the Notebook +for differing hierarchical linking. ## Setup -- GitLab