Link author affiliation with top-level research organization¶

from alexandria3k.processes import link_aa_top_ror
processes.link_aa_top_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 top organizational level corresponding to the identified organization, e.g. the hospital, university, or research center associated with an author’s clinic, school, or institute.

Parameters:

database_path (str) – The path specifying the SQLite database to process and populate.

Generated schema¶

CREATE TABLE work_authors_rors(
  ror_id,
  work_author_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 lowest-level research organization
      • Next: Link works with their ASJC subject codes

Quick search

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