From 207125af1429c6827f0d79e0d9bf574cfd5eab97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= Date: Tue, 19 Nov 2019 12:10:09 +0100 Subject: [PATCH] Add catalogue as submodule --- .gitmodules | 3 +++ README.md | 11 +++++++---- catalogue | 1 + 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .gitmodules create mode 160000 catalogue diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..acc7df4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "catalogue"] + path = catalogue + url = ssh://git@labs.onb.ac.at:8022/labs-team/catalogue.git diff --git a/README.md b/README.md index e0541d8..4fbfa39 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Extract Bibliographic Info From Alma [Jupyter Notebook](Extract_Bibliographic_Info_From_Alma.ipynb) for extracting bibliographic information -for a given list of AC-numbers. +for a given list of unique identifiers. 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. +the [catalogue](https://labs.onb.ac.at/gitlab/labs-team/catalogue) module by executing +``` +cd catalogue +git submodule init +git submodule update +``` diff --git a/catalogue b/catalogue new file mode 160000 index 0000000..b47d8e8 --- /dev/null +++ b/catalogue @@ -0,0 +1 @@ +Subproject commit b47d8e8a102585f0105e7b3b8232c312462749fd -- GitLab