D3PatentsView
Visualization of US Patents with D3.js (V.4) as a "force graph" where:
- X axis is constrained to the patent's date
- Edges show cited/cited by relationship
- Colors identify assignee organizations (companies)
- Hoovering a node shows information about the patent
- Double click opens the patent's page in Google Patent
(JSON data is generated by calling the PatentsView API with some Python code which is not (yet) public)
Homepage : https://github.com/goulu/D3PatentsView