Skip to content

Instantly share code, notes, and snippets.

@edsu
Last active March 5, 2025 13:41
Show Gist options
  • Save edsu/977ed9ac2ea78adf8a6aacfa7b33d211 to your computer and use it in GitHub Desktop.
Save edsu/977ed9ac2ea78adf8a6aacfa7b33d211 to your computer and use it in GitHub Desktop.

Diagram:

flowchart TB
  
  subgraph Harvest-by-ORCID
    direction RL
    Dimensions-by-ORCID
    OpenAlex-by-ORCID
    PubMed-by-ORCID
    WebOfScience-by-ORCID
  end
  
  subgraph Harvest-by-DOI
    direction RL
    Dimensions-by-DOI
    OpenAlex-by-DOI
    PubMed-by-DOI
    WebOfScience-by-DOI
  end
  
  subgraph Publish
    Data-Quality
    Open-Access
    Stanford
    ORCID-Adoption
    Publisher-Contracts
  end
  
  Setup --> Load-Authors
  
  Load-Authors --> Harvest-sulpub
   
  Load-Authors --> Harvest-by-ORCID
  
  Harvest-sulpub --> Harvest-by-DOI
  
  Harvest-by-ORCID --> Harvest-by-DOI
  
  Harvest-by-DOI --> Distill
  
  Distill --> Publish
  
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment