Link works with their ASJC subject codes¶

from alexandria3k.processes import link_works_asjcs
processes.link_works_asjcs.process(database_path)¶

Create a many to many table linking Crossref works with Scopus All Science Journal Classification Codes — ASJCs.

Parameters:

database_path (str) – The path specifying the SQLite database to process and populate. The database shall already contain the ASJC dataset and the Crossref work_subjects table.

Generated schema¶

CREATE TABLE works_asjcs(
  work_id,
  asjc_id
);

alexandria3k

Navigation

  • Installation
  • Data downloading
  • Use overview
  • Command line execution examples
  • Python API examples
  • Relational schemas
  • Command line interface
  • Python user API
    • Data sources
    • Data processing operations
  • Python plugin API
  • Python utility API
  • Development processes
  • Plugin development
  • FAQ: Frequently asked questions

Related Topics

  • Documentation overview
    • Python user API
      • Previous: Link author affiliation with top-level research organization
      • Next: Python plugin API

Quick search

©2022-2023, Diomidis Spinellis. | Powered by Sphinx 6.1.3 & Alabaster 0.7.13 | Page source