|
1 | 1 | digraph G {
|
2 |
| -pack=true; |
3 |
| -1 [ color="orange",style="filled",penwidth="2.0",fillcolor="#dddddd",name="weather",label="NOAA\nWeather",shape="record",]; |
4 |
| -2 [ color="orange",style="filled",penwidth="2.0",fillcolor="#dddddd",name="cost",label="Vaccination\nCost",shape="record",]; |
5 |
| -3 [ color="orange",style="filled",penwidth="2.0",fillcolor="#dddddd",name="demo",label="Census\nDemographics",shape="record",]; |
6 |
| -4 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="fed",label="Fed Forcast",shape="record",]; |
7 |
| -5 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="epi",label="SIR",shape="record",]; |
8 |
| -6 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="ode",label="ODE Solver",shape="record",]; |
9 |
| -7 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="rate",label="{Transition\nRate}",shape="record",]; |
10 |
| -8 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="unit",label="Unit",shape="record",]; |
11 |
| -9 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="personper",label="Person/s",shape="record",]; |
12 |
| -10 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="person",label="Person",shape="record",]; |
13 |
| -11 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="second",label="second (s)",shape="record",]; |
14 |
| -12 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="dollars",label="$",shape="record",]; |
15 |
| -13 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="inf",label="Infection\nRate",shape="record",]; |
16 |
| -14 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="mort",label="Mortality\nRate",shape="record",]; |
17 |
| -15 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="birth",label="Birth\nRate",shape="record",]; |
18 |
| -16 [ color="#DD1133",style="filled",penwidth="2.0",fillcolor="#dddddd",name="twenty",label="0.2 Persons/s",shape="record",]; |
19 |
| -17 [ color="#DD1133",style="filled",penwidth="2.0",fillcolor="#dddddd",name="thirty",label="0.3 Persons/s",shape="record",]; |
20 |
| -18 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="ind",label="Individual\nContact\nModel",shape="record",]; |
21 |
| -19 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="temp",label="Temperature",shape="record",]; |
22 |
| -20 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="age",label="Age",shape="record",]; |
23 |
| -21 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="dGDP",label="Economic Growth",shape="record",]; |
24 |
| -22 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="cases",label="Flu\nCases",shape="record",]; |
25 |
| -23 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="prices",label="Vacc\nPrice",shape="record",]; |
26 |
| -24 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="regres",label="Regression",shape="record",]; |
27 |
| -25 [ color="#000000",style="filled",penwidth="2.0",fillcolor="#dddddd",name="html",label=<<U><B>Title </B></U> <BR/> Some text.>,shape="record",]; |
28 |
| -1 -> 19 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
29 |
| -3 -> 15 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
30 |
| -3 -> 20 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
31 |
| -4 -> 21 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
32 |
| -5 -> 22 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
33 |
| -6 -> 5 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
34 |
| -7 -> 9 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
35 |
| -9 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
36 |
| -10 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
37 |
| -11 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
38 |
| -12 -> 2 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
39 |
| -12 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
40 |
| -13 -> 7 [ color=black, dir=none, penwidth=2.0, style=dashed, ] |
41 |
| -13 -> 18 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
42 |
| -14 -> 7 [ color=black, dir=none, penwidth=2.0, style=dashed, ] |
43 |
| -14 -> 18 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
44 |
| -15 -> 7 [ color=black, dir=none, penwidth=2.0, style=dashed, ] |
45 |
| -15 -> 18 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
46 |
| -16 -> 14 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
47 |
| -17 -> 13 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
48 |
| -18 -> 5 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
49 |
| -19 -> 13 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
50 |
| -20 -> 14 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
51 |
| -21 -> 23 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
52 |
| -22 -> 24 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
53 |
| -23 -> 24 [ color=missing, dir=none, penwidth=missing, style=missing, ] |
54 |
| -24 -> 2 [ color=orange, dir=none, penwidth=4.0, style=solid, ] |
55 |
| -25 -> 4 [ color=black, dir=none, penwidth=2.0, style=solid, ] |
| 2 | +pack="true"; |
| 3 | +1 [ color="orange", style="filled", penwidth="2.0", fillcolor="#dddddd", name="weather", label="NOAA\nWeather", shape="record", ]; |
| 4 | +2 [ color="orange", style="filled", penwidth="2.0", fillcolor="#dddddd", name="cost", label="Vaccination\nCost", shape="record", ]; |
| 5 | +3 [ color="orange", style="filled", penwidth="2.0", fillcolor="#dddddd", name="demo", label="Census\nDemographics", shape="record", ]; |
| 6 | +4 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="fed", label="Fed Forcast", shape="record", ]; |
| 7 | +5 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="epi", label="SIR", shape="record", ]; |
| 8 | +6 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="ode", label="ODE Solver", shape="record", ]; |
| 9 | +7 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="rate", label="{Transition\nRate}", shape="record", ]; |
| 10 | +8 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="unit", label="Unit", shape="record", ]; |
| 11 | +9 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="personper", label="Person/s", shape="record", ]; |
| 12 | +10 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="person", label="Person", shape="record", ]; |
| 13 | +11 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="second", label="second (s)", shape="record", ]; |
| 14 | +12 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="dollars", label="$", shape="record", ]; |
| 15 | +13 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="inf", label="Infection\nRate", shape="record", ]; |
| 16 | +14 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="mort", label="Mortality\nRate", shape="record", ]; |
| 17 | +15 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="birth", label="Birth\nRate", shape="record", ]; |
| 18 | +16 [ color="#DD1133", style="filled", penwidth="2.0", fillcolor="#dddddd", name="twenty", label="0.2 Persons/s", shape="record", ]; |
| 19 | +17 [ color="#DD1133", style="filled", penwidth="2.0", fillcolor="#dddddd", name="thirty", label="0.3 Persons/s", shape="record", ]; |
| 20 | +18 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="ind", label="Individual\n\"Contact\"\nModel", shape="record", ]; |
| 21 | +19 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="temp", label="Temperature", shape="record", ]; |
| 22 | +20 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="age", label="Age", shape="record", ]; |
| 23 | +21 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="dGDP", label="Economic Growth", shape="record", ]; |
| 24 | +22 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="cases", label="Flu\nCases", shape="record", ]; |
| 25 | +23 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="prices", label="Vacc\nPrice", shape="record", ]; |
| 26 | +24 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="regres", label="Regression", shape="record", ]; |
| 27 | +25 [ color="#000000", style="filled", penwidth="2.0", fillcolor="#dddddd", name="html", label=<<U><B>Title </B></U> <BR/> Some text.>, shape="record", ]; |
| 28 | +1 -> 19 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] |
| 29 | +3 -> 15 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] |
| 30 | +3 -> 20 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] |
| 31 | +4 -> 21 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 32 | +5 -> 22 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] |
| 33 | +6 -> 5 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 34 | +7 -> 9 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 35 | +9 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 36 | +10 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 37 | +11 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 38 | +12 -> 2 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 39 | +12 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 40 | +13 -> 7 [ color="black", dir="none", penwidth="2.0", label="", style="dashed", ] |
| 41 | +13 -> 18 [ color="orange", dir="none", penwidth="4.0", label="one, other", style="solid", ] |
| 42 | +14 -> 7 [ color="black", dir="none", penwidth="2.0", label="", style="dashed", ] |
| 43 | +14 -> 18 [ color="orange", dir="none", penwidth="4.0", label="cause", style="solid", ] |
| 44 | +15 -> 7 [ color="black", dir="none", penwidth="2.0", label="", style="dashed", ] |
| 45 | +15 -> 18 [ color="orange", dir="none", penwidth="4.0", label="one, other, and third one", style="solid", ] |
| 46 | +16 -> 14 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 47 | +17 -> 13 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 48 | +18 -> 5 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] |
| 49 | +19 -> 13 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] |
| 50 | +20 -> 14 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] |
| 51 | +21 -> 23 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 52 | +22 -> 24 [ color="orange", dir="none", penwidth="4.0", label="with single \" here", style="solid", ] |
| 53 | +23 -> 24 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] |
| 54 | +24 -> 2 [ color="orange", dir="none", penwidth="4.0", label="with \"quoted\" word", style="solid", ] |
| 55 | +25 -> 4 [ color="black", dir="none", penwidth="2.0", label="", style="solid", ] |
56 | 56 | }
|
0 commit comments