digraph Network {
	graph [rankdir=LR]
	dpi=300
	size="4,8"
	ContactWater [fillcolor=azure shape=oval style=filled width=1.2]
	Landfill [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	CombustionResiduals [fillcolor=azure shape=oval style=filled width=1.2]
	DewateredWWTSolids [fillcolor=azure shape=oval style=filled width=1.2]
	SpentGAC [fillcolor=azure shape=oval style=filled width=1.2]
	Digestate [fillcolor=azure shape=oval style=filled width=1.2]
	Composting [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	WWTSolids [fillcolor=azure shape=oval style=filled width=1.2]
	AD [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	WWTEffluent [fillcolor=azure shape=oval style=filled width=1.2]
	"Advanced WWT" [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	"Thermal Treatment" [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	DriedWWTSolids [fillcolor=azure shape=oval style=filled width=1.2]
	"Land Application" [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	LFLeachate [fillcolor=azure shape=oval style=filled width=1.2]
	Stabilization [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	Compost [fillcolor=azure shape=oval style=filled width=1.2]
	"Surface Water Release" [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	WWT [fillcolor=cyan3 shape=rectangle style=filled width=1.2]
	ROConcentrate [fillcolor=azure shape=oval style=filled width=1.2]
	"Thermal Treatment" -> CombustionResiduals [color=black]
	"Advanced WWT" -> ROConcentrate [color=black]
	DriedWWTSolids -> "Thermal Treatment" [color=black]
	DriedWWTSolids -> "Land Application" [color=black]
	Composting -> Compost [color=black]
	Composting -> ContactWater [color=black]
	Landfill -> LFLeachate [color=black]
	DewateredWWTSolids -> Stabilization [color=black]
	WWT -> DriedWWTSolids [color=black]
	AD -> Digestate [color=black]
	DewateredWWTSolids -> AD [color=black]
	WWT -> WWTSolids [color=black]
	LFLeachate -> WWT [color=black]
	DewateredWWTSolids -> Composting [color=black]
	"Advanced WWT" -> SpentGAC [color=black]
	WWTEffluent -> "Advanced WWT" [color=black]
	ContactWater -> WWT [color=black]
	Compost -> Landfill [color=black]
	AD -> Compost [color=black]
	WWT -> DewateredWWTSolids [color=black]
	DewateredWWTSolids -> Landfill [color=black]
	CombustionResiduals -> Landfill [color=black]
	WWT -> WWTEffluent [color=black]
	Compost -> "Land Application" [color=black]
	Digestate -> "Land Application" [color=black]
	WWTEffluent -> "Surface Water Release" [color=black]
	WWTSolids -> Landfill [color=black]
	SpentGAC -> "Thermal Treatment" [color=black]
	SpentGAC -> Landfill [color=black]
}
