项目作者: elektrobohemian

项目描述 :
SBBBrowse public, revision 2018
高级语言: Jupyter Notebook
项目地址: git://github.com/elektrobohemian/SBBrowse2018.git
创建时间: 2018-05-20T21:03:12Z
项目社区:https://github.com/elektrobohemian/SBBrowse2018

开源协议:MIT License

下载


SBBrowse2018

SBBBrowse public, revision June 2021

Teaser image

Publication

Digital library (DL) support for different information seeking strategies (ISS) has not evolved as fast as their amount of offered stock or presentation quality. However, several studies argue for the support of explorative ISS in conjunction to the directed query-response paradigm. Hence, this paper presents a primarily explorative research system prototype for metadata harvesting allowing multimodal access to DL stock for researchers during the research idea development phase, i.e., while the information need (IN) is vague. To address evolving INs, the prototype also allows ISS transitions, e.g., to OPACs, if accuracy is needed.

As its second contribution, the paper presents a curated data set for digital humanities researchers that is automatically enriched with metadata derived by different algorithms including content-based image features. The automatic enrichment of originally bibliographic metadata is needed to support the exploration of large metadata stock as traditional metadata does not always address vague INs.

The presented proof of concept clearly shows that use case-specific metadata facilitates the interaction with large metadata corpora.

Installation

The only known issues during the installation occur under MacOS’ ARM plattform are related to the build of the needed Python packages, e.g. tables.
The issues are described here and here and basically boil down to running these commands before the pip-based installation using the provided requirements.txt:

  1. pip install cython
  2. brew install hdf5
  3. brew install c-blosc
  4. export HDF5_DIR=/opt/homebrew/opt/hdf5
  5. export BLOSC_DIR=/opt/homebrew/opt/c-blosc