Neighborhood Pathways toward Regeneration (subgraphs)

View in detail full screen. page

digraph { layout=dot; overlap = false; splines=true; node [style=filled fillcolor=bisque] subgraph cluster0 { "Past\nPresent\nFuture" "Nesting\nGIS\nMaps" "Global\nIdeals,\nLocal\nValues" "People\nInstitutions" "Complex\nSocio-tech\nSystem\nModels" "Goals\nPrograms\nProjects\nProcesses\nMeasures" } subgraph cluster1 { "What" "How" "Who" "Why" "Where" "When" } subgraph cluster2 { "FW\nMaps\nPhotos" } subgraph cluster3 { "FW\nStories\nMulitmedia" } subgraph cluster4 { "FW\nMaps\nNetwork\nGraphs" } subgraph cluster5 { "FW\nCLD\nSDM\nMBSE\nFMEA\nSofi" } subgraph cluster6 { "FW\nScrum\nBlueprints\n" } subgraph cluster7 { "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" } subgraph cluster8 { "\n#\n5\nUse\nFW\nNeighbor-\nhoods" } subgraph cluster9 { "FW\nTimelines" } "What" -> "How" "Where" -> "When" "How" -> "Who" "FW\nTimelines" -> "Past\nPresent\nFuture" "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" -> "When" "\n#\n5\nUse\nFW\nNeighbor-\nhoods" -> "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" -> "Where" "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" -> "What" "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" -> "How" "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" -> "Who" "Community\nDeliberation\nand\nDesign\nSpaces\n-Comm\nFW\nNews\nInfrastructure" -> "Why" "FW\nScrum\nBlueprints\n" -> "Goals\nPrograms\nProjects\nProcesses\nMeasures" "FW\nCLD\nSDM\nMBSE\nFMEA\nSofi" -> "Complex\nSocio-tech\nSystem\nModels" "FW\nMaps\nNetwork\nGraphs" -> "People\nInstitutions" "FW\nStories\nMulitmedia" -> "Global\nIdeals,\nLocal\nValues" "FW\nMaps\nPhotos" -> "Nesting\nGIS\nMaps" "Nesting\nGIS\nMaps" -> "Past\nPresent\nFuture" "Past\nPresent\nFuture" -> "Nesting\nGIS\nMaps" "Global\nIdeals,\nLocal\nValues" -> "Nesting\nGIS\nMaps" "Nesting\nGIS\nMaps" -> "Global\nIdeals,\nLocal\nValues" "People\nInstitutions" -> "Global\nIdeals,\nLocal\nValues" "Global\nIdeals,\nLocal\nValues" -> "People\nInstitutions" "Complex\nSocio-tech\nSystem\nModels" -> "People\nInstitutions" "People\nInstitutions" -> "Complex\nSocio-tech\nSystem\nModels" "Goals\nPrograms\nProjects\nProcesses\nMeasures" -> "Complex\nSocio-tech\nSystem\nModels" "Complex\nSocio-tech\nSystem\nModels" -> "Goals\nPrograms\nProjects\nProcesses\nMeasures" "What" -> "Goals\nPrograms\nProjects\nProcesses\nMeasures" "How" -> "Complex\nSocio-tech\nSystem\nModels" "Who" -> "People\nInstitutions" "Why" -> "Global\nIdeals,\nLocal\nValues" "When" -> "Past\nPresent\nFuture" "Where" -> "Nesting\nGIS\nMaps" "Who" -> "Why" "Why" -> "Where" "How" -> "What" "Who" -> "How" "Why" -> "Who" "Where" -> "Why" "When" -> "Where" }

Other than simply removing the subgraphs around singleton nodes, it is likely that getting a better graph would need to be done by hand. Some reordering of the dot starts give some improvements, but...