pkiraly / qa-catalogue

QA catalogue – a metadata quality assessment tool for library catalogue records (MARC, PICA)
GNU General Public License v3.0
76 stars 18 forks source link

Adding information about the data source at the scripts in catalogues/ #420

Closed pkiraly closed 4 months ago

pkiraly commented 4 months ago

for example

#!/usr/bin/env bash
# Bibliothèque nationale de France           <--- the name of the library
# https://www.bnf.fr                         <--- the website of the library

. ./setdir.sh

NAME=bnf
MARC_DIR=${BASE_INPUT_DIR}/bnf
TYPE_PARAMS="--emptyLargeCollectors --schemaType UNIMARC"
MASK=P174_*.UTF8

. ./common-script