Link author affiliation with lowest-level research organization¶

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

Process the specified database creating a table that links Crossref work authors to their corresponding research organization as codified in the Research Orgnization Registry (ROR). The link is made to the lowest identifiable organizational level, e.g. an author’s clinic, school, or institute.

Parameters:

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

Generated schema¶

CREATE TABLE work_authors_rors(
  ror_id,
  work_author_id
);

alexandria3k

Local relational access to openly-available publication data sets

Navigation

  • Installation
  • Data downloading
  • Use overview
  • Command line examples
  • Python API examples
  • Application examples
  • Schema diagrams
  • 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

  • Version: 3.6.0

Related Topics

  • Documentation overview
    • Python user API
      • Previous: Patent grant bibliographic (front page) text data (JAN 1976 - present)
      • Next: Link author affiliation with top-level research organization
©2022-2025, Diomidis Spinellis. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source