Skip to content

Commit

Permalink
Merge pull request #24 from AggelosMargkas/feat/uspto-schema1
Browse files Browse the repository at this point in the history
Add USPTO Schema
  • Loading branch information
dspinellis committed Sep 20, 2023
2 parents 0b871f4 + 865c2a9 commit 5880c60
Show file tree
Hide file tree
Showing 7 changed files with 1,067 additions and 75 deletions.
15 changes: 14 additions & 1 deletion docs/schema/uspto.dot
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
node [fillcolor="#9fd6ff"];
us_patents -> icpr_classifications [headlabel="1…N", taillabel="1…N"];
us_patents;

us_patents -> usp_inventors [headlabel="1…N", taillabel="1"];
us_patents -> usp_applicants [headlabel="1…N", taillabel="1"];

edge [headlabel="0…N", taillabel="1"];
us_patents -> usp_icpr_classifications
us_patents -> usp_cpc_classifications
us_patents -> usp_related_documents
us_patents -> usp_field_of_classification
us_patents -> usp_agents
us_patents -> usp_assignees
us_patents -> usp_citations
us_patents -> usp_patent_family
2 changes: 1 addition & 1 deletion src/alexandria3k/data_sources/orcid.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def Next(self):


class PersonDetailsTableMeta(TableMeta):
"""Table metadata for person details. Objects of this
"""Table metadata for person details. Objects of this
class are injected with properties and columns common to all
person details tables."""

Expand Down
Loading

0 comments on commit 5880c60

Please sign in to comment.