From 086c39e9e0e8f99629863bf4379f62c8a747e2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= Date: Mon, 18 Nov 2019 13:27:19 +0100 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0541d8 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Extract Bibliographic Info From Alma + +[Jupyter Notebook](Extract_Bibliographic_Info_From_Alma.ipynb) for extracting bibliographic information +for a given list of AC-numbers. + +If you want to try this on your local machine, please take note that you will need to get +the [catalogue](https://labs.onb.ac.at/gitlab/labs-team/catalogue) module and either move +*marc_tools/marc_extractor.py* and *sru/almasru.py* to the root of your project or change +the Jupyter Notebook to make the correct imports. -- GitLab