Advertisement
Guest User

code of conduct family tree

a guest
Aug 8th, 2018
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 0.97 KB | None | 0 0
  1. digraph {
  2.     // title
  3.     labelloc="t";
  4.     label="Codes of Conduct";
  5.     "StackOverflow" -> { "Coral" "Buffer" }
  6.     "Coral" -> { "SRCCON" "FreeBSD" "Vox" "Medium" }
  7.     "Buffer" -> { "Vox" "Recurse Center" "Hack" }
  8.     "SRCCON" -> { "Citizen (Stumptown)" "Django" "Theorizing The Web" "Ada Initiative" }
  9.     "Citizen (Stumptown)" -> { "Django" "Ada Initiative" }
  10.     "FreeBSD" -> { "Ada Initiative" }
  11.     "Vox" -> { "SRCCON" "Recurse Center" "Ada Initiative" }
  12.     "Medium" -> { }
  13.     "Recurse Center" -> { "!!Con" "PyCon 2013" "Ada Initiative" }
  14.     "Hack" -> { "Conference" }
  15.     "Django" -> { "Speak Up! Community" }
  16.     "Theorizing The Web" -> { }
  17.     "Ada Initiative" -> { }
  18.     "Speak Up! Community" -> { "Fedora" "Python Mentorship Project" "Others" }
  19.     "Fedora" -> { }
  20.     "Python Mentorship Project" -> { }
  21.     "!!Con" -> { "PyCon 2013" }
  22.     "PyCon 2013" -> { "Ada Initiative" }
  23.     "Conference" -> { "JSConf2012" "Ada Initiative" }
  24.     "JSConf2012" -> { }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement