Skip to content
README.md 423 B
Newer Older
gabriele-h's avatar
gabriele-h committed
# Extract Bibliographic Info From Alma

[Jupyter Notebook](Extract_Bibliographic_Info_From_Alma.ipynb) for extracting bibliographic information
gabriele-h's avatar
gabriele-h committed
for a given list of unique identifiers.
gabriele-h's avatar
gabriele-h committed

If you want to try this on your local machine, please take note that you will need to get
gabriele-h's avatar
gabriele-h committed
the [catalogue](https://labs.onb.ac.at/gitlab/labs-team/catalogue) module by executing
```
cd catalogue
git submodule init
git submodule update
```