汙染:問題解決流程圖

graph TD %% External Flags (Inputs) subgraph 外部條件 direction LR F_PublicAwareness[民眾保育總體意識提升]:::externalFlag F_InternationalCoop[國際合作]:::externalFlag end %% Events (Problems) and their associated crisis flags subgraph 危機事件 direction TB F_AirPollution[空氣污染嚴重]:::crisisFlag --> E_AcidRain[酸雨侵蝕]:::event F_WaterPollution[水質污染嚴重]:::crisisFlag --> E_Eutrophication[水體優養化]:::event F_GlobalCrisis[全球性環境危機]:::crisisFlag --> E_OzoneDepletion[臭氧層破壞]:::event end %% Strategies and their effects subgraph 污染防治策略與成果 direction LR S_ReducePlastic[減少一次性塑膠使用]:::strategy S_ReducePlastic -- 設定 --> F_LessPlastic[減少塑膠垃圾]:::flag S_ReducePlastic -- 設定 --> F_OceanImproved[海洋環境改善]:::flag S_IndustryEmission[工業減排補助]:::strategy S_IndustryEmission -- 設定 --> F_AirImproved[空氣污染改善]:::flag S_IndustryEmission -- 設定 --> F_WaterImproved[水質污染改善]:::flag S_GreenConsumption[推廣綠色消費]:::strategy S_GreenConsumption -- 設定 --> F_GreenMarket[市場導向環保]:::flag F_InternationalCoop -- 需要 --> S_OzoneCoop[國際合作臭氧層修復]:::strategy S_OzoneCoop -- 設定 --> F_GlobalCoop[全球合作減排]:::flag end %% Event Resolution (Disappearance conditions) subgraph 事件解決條件 direction TB F_AirImproved -- 解決 --> E_AcidRain F_WaterImproved -- 解決 --> E_Eutrophication F_GlobalCoop -- 解決 --> E_OzoneDepletion end %% Styling classDef event fill:#FFF0F0,stroke:#A52A2A,stroke-width:2px,color:#333,rx:5px,ry:5px classDef strategy fill:#F0FFF0,stroke:#228B22,stroke-width:2px,color:#333,rx:5px,ry:5px classDef flag fill:#F0FFFF,stroke:#1E90FF,stroke-width:2px,color:#333 classDef crisisFlag fill:#FFF8DC,stroke:#FF8C00,stroke-width:2px,color:#333 classDef goalFlag fill:#E6E6FA,stroke:#8A2BE2,stroke-width:2px,color:#333 classDef externalFlag fill:#F5F5F5,stroke:#696969,stroke-width:1px,color:#333,stroke-dasharray:5 5