-
Notifications
You must be signed in to change notification settings - Fork 0
/
diagram.gv
60 lines (49 loc) · 1.35 KB
/
diagram.gv
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
digraph cool {
graph [layout = dot]
node [shape = circle,
style = filled,
color = black]
Research [fillcolor = red]
#Environmental Keywords
node [fixedsize = true, fontsize = 10, width = 0.9]
Climate [label = '@@1-1', fillcolor = palegreen]
Water [label = '@@1-2', fillcolor = deepskyblue]
Ag [label = '@@1-4', fillcolor = khaki]
Scarcity [label = '@@1-3', fillcolor = lavender]
Open [label = '@@1-5', fillcolor = lightsalmon]
Power [label = '@@1-6', fillcolor = mediumorchid]
Metrics [label = '@@1-7', fillcolor = orange]
#Projects
node [fillcolor = lightsteelblue, fixedsize = false, fontsize = 8, shape = box]
A [label = '@@2']
B [label = '@@3']
C [label = '@@4']
D [label = '@@5']
E [label = '@@6']
F [label = '@@7']
G [label = '@@8']
H [label = '@@9']
edge [color = black]
Research -> {Climate Water Ag Scarcity Open Power Metrics}
Climate -> A
Ag -> A
Metrics -> B
Climate -> B
Scarcity -> C
Water -> C
Power -> C
Water -> D
Scarcity -> D
Climate -> D
Open -> E
Metrics -> F
}
[1]: c("Climate", "Water", "Scarcity", "Agriculture", "Openness", "Power", "Econometrics")
[2]: "Climate increases agriculture land rent"
[3]: "Climate estimators"
[4]: "Optimal resource use under market power"
[5]: "Water scaricity and human conflict"
[6]: "Open source economies"
[7]: "Bayesian causality"
[8]: "Science and beliefs"
[9]: "Climate estimators"