Skip to content

Instantly share code, notes, and snippets.

@Denubis
Created January 29, 2019 22:33
Show Gist options
  • Select an option

  • Save Denubis/1560f8203cb0488c6c68733c9519b589 to your computer and use it in GitHub Desktop.

Select an option

Save Denubis/1560f8203cb0488c6c68733c9519b589 to your computer and use it in GitHub Desktop.
digraph G {
"Knowledge organization" -> "Prior Knowledge" [label="is situated in"]
"Knowledge organization" -> "Incoming data/relationshops" [label="are input to system"]
"Knowledge organization" -> "Stages of facility" [label="has many"]
"Stages of facility" -> "Brittle" [label="common outcome"]
"Stages of facility" -> "Robust" [label="is well connected"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment