aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TR-20210808100000-IA-WDS-REFCAT/refs_types.dot
blob: 6b844cb4752634fe2afc94d0489df4b70cd4bde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// dot -Tpng refs_types.dot > refs_types.png
digraph {
  Papers[label="Papers\n(fatcat; incl. datasets)",shape=rect]
  Books[label="Books\n(openlibrary)",shape=rect]
  Encyclopedia[label="Encyclopedia\n(wikipedia)",shape=rect]
  Web[label="Web\n(wayback)",shape=rect]
  // OtherMedia[label="Other Media? TODO\n(archive.org)", color=orange]
  Unmatched[label="Unknown/Unmatched", color=grey]
  Papers -> Papers[color=green,label="1.3 billion",penwidth=2]
  Papers -> Unmatched[color=orange,label="0.7 billion (wip)",penwidth=2]
  Papers -> Books[color=green,label="20 million"]
  Papers -> Web[color=orange,label="25 million (wip)"]
  // Books -> Papers[color=red]
  // Books -> Web[color=red]
  // Books -> Books[color=red]
  Encyclopedia -> Papers[color=green,label="1.3 million"]
  // Encyclopedia -> Books[color=gray,label="TODO"]
}