From 86bca5d45300168edfd00dd0e81dd3bc8f65869c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= Date: Tue, 19 Nov 2019 15:52:26 +0100 Subject: [PATCH] Add hints on how to generalise --- Extract_Bibliographic_Info_From_Alma.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Extract_Bibliographic_Info_From_Alma.ipynb b/Extract_Bibliographic_Info_From_Alma.ipynb index 02b0cb7..07464d3 100644 --- a/Extract_Bibliographic_Info_From_Alma.ipynb +++ b/Extract_Bibliographic_Info_From_Alma.ipynb @@ -55,12 +55,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Basic setup of almasru for ONB. If you want to fetch the data for a different institution, change the following line." + "Basic setup of almasru for ONB. If you want to fetch the data for a different institution, change the following line. For example for a search within the Austrian Library Network replace *43ACC_ONB* with *43ACC_NETWORK*." ] }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -96,7 +96,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "If necessary, make changes to *mapping.csv*\n", + "If necessary, make changes to *mapping.csv*. Keep in mind was said in the [introduction](#Introduction) about the MARC-format.\n", "\n", "Take note that in the current version *mapping.csv* has no influence on the information inherited from parent records. If you need to change the inherited info, take a look at the function *inherit_from_parent()* and *add_inheritance_to_columns()* in the cells below.\n", "\n", @@ -265,12 +265,12 @@ "metadata": {}, "source": [ "* Remove semicola from the Signatur column\n", - "* Extract the Barcode from ABO-links if available" + "* This is specific for ACC43_ONB: Extract the Barcode from ABO-links if available" ] }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ -- GitLab