Skip to content
README.md 924 B
Newer Older
smayer's avatar
smayer committed
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Flabs.onb.ac.at%2Fgitlab%2Flabs-team%2Ftranslations-catalogue-metadata/main)
smayer's avatar
smayer committed

# Translations Catalogue Metadata
smayer's avatar
smayer committed

## Description
smayer's avatar
smayer committed

In this repo we present Jupyter Notebooks that help to
- obtain ONB catalogue metadata about translations via SRU
- analyze and visualize those data
smayer's avatar
smayer committed

## Visuals

Word cloud of all titles in the example dataset:
smayer's avatar
smayer committed

smayer's avatar
smayer committed
<figure class='text-center'>
<img src='./img/wordcloud.png' width='55%'/>
</figure>
smayer's avatar
smayer committed

Example plots that help to understand the example dataset:
smayer's avatar
smayer committed

| | |
|:-------------------------:|:-------------------------:|
smayer's avatar
smayer committed
|<img src='img/years.png' alt='years'/>|<img src='img/lengths.png' alt='lengths'/>|
|<img src='img/places.png' alt='places'/>|<img src='img/lang_codes.png' alt='lang codes'/>|
smayer's avatar
smayer committed

Install the necessary requirements via `pip` with
```
pip install -r requirements.txt
```