diff --git a/Extract_Bibliographic_Info_From_Alma.ipynb b/Extract_Bibliographic_Info_From_Alma.ipynb index b46b04bf09a849451fc08c230ec0489e580376a8..54e7b3f2d5f795d45d88dde0f372ef3e625fb796 100644 --- a/Extract_Bibliographic_Info_From_Alma.ipynb +++ b/Extract_Bibliographic_Info_From_Alma.ipynb @@ -4,9 +4,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Extract Bibliographic Data by Unique ID (AC-Number)\n", + "# Extract Bibliographic Data by Unique ID\n", "\n", - "This notebook assumes that the user has a list of AC-numbers for records within the [OBV consortium](https://www.obvsg.at/). You could also provide other unique IDs like MMS-IDs or barcodes. In that case find and replace the function *by_marc_009()* with one of the other two functions *by_barcode()* or *by_mms_id()*.\n", + "This notebook assumes that the user has a list of unique IDs for bibliographic records within the library software system [Alma](https://knowledge.exlibrisgroup.com/Alma/Product_Documentation/010Alma_Online_Help_(English)/010Getting_Started/010Alma_Introduction/010Alma_Overview).\n", + "\n", + "In the following code the unique IDs are AC-numbers, which are a special identifier within the [Austrian Library Network](https://www.obvsg.at/). You could also provide other unique IDs like MMS-IDs or barcodes. In that case find and replace the function *by_marc_009()* with one of the other two functions provided by the catalogue submodule: *by_barcode()* or *by_mms_id()*.\n", "\n", "In this example the catalogue of the Austrian National Library is the source. We use SRU to fetch the data and python's pandas module to export the data to Excel." ] @@ -530,9 +532,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 User Default", + "display_name": "Python 3", "language": "python", - "name": "python_3_user_default" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -544,7 +546,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.6.8" } }, "nbformat": 4,