Link USPTO non-patent literature citations with their DOI¶

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

Process the specified database creating a table that links US patent non-patent citations with their DOIs extracted from the citation free text.

Parameters:

database_path (str) – The path specifying the SQLite database to process and populate. The database shall already contain the usp_citations table of the USPTO dataset with the patent_id, nplcit_num, and nplcit_othercit fields.

Generated schema¶

CREATE TABLE usp_nplcit_dois(
  patent_id,
  nplcit_num,
  doi
);

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: Link author affiliation with top-level research organization
      • Next: Link works with their ASJC subject codes
©2022-2025, Diomidis Spinellis. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source