Add the network backbone described as a graph
This commit is contained in:
parent
9056d9b8fc
commit
8db974c79e
|
@ -0,0 +1,20 @@
|
|||
# You need GraphViz
|
||||
# sfdp -Tsvg backbone.dot -o backbone.svg
|
||||
|
||||
graph {
|
||||
Core[color="red"];
|
||||
NOC[color="red"];
|
||||
"Team Corridor"[color="red"];
|
||||
"Reception"[color="red"];
|
||||
"Chamber Hall"[color="red"];
|
||||
"Second Balcony Lobby"[color="red"];
|
||||
"Sponsors"[color="red"];
|
||||
"Studio Music"[color="red"];
|
||||
Core -- NOC[label="1000BASE-X"];
|
||||
Core -- "Team Corridor"[label="1000BASE-X"];
|
||||
NOC -- {"Second Balcony Lobby" "Sponsors" "Team Corridor"};
|
||||
Reception -- {"Team Corridor" "Chamber Hall"};
|
||||
Sponsors -- "Chamber Hall";
|
||||
Sponsors -- "Studio Music";
|
||||
"Studio Music" -- "Second Balcony Lobby";
|
||||
}
|
|
@ -0,0 +1,95 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
|
||||
-->
|
||||
<!-- Title: %3 Pages: 1 -->
|
||||
<svg width="808pt" height="628pt"
|
||||
viewBox="0.00 0.00 807.78 628.33" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 624.331)">
|
||||
<title>%3</title>
|
||||
<polygon fill="white" stroke="none" points="-4,4 -4,-624.331 803.785,-624.331 803.785,4 -4,4"/>
|
||||
<!-- Core -->
|
||||
<g id="node1" class="node"><title>Core</title>
|
||||
<ellipse fill="none" stroke="red" cx="551.578" cy="-18" rx="27.8951" ry="18"/>
|
||||
<text text-anchor="middle" x="551.578" y="-14.3" font-family="Times,serif" font-size="14.00">Core</text>
|
||||
</g>
|
||||
<!-- NOC -->
|
||||
<g id="node2" class="node"><title>NOC</title>
|
||||
<ellipse fill="none" stroke="red" cx="382.604" cy="-201.803" rx="29.4969" ry="18"/>
|
||||
<text text-anchor="middle" x="382.604" y="-198.103" font-family="Times,serif" font-size="14.00">NOC</text>
|
||||
</g>
|
||||
<!-- Core--NOC -->
|
||||
<g id="edge1" class="edge"><title>Core--NOC</title>
|
||||
<path fill="none" stroke="black" d="M537.172,-33.6709C505.327,-68.3097 429.246,-151.068 397.214,-185.911"/>
|
||||
<text text-anchor="middle" x="429.193" y="-113.591" font-family="Times,serif" font-size="14.00">1000BASE-X</text>
|
||||
</g>
|
||||
<!-- Team Corridor -->
|
||||
<g id="node3" class="node"><title>Team Corridor</title>
|
||||
<ellipse fill="none" stroke="red" cx="646.336" cy="-208.968" rx="63.8893" ry="18"/>
|
||||
<text text-anchor="middle" x="646.336" y="-205.268" font-family="Times,serif" font-size="14.00">Team Corridor</text>
|
||||
</g>
|
||||
<!-- Core--Team Corridor -->
|
||||
<g id="edge2" class="edge"><title>Core--Team Corridor</title>
|
||||
<path fill="none" stroke="black" d="M560.155,-35.284C578.059,-71.3667 619.253,-154.387 637.435,-191.03"/>
|
||||
<text text-anchor="middle" x="560.795" y="-116.957" font-family="Times,serif" font-size="14.00">1000BASE-X</text>
|
||||
</g>
|
||||
<!-- NOC--Team Corridor -->
|
||||
<g id="edge3" class="edge"><title>NOC--Team Corridor</title>
|
||||
<path fill="none" stroke="black" d="M411.835,-202.597C452.874,-203.712 528.62,-205.77 582.93,-207.245"/>
|
||||
</g>
|
||||
<!-- Second Balcony Lobby -->
|
||||
<g id="node6" class="node"><title>Second Balcony Lobby</title>
|
||||
<ellipse fill="none" stroke="red" cx="106.234" cy="-214.777" rx="93.6835" ry="18"/>
|
||||
<text text-anchor="middle" x="106.234" y="-211.077" font-family="Times,serif" font-size="14.00">Second Balcony Lobby</text>
|
||||
</g>
|
||||
<!-- NOC--Second Balcony Lobby -->
|
||||
<g id="edge4" class="edge"><title>NOC--Second Balcony Lobby</title>
|
||||
<path fill="none" stroke="black" d="M353.289,-203.179C316.406,-204.911 251.342,-207.965 197.241,-210.505"/>
|
||||
</g>
|
||||
<!-- Sponsors -->
|
||||
<g id="node7" class="node"><title>Sponsors</title>
|
||||
<ellipse fill="none" stroke="red" cx="315.129" cy="-471.132" rx="42.7926" ry="18"/>
|
||||
<text text-anchor="middle" x="315.129" y="-467.432" font-family="Times,serif" font-size="14.00">Sponsors</text>
|
||||
</g>
|
||||
<!-- NOC--Sponsors -->
|
||||
<g id="edge5" class="edge"><title>NOC--Sponsors</title>
|
||||
<path fill="none" stroke="black" d="M378.072,-219.893C365.779,-268.957 331.91,-404.149 319.641,-453.121"/>
|
||||
</g>
|
||||
<!-- Reception -->
|
||||
<g id="node4" class="node"><title>Reception</title>
|
||||
<ellipse fill="none" stroke="red" cx="753.639" cy="-451.647" rx="46.2923" ry="18"/>
|
||||
<text text-anchor="middle" x="753.639" y="-447.947" font-family="Times,serif" font-size="14.00">Reception</text>
|
||||
</g>
|
||||
<!-- Reception--Team Corridor -->
|
||||
<g id="edge6" class="edge"><title>Reception--Team Corridor</title>
|
||||
<path fill="none" stroke="black" d="M745.748,-433.803C725.905,-388.924 674.094,-271.746 654.238,-226.839"/>
|
||||
</g>
|
||||
<!-- Chamber Hall -->
|
||||
<g id="node5" class="node"><title>Chamber Hall</title>
|
||||
<ellipse fill="none" stroke="red" cx="560.263" cy="-602.331" rx="61.1893" ry="18"/>
|
||||
<text text-anchor="middle" x="560.263" y="-598.631" font-family="Times,serif" font-size="14.00">Chamber Hall</text>
|
||||
</g>
|
||||
<!-- Reception--Chamber Hall -->
|
||||
<g id="edge7" class="edge"><title>Reception--Chamber Hall</title>
|
||||
<path fill="none" stroke="black" d="M732.944,-467.773C696.115,-496.472 619.545,-556.137 581.988,-585.403"/>
|
||||
</g>
|
||||
<!-- Sponsors--Chamber Hall -->
|
||||
<g id="edge8" class="edge"><title>Sponsors--Chamber Hall</title>
|
||||
<path fill="none" stroke="black" d="M341.829,-485.422C387.99,-510.128 482.383,-560.649 530.553,-586.43"/>
|
||||
</g>
|
||||
<!-- Studio Music -->
|
||||
<g id="node8" class="node"><title>Studio Music</title>
|
||||
<ellipse fill="none" stroke="red" cx="58.4948" cy="-431.122" rx="58.4896" ry="18"/>
|
||||
<text text-anchor="middle" x="58.4948" y="-427.422" font-family="Times,serif" font-size="14.00">Studio Music</text>
|
||||
</g>
|
||||
<!-- Sponsors--Studio Music -->
|
||||
<g id="edge9" class="edge"><title>Sponsors--Studio Music</title>
|
||||
<path fill="none" stroke="black" d="M274.747,-464.836C230.566,-457.948 159.585,-446.882 111.082,-439.321"/>
|
||||
</g>
|
||||
<!-- Studio Music--Second Balcony Lobby -->
|
||||
<g id="edge10" class="edge"><title>Studio Music--Second Balcony Lobby</title>
|
||||
<path fill="none" stroke="black" d="M62.4829,-413.049C71.4692,-372.325 93.2167,-273.77 102.224,-232.951"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.1 KiB |
Loading…
Reference in New Issue