summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinproceedings.dot
blob: f06ffbb42b080a4ac5d601333249ef914ad250d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
digraph Biberdata {
  compound = true;
  edge [ arrowhead=open ];
  graph [ style=filled, rankdir=LR ];
  node [
    fontsize=10,
    fillcolor=white,
    style=filled,
    shape=box ];

  subgraph "cluster_section0/Aristotle2015" {
    fontsize="10";
    label="Aristotle2015 (BOOKINPROCEEDINGS)";
    tooltip="Aristotle2015 (BOOKINPROCEEDINGS)";
    fillcolor="#a0d0ff";

    "section0/Aristotle2015/author" [ label="AUTHOR" ]
    "section0/Aristotle2015/bookineditor" [ label="BOOKINEDITOR" ]
    "section0/Aristotle2015/booksubtitle" [ label="BOOKSUBTITLE" ]
    "section0/Aristotle2015/booktitle" [ label="BOOKTITLE" ]
    "section0/Aristotle2015/booktitleaddon" [ label="BOOKTITLEADDON" ]
    "section0/Aristotle2015/crossref" [ label="CROSSREF" ]
    "section0/Aristotle2015/editor" [ label="EDITOR" ]
    "section0/Aristotle2015/eventday" [ label="EVENTDAY" ]
    "section0/Aristotle2015/eventendday" [ label="EVENTENDDAY" ]
    "section0/Aristotle2015/eventendmonth" [ label="EVENTENDMONTH" ]
    "section0/Aristotle2015/eventendyear" [ label="EVENTENDYEAR" ]
    "section0/Aristotle2015/eventmonth" [ label="EVENTMONTH" ]
    "section0/Aristotle2015/eventyear" [ label="EVENTYEAR" ]
    "section0/Aristotle2015/location" [ label="LOCATION" ]
    "section0/Aristotle2015/number" [ label="NUMBER" ]
    "section0/Aristotle2015/pages" [ label="PAGES" ]
    "section0/Aristotle2015/publisher" [ label="PUBLISHER" ]
    "section0/Aristotle2015/series" [ label="SERIES" ]
    "section0/Aristotle2015/title" [ label="TITLE" ]
    "section0/Aristotle2015/venue" [ label="VENUE" ]
    "section0/Aristotle2015/year" [ label="YEAR" ]
  }

  subgraph "cluster_section0/Doe2015" {
    fontsize="10";
    label="Doe2015 (PROCEEDINGS)";
    tooltip="Doe2015 (PROCEEDINGS)";
    fillcolor="#a0d0ff";

    "section0/Doe2015/editor" [ label="EDITOR" ]
    "section0/Doe2015/eventday" [ label="EVENTDAY" ]
    "section0/Doe2015/eventendday" [ label="EVENTENDDAY" ]
    "section0/Doe2015/eventendmonth" [ label="EVENTENDMONTH" ]
    "section0/Doe2015/eventendyear" [ label="EVENTENDYEAR" ]
    "section0/Doe2015/eventmonth" [ label="EVENTMONTH" ]
    "section0/Doe2015/eventyear" [ label="EVENTYEAR" ]
    "section0/Doe2015/location" [ label="LOCATION" ]
    "section0/Doe2015/number" [ label="NUMBER" ]
    "section0/Doe2015/publisher" [ label="PUBLISHER" ]
    "section0/Doe2015/series" [ label="SERIES" ]
    "section0/Doe2015/subtitle" [ label="SUBTITLE" ]
    "section0/Doe2015/title" [ label="TITLE" ]
    "section0/Doe2015/titleaddon" [ label="TITLEADDON" ]
    "section0/Doe2015/venue" [ label="VENUE" ]
    "section0/Doe2015/year" [ label="YEAR" ]
  }



  "section0/Doe2015/editor" -> "section0/Aristotle2015/editor" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/EDITOR inherited via CROSSREF from Doe2015/EDITOR" ]
  "section0/Doe2015/eventday" -> "section0/Aristotle2015/eventday" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/EVENTDAY inherited via CROSSREF from Doe2015/EVENTDAY" ]
  "section0/Doe2015/eventendday" -> "section0/Aristotle2015/eventendday" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/EVENTENDDAY inherited via CROSSREF from Doe2015/EVENTENDDAY" ]
  "section0/Doe2015/eventendmonth" -> "section0/Aristotle2015/eventendmonth" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/EVENTENDMONTH inherited via CROSSREF from Doe2015/EVENTENDMONTH" ]
  "section0/Doe2015/eventendyear" -> "section0/Aristotle2015/eventendyear" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/EVENTENDYEAR inherited via CROSSREF from Doe2015/EVENTENDYEAR" ]
  "section0/Doe2015/eventmonth" -> "section0/Aristotle2015/eventmonth" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/EVENTMONTH inherited via CROSSREF from Doe2015/EVENTMONTH" ]
  "section0/Doe2015/eventyear" -> "section0/Aristotle2015/eventyear" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/EVENTYEAR inherited via CROSSREF from Doe2015/EVENTYEAR" ]
  "section0/Doe2015/location" -> "section0/Aristotle2015/location" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/LOCATION inherited via CROSSREF from Doe2015/LOCATION" ]
  "section0/Doe2015/number" -> "section0/Aristotle2015/number" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/NUMBER inherited via CROSSREF from Doe2015/NUMBER" ]
  "section0/Doe2015/publisher" -> "section0/Aristotle2015/publisher" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/PUBLISHER inherited via CROSSREF from Doe2015/PUBLISHER" ]
  "section0/Doe2015/series" -> "section0/Aristotle2015/series" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/SERIES inherited via CROSSREF from Doe2015/SERIES" ]
  "section0/Doe2015/subtitle" -> "section0/Aristotle2015/booksubtitle" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/BOOKSUBTITLE inherited via CROSSREF from Doe2015/SUBTITLE" ]
  "section0/Doe2015/title" -> "section0/Aristotle2015/booktitle" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/BOOKTITLE inherited via CROSSREF from Doe2015/TITLE" ]
  "section0/Doe2015/titleaddon" -> "section0/Aristotle2015/booktitleaddon" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/BOOKTITLEADDON inherited via CROSSREF from Doe2015/TITLEADDON" ]
  "section0/Doe2015/venue" -> "section0/Aristotle2015/venue" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/VENUE inherited via CROSSREF from Doe2015/VENUE" ]
  "section0/Doe2015/year" -> "section0/Aristotle2015/year" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2015/YEAR inherited via CROSSREF from Doe2015/YEAR" ]

}