++ipv6 education
This commit is contained in:
parent
a234e61692
commit
99c8bb2b37
1 changed files with 20 additions and 0 deletions
20
ipv6-education.dot
Normal file
20
ipv6-education.dot
Normal file
|
@ -0,0 +1,20 @@
|
|||
digraph G {
|
||||
node [ shape=box, fontcolor="#ffffff", color="#40a9e3", style="filled" ]
|
||||
rankdir="LR"
|
||||
|
||||
label="IPv6 education\nby ungleich.ch"
|
||||
|
||||
|
||||
edu [ label="Higher Education" ]
|
||||
conf [ label="Conferences" ]
|
||||
dc [ label="Maintaining Data Centers" ]
|
||||
app [ label="IPv6 app development" ]
|
||||
course [ label="Teaching IPv6 courses" ]
|
||||
router [ label="IPv6 router development" ]
|
||||
|
||||
ungleich [ label="ungleich IPv6 education" shape=oval ]
|
||||
university [ label="University / School" color="#ef0000" ]
|
||||
|
||||
{edu,course,dc,conf,app,router}->ungleich->university
|
||||
|
||||
}
|
Loading…
Reference in a new issue