Scripts
Different types of scripts to extract data here and there.
GraphQL Script to extract Author Affiliations from the Thoth Catalog
{ affiliations(publishers: ["9c41b13c-cecc-4f6a-a151-be4682915ef5"], limit: 9999) { institution...
GraphQL Script to Get Books Published per Year
{ books(order: {field: PUBLICATION_DATE, direction: ASC}, publishers: ["9c41b13c-cecc-4f6a-a15...